/* Preserve the original desktop menu wrapping produced by the live Elementor header. */
@media (min-width: 1025px) {
  #masthead nav.hfe-nav-menu__layout-horizontal {
    width: calc(100% - 0.1px) !important;
    left: 0 !important;
  }
}
