/* Hide the duplicate hamburger menu on mobile */
@media screen and (max-width: 736px) {
  /* Only hide the second hamburger menu, don't reposition anything */
  #header .inner .menu-toggle:nth-of-type(2) {
    display: none !important;
  }
}
