/*
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;
}

/*.dt-mega-menu-wrap, .sub-nav{
    opacity: 1 !important;
    visibility: visible !important;
}*/

.dt-mega-menu-wrap > .sub-nav{
    width: 400px;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav{
    position: absolute !important;
    left: 400px !important;
    width: 200% !important;
    max-width: none !important;
    top: 10% !important;
    display: none;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav a .menu-text{
    font-size: 16px !important;
    color: #026081 !important;
}

.dt-mega-menu-wrap > .sub-nav > .menu-item > a{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.dt-mega-menu-wrap > .sub-nav > .menu-item{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.dt-mega-menu-wrap > .sub-nav > .menu-item:hover .sub-nav{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 25px; /* Gap between columns and rows */

}

.wpcf7-stripe button{
    background-color: white !important;
    color: rgba(48, 93, 105, 1) !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700 !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 16px;
    padding: 7px 20px;
    margin-top: 20px;
}

.blog-shortcode .wf-cell article{
    flex-direction: row !important;
}
.blog-shortcode .post-thumbnail{
    width: 100%;
}
.blog-shortcode .post-thumbnail-wrap{
    width: 120%;
}
.blog-shortcode .post-thumbnail-wrap img{
    border-radius: 16px;
}
.blog-shortcode .post-entry-content{
    width: 80%;
    border-radius: 16px;
    box-shadow: 0px 4px 14px 3px #00000040;
    padding: 15px !important;
    background: white;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-left: -25px !important;
}
.blog-shortcode .post-entry-content h3{
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 22px !important;
}
.blog-shortcode .post-thumbnail-wrap{
    display: flex;
    align-items: center;
}
.blog-shortcode .post-details.details-type-link{
    float: none;
}
.blog-shortcode > .dt-css-grid > .wf-cell{
    margin-bottom: 60px;
}

.bbfb-menu ul li{
    padding: 0 !important;
    margin: 0 10px !important;
}

.single-post .page-title{
    margin-bottom: 75px !important;
}
.single-post .entry-content{
    margin-bottom: 75px !important;
}
.post-thumbnail{
    display: none;
}

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

#primary-menu > li:nth-child(5){
    margin-left: 15%;
}

.wpcf7-turnstile{
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 9;
}
.wpcf7-form{
    padding-bottom: 30px;
    position: relative;
}

.whiteTextButton a{
    text-decoration: none;
    color: rgb(48, 93, 105);
}

@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;
    }

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

    div.taxBoxSmall{
        height: initial !important;
    }
    div.accountingBox {
        margin-left: initial;
    }

    div.whiteShadowBox, div.tealShadowBox{
        width: auto !important;
        margin-top: 20px;
    }
    .wpcf7-form {
        padding-bottom: 80px;
    }
}