/* Site-wide brand corrections layered over Soledad. Loaded on every page. */
.penci-mainlogo,.penci-mainlogo-mb{width:auto!important;height:auto!important}
#sidebar-nav-logo img{max-width:200px;width:auto;height:auto}

/* Social links are unset via theme mods (they defaulted to the THEME AUTHOR's own
   Facebook/X accounts). Soledad still prints the empty wrappers, and :empty does
   not match them because they contain whitespace - so hide them outright. If real
   social accounts are ever configured, delete these three rules. */
.header-social,.inner-header-social{display:none!important}
.footer-socials-section,.footer-socials{display:none!important}
.header-slogan{display:none!important}
/* HEADER: two distinct tiers - a white masthead band, then a full-width dark
   green nav bar with pill hovers. The colour break is the whole point. */
.penci-header-wrap{background:#fff}
#header.header-header-8{background:#fff;border:0;padding:20px 0 16px}
#logo{float:left;margin:0;padding:0}
.penci-mainlogo{max-width:min(320px,62vw)!important}
#navigation{background:#2f5d3a!important;border:0;box-shadow:inset 0 3px 0 #f2d785}
#navigation .container{display:flex;align-items:center}
#navigation .menu{display:flex;gap:4px;float:none;margin:0}
#navigation .menu>li>a{color:#dfeadf;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  padding:16px 20px;border-radius:4px;transition:background .16s ease,color .16s ease;
  font-family:"Segoe UI",system-ui,-apple-system,Arial,sans-serif}
#navigation .menu>li>a:hover{background:rgba(242,215,133,.2);color:#fff}
#navigation .menu>li.current-menu-item>a{background:#f2d785;color:#20422a}
.penci-header-extra,#top-search{margin-left:auto;filter:invert(1) brightness(2)}
@media(max-width:760px){#header.header-header-8{padding:14px 0 10px;text-align:center}#logo{float:none}
  #navigation .menu{flex-wrap:wrap;justify-content:center}#navigation .menu>li>a{padding:12px 14px;font-size:.7rem}}

/* Subscribe form picks up the site palette (wiz-subscribe.php reads these). */
:root{--wiz-accent:#2f5d3a;--wiz-primary:#17241a;--wiz-on-accent:#fff}
