
/* =========================================================
   V11.6 LOGO FIX
   Post header/footer logo now uses homepage logo asset when available.
   Detected asset: assets/stargazing-atlas-logo.svg
   ========================================================= */


/* V11.6 use real homepage logo asset */
.sa113-logo,
.sa115-footer-logo{
  width:280px !important;
  height:76px !important;
  display:block !important;
  background-image:url("assets/stargazing-atlas-logo.svg") !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
}

.sa113-logo > *,
.sa115-footer-logo > *{
  display:none !important;
}


/* Make post logo size match homepage better */
.sa113-header-inner{
  min-height:96px !important;
}

.sa113-logo-text strong,
.sa115-footer-logo strong{
  line-height:.95 !important;
}

.sa113-logo-text em,
.sa115-footer-logo em{
  margin-top:8px !important;
}
