/*
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{
	padding-bottom:0 !important;
}
#content{
    margin-bottom: 0px !important;
    box-shadow: none !important;
}

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

.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 !important;
}

.wpcf7-not-valid-tip{
    display: block;
}

.scroll-top{
    bottom: 100px;
}
.scroll-top::before {
    content: "\f0290";
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}


.forceContentPaddingLeft .wpb_single_image.vc_align_right{
    margin-right: -15px;
}
.forceContentPaddingRight .wpb_single_image.vc_align_left{
    margin-left: -15px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
    padding-right: 15px;
}

.fullWidth, .fullWidth *{
    width: 100% !important;
    height: auto !important;
}


    /* cart and checkout */
.woocommerce-cart-wrap .cart_totals table, .woocommerce-cart-wrap .cart_totals tbody, .woocommerce-cart-wrap .cart_totals tr, .woocommerce-cart-wrap .cart_totals th, .woocommerce-cart-wrap .cart_totals tbody th, .woocommerce-cart-wrap .cart_totals td{
    display: revert;
}
.content .woocommerce-checkout-review-order-table tbody, .content .woocommerce-checkout-review-order-table tfoot, .content .woocommerce-checkout-review-order-table tr, .content .woocommerce-checkout-review-order-table td, .content .woocommerce-checkout-review-order-table th{
    display: revert;
}
.content .woocommerce-checkout-review-order-table td, .content .woocommerce-checkout-review-order-table .order-total th{
    vertical-align: revert;
}
.wc-order-review td{
    padding: 4px 0 !important;
}
.wc-order-review td:nth-child(2){
    text-align: right !important;
}
div.woocommerce-cart-wrap a.remove{
    font-size: 32px !important;
}

.delayAnimation{ -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.delayAnimation2{ -moz-animation-delay: 0.6s; animation-delay: 0.6s; }
.delayAnimation3{ -moz-animation-delay: 0.9s; animation-delay: 0.9s; }
.delayAnimation3{ -moz-animation-delay: 1.2s; animation-delay: 1.2s; }
.delayAnimation4{ -moz-animation-delay: 1.5s; animation-delay: 1.5s; }
.delayAnimation5{ -moz-animation-delay: 1.8s; animation-delay: 1.8s; }
.longAnimation{
    -webkit-animation-duration: 2s !important;
    -moz-animation-duration: 2s !important;
    animation-duration: 2s !important;
}


.footerGallery .gallery{
    width: 800px;
    display: flex;
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Optional: Horizontal alignment */
}
.footerGallery .gallery img{
    width: auto !important;
    height: auto !important;
}

.wpcf7-form-control{
    margin-bottom: 20px !important;
    box-shadow: 0px 0px 12px 0px #0000001F !important;
    max-width: 386px;
}
input.wpcf7-form-control{
    font-size: 16px !important;
    color: #5A5C5E;
}

.wpcf7-submit{
    height: initial !important;
    padding: 5px !important;
    margin: 0px auto !important;
    margin-top: 30px !important;
    display: block !important;
}

.homeBackground .dt-btn{
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 40px;
}
.homeBackground .dt-btn::after{
    content:'';
    background: url(images/arrow.png) no-repeat center center;
    background-size: 100%;
    width: 36px;
    height: 36px;
    margin-left: 15px !important;
}
.homeBackground .dt-btn:hover::after{
    background: url(images/arrow_hover.png) no-repeat center center;
    background-size: 100%;
}

.homeBackground .ult-content-box-container{
    float: left;
    width: 50%;
}

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

.fileField{
    box-shadow: 0px 0px 12px 0px #0000001F;
    background: white;
    border-radius: 12px;
    padding: 7px;
    padding-left: 15px;
    font-size: 16px;
    color: #5A5C5E;
    margin-bottom: 20px;
    max-width: 386px;
    box-sizing: border-box;
}
.fileField input{
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;

}

.wpb_text_column table, .wpb_text_column td{
    border: 0;
}
.pinkFont td{
    vertical-align: top;
}

.submenu_container{
    position: fixed;
    background: #505050;
    height: 100vh;
    width: 100%;
    display: none;
    top: 0;
    z-index: 2;
}
.submenu_container.visible{
    display: block;
}
.submenu_container > ul{
    height: 100%;
    width: 33%;
    padding-top: 15%;
    background: #dc2c90;
}
.submenu_container > ul > li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 50px;
}
.submenu_container > ul > li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}
.submenu_container .sub-nav{
    top: 0;
    left: 100%;
    box-shadow: none;
}
.submenu_container .sub-nav li{
    padding-bottom: 75px;
    padding-left: 20px;
}
.submenu_container .sub-nav .menu-text{
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}
.submenu_container .sub-nav .sub-nav{
    display: none !important;
}
.submenu_container .next-level-button{
    display: none;
}
.submenu_container .close{
    position: absolute;
    top: 150px;
    right: 50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.submenu_container > ul > li.active .sub-nav,
.submenu_container > ul > li:hover .sub-nav{
    visibility: visible;
    opacity: 1;
}
.submenu_container > ul > li.active > a,
.submenu_container > ul > li:hover > a{
    font-weight: 700;
}

#primary-menu .sub-nav{
    display: none !important;
}
li.menu-item.active > a{
    font-weight: 700;
}

