.page-template-page-booking-widget header {
  display: none;
}

.loading .booking-screen {
  opacity: 0;
}

.ot-error-popup {
  z-index: 1000;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  height: auto;
  padding: 30px;
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.ot-error-popup__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ot-error-popup p:first-of-type {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.ot-error-popup.active {
  display: block;
}

#ot-steps.blur {
  filter: blur(2px);
  pointer-events: none;
}

#ot-steps .ot-step.active {
  font-weight: bold;
}

.booking-screen {
  background-color: #add8e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 100px 0;
  transition: opacity .25s;
  display: none;
  position: relative;
}

.booking-screen.blur {
  filter: blur(2px);
  pointer-events: none;
}

.booking-screen.active {
  display: flex;
}

.booking-screen#your-details-screen .container {
  max-width: 700px;
}

.booking-screen #proceed-to-details {
  display: none;
}

.booking-screen-timer {
  text-align: center;
  margin-bottom: 20px;
}

.booking-screen .back-btn {
  cursor: pointer;
  display: inline-block;
}

.booking-screen .powered-by {
  flex-wrap: wrap;
  justify-content: center;
  width: 120px;
  margin: 30px auto 0;
  display: flex;
}

.booking-screen .powered-by p {
  margin-bottom: 10px;
  font-size: 12px;
}

.booking-screen .powered-by img {
  width: 100px;
}

.booking-screen .agreement-links {
  margin: 20px 0 30px;
  font-size: 14px;
}

.booking-screen .igOtBw-button {
  cursor: pointer;
  text-align: center;
  background: bisque;
  border: 2px solid #000;
  width: 250px;
  margin: 20px auto;
  padding: 20px;
  transition: all .3s;
}

.booking-screen .igOtBw-button:hover {
  background: #f0f8ff;
}

.booking-screen .igOtBw-button.disabled {
  opacity: .5;
  pointer-events: none;
}

.booking-screen h1 {
  text-align: center;
  margin-bottom: 40px;
}

.booking-screen form label {
  display: block;
}

.booking-screen form input, .booking-screen form select {
  border: 2px solid #000;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.booking-screen form input.disabled, .booking-screen form select.disabled {
  opacity: .6;
  pointer-events: none;
}

.booking-screen form textarea {
  border: 2px solid #000;
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 15px;
}

.booking-screen form .checkbox-container {
  flex-wrap: wrap;
  display: flex;
}

.booking-screen form .checkbox-container .checkbox-holder {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.booking-screen form .checkbox-container .checkbox-holder input {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}

.booking-screen form .checkbox-container .checkbox-holder label {
  margin: 0;
}

.booking-screen .js__ot-widget-accordian-toggle {
  pointer: cursor;
}

.booking-screen .js__ot-widget-accordian-toggle:after {
  content: "▼";
  transition: transform .25s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.booking-screen .js__ot-widget-accordian-toggle.active:after {
  transform: rotate(180deg);
}

.booking-screen .js__ot-widget-accordian {
  max-height: 0;
  transition: max-height .25s;
  overflow: hidden;
}

.booking-screen .js__ot-widget-accordian.active {
  max-height: 100%;
}

.booking-screen #card-details {
  display: none;
}

.booking-screen .allergens {
  margin: 20px 0;
}

.booking-screen .occasions {
  margin-bottom: 20px;
}

.booking-screen .other-availability-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.booking-screen .other-availability-list .availability-button {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 50px;
  margin-bottom: 20px;
  transition: all .3s;
  display: flex;
}

.booking-screen .other-availability-list .availability-button.active {
  border: 2px solid orange;
  border-radius: 10px;
}

.booking-screen .table-types {
  margin-bottom: 20px;
}

.booking-screen .table-types h2 {
  text-transform: capitalize;
}

.booking-screen .table-types .igOtBw-button {
  margin: 0 0 20px;
}

.booking-screen .experiences {
  justify-content: space-between;
  display: flex;
}

.booking-screen .experiences .experience-tile {
  text-align: center;
  border: 2px solid #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.booking-screen .experiences .experience-tile h4 {
  width: 100%;
}

.booking-screen .add-ons {
  justify-content: space-between;
  display: flex;
}

.booking-screen .add-ons .add-on-tile {
  text-align: center;
  border: 2px solid #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.booking-screen .add-ons .add-on-tile h4 {
  width: 100%;
}

.booking-screen .add-ons .add-on-tile .igOtBw-button-container {
  display: flex;
}

.booking-screen .add-ons .add-on-tile .igOtBw-button {
  width: 100px;
  margin: 20px;
  padding: 10px;
}

.booking-screen .add-ons .qty-counter {
  align-items: center;
  margin-right: 20px;
  font-size: 22px;
  display: flex;
}

.booking-screen .add-ons .qty-counter p {
  margin: 0 20px 0 0;
}

.booking-screen .add-ons .qty-counter span {
  cursor: pointer;
  margin: 0 5px;
}

.booking-screen .add-ons .qty-counter span.disabled {
  opacity: .2;
  pointer-events: none;
}

.booking-screen .booking-details__location {
  text-align: center;
  font-size: 20px;
}

.booking-screen .booking-details__info {
  background: #0000001a;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 30px 0;
  display: flex;
}

.booking-screen .confirmation-info {
  margin-bottom: 20px;
}

.booking-screen .confirmation-info p {
  margin: 0;
}

.booking-screen .confirmation-info p:first-of-type {
  margin-bottom: 5px;
  font-weight: bold;
}

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