/**
 * Header-4 top bar (LIVE + social + phone/email): contrast against hero/subheader.
 * Body classes set via View Composer (routes with dark-overlay hero vs light home).
 */

body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a,
body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a i {
  color: #ffffff !important;
}

body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a:hover,
body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a:hover i {
  color: #bf0a30 !important;
}

body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .live i {
  color: #bf0a30 !important;
}

body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a,
body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a i {
  color: #ffffff !important;
}

body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a:hover,
body.header-bar-on-dark .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a:hover i {
  color: #bf0a30 !important;
}

body.header-bar-on-dark .sigma_header.header-4.header-absolute:not(.sticky) .sigma_header-top-links > li + li > a {
  border-left-color: rgba(255, 255, 255, 0.28) !important;
}

/* Light hero / light content behind absolute header */
body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a,
body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a i {
  color: #0a0a0a !important;
}

body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a:hover,
body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_sm li a:hover i {
  color: #bf0a30 !important;
}

body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .live i {
  color: #bf0a30 !important;
}

body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a,
body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a i {
  color: #0a0a0a !important;
}

body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a:hover,
body.header-bar-on-light .sigma_header.header-4:not(.sticky) .sigma_header-top .sigma_header-top-links a:hover i {
  color: #bf0a30 !important;
}

body.header-bar-on-light .sigma_header.header-4.header-absolute:not(.sticky) .sigma_header-top-links > li + li > a {
  border-left-color: rgba(0, 0, 0, 0.18) !important;
}

/* Mobile: hamburger on the right, same row as the logo (not the 9-dot grid). */
@media (max-width: 991px) {
  .sigma_header.header-4 .sigma_header-middle .navbar {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .sigma_header.header-4 .sigma_logo-wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }

  .sigma_header.header-4 .sigma_header-controls {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .sigma_header.header-4 .aside-toggler.aside-trigger-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .sigma_header.header-4 .aside-toggler.aside-trigger-left span,
  .sigma_header.header-4 .aside-toggler.aside-trigger-left span:nth-child(even) {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 0 6px;
    background-color: #020202;
    border-radius: 1px;
  }

  .sigma_header.header-4 .aside-toggler.aside-trigger-left span:last-child {
    margin-bottom: 0;
  }

  /* Only the left nav drawer on mobile — hide the desktop "Follow Us" panel. */
  .sigma_aside-right,
  .sigma_aside-overlay.aside-trigger-right,
  .sigma_header .aside-toggler.desktop-toggler {
    display: none !important;
  }

  .sigma_header.header-4 .sigma_header-middle .navbar-nav {
    display: none !important;
  }
}
