/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 991px) {
  nav#site-navigation {
    display: none;
  }
  .pxms1-logo {
    flex: 0 0 100%;
  }
  .ax-hstyle1.has-aghome {
    color: var(--black);
    position: inherit;
    text-align: center;
  }

  /* Mobile hamburger menu bar */
  .mobile-menu-bar {
    display: block;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
  }
  .mobile-nav-drawer {
    display: block;
  }

  .brand-text .site-title {
    font-size: 40px;
  }
  h1 {
    font-size: 35px;
  }
  h1.page-title {
    font-size: 20px;
  }
  h2 {
    font-size: 28px;
  }
  .aghome .ax-home-title h1 {
    font-size: 4rem;
  }
  .aghome .ax-home-dres p {
    font-size: 15px;
    letter-spacing: 0;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h1.page-title {
    font-size: 24px;
  }
  h2 {
    font-size: 30px;
  }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 479px) {
  .header-search-form {
    right: 0;
  }
}
