/* EL-KAYAN mobile-only sticky-header refinements. */

@media (max-width: 767.98px) {
  body.elk-mobile-header-scrolled #header #search_widget {
    display: none !important;
  }

  #header .header-top {
    padding-bottom: 0 !important;
  }

  #header .header-top .elk-mobile-header-row {
    min-height: 50px !important;
    height: 50px !important;
  }

  #header .header-top .elk-mobile-header-row #_mobile_logo {
    margin-inline-start: -20px !important;
    padding-inline: 0 !important;
  }

  #header .header-top .elk-mobile-header-row #_mobile_logo h1,
  #header .header-top .elk-mobile-header-row #_mobile_logo h1 > a {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: center;
  }

  #header .header-top .elk-mobile-header-row #_mobile_logo h1 > a {
    justify-content: flex-start;
  }
}
