@charset "utf-8";

.header-item--logo, .header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons { flex: 0 1 110px; }

@media only screen and (min-width: 769px) {
  .header-item--logo, .header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons { flex: 0 0 210px; }
}

.site-header__logo a { width: 110px; }

.is-light .site-header__logo .logo--inverted { width: 110px; }

@media only screen and (min-width: 769px) {
  .site-header__logo a { width: 210px; }
  .is-light .site-header__logo .logo--inverted { width: 210px; }
}