/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2023 | 11:12:45 */
@media only screen and (max-width: 768px) {
  ul.mega-sub-menu li a, .mega-menu-row {
    background: #3e5365 !important;
	  color:#fff !important;
}
	ul.mega-sub-menu{
			padding:0px 5px !important;
		background:#3E5365 !important;
	}
	.hide-mobile{
		display:none !important;
	}
	#header{
		background-color:#2E3F53;
	}
	.mega-menu-logo {
    padding: 30px 50px 60px!important;
	}
	.mega-number-menu a {
    display: block !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 40px !important;
	}
}

@media only screen and (min-width: 769px) {
span.mega-indicator {
    display: none !important;
}
	.mega-mobile-only{
		display:none !important;
	}