/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*** DO SERVER ***/

#bb-footer-container-footer{
    position: initial !important;
}
.bb-footer-inside{
    max-width: none !important;
}
#main:not(.sidebar-none) .wf-container-main{
    display: block !important;
}

#main{

}
#content{
    margin-bottom: 0px !important;
    box-shadow: none !important;
}


.whiteText, .whiteText *{
    color: #fff !important;
}

.whiteBg{
    background: #fff;
}
.pinkBg{
    background: #f9efee;
}
.greyBg{
    background: #F4F4F4;
}


.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner{
    padding-top: initial !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
    margin-bottom: auto;
}

.menu-footer-menu-container .menu{
    text-align: center;
}
.menu-footer-menu-container .menu li{
    display: inline-block !important;
    border: 0 !important;
    margin: 0 30px;
    font-weight: 300 !important;
}
.menu-footer-menu-container .menu li a{
    font-weight: 300 !important;
}

.masthead{
    box-shadow: none !important;
}

.wpcf7-form input{
    background: none;
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
}
.wpcf7-form textarea{
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
}

.wpcf7-form textarea{
    height: 90px;
    padding: 0;
    background-attachment: local;
    background-image:
            linear-gradient(to right, transparent 10px, transparent 10px),
            linear-gradient(to left, transparent 10px, transparent 10px),
            repeating-linear-gradient(transparent, transparent 30px, #fff 30px, #ccc 31px, white 31px);
    line-height: 29px;
}
.wpcf7-form .wpcf7-submit{
    background: transparent !important;
    display: block !important;
    width: 70px !important;
    padding: 0 !important;
    border-bottom: 0px !important;
    text-align: right !important;
    color: #fff !important;
    float:right;
}

#cat_image{
    display: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #fff;
    opacity: 1; /* Firefox */
}

