[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 60px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 120px;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --items-vertical-spacing: 10px;
    --theme-font-weight: 400 !important;
    --theme-text-transform: uppercase;
    --theme-font-size: 16px !important;
    line-height: 20px;
    --theme-link-initial-color: rgba(255, 255, 255, 0.7);
    --theme-link-hover-color: #F9B536;
    --mobile-menu-divider: none;
}

.mobile-menu[data-submenu-dots=yes] [class*=children]>ul {
    padding-inline-start: 20px !important;
}

[data-header*="type-1"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 350px;
    --vertical-alignment: flex-start;
    --has-indentation: 1;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: initial;
    background-image: linear-gradient(135deg, rgb(23, 28, 51) 0%, rgb(82, 95, 131) 45%, rgb(26, 31, 55) 100%);
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 20px;
    --theme-icon-hover-color: var(--theme-palette-color-1);
    --toggle-button-radius: 3px;
}

[data-header*="type-1"] [data-id="trigger"]:not([data-design="simple"]) {
    --toggle-button-padding: 10px;
}

[data-header*="type-1"] [data-id="trigger"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-transparent-row="yes"] [data-id="trigger"] {
    --theme-icon-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] {
    --header-height: 0px;
    --header-sticky-height: 0px;
    --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-header*="type-1"] [data-transparent] {
    background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
    background-color: transparent;
    background-image: none;
}

[data-footer*="type-1"][data-footer*="reveal"] .ct-footer {
    --position: sticky;
}

[data-footer*="type-1"][data-footer*="reveal"] .site-main {
    --footer-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}

[data-footer*="type-1"] .ct-footer {
    background-position: 56% 100%;
    background-repeat: no-repeat;
    background-color: #121212;
    background-image: url(https://danlevy.com.mx/wp-content/uploads/2021/06/footer-bg.png);
}

[data-footer*="type-1"] footer.ct-container {
    --footer-container-bottom-offset: 50px;
    --footer-container-padding: 0px 35px;
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 40px;
    }
    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 90px;
    }
    [data-header*="type-1"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 15px;
        --theme-font-size: 16px !important;
        --theme-letter-spacing: 0em;
    }
    [data-header*="type-1"] [data-id="mobile-menu"] .sub-menu {
        --theme-line-height: 10px;
    }
    [data-header*="type-1"] #offcanvas .ct-panel-inner {
        background-color: initial;
        background-image: linear-gradient(135deg, rgb(23, 28, 51) 0%, rgb(82, 95, 131) 45%, rgb(26, 31, 55) 100%);
    }
    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 350px;
        --vertical-alignment: center;
        --horizontal-alignment: left !important;
        --text-horizontal-alignment: center;
        --has-indentation: 0;
    }
    [data-header*="type-1"] {
        --header-height: 90px;
        --header-sticky-height: 90px;
    }
    [data-footer*="type-1"][data-footer*="reveal"] .ct-footer {
        --position: static;
    }
    [data-footer*="type-1"] footer.ct-container {
        --footer-container-padding: 0vw 4vw;
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 45px;
    }
    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 90vw;
    }
    [data-footer*="type-1"] footer.ct-container {
        --footer-container-padding: 0vw 5vw;
    }
}

.post-849 .entry-content .stk-block, .stk-block, .stk-block-column__content>.service-none h2{
    margin-bottom: 0;
}

@media (min-width: 1000px) {
    #header [data-device=mobile] {
        display: block !important;
    }
}

#main-container {
    flex-direction:initial !important;
}

#offcanvas [data-device=desktop] {
    display: none;
}

#main-container {
    display: block !important;
}

#header {
    height: 0;
    top: 0;

}

.ct-menu-link.selected {
    color: #F9B536 !important; 
}

.ct-header-text, .ct-header-cta {
    text-transform: uppercase;
}

.mobile-menu [class*=children]>ul {
    padding: 15px 5px;
}



.ct-header-cta [data-size=small] {
    --theme-button-padding: 5px !important;
}

.mobile-menu li.menu-item-has-children {
    padding: 4px 0;
}

@media (max-width: 345px) {
    h1 {
        --theme-font-size: 35px !important;
    }
}