@charset "utf-8";

.header-item--logo, [data-layout="left-center"] .header-item--logo, [data-layout="left-center"] .header-item--icons { flex: 0 1 100px; }

@media only screen and (min-width: 769px) {
  .header-item--logo, [data-layout="left-center"] .header-item--logo, [data-layout="left-center"] .header-item--icons { flex: 0 0 100px; }
}

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

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

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