/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Ensure header + megamenu render above hero sections (desktop) */
@media (min-width: 992px) {
  #header,
  #desktop-header,
  #iqitmegamenu-wrapper {
    position: relative;
    z-index: 1000;
  }

  #iqitmegamenu-wrapper,
  #iqitmegamenu-horizontal {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #iqitmegamenu-horizontal {
    background: #333;
  }
}
