/*
Theme Name: Chris Tarampi
Theme URI: http://www.chris-tarampi.com
Version: 1.0
Author: Thewhiteriverproject
Author URI: http://www.thewhiteriverproject.net
-------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
body {
    padding: 0;
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    font-size: 18px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Georgia',sans-serif !important;
}
h1{
    font-size: 52px;
    color: #000;
}
a{
    color: #000;
}
a:hover{
    color: #000;
    text-decoration: none !important;

}
a:active{
    border: none !important;
    outline: none !important;
}
a:focus{
    border: none !important;
    outline: none !important;
}
.padding130px{
    padding: 60px 0px;
    clear: both;
}
/*-----------------------------------*/
.container{
    max-width: 1170px;
    position: relative;
}
.container2{
    max-width: 1100px !important;
}
header.header1 .container{
    height: 100%;
    display: table;
}
header.header1{
    height: 100vh;
    background-size: cover !important;
    background-position: top center !important;
    //padding: 240px 0px 0px;
}
header.header1 .mdl-header-wrap{
    display: table-cell;
    vertical-align: middle;
}
header.header1 h2{
    font-family: Georgia;
    font-size: 52px;
    color: #fff;
}
header.header1 .banner-links-wrap{}
header.header1 .logo-header-big a .big-logo-header-hvr{
    display: none;
}
header.header1 .logo-header-big a:hover .big-logo-header-hvr{
    display: block;
}
header.header1 .logo-header-big a:hover .big-logo-header{
    display: none;
}
header.header1 .banner-links-wrap a{
    background-color: #fff;
    width: 170px;
    height: 60px;
    border: solid 2px #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    letter-spacing: 2px;
}
header.header1 .banner-links-wrap a:hover{
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
header.header1 .banner-links-wrap a:active{
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    border: solid 2px #fff !important;
}
header.header1 .banner-links-wrap a:focus{
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    border: solid 2px #fff !important;
}
footer{
    background: url(images/footer-bg.jpg) repeat-x;
    padding: 130px 0px;
}
footer a img.footer-logo-hvr{
    display: none;
}
footer a:hover img.footer-logo-hvr{
    display: block;
}
footer a:hover img.footer-logo{
    display: none;
}
footer .footer-social-media-icons{
    list-style: none;
}
footer .footer-social-media-icons li a{
    background-color: #fff;
    border: solid 2px #fff;
    width: 48px;
    height: 48px;
    color: #000;
    font-size: 18px;
    padding-top: 12px;
}
footer .footer-social-media-icons li a:hover{
    background-color: transparent;
    color: #fff;
}
.project-section-wrap{
    background: url(images/project-bg.jpg) repeat-x #0b0b0b;
    padding: 130px 0px 106px;
    overflow: hidden;
}
.project-section-wrap{}
.project-section-wrap .ProjectsContent{
    list-style: none;
}
.project-section-wrap .ProjectsContent li{
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 0 30px 15px;
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: solid 1px transparent;
}
.project-section-wrap .ProjectsContent li:hover{
    border-bottom: solid 1px #fff;
}
.project-section-wrap .ProjectsContent li.active{
    border-bottom: solid 1px #fff;
    font-weight: 600;
}
.project-section-wrap .ProjectsData{
    list-style: none;
    margin: 40px 0 0;
    padding: 0px;
}
.project-section-wrap .ProjectsData li{
    width: 25%;
    float: left;
    min-height: 355px;
}
.project-section-wrap .ProjectsData li .show-project-inner-wrap{
    margin: 15px;
}
.project-section-wrap .ProjectsData li .show-project-inner-wrap .show-project-inner-img-wrap{
    overflow: hidden;
}
.project-section-wrap .ProjectsData li .show-project-inner-wrap .grid__item-img {
    transition: transform 1s cubic-bezier(0.2,1,0.8,1);
    width: 100%;
}

.project-section-wrap .ProjectsData li .show-project-inner-wrap:hover .grid__item-img {
    transform: scale3d(1.1,1.1,1);
}
.project-section-wrap .ProjectsData li a:hover{
    text-decoration: none;
}
.project-section-wrap .ProjectsData li .show-project-inner-wrap h5{
    font-family: "proxima-nova",sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.project-section-wrap .ProjectsData li .show-project-inner-wrap h6{
    font-family: "proxima-nova",sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
}
.skills-expertise-wrap{
    padding: 130px 0px;
    overflow: hidden;
}
.skills-expertise-wrap h2{
    font-family: 'Georgia',sans-serif;
    font-size: 52px;
    color: #000;
}
.skills-expertise-wrap .skills-expertise-inner-wrap{margin-top: 72px;}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer{
    border: solid 2px #000;
    height: 235px;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:nth-child(2n) {
    border-left: none;
    border-right: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:nth-child(1n) {
    border-bottom: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:nth-child(2n) {
    border-bottom: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:nth-child(3n) {
    border-bottom: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .row:last-child .skill-exper-sgl-wrap-outer{
    border-bottom: solid 2px #000;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap .col-sm-4{}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap img{
    width: 140px;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap .skill-exper-sgl-img-d{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap .skill-exper-sgl-img-h{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap h3{
    font-family: "proxima-nova",sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    display: table-cell;
    width: 600px;
    height: 234px;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:hover{
    background: #000;
    cursor: pointer;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:hover h3{
    display: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:hover .skill-exper-sgl-img-d{
    display: none;
}
.skills-expertise-wrap .skills-expertise-inner-wrap .skill-exper-sgl-wrap-outer:hover .skill-exper-sgl-img-h{
    display: block;
}
.tools-wrap{
    background: url(images/tools-bg.jpg) no-repeat top center;
    background-size: cover !important;
    padding: 130px 0px 260px;
    overflow: hidden;
}
.tools-wrap h2{
    font-family: 'Georgia',sans-serif;
    font-size: 52px;
    color: #fff;
}
.tools-wrap .tools-inner-wrap{margin-top: 72px;}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer{
    border: solid 2px #3b3b3b;
    height: 235px;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:nth-child(2n) {
    border-left: none;
    border-right: none;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:nth-child(1n) {
    border-bottom: none;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:nth-child(2n) {
    border-bottom: none;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:nth-child(3n) {
    border-bottom: none;
}
.tools-wrap .tools-inner-wrap .row:last-child .tools-sgl-wrap-outer{
    border-bottom: solid 2px #3b3b3b;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap .col-sm-4{}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap .tools-sgl-img-d{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap .tools-sgl-img-h{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:hover{
    background: #fff;
    cursor: pointer;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:hover .tools-sgl-img-d{
    display: none;
}
.tools-wrap .tools-inner-wrap .tools-sgl-wrap-outer:hover .tools-sgl-img-h{
    display: block;
}
.home-last-section-outer-wrap{}
.home-last-section-outer-wrap .home-last-section-inner-wrap{
    position: relative;
    margin-top: -130px;
    background: #fff;
    z-index: 1;
    padding: 120px 15px 126px;
}
.home-last-section-outer-wrap .home-last-section-inner-wrap h2{
    font-family: 'Georgia',sans-serif;
    font-size: 52px;
    color: #000;
}
.home-last-section-outer-wrap .home-last-section-inner-wrap p{
    font-weight: 300;
    font-size: 18px;
}
.home-last-section-outer-wrap .home-last-section-inner-wrap p a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.about-us-section-outer-wrap{
    padding: 130px 0px;
}
#CloseAboutUsSection{
    position: relative;
    float: right;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
    width: 42px;
    top: -72px;
}
/*---------------------Header Work Style---------------------*/
.header2{
    height: 100vh;
    background-size: cover !important;
}
header.header2 .container{}
header.header2 .mdl-header-wrap{
    padding: 90px 0px;
    height: 100%;
    position: relative;
}
header.header2 .logo-header2 a .big-logo-header-hvr{
    display: none;
}
header.header2 .logo-header2 a:hover .big-logo-header-hvr{
    display: block;
}
header.header2 .logo-header2 a:hover .big-logo-header{
    display: none;
}
.header2 .right{
    margin-top: 36px;
}
.header2 .right ul{
    list-style: none;
}
.header2 .right ul li{
    display: inline;
    margin: 0px 0px 0px 45px;
}
.header2 .right ul li a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.header2 .right ul li a:hover{
    text-decoration: none;
}
.header2 .art-work-show-wrap{
    position: absolute;
    bottom: 190px;
    text-align: center;
    width: 100%;
}
.work-detail-page-outer-wrap{
    padding: 130px 0px;
}
.work-detail-page-outer-wrap .work-detail-page-section-wrap{}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap{}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .left{}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .left h2{
    font-size: 50px;
    color: #000;
}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .left h3{
    font-family: "proxima-nova",sans-serif !important;
    font-weight: 300;
    font-size: 18px;
}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .right{}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .right .button-wrap-section1{}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .right .button-wrap-section1 a{
    background: #000;
    border: solid 1px #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 50px;
    display: inline-block;
    letter-spacing: 3px;
    text-decoration: none;
}
.work-detail-page-outer-wrap .work-detail-page-section1-wrap .right .button-wrap-section1 a:hover{
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
.work-detail-page-outer-wrap .work-detail-page-rapeat-section-wrap{}
.work-detail-page-outer-wrap .work-detail-page-rapeat-section-wrap .left{}
.work-detail-page-outer-wrap .work-detail-page-rapeat-section-wrap .right{}
.work-detail-page-outer-wrap .work-detail-page-rapeat-section-wrap .right h4{
    font-family: "proxima-nova",sans-serif !important;
    font-size: 18px;
    font-weight: 600;
}
.work-detail-page-outer-wrap .work-detail-page-rapeat-section-wrap .right p{
    font-weight: 300;
}
.work-navigation-outer-wrap{}
.work-navigation-outer-wrap div{
    display: inline-block;
}
.work-navigation-outer-wrap div a{
    background: #000;
    border: solid 1px #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 50px;
    display: block;
    letter-spacing: 3px;
    text-decoration: none;
}
.work-navigation-outer-wrap div a:hover{
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
.work-dropdown-wrap.hidesec{
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.work-dropdown-wrap #CloseWorkSection{
    position: absolute;
    right: 50px;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
    width: 42px;
    top: 50px;
    z-index: 1;
    color: #fff;
}