/* Cheap Geek header redesign */
header,
#header,
.site-header,
.header,
.header-wrapper,
.header-area,
.main-header {
  background: #ffffff !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12) !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

/* Top blue bar */
.header-top,
.top-bar,
.top-header {
  background: #20264f !important;
  color: #ffffff !important;
}

/* Main menu bar */
nav,
.main-navigation,
.navbar,
.menu,
.primary-menu,
#site-navigation {
  background: #ffffff !important;
  border-top: 1px solid #e6e6e6 !important;
}

/* Menu links */
nav a,
.main-navigation a,
.navbar a,
.menu a,
.primary-menu a {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

/* Menu hover */
nav a:hover,
.main-navigation a:hover,
.navbar a:hover,
.menu a:hover {
  color: #b9152b !important;
}

/* Active page */
.current-menu-item > a,
.current_page_item > a {
  color: #b9152b !important;
}

/* Request booking button */
.menu-item a[href*="booking"],
.menu-item a[href*="request"] {
  background: #92e600 !important;
  color: #111111 !important;
  padding: 18px 22px !important;
  font-weight: 800 !important;
}

/* Phone number area */
.header-phone,
.phone,
.call-us,
.contact-phone {
  color: #111111 !important;
  font-weight: 800 !important;
}

/* Logo sizing */
.logo img,
.site-logo img,
.custom-logo {
  max-height: 115px !important;
  width: auto !important;
}

/* Mobile cleanup */
@media (max-width: 768px) {
  .logo img,
  .site-logo img,
  .custom-logo {
    max-height: 80px !important;
  }

  nav a,
  .main-navigation a,
  .navbar a,
  .menu a {
    font-size: 13px !important;
  }
}