.woobsp_bestselling_list{
    background: #fff;
    margin-top: 55px !important;
    margin-bottom: 55px !important;
    padding: 30px !important;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.26);
}
.woobsp_bestselling_list li{
    width: 25%;
    max-width: 280px !important;
    display: block;
    padding: 0 30px !important;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.woobsp_bestselling_list li a{
    font-size: 18px;
    color: #5D5D5D !important;
}
.woobsp_bestselling_list li img{
    width: 100% !important;
    height: auto;
    margin-bottom: 10px;
}
ul.woobsp_bestselling_list li.woobsp-product .product-meta{
    width: 100% !important;
}
.woobsp_bestselling_list:after{
    clear: both;
    content: " ";
    display: block;
}

.page-title-head{
    background: rgba(0,0,0,0.4);
    padding: 8px 30px;
    min-width: 600px;
}
.page-title-head h1{
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 73px;
}
.page-title .wf-wrap{
    align-items: flex-end;
}

.bestSellersRow{
    background: #f9efee;
}
.tax-product_cat .bestSellersRow{
    background: #f0f4f7;
}
.forceStretchRow.dt-products{
    padding-bottom: 100px;
}



/* home */

.welcome_row .wpb_column, .welcome_row .vc_column-inner{
    height: 100%;
}
.welcome_row .vc_col-sm-6 > .vc_column-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_row .wpb_column.vc_col-sm-12{
    height: auto;
    position: absolute;
    width: 240px;
    left: 50%;
    top: 30px;
    margin-left: -120px;
    opacity: 1 !important;
}
.homeLogo img{
    width: 341px;
}


/* image-text-box */
.image-text-box{
    display: flex;
    width: 100%;
}
.image-text-box .image_container, .image-text-box .text_container{
    width: 80%;
    /*float: left;*/
}
.image-text-box .image_container img{
    width: 100%;
    height: auto;
}

.image-text-box .text_container{
    border: 1px solid #707070;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    width: 26%;
    margin-left: -6%;
    margin-top: 110px;
    margin-bottom: 118px;
}
.image-text-box .text_container a{
    display: inline-block;
    background: #369712;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 2px 20px;
}

.image_right .text_container{
    margin-left:0;
    margin-right: -6%;
    z-index: 1;
}

.menu-item-text .subtitle-text{
    display: none !important;
}

.dt-mega-parent .sidebar-content .widget *, .dt-mega-parent .sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(:hover), .dt-mega-parent .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(:hover) *{
    color: #fff;
}
.allprod{
    background: #386A90;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}
.allprod table{
    width: 100%;
}
.allprod table, .allprod td{
    border: 0;
    color: #fff !important;
}
.allprod td{
    width: 40%;
}
.allprod td:first-child{
    width: 20%;
}
.allprod a{
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
}
.nav_col1{

}
.nav_col1 > div{
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.nav_col2{
    margin-left: 80px;
}
.nav_col3{
    margin-left: 80px;
}
.allprod img{
    max-width: 135px;
    max-height: 135px;
    display: block;
    margin-bottom: 8px;
}
.allprod .subcat, .allprod .prod{
    width: 180px;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    display: none;
    opacity: 0.5;
    font-weight: 400;
}
.allprod .subcat.active, .allprod .prod.active{
    opacity: 1;
}
.allprod .subcat:hover, .allprod .prod:hover{
    opacity: 1;
}
.allprod .maincat{
    font-weight: 300;
}
.allprod .maincat:hover{
    font-weight: 700;
}
.allprod .maincat.active{
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.header-bar, .main-nav > li{
    position: initial !important;
}
.dt-mega-menu-wrap{
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: -5px;
    padding: 3% 10% !important;
    box-sizing: border-box;
}


.bindingServicesMenu{
    display: none !important;
}
.bindingServicesMenu .menu-text{
    font-size: 16px !important;
}
.parent-pageid-100 .main-nav .menu-item, .page-id-100 .main-nav .menu-item{ /* binding services pages */
    display: none !important;
}
.parent-pageid-100 .main-nav .menu-item.bindingServicesMenu, .page-id-100 .main-nav .menu-item.bindingServicesMenu{ /* binding services pages */
    display: flex !important;
}
.parent-pageid-100 .bestSellersRow, .parent-pageid-100 .ourClientsRow{ /* binding services pages */
    display: none;
}


.page-id-169 .woo-buttons-on-img{ /* main categories page */
    max-height: 320px;
    overflow: hidden;
}


/* products */
.single-product #main > .wf-wrap{
    width: 100%;
    padding: 0 5% 0 0 !important;
}
.single-product .product .images{
    border: 1px solid #707070;
    border-left:0;
    margin-bottom: 0;
}
.single-product .page-title{
    display: none;
}
.product div.images{
    width: 70%;
}
.product div.summary{
    width: calc(100% - 70% - 50px);
}
.woocommerce-tabs .tabs{
    display: none !important;
}
.woocommerce-tabs{
    background: #EDEDED;
    padding: 21px 5% 5% 5%;
    width: 70%;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-left:0;
    border-top:0;
    font-weight: 300 !important;
}
.related.products{
    width: 70%;
    padding: 60px 5%;
    box-sizing: border-box !important;
    border: 0 !important;
    margin-top: 0 !important;
    border-right: 1px solid #707070 !important;
}
.slick-slide{
    overflow: hidden;
}
.slick-slide img{
    padding: 30px;
    box-sizing: border-box !important;
}
.woocommerce div.product div.images img{
    max-height: 550px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
#wpgis-gallery{
    margin: 0 30%;
}
#wpgis-gallery li{
    text-align: center !important;
    border-bottom: 2px solid #5D5D5D;
    margin: 0 8px 13px 8px !important;
}
#wpgis-gallery img{
    width: 60px;
    padding: 0;
    display: inline-block;
    Xvisibility: hidden;
}
#wpgis-gallery li.slick-current, #wpgis-gallery li:hover{
    border-bottom: 2px solid transparent;
}
#wpgis-gallery li.slick-current img, #wpgis-gallery li:hover img{
    visibility: visible;
}
.images .btn-prev, .images .btn-next{
    background: #fff;
    border: 1px solid #707070;
    color: #707070;
}
.images .btn-next {
    right: 15px;
}
.images .btn-prev {
    left: 15px;
}
.summary.entry-summary{
    padding-top: 50px;
}
.summary.entry-summary .price{
    border: 1px solid #707070;
    text-align: right;
    padding: 7px 15px !important;
}
.woocommerce div.product div.summary > .price::after{
    display: none;
}
.summary .woocommerce-product-details__short-description{
    font-weight: 300;
}
.variations_form table, .variations_form table tbody{
    width: 100% !important;
}
.variations select{
    width: 100% !important;
}
.variations_form table td.value{
    padding-left: 18px !important;
}
.glide__slides article{
    border: 0;
}
.glide__slides{
    white-space: normal !important;
}
.product:not(.elementor) .related.products > h2::after, .product:not(.elementor) .upsells.products > h2::after, .cross-sells > h2::after{
    display: none;
}
.product-category{
    background: #fff;
}
.switcher-wrap{
    padding-top: 60px;
}
.single-product .bestSellersRow, .single-product .ourClientsRow{
    display: none !important;
}
.woocommerce div.product div.images img{


}


