@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
.lb-popup {
  display: none;
}
.lb-popup.show {
  display: block;
}
.lb-popup .lb-popup-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999999999;
}
.lb-popup .lb-popup-bg .lb-popup-content {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 580px;
  height: 410px;
  background-color: #eff0f0;
  border-radius: 15px;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container {
  float: left;
  height: 100%;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.img {
  width: 260px;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content {
  padding: 20px;
  width: 320px;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p {
  margin: 0 0 12px;
  color: #eff0f0;
  text-align: center;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p.t1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  font-family: cormorantgaramond;
  margin-top: 100px !important;
  margin-bottom: 0px !important;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p.t2 {
  margin: 0;
  font-family: cormorantgaramond;
  font-size: 30px;
  line-height: 20px;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p.t3 {
  font-family: cormorantgaramond;
  font-size: 20px;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p.t4 {
  font-size: 11px;
  font-weight: 700;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content p.t5 {
  font-size: 26px;
  font-family: cormorantgaramond;
  text-align: center !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-bottom: 20px !important;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content a.popup_booking {
  font-size: 11px;
  font-family: gotham-book;
  color: #eff0f0;
  border: solid 2px #6eaebd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #6eaebd;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form input[type=email] {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 30px;
  background-color: #f6f7f9;
  border: 1px solid #f6f7f9;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: gotham-book;
  font-size: 0.9em !important;
  width: 100%;
  vertical-align: top;
  -webkit-transition: border-color 150ms ease;
  -moz-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #777;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form input[type=email]:focus {
  border-color: #6eafbe;
  outline: none;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #lb-popup-submit {
  display: none;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #btn-redeem {
  display: block;
  height: 30px;
  color: #fff;
  text-align: center;
  font-family: gotham-bold;
  background-color: #6eafbe;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #btn-redeem span:first-child {
  display: block;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #btn-redeem span:nth-child(2),
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #btn-redeem.loading span:first-child {
  display: none;
}
.lb-popup .lb-popup-bg .lb-popup-content .lb-popup-container.promo-content form #btn-redeem.loading span:nth-child(2) {
  display: block;
}
.lb-popup .lb-popup-bg .lb-popup-content .btn-close {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.7;
}
.lb-popup .lb-popup-bg .lb-popup-content .btn-close span {
  display: inline-block;
  vertical-align: middle;
}
.lb-popup .lb-popup-bg .lb-popup-content .btn-close:active,
.lb-popup .lb-popup-bg .lb-popup-content .btn-close:focus,
.lb-popup .lb-popup-bg .lb-popup-content .btn-close:hover {
  opacity: 1;
}
.lb-popup .lb-popup-bg .lb-popup-content .btn-close:after {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .lb-popup .lb-popup-bg .lb-popup-content {
    width: 90%;
    height: 60%;
  }
}
