/* =========================================================
   HEADER / NAVIGATION
========================================================= */

/* Default state (white version visible) */
.custom-header .logo-white,
.custom-header .menu-white {
  display: block !important;
}

.custom-header .logo-color,
.custom-header .menu-color {
  display: none !important;
}

/* Scrolled state (colored version visible) */
.custom-header.scrolled .logo-white,
.custom-header.scrolled .menu-white {
  display: none !important;
}

.custom-header.scrolled .logo-color,
.custom-header.scrolled .menu-color {
  display: block !important;
}

/* Header background for responsive design */
@media (max-width: 767px) {
  .e-n-menu-wrapper {
    background-color: #fff !important;
    padding: 15px !important;
    margin: 5px !important;
  }
}