.tax-product_cat .woocommerce-products-header{
    display: none;
}
.wf-cell{
    background: #fff;
}
.woocom-project .size-woocommerce_thumbnail{
    width: 100% !important;
    box-sizing: border-box;
}
.woocom-list-content{
    text-align: left;
    padding: 20px 40px 0 40px;
}
.category_loop_description{
    padding: 0px 40px;
    font-size: 16px;
    line-height: 26px;
    min-height: 156px;
}
.category_loop_link{
    padding: 0px 40px 15px 0;
    text-align: right;
}
.category_loop_link a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
h3.entry-title, h4.entry-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px !important;
    min-height: 58px;
}
.related.products h2{
    font-size: 38px;
    font-weight: 300;
}
.related.products img{
    padding: 10px;
    border: 1px solid #707070;
    display: none;
    box-sizing: border-box;
}
.related.products img:first-child{
    display: block;
}
.related.products .woocom-list-content{
    padding: 0;
}
.related.products .woocom-list-content h4{
    font-size: 18px;
}
.related.products .category_loop_link, .related.products .woocommerce-product-details__short-description{
    display: none;
}
.related_title{display: none;}
.glide__slides .related_title{
    display: block;
}
figure.woocom-project{
    padding-right: 1px;
}
.glide__arrow{
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #707070 !important;
    top: 25% !important;
}
.glide__arrow img{
    border: 0 !important;
    padding: 0 !important;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.glide__arrow--left{
    left: -4em !important;
}
.glide__arrow--right{
    right: -4em !important;
}
.wpb_content_element .wpb_accordion_header > a span{
    font-size: 20px;
    font-weight: bold;
}
.wpb_accordion_header{
    border-bottom: 1px solid #707070 !important;
}
.wpb_accordion_content{
    padding: 20px 5% !important;
}

article .woocommerce-product-details__short-description{
    min-height: 156px;
}

mark.count{ display: none; }


.rowWithSpace .vc_col-sm-4 > .vc_column-inner{
    padding: 30px;
}
.rowWithSpace .vc_col-sm-4 .vc_column-inner .wpb_wrapper, .rowWithSpace .vc_col-sm-4 .vc_column-inner .vc_row{
    height: 100%;
}
.rowWithSpace figure, .rowWithSpace .vc_single_image-wrapper, .rowWithSpace img{
    width: 100%;
}
.rowWithSpace .vc_col-sm-4 > .vc_column-inner .vc_column-inner{
    padding: 0;
}
.rowWithSpace .wpb_text_column{
    padding: 40px;
}
.rowWithSpace .wpb_text_column a{
    text-decoration: none;
}
.rowWithSpace .wpb_text_column h3{
    margin-bottom: 20px;
}
.rowWithSpace .wpb_text_column:nth-child(2){
    min-height: 150px;
}

.inline-header.center .main-nav{
    justify-content: flex-end;
}


.fp-tableCell:hover{
    background: #000;
}
.fp-tableCell:hover > div{
    opacity: 0.5;
}
.fp-tableCell > div:hover {
    opacity: 1;
}


.cart_item .product-thumbnail img{
    width: 50px !important;
}

.woocommerce-cart-wrap .cart-collaterals{
    padding-top:0 !important
}


.eocustomgroup input{
    margin-left: 18px;
    width: calc(100% - 18px);
}


.wp-video-shortcode, .wp-video{
    width: 100% !important;
}

@media screen and (max-width: 1000px) {
    .home .btn-align-center a{
        padding: 10px !important;
        font-size: 24px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .image-text-box{
        display: block;
    }
    .image-text-box .image_container, .image-text-box .text_container{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .image-text-box .text_container{
        margin-left: 3% !important;
        margin-right: 3% !important;
        margin-top: 0px !important;
        width: 94% !important;
        z-index: 99;
        position: relative;
        top: -30px;
        padding: 15px;
    }
    .image_right .text_container{
        margin-left:0;
        top: auto;
        bottom: -30px;
    }

    .category_loop_description{
        display: none;
    }

    h2{
        font-size: 30px;
    }
    h3.entry-title, h4.entry-title{
        font-size: 20px;
        line-height: 27px;
    }

    .woocom-list-content{
        padding: 10px;
    }
    article .woocommerce-product-details__short-description{
        display: none !important;
    }
    .category_loop_link a{
        font-size: 16px !important;
    }

    .bestSellersRow{
        display: none !important;
    }

    .product div.images, .product div.summary{
        width: 96%;
        padding: 0 2%;
        border: 0 !important;
        margin-bottom: 20px !important;
    }
    .woocommerce-tabs{
        width: 100%;
        border: 0 !important;
    }
    .related.products{
        width: 100% !important;
        border: 0 !important;
    }
    .single-product #main > .wf-wrap{
        padding: 0 !important;
    }
}
@media screen and (max-width: 767px) {

    .page-title-head{
        min-width: auto;
    }

    .fp-tableCell{
        height: 350px !important;
        display: block !important;
    }
    .fp-tableCell .vc_single_image-wrapper{
        display: none;
    }
    .home .mobile-header-space{
        display: none !important;
    }
}