/*   
Theme Name: Vancoillie
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by Webdesign G-zien
 for vancoillie website.
Author: Webdesign G-zien
Author URI: http://www.g-zien.be/
*/

/*======== Reset css here ==============*/

@font-face {
    font-family: 'DidotW01-Roman';
    src: url('fonts/DidotW01-Roman.eot?#iefix') format('embedded-opentype'),  
        url('fonts/DidotW01-Roman.woff') format('woff'), 
        url('fonts/DidotW01-Roman.ttf')  format('truetype'), 
        url('fonts/DidotW01-Roman.svg#DidotW01-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SchadowBT-Roman';
    src: url('fonts/SchadowBT-Roman.eot?#iefix') format('embedded-opentype'),  
        url('fonts/SchadowBT-Roman.woff') format('woff'), 
        url('fonts/SchadowBT-Roman.ttf')  format('truetype'), 
        url('fonts/SchadowBT-Roman.svg#SchadowBT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


body *, body *:active, body *:focus {
    outline: none !important;
}

html body {
    font-family: 'SchadowBT-Roman';
    font-size: 18px;
    line-height: 1.8em;
    color: #000;
}
.schadow{
    font-family: 'SchadowBT-Roman';
}
body a {
    color: #000;
    outline: none !important;
}
body a:hover, body a:active, body a:focus {
    opacity: 1;
    text-decoration: none;
    color: #000;
}
body h1, body h2, body h3, body h4, body h5, body h6{   
    color: #000;
    font-family: 'DidotW01-Roman';
    margin: 0;
}
body h3{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;
}

.full-width{
    width:100%;
    float:left;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
body .btn:hover, body .btn:focus{
    opacity: 1;
}
body input.btn[type="submit"],
body .btn{
    border-radius: 3px;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.5;
    padding: 6px 17px;
}
body input.btn-yellow[type="submit"],
body .btn-yellow{
    background: #ECA203;
    color: #fff !important;
    border-bottom: 3px solid #C18401
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.pad-0{
    padding-left: 0;
    padding-right: 0;
}
.bg-cover{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
}
.page-section{
    padding: 50px 0;
}

/*======= Ends Reset css ==========*/

/*================ Header Css Starts here ============*/
header#header{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 6666;
}
header nav{
    max-width: 250px;
}
.home-logo{
    display: inline-block;
    margin: 0 0 20px;
}
.navbar-collapse{
    padding: 0;
}
header nav ul{
    display: inline-block;
    float: none;
}
header nav ul li{
    margin-bottom: 10px;
}
header nav ul li:last-of-type{
    margin-bottom: 0;
}
li#menu-item-16{
    display: none;
}
header nav li a{
    padding: 9px 34px 9px 15px;
    display: block;
    background: rgba(0,0,0,0.5);
    background-position: right;
    font-family: 'DidotW01-Roman';
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.4s ease;
}
header nav li a:focus{
    color: #fff;
}
header nav li a.active-li{
    /*background: url('img/w-nav-icon.png')no-repeat center right 10px rgba(0,0,0,0.5);*/
}
header nav li a.active-li,
header nav li a:hover{
    background: url('img/nav-icon.png')no-repeat center right 10px #FBDE6C;
    color: #000;
}
/*========== Ends Header css here =========*/

/*======= Footer Css Starts here =========*/
footer{
    background: #1A1C21;
    color: #fff;
    padding: 30px 0 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}
footer a{
    color: #fff !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-size: 15px;*/
}
/*.textwidget{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}*/
footer a:hover{
    text-decoration:underline !important;
}
footer h4.widgettitle{
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer h4.widgettitle:after{
    content: "";
    position: absolute;
    background: #36383C;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 75px;
}
.footer-logo a{
    display: inline-flex;
    margin: 20px 0;
}

.copyright-foot{
    border-top: 1px solid #36383c;
    color: #a5a6a8;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0;
}
.copy-right-text{
    text-align: right;
    color: #a5a6a8 !important;
}

/*======== Ends Footer Css here ==========*/
/*========== Banner Section css Starts here ==========*/
.home-banner{
    position: relative;
}
.banner-content{
    position: absolute;
    bottom: 100px;
    z-index: 111;
    margin-top: 50px;
}
.banner-col{
    float: right;
}
.banner-ul li{
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #502929;
    background: rgba(255,255,255,0.7);
    font-size: 18px;
}
.banner-ul li:last-of-type{
    margin-bottom: 0;
}
.banner-scroll{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 77777;
    width: 60px;
    margin: auto;
}
.banner-scroll a{
    display: inline-block;
}
/*=========== About Section Heading Style ============*/
.outer-div{
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: auto;
}

.outer-div .inner-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-inner{
    padding: 0 15px 0 6%;
    max-width: 1500px;
    margin-bottom: 60px;
    float: right;
}
.about-inner .section-img{
    margin-bottom: 20px;
}
.about-inner h2{
    font-size: 50px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.about-inner p{
    color: #674037;
}
.about-image-row > div{
    padding:4px 2px;
}
.about-inner .big-image{
    padding-bottom: 108.2%;
}
.about-inner .small-image{
    padding-bottom: 79.2%;
}
.flex-div{
    display: flex;
    align-items:center;
}

/*========== Design Section CSS here ============*/
.heading-section{
    max-width: 570px;
    display: block;
    margin: 0 auto 50px;
}
.heading-section img{
    margin-bottom: 20px;
}
.heading-section h2{
    font-size: 50px;
    padding: 0 25px;
}
.heading-section p{
    color: #674037;
}
.design-section{
    background: #FCFCFC;
}
.design-col{
    padding: 4px;
}
.design-col .outer-div{
    padding-bottom: 94.20%;
}
.design-col .design-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    padding: 50px;
    transition: all 0.4s ease;
}
.design-col .design-overlay:after{
    position: absolute;
    content: "";
    bottom: 20px;
    height: 22px;
    width: 50px;
    margin: auto;
    left: 0;
    right: 0;
    background: url('img/heading-img-2.png')no-repeat center center;
    background-size: 50px !important;
    transition: all 0.4s ease;
}
.design-col h3{
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
}
.design-col p{
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    transition: all 0.4s ease;
}
.design-col:hover .design-overlay{
    background: rgba(0,0,0,0.6);
}
.design-col:hover p{
    height: auto;
    opacity: 1;
}
/*========== Contact section css Starts here ============*/
.contact-div{
    background: #FEFDFC;
    padding: 80px 0;
    border-top: 1px solid #E1E1E2;
}
.contact-form form span.wpcf7-form-control-wrap:nth-of-type(2),
.contact-form form span.wpcf7-form-control-wrap:nth-of-type(3){
    width: calc(50% - 6px);
}
.contact-form form span.wpcf7-form-control-wrap:nth-of-type(3){
    float: right;
}
.contact-form .field-div{
    width: 50%;
    float: left;
    min-height: 1px;
    padding: 0 12px;
}
body input, 
body textarea{
    border: 1px solid #D0CECF;
    background: #F3F3F3;
    box-shadow: none !important;
    font-size: 15px;
    padding: 14px;
    width: 100%;
    color: #000;
}
body textarea{
    resize: none;
}
.contact-form input[type="submit"]{
    background: #e8d380 none repeat scroll 0 0;
    color: #000000;
    font-size: 18px;
    padding: 14px 22px;
    width: auto;
    margin-top: 12px;
}
.contact-form p{
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.contact-col{
    padding-right: 80px;
}
.contact-col > p{
    color: #674037;
    margin-bottom: 40px;
}
span.wpcf7-form-control-wrap{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
span.wpcf7-form-control-wrap span{
    background-color: #ff0000;
    border-radius: 23px 0 4px;
    bottom: 0;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 1;
    padding: 5px 6px 5px 19px;
    position: absolute;
    right: 0;
}
form .wpcf7-response-output{
    width: 100%;
    float: left;
    margin: 20px 0 0 !important;
    text-align: center
}
form .wpcf7-response-output.wpcf7-mail-sent-ok{
    border-color: #1A1C21;
}
.contact-form form textarea{
    height: 64px;
}


.contact-sidebar .textwidget{
    width: 100%;
    float: left;
}
.contact-sidebar .textwidget h4{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-sidebar .textwidget a:hover{
    text-decoration: underline;
}
.contact-sidebar .textwidget > div{
    padding: 30px 20px 30px 60px;
    border: 1px solid #D0CECF;
    margin-top: -1px; 
    position: relative;
}
.contact-sidebar .textwidget > div:after{
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 60px !important;
    background-position: center center;
}
.contact-sidebar .textwidget > div:nth-of-type(1):after{
    background: url('img/address.png')no-repeat;
}
.contact-sidebar .textwidget > div:nth-of-type(2):after{
    background: url('img/Telephone.png')no-repeat;
}
.contact-sidebar .textwidget > div:nth-of-type(3):after{
    background: url('img/Message.png')no-repeat;
}
.contact-sidebar .textwidget > div span{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}