.submenu_container .textOnly .menu-text{
    display: none;
}

.subtitle-text{
    font-size: 20px;
    font-weight: 300 !important;
    padding-left: 100px;
    max-width: 550px;
}
.subtitle-text::after{
    content:'read more';
    font-size: 13px;
    color: #fff;
    padding-top: 40px;
    text-align: center;
    background: url(images/arrow.png) no-repeat top center;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0;
    top: 40px
}


.mini-widgets{
    position: absolute;
    top: 5px;
    right: 50px;
}


.sideButton{
    position: fixed;
    right: -90px;
    top: 50%;
    margin-top: 30px;
    background: #DC2C90;
    border-radius: 62px;
    color: #fff !important;
    font-size: 16px;
    padding: 7px 35px;
    text-decoration: none;
    transform: rotate(-90deg);
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
}

.sideButtonLinkedin{
    margin-top: -180px;
    background: #DE2E92;
    right: -70px;
    padding-right: 50px;
}
.sideButtonLinkedin span{
    position: absolute;
    font-size: 22px;
    right: 17px;
}

.sideButtonBook{
    display: none;
    margin-top: 60px;
    background: #871D59;
}
.sideButtonContact{
    right: -58px;
    width: 163px;
    background: #871D59;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0;
}

.mobile-branding img{
    width: 120px;
}

div.ourMinHeight, div.homeBackground{
    background-position: top !important;
}

.bbfb-menu li{
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 15px !important;
}
.bbfb-menu li a{
    padding-left: 0 !important;
}

.formColumn{
    padding-left:36px;
    padding-right:36px;
}

input::placeholder {
    color: #5A5C5E;
}

.fileField {
    position: relative;
}
.fileField .wpcf7-form-control-wrap{
    float: right;
    margin-right: 45px;
}
.fileField .wpcf7-form-control-wrap input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fileField .wpcf7-form-control-wrap::before {
    content: "⬆️";
    display: inline-block;
    padding: 0px;
    color: #5A5C5E;
    border-radius: 8px;
    transition: background 0.3s;
    cursor: pointer;
}

.fileField .wpcf7-form-control-wrap:hover::before {

}

a{
    text-decoration: none;
}

#videoColumn{
    height: 600px;
}
#videoColumn.carrierVideo{
    height: 500px;
}
#videoColumn .wpb_wrapper{
    display: none;
}

.homeBackground > div{
    background: rgba(0,0,0,0.3) !important;
}

div.vc_row.homeBackground > .wpb_column > .vc_column-inner{
    background-size: 0 !important;
}

.homeCarousel,
.homeCarousel .owl-stage-outer,
.homeCarousel .owl-stage-outer .owl-stage,
.homeCarousel .owl-stage-outer .dt-owl-item,
.homeCarousel .owl-stage-outer .vc_row,
.homeCarousel .owl-stage-outer .wpb_column,
.homeCarousel .owl-stage-outer .vc_column-inner{
    height: 100% !important;
}
.homeCarousel .owl-stage-outer .vc_column-inner > .wpb_wrapper{
    height: auto !important;
}

