

body .header__social a,
body .header__contact li a {
color: #fff;
}
body .header__social a:hover,
body .header__contact li a:hover {
color: rgba(42,42,42,1);
}

.header_top {
    background-color: rgb(175, 154, 118);
}

/*** mobile menu ****/
 
.mobile_menu_button {
     display: none;
}
@media all and (min-width: 1001px){
  .side_menu_button_wrapper {
      display: none;
  }
}
@media all and (max-width: 1000px){
  .scroll_header_top_area:not(.sticky) .q_logo > a {
        left: -65%;
   }

  .popup_menu_opened .header_top {
     display: none !important;
   }

  .popup_menu_opened header {
    background-color: #2a2a2a;
   }

}