/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2022 | 08:06:41 */
/* MENU TOP */
header.scrolled .header_top, .header_top  { 
	background: #013d59 !important; 
}
.header_top .svg_icon {
 	display: inline-block !important;
	margin: -2px auto;
}
.header_top .left p {
	text-transform: initial !important;
	padding: 0 10px;
}
.header_top .left p:first-child {
	padding-left: 0;
}

/* Menu */
header .qbutton { margin-top: 15px; }
.header_bottom_widget.widget_text { display: inline-block;  }
.header_bottom_widget.widget_text:first-child { margin-right: 10px }

/* Mobile menu */
.mobile_menu ul .header_bottom_right_widget_holder { padding: 0; }
@media only screen and (max-width: 1024px) {
  .mobile_menu ul .header_bottom_right_widget_holder { display: none !important; }
}
@media only screen and (max-width: 768px) {
  .mobile_menu ul .header_bottom_right_widget_holder { display: block !important; }
}

/* Footer */
footer p { color: #ffffffa1 !important; font-size: 14px; }

/* Hamburger menu tablet landscape */
@media (min-width: 1025px) { 
  .header_top, .fixed_top_header .top_header { padding: 0 5%; }
} 
@media (width: 1024px) { .logo_wrapper { width: 934px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .header_top .left { display: none; }
.logo_wrapper, .mobile_menu_button { display: table !important; height: 75px;}
nav.mobile_menu { display: block;}
  .main_menu {display: none!important;}
  .fixed_top_header .q_logo img.mobile, .logo_wrapper { 
    position: absolute !important;
  }
 .q_logo img {
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    margin-top: 10px;
    position: absolute;
}
}
