/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 22:17:49 */
@media only screen and (max-width: 1000px) {
    .logo_wrapper {
        height: 100px !important;
        left: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .logo_wrapper {
        height: 100px !important;
        left: 50%;
    }
}

@media only screen and (max-width: 480px) {
	nav.mobile_menu>ul {
		padding-left:20px !important;
	}
}