/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2023 | 13:02:14 */
header.classic-menu {
/*     backdrop-filter: blur(10px); */
	top: -10px !important;
	height: 100px !important;
	}
	.button-wrap.right.menu.disable-drag {
    top: 5px;
	}

div#header-container {
    padding: 20px 80px 0 80px !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 425px) {
	header.classic-menu {
    backdrop-filter: blur(10px);
	top: -10px !important;
	height: 80px !important;
	}
	.button-wrap.right.menu.disable-drag {
    top: 5px;
	}

div#header-container {
    padding: 0 !important;
}
}


/* TABLET RESPONSIVE */
@media (max-width: 768px) {
		header.classic-menu {
    backdrop-filter: blur(10px);
	top: -10px !important;
	height: 80px !important;
	}
	.button-wrap.right.menu.disable-drag {
    top: 5px;
	}

div#header-container {
    padding: 0 !important;
}
}