/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2023 | 08:39:33 */
/* Add shadow to nav section on scroll */
.nav-section.elementor-sticky--effects {
    /* background-color: var( --e-global-color-secondary ) !important; /* Set background to theme */
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}


/* Sticky header CTA control */
body:not(.elementor-editor-active) .nav-section .cta-0 {
    display: none;
}

body:not(.elementor-editor-active) .top-section .cta-1 {
    display: block;
}

@media (min-width: 880px) {
    body:not(.elementor-editor-active) .nav-section .cta-0 {
        display: flex;
    }

    body:not(.elementor-editor-active) .top-section .cta-1 {
        display: none;
    }
}


@media (min-width: 1200px) {
    body:not(.elementor-editor-active) .nav-section .cta-0 {
        display: none;
    }

    body:not(.elementor-editor-active) .top-section .cta-1 {
        display: flex;
    }

    body:not(.elementor-editor-active) .nav-section .elementor-nav-menu > li:first-child {
        display: none;
    }
}

@media (min-width: 1500px) {
    body:not(.elementor-editor-active) .nav-section .elementor-nav-menu > li:first-child {
        display: flex;
    }
}

@media (min-width: 1700px) {
    body:not(.elementor-editor-active) .nav-section .cta-0 {
        display: flex;
    }

    body:not(.elementor-editor-active) .top-section .cta-1 {
        display: none;
    }
}