@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 767px) {

    .bbfb-menu{
        display: none;
    }

    .vc_row-no-padding .wpb_text_column{
        padding: 0 20px !important;
    }

    .dt-btn{
        margin: 15px 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }

    .wpb_single_image{
        padding: 10px 0 15px 0;
        margin-top: 30px;
    }


    .hideMobile{
        display: none !important;
    }

    footer *{
        text-align: center;
    }
    footer .wpb_single_image .vc_figure{
        display: block;
    }

    div.ourMinHeight{
        min-height: 280px;
    }

    div.spaceRight{
        padding-right: initial !important;
    }
    div.spaceLeft{
        padding-left: initial !important;
    }

    .homeBackground .dt-btn{
        font-size: 12px;
        width: 80% !important;
        margin: 2px 0 !important;
    }
    .homeBackground .btn-align-right, .homeBackground .btn-align-left{
        text-align: center !important;
    }

    .homeBackground .ult-content-box-container{
        float: none;
        width: 98%;
        margin: 0 1%;
        margin-bottom: 10px;
    }

    h1{
        line-height: 40px !important;
    }

    .sideButton{
        display: none;
    }
    div.homeVideo {
        height: 401px;
    }

    .vc_do_toggle{
        margin-top: 10px;
    }

    div.bigLeftSpace {
        padding-left: 0%;
    }

    h2{
        margin-bottom: 30px !important;
    }

    div.pinkBox {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: -30px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    div.whiteBackgroundBox {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    input.wpcf7-submit {
        width: 200px !important;
        margin-top: 30px !important;
    }

    .footerGallery .gallery{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footerGallery .gallery .gallery-item{
        float: none !important;
    }

    div.paddingTop106 {
        padding-top: 60px;
    }

    .forceContentPaddingLeft .wpb_column:first-child{
        padding-left: 0 !important;
    }

    .pinkFont{
        overflow-x: scroll;
    }

    div.mediumRightSpace {
        padding-right: 0;
    }

    div.littleLeftSpace {
        padding-left: 0;
    }

    div.homeBackground {
        height: 700px;
    }

    .faqContainer{
        margin-top: 30px;
        margin-bottom: 30px !important;
    }
    .faqContainer .vc_empty_space{
        height: 10px !important;
    }

    div.padding129 {
        padding-bottom: 29px;
        padding-top: 29px;
    }

    .pinkFont h3 em {
        display: block;
    }

    .greyBox td, .greyBox table{
        display: block;
        width: 100% !important;
    }
    div.greyBox {
        padding: 20px !important;
    }

    #videoColumn{
        height: 250px;
    }

    div.vc_row.homeBackground{
        background-image: none !important;
    }

    div.vc_row.homeBackground > .wpb_column > .vc_column-inner{
        background-size: 100% !important;
        height: 100%;
        padding-top: 40px !important;
    }

    .homeBackground .font20{
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: right;
        margin-bottom: 10px !important;
    }
    .homeBackground .font20 .wpb_wrapper p{
        /*max-width: 300px;*/
    }
    .homeBackground .font26{
        font-size: 20px !important;
        line-height: 24px !important;
        text-align: right;
    }
    .homeBackground .font26 br{
        display: none;
    }

    .homeBackground a.dt-btn{
        justify-content: flex-start;
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 16px !important;
        position: relative;
    }
    .homeBackground .dt-btn::after{
        position: absolute;
        right: 20px;
    }

    .homeCarouselContainer{
        min-height: 80vh !important;
    }

    .submenu_container{
        height: 140vh;
    }
    .submenu_container > ul{
        height: 320px;
        width: 100%;
        padding-top: 90px;
    }
    .submenu_container .sub-nav{
        width: 100% !important;
        top: 300px;
        left: 0;
    }

    .submenu_container > ul > li:nth-child(2) > .sub-nav{
        top: 235px;
    }
    .submenu_container > ul > li:nth-child(3) > .sub-nav{
        top: 170px;
    }

    .submenu_container .sub-nav li {
        padding-bottom: 50px;
        padding-left: 0;
        text-align: center
    }
    .submenu_container .sub-nav li a{
        justify-content: center; /* Centers text horizontally */
        align-items: center; /* Centers text vertically */
        text-align: center;

    }
    .submenu_container .sub-nav .menu-text {
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center;
        display: block;
    }

    .submenu_container .close{
        top: 70px;
        right: 20px;
    }
}