#burger{
    display: none;
}

@media (max-width : 1250px) {

    .container,
    #main{
        padding-left: 2%;
        padding-right: 2%;
    }

    #black-studio-tinymce-4{
        padding: 20px 15px;
    }

}

@media (max-width : 1200px) {

    .site-header{
        background-image: none;
        height: 150px;
    }

    .home .site-header{
        height: 289px;
    }

    .site-header:before{
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -2;
        background: #19364f;
        height: 100%;
        width: 100%;
    }

    .site-header:after{
        content: "";
        opacity: 0.4;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
        background-image: url('/wp-content/uploads/2015/10/header-background.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

    .featured-products .v-middle .desc{
        padding: 0 10%;
    }

    .page-template-page-products .featured-products > .featured-block .desc{
        height: 100%;
    }

    .page-template-page-products .featured-block .desc p{
        opacity: 1;
    }

    .page-template-page-products .featured-products > .featured-block h4:after {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .page-template-page-products .featured-products .featured-block{
        vertical-align: top;
        min-height: 0;
    }

    .home .featured-products .featured-block{
        height: 200px;
    }

    .featured-products .desc h4{
        display: table;
        width: 100%;
    }

    .featured-products .v-bottom .desc{
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .featured-products .featured-block a{
        position: relative;
    }

    .featured-products .v-bottom .desc h4:after{
        float: none;
        display: table-cell;
        vertical-align: top;
        width: 20px;
        text-align: right;
    }

}
@media (max-height : 800px) {
    .featured-products .v-middle .desc{
        padding: 0 10%;
    }

    .page-template-page-products .featured-products > .featured-block .desc{
        height: 100%;
    }

    .page-template-page-products .featured-block .desc p{
        opacity: 1;
    }

    .page-template-page-products .featured-products > .featured-block h4:after {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .page-template-page-products .featured-products .featured-block{
        vertical-align: top;
        min-height: 0;
    }

    .home .featured-products .featured-block{
        height: 200px;
    }

    .featured-products .desc h4{
        display: table;
        width: 100%;
    }

    .featured-products .v-bottom .desc{
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .featured-products .featured-block a{
        position: relative;
    }

    .featured-products .v-bottom .desc h4:after{
        float: none;
        display: table-cell;
        vertical-align: top;
        width: 20px;
        text-align: right;
    }

}
@media (max-width : 1105px) {

    #black-studio-tinymce-4 h3.widget-title{
        font-size: 17px;
    }

    #black-studio-tinymce-4 h3{
        font-size: 24px;
    }

}

@media (max-width : 1161px) {

    #main article,
    #secondary{
        width: 100%;
    }

    #black-studio-tinymce-4{
        background-size: 100%;
    }

    .featured-products .featured-block{
        min-height: 0;
    }

    .site-header{
        overflow: visible;
    }

    .svg-wrapper{
        height: 100%;
        overflow: hidden;
        display: none;
    }

    .top-header-right{
        padding: 45px 0 0;
    }

    #site-navigation{
        position: relative;
    }

    #burger{
        display: inline-block;
        font-size: 32px;
        background: #6fc3ff;
        color: #fff;
        height: 45px;
        width: 45px;
        text-align: center;
        vertical-align: middle;
        line-height: 44px;
    }

    #burger.active{
        background: #49B3FF;
    }

    .menu-header-main-menu-container{
        position: absolute;
        right: 0;
        width: auto;
        z-index: 999999;
        background: #6fc3ff;
        width: auto;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
        -moz-box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
        box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
        
        pointer-events: none;
        opacity: 0;
        top: 100px;
        transition:all 0.3s ease-in-out;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
    }

    .menu-header-main-menu-container.active{
        opacity: 1;
        top: 60px;
        pointer-events: all;
    }

    #primary-menu{

    }

    #primary-menu li{
        display: list-item;
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }

    #primary-menu li a{
        padding: 10px 20px 10px;
    }

    nav div ul li a{
        font-size: 19px;
    }

    nav div ul li a:hover, 
    nav div ul li.current-menu-item a{
        color: #fff;
        background: #49B3FF;
    }

    .header-contact-details{
        height: auto;
        display: inline-block;
        width: 100%;
        margin: 0;
        vertical-align: top;
        padding: 5px;
    }

    .header-contact-details ul{
        display: inline-block;
        width: 100%;
        margin: 0;
        vertical-align: top;
        padding: 5px 0 0;
    }

    .header-contact-details li{
        width: 49.5%;
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 0;
        background: #194569;
        margin: 0 0 0 0.5%;
    }

    .header-contact-details li:first-child{
        padding: 0;
        margin: 0 0.5% 0 0;
    }

    .header-contact-details li a{
        padding: 10px 0;
    }

    .header-contact-details li a:hover{
        background: #194569;
        color: #fff;
    }

    .header-contact-details li span{
        display: none;
    }

}

