/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2024 | 18:24:52 */
@media only screen and (max-width : 768px){
	#menu-header{
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 1;
		background-color: rgba(0,0,95,0.8);
	}
	.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal{
		position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        top: 88px;
	}

}


