/* ===============================
   GENERAL / CLEANUP
================================ */

.pp_social {
  display: none !important;
}

header.content-search.pad-container.no-results {
  display: none;
}

/* ===============================
   HEADER / MENU ICON
================================ */

.bravada-over-menu:not(.burgermenu-active) 
.site-header-bottom:not(.header-fixed) 
.hamburger span {
  background-color: #000000;
}

/* ===============================
   MOBILE MENU ACTIVE / HOVER
================================ */

nav#mobile-menu #mobile-nav > li.current_page_item > a,
nav#mobile-menu #mobile-nav > li.current-menu-item > a,
nav#mobile-menu #mobile-nav > li.current_page_ancestor > a,
nav#mobile-menu #mobile-nav > li.current-menu-ancestor > a,
nav#mobile-menu #mobile-nav a:hover {
  color: #898989;
}

/* ===============================
   DESKTOP NAVIGATION (BRAVADA)
================================ */

/* Default menu colour */
.bravada-over-menu #site-title a,
.bravada-over-menu #site-description,
.bravada-over-menu #access > div > ul > li,
.bravada-over-menu #access > div > ul > li > a,
.bravada-over-menu .site-header-bottom:not(.header-fixed) #nav-toggle,
#breadcrumbs-container span,
#breadcrumbs-container a,
#breadcrumbs-container i {
  color: #000000;
}

/* 🔹 TOP-LEVEL MENU HOVER */
.bravada-over-menu #access > div > ul > li:hover > a {
  color: #898989 !important;
}

/* 🔹 SUB-MENU (DROPDOWN) HOVER */
.bravada-over-menu #access ul ul li:hover > a {
  color: #898989 !important;
}

/* Smooth hover transition */
#access li,
#access ul ul li a {
  transition: background .3s ease-in-out, color .3s ease-in-out;
}

/* ===============================
   VIDEO HEADER
================================ */

video#wp-custom-header-video {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 970px) {
  video#wp-custom-header-video {
    width: 720px !important;
    height: 1200px !important;
  }
}

@media (max-width: 640px) {
  video#wp-custom-header-video {
    width: 310px !important;
    height: 500px !important;
  }
}

@media screen and (max-width: 768px) {
  #wp-custom-header {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    min-height: 100vh !important;
  }
}
