/* Zenova Systems - Brand logo styles
 * Imported by zenova-theme.css.
 */

.site-header .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 58px;
  height: 58px;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
}

.site-header .nav {
  min-height: 82px;
  align-items: center;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 46px;
    height: 46px;
    max-width: 46px;
    max-height: 46px;
    flex-basis: 46px;
  }

  .site-header .nav {
    min-height: 70px;
  }
}
