/* Global Styles
   ========================================================================== */
.universal-menu {
  left: -400px;
  width: 400px;
  font: 14px/18px "GT Walsheim Regular", Arial, Helvetica, sans-serif;
  letter-spacing: initial;
}

.universal-menu h4 {
  letter-spacing: initial;
}

.universal-menu .universal-menu-inner-wrapper {
  overflow-y: auto;
}

.popup-wrapper .booking-popup {
  padding: 3em 2em 1em 2em;
}

.popup-wrapper .booking-popup .popup-close {
  margin-top: -30px;
  margin-right: -15px;
}

.popup-wrapper .booking-popup h2 {
  margin-top: 0;
}

.popup-wrapper .booking-popup iframe {
  margin-top: 1em;
  width: 640px;
  height: 480px;
}

@media (max-width: 960px) {
  .popup-wrapper .booking-popup {
    padding: 1.5em 1em 0.5em 1em;
  }
  .popup-wrapper .booking-popup .popup-close {
    margin-top: 0;
    margin-right: 0;
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 880px) {
  .popup-wrapper .booking-popup iframe {
    width: 530px;
  }
}

@media (max-width: 760px) {
  .popup-wrapper .booking-popup iframe {
    width: 400px;
    height: 380px;
  }
}

@media (max-width: 580px) {
  .popup-wrapper .booking-popup iframe {
    width: 320px;
  }
}

@media (max-width: 480px) {
  .popup-wrapper .booking-popup {
    max-width: 90%;
  }
  .popup-wrapper .booking-popup .popup-close {
    margin-top: 0;
    margin-right: 0;
  }
  .popup-wrapper .booking-popup iframe {
    width: 250px;
  }
}

/*# sourceMappingURL=global.css.map */
