#header .logo {
  max-width: 300px;
  max-height:  140px;
  padding: 19px 0;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
  transition: box-shadow .3s;
}
#header .logo:hover {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}
@media (max-width: 767px) {
  #header .logo {
    margin-top:-10px;
  }
}

@media (max-width: 991px) {
  #header #_mobile_logo {
     position: static;
     height: 110px;
  }
  #header #search_widget {
    padding: 0;
    margin-top: -12px;
  }
}

@media (max-width: 767px) {
  #header #search_widget {
    margin-bottom: 12px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header #_desktop_logo {
    margin: 0 auto !important;
  }
  #header .header-top.tablet-h {
    margin-top: -130px !important;
  }
}
@media (min-width: 992px) {
  .position-static .amega-menu {
    width: 100%;
  }
}
