/* AquaFlow brand fixes */
.aquaflow-brand img {
  max-width: 140px;
  height: auto;
}

/* Reduce excessive mobile header height from template defaults */
.mobile-header.mobile-haeder1 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.mobile-header.mobile-haeder1 .mobile-logo img {
  max-height: 42px;
  width: auto;
}
.mobile-header.mobile-haeder1 .mobile-nav-icon.dots-menu {
  padding: 8px;
}

/* Keep AquaFlow wordmark colors/sideways-safe sizing instead of template inversions */
.site-logo img,
.mobile-logo img,
.logos img,
.footer-logo-area img {
  filter: none !important;
  max-width: 180px;
  width: auto;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
.logosicon-area img,
.footer-logo-area img {
  max-height: 54px;
}