/*
Theme Name: Sheshi Monochrome Logo Integration
Version: 0.28.0
Description: Black SVG logo on a stable white header and white SVG logo on a black footer.
*/

/* The selected logo has a fixed monochrome context in either theme. */
.sheshi-site-header {
  border-bottom-color: transparent !important;
  color: #111111 !important;
  background: #ffffff !important;
}

.sheshi-site-header.is-scrolled {
  border-bottom-color: #dce3e6 !important;
}

.sheshi-brand {
  display: inline-flex !important;
  min-width: 0;
  align-items: center;
  color: inherit !important;
  line-height: 1 !important;
}

.sheshi-logo {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.sheshi-logo--header {
  height: 42px;
}

.sheshi-site-header .sheshi-desktop-nav a,
.sheshi-site-header .sheshi-nav-dropdown > summary,
.sheshi-site-header .sheshi-nav-chevron,
.sheshi-site-header .sheshi-theme-toggle,
.sheshi-site-header .sheshi-mobile-menu > summary {
  color: #253036 !important;
}

.sheshi-site-header .sheshi-desktop-nav a:hover,
.sheshi-site-header .sheshi-desktop-nav a[aria-current="page"],
.sheshi-site-header .sheshi-nav-dropdown > summary:hover,
.sheshi-site-header .sheshi-theme-toggle:hover,
.sheshi-site-header .sheshi-mobile-menu > summary:hover {
  color: #000000 !important;
}

.sheshi-site-header .sheshi-theme-toggle {
  border-color: #cbd4d8 !important;
  background: transparent !important;
}

.sheshi-site-header .sheshi-nav-cta,
.sheshi-site-header .sheshi-nav-cta span {
  border-color: #cbd4d8 !important;
  color: #253036 !important;
  background: #ffffff !important;
}

.sheshi-site-header .sheshi-nav-cta:hover,
.sheshi-site-header .sheshi-nav-cta:hover span {
  border-color: #3d5666 !important;
  color: #111111 !important;
  background: #f5f7f8 !important;
}

.sheshi-site-header .sheshi-theme-toggle:hover {
  border-color: #3d5666 !important;
  background: #f5f7f8 !important;
}

.sheshi-site-header .sheshi-menu-toggle-icon span {
  color: #111111 !important;
  border-color: #111111 !important;
  background: #111111 !important;
}

.sheshi-site-header .sheshi-menu-toggle-icon {
  color: #111111 !important;
  background: transparent !important;
}

.sheshi-site-footer {
  border-color: #252525 !important;
  color: #ffffff !important;
  background: #000000 !important;
}

.sheshi-site-footer .sheshi-brand {
  color: #ffffff !important;
}

.sheshi-logo--footer {
  height: 50px;
}

.sheshi-site-footer p,
.sheshi-site-footer a {
  color: #c9cfd2 !important;
}

.sheshi-site-footer a:hover {
  color: #ffffff !important;
}

.sheshi-site-footer .sheshi-copyright {
  border-top-color: #252525 !important;
  color: #969fa3 !important;
}

@media (max-width: 767px) {
  .sheshi-logo--header {
    height: 38px;
  }

  .sheshi-logo--footer {
    height: 46px;
  }
}