@media (max-width : 960px) {

    .we-blocks > div{
        padding: 80px 30px 30px;
        min-height: 325px;
    }

    .we-blocks > div h3{
        font-size: 26px;
        width: 74%;
    }

    .we-blocks > div:first-child h3{
        margin: 0 0 0 auto;
    }

    .home .featured-products .featured-block:first-of-type{
        width: 100%;
    }

    .home .featured-products .featured-block{
        width: 50%;
        margin: 0;
    }

    .home .featured-products:after{
        display: none;
    }

    .home .featured-products .featured-block a:after{
        content: '';
        background: url('../img/mobile-wave.png') center no-repeat;
        background-size: 100% 114px;
        position: absolute;
        width: 100%;
        height: 114px;
        left: 0;
        top: 50%;
        margin-top: -57px;
        z-index: -9;
        background-position: 50% 6px;
    }

    .site-header h2{
        width: 100%;
        max-width: 560px;
    }
    #menu-useful-links li {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width : 745px) {

    .customers .logos div{
        width: 25% !important;
        padding: 0 10px;
    }

    .footer-top-half .widget{
        width: 50%;
        margin: 0;
    }

    #child-products .product .prod-img{
        width: 20%;
    }

    #child-products .product .info{
        width: 80%;
    }

    #child-products .product .info .product-content{
        padding: 0;
        border: none;
    }

    #child-products .product .actions{
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #e8ecf0;
        text-align: right;
    }

    #child-products .product .actions .read-more{
        width: auto;
        display: inline-block;
        text-align: left;
    }

    #child-products .product .actions .read-more.dark-blue-button{
        padding: 0 2% 0 0;
    }

    #child-products .product .actions .read-more.product-enquiry{
        padding: 0 0 0 2%;
    }

    #child-products .product .actions .read-more > a{
        min-height: 46px;
    }

    .site-header h2{
        font-size: 30px;
        margin: 20px 0 0px;
    }

}

@media (max-width : 600px) {

    .distributors-posts{
        width: 45%;
    }

    .we-blocks > div{
        width: 100%;
    }

    .footer-top-half .widget{
        width: 100%;
    }

    #child-products .product .prod-img{
        width: 30%;
    }

    #child-products .product .info{
        width: 70%;
    }

}
@media (max-width : 550px) {

    .banner {
        padding: 10px 20px;
    }

}

@media (max-width : 480px) {

    .parts-1-2,
    .parts-1-3{
        width: 100%;
    }

    .content-part{
        padding: 0;
    }

    .form-row{
        width: 100%;
    }

    .form-row:nth-child(even){
        margin: 0 0 15px;
    }

    .entry-content iframe{
        width: 100%;
        float: none;
    }

    .page-template-page-products .featured-block{
        width: 100%;
    }

    .page-template-page-products .featured-products .featured-block{
        margin: 0 0 15px;
    }

    .page-template-page-products .featured-block:nth-child(even){
        margin-right: 0;
    }

    #child-products .product .actions .read-more{
        width: 100%;
        padding: 0 !important;
    }
    #child-products .product .actions .read-more {
        text-align: center;
    }
    .popup-contact-form{
        margin-left: 0;
        left: 5%;
        right: 5%;
        width: 90%;
        max-width: 90%;
        height: 90%;
        top: 5%;
        bottom: 5%;
    }
    .popup-contact-form div.wpcf7{
        height: 100%;
        overflow: scroll;
    }
    .we-blocks {
        text-align: center;
    }
    #primary > div.we-blocks > div,    
    #content > div.we-blocks > div {
        text-align: center;
    }    
    #content > div.we-blocks > div h3,
    #primary > div.we-blocks > div h3 {
        width: 100%;
    }
    .we-blocks > div {
        height: 250px;
    }
    .footer-top-half  h3 {
        text-align: center;
    }    
    .footer-top-half  ul li {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .footer-top-half .textwidget {
        text-align: center;
    }
    .footer-top-half .widget {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #child-products .info .product-content ul li {
        width: 100%;
        padding-right: 0;
    }
    #post-13 p {
        text-align: center;
    }
    .distributors-posts {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .distributors-posts img {
        float: none;
    }        
    #black-studio-tinymce-4 {
        text-align: center;
    }
}
@media (max-width : 375px) {
    .banner h2{
        font-size: 25px;
    }
    .home .site-header {
        height: 240px;
    }
    .customers h3 {
        font-size: 23px;
    }    
    .we-blocks > div{
        min-height: 300px;
        padding: 30px 30px 30px;
    }
    .banner h2 {
        margin-top: 0;
    }
}
@media (max-width : 320px) {
    .banner {
        display: none;
    }
    .logo {
        width: 250px;
    }
    #page > header {
        height: 140px;
    }
    .logo-top {
        font-size: 30px;
    }
    .logo-bottom {
        font-size: 13px;
    }
    .top-header-right {
        padding-right: 10px;
    }
    .entry-title {
        font-size: 20px;
    }
}
