/**
 * WordPress-only overrides for the Events page.
 *
 * @package Azee_Theme
 */

body.azee-events-page {
  background-color: #041418;
}

body.azee-events-page .social-icon {
  color: #d4af37;
  text-decoration: none;
}

body.azee-events-page .social-icon:visited,
body.azee-events-page .social-icon:hover,
body.azee-events-page .social-icon:focus {
  color: #d4af37;
}

body.azee-events-page .nav-links a:visited {
  color: #d4af37;
}

body.azee-events-page .btn-contact:visited {
  color: #000;
}

/* Match About / scrollable marketing pages — no gold rule under nav links */
body.azee-events-page .nav-divider {
  display: none;
}

body.azee-events-page .nav-gap {
  display: none;
}

body.azee-events-page.admin-bar header {
  top: 32px;
}

body.azee-events-page.admin-bar .events-main {
  padding-top: 62px;
}

@media screen and (max-width: 782px) {
  body.azee-events-page.admin-bar header {
    top: 46px;
  }
}

body.azee-events-page .hero-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}

body.azee-events-page .btn-gold-solid:visited {
  color: #000;
}
