/* Keep the website navigation authoritative across the NexDirectory experience. */
html body.nexdirectory-plugin-page .nexdirectory-platform-nav {
  display: none !important;
}

html body.nexdirectory-plugin-page .elementor-location-header,
html body.nexdirectory-plugin-page.nexdirectory-app-page.nexdirectory-theme-override-hide-header .elementor-location-header {
  display: block !important;
  min-height: 79px;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.nexdirectory-plugin-page .elementor-location-header .we-nav-container {
  top: 0;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

html body.admin-bar.nexdirectory-plugin-page .elementor-location-header .we-nav-container {
  top: 32px;
}

@media (max-width: 782px) {
  html body.admin-bar.nexdirectory-plugin-page .elementor-location-header .we-nav-container {
    top: 46px;
  }
}

@media (max-width: 1100px) {
  html body.nexdirectory-plugin-page .elementor-location-header,
  html body.nexdirectory-plugin-page.nexdirectory-app-page.nexdirectory-theme-override-hide-header .elementor-location-header {
    min-height: 82px;
  }
}
