﻿@font-face {
  font-family: "Avenir LT W01 35 Light";
  src: url("fonts/avenir-lt-w01_35-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 900px) {
  .site-header .cdm-wrap {
    width: 100%;
    padding: 0 16px;
    min-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-logo {
    width: min(55vw, 220px);
  }

  .site-logo-link {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .menu-toggle {
    left: 16px;
    top: 8px;
  }

  .site-header-nav {
    width: 260px;
  }

  .site-header-menu a {
    font-size: 28px;
    font-weight: 600;
  }

  .site-header-logos {
    position: absolute;
    right: 16px;
    top: 0;
    transform: none;
    display: grid;
    grid-template-columns: repeat(3, 24px);
    justify-content: end;
    justify-items: end;
    align-items: center;
    row-gap: 10px;
    column-gap: 12px;
    max-width: 120px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header-logos img {
    width: 24px;
    height: 24px;
  }

  body.menu-open .site-header-logos {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header-logos li {
    height: auto;
  }

  .site-main {
    padding: 200px 0 48px;
  }

  body.admin-bar .site-header {
    top: 46px !important;
  }

  body.admin-bar .site-header-nav {
    top: 46px;
    height: calc(100vh - 46px);
  }

}
