/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2024 | 17:34:56 */
/* ---------- [ MENU TO ACTIVE ] */
.menu-to-active { transition: all 2s ease 0; }
.menu-to-active .menu-item a { transition: all 2s ease 0; }

/* ---------- [ MENU ACTIVE ] */
.menu-active { 
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	background-color: #ebebeb;
}

@media (max-width: 1024px) { 
	.menu-active { 
		box-shadow: none; 
		background-color: transparent;
	}
}

/* ---------- [ MENU ACTIVE MENU LINK ] */
.menu-active .e-n-menu-title-text {  color: #2C3531!important; }
.menu-active .e-n-menu-title-text:hover { color: #1C6D68!important; }
.menu-active .e-current .e-n-menu-title-text { color: #DB6A1D!important; }
