/* 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: centred print-style masthead. Not sticky on purpose - it reads as the
   top of a printed reference page rather than an app chrome bar. */
.penci-header-wrap{background:#f6efe6}
#header.header-header-5{border-bottom:3px double #ddcdb9;background:transparent}
#header .container{text-align:center}
#logo{float:none!important;display:block;text-align:center;padding:38px 0 26px;margin:0}
#logo a{display:inline-block}
.penci-mainlogo{max-width:min(430px,80vw)!important}
#navigation{background:transparent;border:0}
#navigation .container{display:flex;justify-content:center}
#navigation .menu{display:flex;gap:clamp(20px,4vw,52px);float:none;margin:0;justify-content:center}
#navigation .menu>li>a{font-family:Georgia,"Times New Roman",serif;font-size:.82rem;letter-spacing:.22em;
  text-transform:uppercase;color:#6b5c50;padding:16px 0;border-bottom:1px solid transparent}
#navigation .menu>li>a:hover{color:#a6522a;border-bottom-color:#a6522a}
#navigation .menu>li.current-menu-item>a{color:#7d3d1f;border-bottom-color:#c9b49b}
.penci-header-extra,#top-search{display:none}
@media(max-width:760px){#logo{padding:24px 0 16px}#navigation .menu{gap:18px}
  #navigation .menu>li>a{font-size:.72rem;letter-spacing:.14em}}

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