/* Enter Your Custom CSS Here */
.header_top, .header_top .right, .header_top p {
    display: none;
}
nav.mobile_menu ul li a{ padding:7px 5px;}
 @media only screen and (max-width: 1000px) {
.header_top {
    display:block !important;
}
header:not(.centered_logo) .header_fixed_right_area {
    display: none !important;
}
  .logo_wrapper {
    height: 80px!important;
  }
  header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height: 85px;
}
  .q_icon_with_title .icon_text_inner {
    padding: 7px 0 0px !important;
}
}