/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 14:57:15 */
#header .main-menu {
	width: 80vw;
	left: -80vw;
	padding-right: 2em;
}

.noscroll #overlay {
	left: 80vw;
}

#header.open #menu-trigger {
	left: calc(80vw - 2em);
}

@media screen and (min-width:1024px) {
	#header .main-menu {
		width: auto;
		position: relative;
		padding-right: 0;
		left: 0;
	}
	
	#header .main-menu li {
		font-size: 12px;
	}
}

@media screen and (min-width:1500px) {
	#header .main-menu li {
		font-size: 14px;
	}
}

@media screen and (min-width:1800px) {
	#header .main-menu li {
		font-size: 16px;
	}
}

