
/* =========================================================
   V11.9.3 REAL FRONTPAGE LOGO FIX
   Uses actual injected class .sa-real-home-logo in front-page.php.
   ========================================================= */

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

.sa-real-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-real-home-logo .sa113-logo-mark::before,
.sa-real-home-logo .sa113-logo-mark::after {
  display:none !important;
  content:none !important;
}

.sa-real-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-real-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-real-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-real-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 leftover old homepage logo if it still exists */
body.home header img[src*="logo"],
body.home header img[src*="stargazing-atlas-logo"] {
  display:none !important;
}

/* But never hide our background-image logo */
body.home .sa-real-home-logo img {
  display:none !important;
}

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

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

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

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