/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2026 | 23:54:56 */
.site-header{
	transition: background-color .3s ease;
}

/* Elementor pages — toggle opacity */

body:has(.transparent_header) .site-header:not(.scrolled){
  background-color: rgba(255,255,255,0)!important;
 
}
.site-header, .site-header.scrolled, body:has(.transparent_header) .site-header.scrolled{
  background-color: rgba(255,255,255,1)!important;
}


.menu-item a {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3)!important;
}