/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 06:06:41 */
/* 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);
}


@media (min-width: 1201px) and (max-width: 1600px) {
	body:not(.elementor-editor-active) .nav-section .menu-item-home {
		display: none;
	}
	
	body:not(.elementor-editor-active) .nav-section .elementor-nav-menu .sub-arrow {
    	padding: 4px !important;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	body:not(.elementor-editor-active) .nav-section .elementor-widget-theme-site-logo img {
    	width: 140px !important;
	}
}

@media (min-width: 1367px) and (max-width: 1520px) {	
	body:not(.elementor-editor-active) .nav-section .elementor-nav-menu .sub-arrow {
		display: none !important;
	}
}

@media (min-width: 1400px) and (max-width: 1499px) {
	body:not(.elementor-editor-active) .nav-section .elementor-widget-theme-site-logo img {
    	width: 130px !important;
	}
}

@media (min-width: 1367px) and (max-width: 1399px) {
	body:not(.elementor-editor-active) .nav-section .elementor-widget-theme-site-logo img {
    	width: 110px !important;
	}
}

/* Menu arrow control 
@media (min-width: 1200px) {
    .elementor-nav-menu .sub-arrow {
        display: none;  
	}
}*/


/* Sticky header CTA control 
body:not(.elementor-editor-active) .nav-section .cta-1 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-1 {
    display: flex;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-0 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 80px !important;
}

@media (min-width: 1200px) {
    body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-nav-menu > li:first-child {
        display: none;
    }
}*/