
/* =========================================================
   V11.9.2 FRONTPAGE LOGO HARDFIX
   Direct markup class: .sa-home-logo.sa113-logo
   No more homepage old-logo CSS fight.
   Asset: assets/stargazing-atlas-logo.svg
   ========================================================= */

.sa-home-logo.sa113-logo,
body.home .sa-home-logo.sa113-logo,
body.front-page .sa-home-logo.sa113-logo {
  width:auto !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  background:none !important;
  background-image:none !important;
  text-decoration:none !important;
  color:#fff !important;
  flex:0 0 auto !important;
  overflow:visible !important;
}

.sa-home-logo .sa113-logo-mark,
body.home .sa-home-logo .sa113-logo-mark,
body.front-page .sa-home-logo .sa113-logo-mark {
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:block !important;
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  border:0 !important;
  box-shadow:0 0 0 4px rgba(217,164,65,.10) !important;
  color:transparent !important;
  overflow:hidden !important;
}

.sa-home-logo .sa113-logo-mark::before,
.sa-home-logo .sa113-logo-mark::after {
  display:none !important;
  content:none !important;
}

.sa-home-logo .sa113-logo-text,
body.home .sa-home-logo .sa113-logo-text,
body.front-page .sa-home-logo .sa113-logo-text {
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  line-height:1 !important;
  min-width:230px !important;
}

.sa-home-logo .sa113-logo-text strong,
body.home .sa-home-logo .sa113-logo-text strong,
body.front-page .sa-home-logo .sa113-logo-text strong {
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa-home-logo .sa113-logo-text em,
body.home .sa-home-logo .sa113-logo-text em,
body.front-page .sa-home-logo .sa113-logo-text em {
  display:block !important;
  margin-top:8px !important;
  color:#f3c55b !important;
  font-size:13px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:950 !important;
  letter-spacing:.34em !important;
  text-align:center !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.sa-home-logo .sa113-logo-text::after {
  content:"" !important;
  display:block !important;
  width:100% !important;
  height:2px !important;
  margin-top:8px !important;
  background:linear-gradient(90deg,transparent,#f3c55b,transparent) !important;
  opacity:.9 !important;
}

/* Hide any old homepage logo that may still render alongside the hardfixed logo */
body.home .custom-logo-link:not(.sa-home-logo),
body.home .site-title:not(:has(.sa-home-logo)),
body.home .site-description,
body.home .sa-logo:not(.sa-home-logo) img,
body.home .sa-brand:not(.sa-home-logo) img,
body.home .sa-site-logo:not(.sa-home-logo) img,
body.home .sa-header-logo:not(.sa-home-logo) img {
  display:none !important;
}

/* Keep nav aligned */
body.home .sa-header-inner,
body.home .site-header .ast-container,
body.front-page .sa-header-inner {
  display:flex !important;
  align-items:center !important;
}

@media(max-width:720px){
  .sa-home-logo .sa113-logo-mark {
    flex-basis:52px !important;
    width:52px !important;
    height:52px !important;
  }

  .sa-home-logo .sa113-logo-text {
    min-width:180px !important;
  }

  .sa-home-logo .sa113-logo-text strong {
    font-size:21px !important;
  }

  .sa-home-logo .sa113-logo-text em {
    font-size:11px !important;
  }
}
