/*
Theme Name: Total Child by Onebyte AG
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,400i,600,600i,700,700i|Neuton:300,400,600');

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Some guy on trial work day did this. I think that I need to do that from scratch...
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600');
@import url('https://fonts.googleapis.com/css?family=Neuton');

a.vcex-button.theme-button {
    border-style: solid !important;
    color: #000!important;
}
#icon-row {
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 295px;
}
div#row4 {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
div#box1 {
    width: 100%;
    max-width: 300px;
}
div#box2 {
    width: 100%;
    max-width: 300px;
}
div#box3 {
    width: 100%;
    max-width: 300px;
}
#Row3 {
    max-width:600px;
    width:100%;
    padding-top:250px;
    margin-left:auto;
    margin-right:auto;
}
main#main {
    margin-top: -55px!important;
}
#site-header-inner {
    padding-top: 5px!important;
}
#wk-section-top {
    width:100%;
    height:auto;
    min-height:650px;
    background-size:cover!important;
}
.wk-second-row {
    padding-top: 0px!important;
}
#site-header {
    width:100%;
    height:55px;
    background-color: rgba(0,0,0,0);
}
#site-logo {
    display: block;
    float: right !important;
    padding-top: 10px;
}
.navbar-style-one {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 23px;
    width:100%;
    max-width: 825px;
}
.navbar-style-one .dropdown-menu>li>a {
    display: block;
    height: 23px;
    line-height: 0px;
    padding: 0 4px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size:15pt;
}

/*----WK-Sections----* /
.wk-section {
    padding-top:120px;
    padding-bottom:120px;
}
.wk-section-top {
    padding-top:120px;
}
.wk-section-grey {
    padding-top:120px;
    padding-bottom:120px;
    background-color:#f2f2f2;
}
.wk-second-row {
    padding-top:30px;
}

.site-footer {
    background: #a3ccee;
    color: #fff;
}
#footer-bottom {
    background: #a3ccee;
    color: #fff;
    font-size: 0.923em;
}


@media (max-width:1440px){
    .wk-section {
        padding-top:100px;
        padding-bottom:100px;
    }
    .wk-section-top {
        padding-top:100px;
    }
    .wk-section-grey {
        padding-top:100px;
        padding-bottom:100px;
    }
}
@media (max-width:1024px){
    .wk-section {
        padding-top:80px;
        padding-bottom:80px;
    }
    .wk-section-top {
        padding-top:80px;
    }
    .wk-section-grey {
        padding-top:80px;
        padding-bottom:80px;
    }
}
@media (max-width:768px){
    .wk-section {
        padding-top:60px;
        padding-bottom:60px;
    }
    .wk-section-top {
        padding-top:60px;
    }
    .wk-section-grey {
        padding-top:60px;
        padding-bottom:60px;
    }
}
@media (max-width:425px){
    .wk-section {
        padding-top:40px;
        padding-bottom:40px;
    }
    .wk-section-top {
        padding-top:40px;
    }
    .wk-section-grey {
        padding-top:40px;
        padding-bottom:40px;
    }
}*/