/* Compact header: keep it visible while the user scrolls down */

/* Theme JS only adds --sticky-display on scroll up (mobile / tablet). */
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  transform: translateY(0);
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 1px 0 #e2e2e2;
}

/* overflow:hidden on the page wrapper can clip position:fixed descendants */
#qodef-page-wrapper {
  overflow: visible;
}

#qodef-page-header {
  z-index: 200;
}

.qodef-header-sticky {
  z-index: 400;
}

#qodef-page-mobile-header {
  z-index: 400;
}

/* Search does not work on this static site */
.widget_hibiscus_core_search_opener,
.qodef-search-opener,
.qodef-search-below-form {
  display: none !important;
}

/* Hide the free consultation button in the top bar for now */
#qodef-top-area,
#hibiscus_core_button-2 {
  display: none !important;
}

/* Hide the free consultation button on the contact page for now */
.elementor-element-49fd9df {
  display: none !important;
}
