/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2019 | 15:58:08 */
@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;
}
}