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


.tableText{
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 0 !important;
}
.tableText table{

}
.tableText table tr:first-child{
    background: linear-gradient(90deg, #1cc88a, #17a673) !important;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}
.tableText table tr:first-child td{
    border: 0 !important;
}
.tableText td{
    padding: 24px;
    border: 1px solid #1c2537;
}
.tableText tr:nth-child(even) {
    background: #121a2e;
}
.tableText tr:nth-child(odd) {
    background: #10192d;
}



.ask-sobi-dropdown {
    position: relative;
    display: inline-block;
}

.ask-sobi-btn {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid #34d399;
    color: #34d399;
    padding: 13px 0px;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    width:226px;
}

/* Dropdown panel */
.ask-sobi-menu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 260px;
    background: linear-gradient(180deg, #0f2e2b, #08221f);
    border: 1px solid #34d399;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

/* ACTIVE STATE */
.ask-sobi-dropdown.active .ask-sobi-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ask-sobi-menu a {
    display: block;
    color: #e5fdf6;
    text-decoration: none;
    padding: 8px 0;
    font-size: 14px;
    transition: 0.2s;
}

.ask-sobi-menu a:hover {
    color: #34d399;
}
/* ===== TAB WRAPPER ===== */
.ult_tabmenu {
    display: flex;
    gap: 16px;
    background: transparent !important;
    border: none !important;
    margin-bottom: 65px !important;
}

.ult_tabitemname{
    padding: 0 !important;
}

/* Remove default list styling */
.ult_tab_li {
    list-style: none;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ===== TAB BUTTON BASE STYLE ===== */
.ult_tab_li a.ult_a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px !important;
    border-radius: 14px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    width: 226px;
    background: transparent !important;
    color: rgba(255,255,255,0.75) !important;

    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.25s ease;
}

/* ===== HOVER ===== */
.ult_tab_li a.ult_a:hover {
    border-color: #2dd4bf;
    color: #ffffff !important;
}

/* ===== ACTIVE TAB ===== */
.ult_tab_li.current a.ult_a {
    background: linear-gradient(135deg, #10b981, #14b8a6) !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 0 20px rgba(16,185,129,0.4);
}

/* ===== ICON STYLE ===== */
.ult_tab_icon {
    font-size: 14px;
    transition: color 0.25s ease;
}

.ult_tab_li.current .ult_tab_icon {
    color: #ffffff !important;
}

/* Remove inner weird span spacing */
.ult_tab_main,
.ult_tab_section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ult_tabmenu{
    padding-left:245px !important;
    margin-top: -46px !important;
}
.wpb_raw_html{
    width: 226px !important;
    position:relative;
    z-index:2;
}

.tab_video{
    height: 661px;
}
.videos_tab li:nth-child(1),
.videos_tab li:nth-child(2),
.videos_tab li:nth-child(3),
.videos_tab li:nth-child(4),
.videos_tab li:nth-child(5),
.videos_tab li:nth-child(6),
.videos_tab li:nth-child(7){
    display: none !important;
}

.mCSB_container{
    background: url(images/menubg.png) no-repeat bottom right;
}
.mCSB_container .branding{
    display: none;
}
.mCSB_container .header-bar{
    margin-left:100px;
    margin-top:100px;
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line::after, .light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line::before{
    background: #00D492 !important;
}

.maintenance .bg-img{
    background: red;
}

footer .vc_separator .vc_sep_holder{
    height: 2px !important;
}

.main-nav li a{
    border-bottom: 1px solid #F5F9FC;
    padding-bottom: 10px;
}

input::placeholder,
textarea::placeholder {
    color: #00D492;
    opacity: 1; /* ensures full visibility in some browsers */
}


.home div.leftAlignedBackground{
    background-size: contain !important;
}



.payingTable tr:nth-child(even) {
    background: #18181B66;
}
.payingTable tr:nth-child(odd) {
    background: #10192d;
}

.payingTable tr:first-child td{
    background: linear-gradient(180deg, rgba(0, 79, 59, 0.3) 0%, rgba(0, 79, 59, 0.1) 100%);
    padding-top:60px;
    padding-bottom:60px;
    font-size: 18px;
}
.payingTable tr:first-child td:nth-child(2),
.payingTable tr:first-child td:nth-child(3){
    font-size: 24px;
    font-weight: 700;
    color: #00D492;
}

.payingTable tr:nth-child(2) td{
    color: #00D492;
}
.payingTable tr:nth-child(2) td span.price{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}

.payingTable tr:nth-child(3) td,
.payingTable tr:nth-child(12) td{
    background: linear-gradient(90deg, #09090B 0%, #18181B 50%, #09090B 100%);
}

.payingTable tr:nth-child(10) td{
    background: linear-gradient(90deg, rgba(0, 79, 59, 0.3) 0%, rgba(0, 191, 132, 0.215778) 52.23%, rgba(0, 212, 146, 0.2) 62.02%, rgba(24, 24, 27, 0.2) 100%);
    font-size: 14px;
    padding: 25px;
}
.payingTable tr:nth-child(10) td strong{
    font-size: 20px;
    line-height: 28px;
    color: #7FF2C8 !important;
}

.payingTable tr:nth-child(11) td{
    color: #7FF2C8;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.payingTable tr:nth-child(11) td:first-child{
    color: #00D492;
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.payingTable tr:nth-child(11) td:nth-child(2){
    background: linear-gradient(135deg, rgba(0, 79, 59, 0.4) 0%, rgba(0, 44, 34, 0.2) 100%);
    box-shadow: 0px 2px 4px 0px #0000000D inset;
}

.payingTable ul li::marker {
    color: #09594c;
}

ol li::marker {
    color: #00BC7DB2;
}
ol li{
    padding-left: 20px;
}

a{
    text-decoration: none;
}

.vidbg-frontend-buttons a.vidbg-frontend-button{
    width: 50px;
    height: 50px;
}


div#hubspot-messages-iframe-container{
    z-index: 999 !important;
}


.contactColumn label{
    color: #CAD5E2;
}
.contactColumn .wpcf7-submit{
    font-size: 14px !important;
}


.mobile-branding img{
    width: 155px;
    height: auto;
    cursor: pointer;
}

.single-post .entry-content{
    background: #F5F9FC;
    border-radius: 16px;
    padding: 40px 36px;
}
.single-post .entry-content *{
    color: #0F172B !important;
}
.single-post .entry-content h2{
    font-size: 24px;
}

.post-thumbnail{
    display: none;
}
.entry-title{
    max-width: 900px;
}

.ult-team-member-image-overlay{
    position: absolute;
    top: 35%;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #09090B 0%, rgba(9, 9, 11, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.ult-team-member-wrap{
    position: relative;
}

.roundedBorder{
    border-radius: 32px;
    border: 1px solid #fff;
    overflow: hidden;
}

.branding img{
    width: 321px;
    cursor: pointer;
}
.sticky-top-line-on .branding img{
    width: 200px;
}
.footerLogo em{
    display: block;
    padding-left: 30px;
    margin-top: -14px;
    font-size: 16px;
    font-weight: 400;
    color: #F5F9FC;
}

footer .wpcf7-submit{
    padding: 9px 23px !important;
    color: #fff !important;
}

.wpcf7-text{
    color: #00D492 !important;
}

.paragraphSpace p{
    margin-bottom: 25px !important;
}

.hideDesktop{
    display: none !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;
    }
    .hideDesktop{
        display: block !important;
    }

    footer *{
        text-align: center;
    }

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

    .transparentBox{
        margin-bottom: 15px !important;
    }

    .bookColumn{
        width: 98%;
        margin: 1%;
    }

    .payingTable td{
        width: 350px !important;
    }
    .payingTable .wpb_wrapper{
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }
    .payingTable table {
        width: 100%;
        border-collapse: collapse;
    }

    .tab_video{
        height: 300px !important;
    }

    .ult_tabmenu{
        padding-left:0px !important;
        margin-top: 16px !important;
    }
    .ult_tab_li a.ult_a, .ask-sobi-btn {
        width: 300px;
    }

    footer .wpb_single_image .vc_figure{
        display: block;
    }

    .footerUsAddress{
        margin-top: 25px;
    }
    .bookColumn{
        margin-top: 20px !important;
    }

    .ult_tabmenu{
        margin-bottom: 0 !important;
    }

    .vidbg-overlay{
        background: rgba(0, 0, 0, 0.6);
    }
}

@media screen and (max-height: 700px) {
    .main-nav > li > a{
        margin: 9px 14px 9px 14px;
        padding: 3px 3px 3px 3px;
    }
}