html {
  scroll-behavior: smooth;
}

.page-hero {
  position: relative;
  z-index: 0;
  height: 90vh;
  max-height: 600px;
}
@media only screen and (min-width: 768px) {
  .page-hero {
    height: 80vh;
  }
}
@media only screen and (min-width: 992px) {
  .page-hero {
    height: 80vh;
  }
}
@media only screen and (min-width: 1366px) {
  .page-hero {
    height: 80vh;
  }
}
@media only screen and (min-width: 1440px) {
  .page-hero {
    height: 80vh;
  }
}
@media only screen and (min-width: 1800px) {
  .page-hero {
    height: 50vh;
  }
}
.page-hero .page-hero__img-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.page-hero .page-hero__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero .page-hero__overlay {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(29, 32, 32, 0.9);
  z-index: -1;
}
.page-hero .page-hero__container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
.page-hero .page-hero__container .hero-content-wrap {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .page-hero .page-hero__container .hero-content-wrap {
    max-width: 70%;
  }
}
.page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner {
    width: 70%;
  }
}
.page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner h1 {
  color: #fff;
  font-size: 3.85rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 43px rgb(32, 29, 29);
}
@media only screen and (min-width: 992px) {
  .page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner h1 {
    font-size: 7rem;
  }
}
.page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner p {
  color: #fff;
  font-size: 1.975rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner p {
    font-size: 2.2rem;
  }
}
.page-hero .page-hero__container .hero-content-wrap .hero-content-wrap__inner .hero-content-wrap__btn {
  padding: 12px 24px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-family: Outfit, sans-serif;
}

.important-details {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #1f2221;
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .important-details {
    padding-top: 64px;
  }
}
.important-details .booking-box {
  width: 100%;
  height: 74px;
  background-color: #b31b1b;
  padding: 15px 25px;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .important-details .booking-box {
    display: block;
    position: absolute;
    top: 75px;
    left: -20px;
    z-index: 5;
    width: 256px;
    height: 175px;
    padding: 16px 22px 16px 60px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.important-details .booking-box.sticky {
  position: fixed;
  left: -20px;
  top: 290px;
}
.important-details .booking-box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.important-details .booking-box h2 .heading-part--small {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  line-height: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .important-details .booking-box h2 .heading-part--small {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.important-details .booking-box h2 .heading-part--large {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: none;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .important-details .booking-box h2 .heading-part--large {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .important-details .booking-box h2 {
    margin-bottom: 10px;
  }
}
.important-details .booking-box .fl-button-reverse {
  padding: 8px 24px 6px;
  background-color: #fff;
  color: #b31b1b;
  display: inline-block;
  text-decoration: none;
  font-family: Outfit, sans-serif;
  border: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .important-details .booking-box .fl-button-reverse {
    padding: 12px 24px 10px;
    margin-top: 7px;
  }
}
.important-details .booking-box .fl-button-reverse span, .important-details .booking-box .fl-button-reverse i {
  color: #b31b1b;
}
.important-details .booking-box .fl-button-reverse:hover {
  color: #fff;
  background-color: transparent;
}
.important-details .booking-box .fl-button-reverse:hover span, .important-details .booking-box .fl-button-reverse:hover i {
  color: #fff;
}
.important-details .booking-box .fl-button-reverse > * {
  color: #b31b1b;
}
.important-details .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .important-details .container {
    width: 70%;
    flex-wrap: wrap;
  }
}
.important-details .container .main-details-content__details--left {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
}
@media only screen and (min-width: 992px) {
  .important-details .container .main-details-content__details--left {
    flex-basis: 38%;
  }
}
.important-details .container .main-details-content__details--left h2 {
  color: #fff;
  font-size: 3.8rem;
}
.important-details .container .main-details-content__details--left p {
  font-size: 1.6rem;
}
.important-details .container .main-details-content__details--right {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .important-details .container .main-details-content__details--right {
    flex-basis: 55%;
  }
}
.important-details .container .main-details-content__details--right .content-box {
  border: 2px solid #fff;
  padding: 24px;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 32px;
}
.important-details .container .main-details-content__details--right .content-box .content-box__icon-wrapper {
  display: flex;
  flex-basis: 64px;
  width: 64px;
  flex-shrink: 0;
  align-items: flex-start;
}
.important-details .container .main-details-content__details--right .content-box .content-box__content-wrapper {
  flex-grow: 1;
}
.important-details .container .main-details-content__details--right .content-box .content-box__content-wrapper h3 {
  color: #fff;
  font-size: 3rem;
  margin-top: 0;
}
.important-details .container .main-details-content__details--right .content-box .content-box__content-wrapper p {
  font-size: 1.6rem;
}

.notes {
  background-image: url("https://ptboaxe.com/wp-content/uploads/2025/05/IMG_0768-OPTIM.jpg");
  background-size: cover;
}
.notes .inner-wrapper {
  background-color: rgba(18, 34, 66, 0.95);
  padding: 64px 20px 120px;
}
.notes .inner-wrapper .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .notes .inner-wrapper .container {
    width: 70%;
  }
}
.notes .inner-wrapper .container h2 {
  color: #fff;
  font-size: 3.8rem;
  text-align: center;
  text-shadow: 1px 1px 43px rgb(32, 29, 29);
}
.notes .inner-wrapper .container .notes-content {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 32px;
}
@media only screen and (min-width: 768px) {
  .notes .inner-wrapper .container .notes-content {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
.notes .inner-wrapper .container .notes-content .notes-content__column {
  padding: 32px;
}
.notes .inner-wrapper .container .notes-content .notes-content__column h3 {
  color: #fff;
  background-image: url("../img/HorizontalBorder.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 32px;
  margin-bottom: 32px;
  font-size: 3rem;
}
.notes .inner-wrapper .container .notes-content .notes-content__column p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
.notes .inner-wrapper .container .notes-content .notes-content__column p a:hover {
  color: #fff;
}
.notes .inner-wrapper .container .notes-content .notes-content__column a.btn-outline {
  border: 1px solid #E7E1DA;
  padding: 16px 18px;
  color: #E7E1DA;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
.notes .inner-wrapper .container .notes-content .notes-content__column a.btn-outline:hover {
  background-color: #E7E1DA;
  color: #122242;
}

.calendar-area {
  background-color: #1E2121;
  padding: 64px 20px;
}
.calendar-area .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container {
    width: 70%;
  }
}
.calendar-area .container .calender-area__header h2 {
  color: #fff;
  font-size: 3.8rem;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calender-area__header h2 {
    width: 50%;
  }
}
.calendar-area .container .calender-area__header #filters {
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.calendar-area .container .calender-area__header #filters label {
  color: #fff;
  display: inline-block;
  padding-right: 15px;
}
.calendar-area .container .calender-area__header #filters select#group-size {
  background: #b31b1b url("../img/bgchev.png") no-repeat right top;
  background-size: auto 54px;
  border: 1px solid #b31b1b;
  color: #fff;
  padding: 6px 12px;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 75px;
}
@media only screen and (min-width: 768px) {
  .calendar-area .container .calender-area__header #filters {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calender-area__header #filters {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .calendar-area .container .calender-area__header #filters label {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calender-area__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.calendar-area .container .calendar {
  margin-left: -40px;
  margin-right: -40px;
  width: 100vw;
  background-color: #fff;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .calendar-area .container .calendar {
    width: 100%;
    margin: 0;
    padding: 32px 27px;
  }
}
.calendar-area .container .calendar #availability-table {
  width: 100%;
}
.calendar-area .container .calendar #availability-table tr.days th {
  width: 14.285vw;
  text-align: center;
  background: #fff;
  border: none;
  color: #122242;
  font-size: 2rem;
  font-weight: 800;
}
.calendar-area .container .calendar #availability-table tr.month th {
  background: #122242;
  border: 1px solid #122242;
  padding: 16px;
  line-height: 40px;
}
.calendar-area .container .calendar #availability-table tr.month th a.prev, .calendar-area .container .calendar #availability-table tr.month th a.next {
  color: #d91819 !important;
  font-size: 30px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.calendar-area .container .calendar #availability-table tr.month th a.prev:hover, .calendar-area .container .calendar #availability-table tr.month th a.next:hover {
  color: #fff !important;
}
.calendar-area .container .calendar #availability-table tr.month th a.prev {
  float: left;
  margin-left: 5px;
}
.calendar-area .container .calendar #availability-table tr.month th a.next {
  float: right;
  margin-right: 5px;
}
.calendar-area .container .calendar #availability-table th.monthSelect {
  text-align: center;
}
.calendar-area .container .calendar #availability-table th.monthSelect #MonthSelect {
  width: 180px;
  background: #122242;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.calendar-area .container .calendar #availability-table th span {
  display: none;
}
.calendar-area .container .calendar #availability-table th span#mobileMonthName {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.4rem;
}
.calendar-area .container .calendar #availability-table td {
  background: #fff;
  padding: 5px;
  height: 80px;
  vertical-align: top;
  border: none;
  border-collapse: collapse;
}
.calendar-area .container .calendar #availability-table td .day-inner {
  border: 2px solid #ABBABF;
  height: 100%;
  padding: 8px;
}
.calendar-area .container .calendar #availability-table td .day-inner .date-display {
  display: none;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot {
  display: none;
  border-radius: 0;
  background: #8d8;
  font-size: 12px;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.2em;
  cursor: pointer;
  transition: max-height 0.7s ease-in-out, opacity 0.7s linear;
  max-height: 150px;
  opacity: 1;
  overflow: hidden;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot .time {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot .details {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot .avail {
  padding: 0 5px;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot .book {
  color: #eee;
  background: #528552;
  display: block;
  margin-top: 5px;
  padding: 2px 5px 4px;
  text-align: right;
  cursor: pointer;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot .book:hover {
  color: #fff !important;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot.insufficient {
  max-height: 0;
  opacity: 0;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot:last-child {
  margin-bottom: 0;
}
.calendar-area .container .calendar #availability-table td .day-inner .slot:hover .details {
  max-height: 150px;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calendar #availability-table td .day-inner .slot {
    display: block;
  }
}
.calendar-area .container .calendar #availability-table td.day {
  vertical-align: top;
}
.calendar-area .container .calendar #availability-table td.day .day-inner .daynum {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calendar #availability-table td.day .day-inner .daynum {
    text-align: left;
  }
}
.calendar-area .container .calendar #availability-table td.day .day-inner .mobilenum {
  display: block;
  text-align: center;
  background: #8d8;
  border-radius: 33%;
  max-width: 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .calendar #availability-table td.day .day-inner .mobilenum {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .calendar-area .container .calendar #availability-table td.day.mobile-open {
    display: block;
    position: fixed;
    top: 100px;
    left: 2.5%;
    width: 95%;
    max-width: 500px;
    height: auto;
    box-shadow: 0 0 20px #666;
    border-radius: 3px;
    z-index: 1000;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .date-display {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #d91819;
    line-height: 1.2em;
    margin: -5px -5px 5px;
    text-transform: uppercase;
    font-size: 24px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#cccccc",GradientType=0 );
    border-radius: 3px 3px 0 0;
    padding: 5px 0;
    border-bottom: 1px solid gray;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .daynum {
    display: none;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .mobilenum {
    display: none;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .slot {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .slot .avail {
    font-size: 16px;
    line-height: 18px;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open .day-inner .slot .details {
    max-height: none;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
    z-index: -1;
    border-radius: 3px;
  }
  .calendar-area .container .calendar #availability-table td.day.mobile-open:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
  }
}
.calendar-area .container .calendar #availability-table td.empty .day-inner {
  background: #eee;
  border: none;
}
.calendar-area .container .waivers-block {
  border: 2px solid #fff;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 20px;
}
.calendar-area .container .waivers-block .waivers_block__header-wrap {
  padding-left: 67px;
  background-image: url("https://ptboaxe.com/wp-content/uploads/2025/07/file-sign.svg");
  background-size: 58px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 992px) {
  .calendar-area .container .waivers-block .waivers_block__header-wrap {
    max-width: 48%;
  }
}
.calendar-area .container .waivers-block .waivers_block__header-wrap h3.waivers-block__heading {
  color: #fff;
  font-size: 3rem;
  margin: 0;
}
.calendar-area .container .waivers-block .waivers_block__header-wrap p {
  color: #fff;
  max-width: 100%;
}
.calendar-area .container .waivers-block .waivers-block__file-links {
  display: flex;
  gap: 16px;
}
.calendar-area .container .waivers-block .waivers-block__file-links a {
  background-color: #B31B1B;
  padding: 12px 24px;
  color: #E7E1DA;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar-area .container .waivers-block .waivers-block__file-links a:hover {
  background-color: #162240;
}

#booking-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000000000000000;
}
#booking-form-modal .modal {
  display: block;
  position: fixed;
  width: 90%;
  height: 95vh;
  background: #fff;
  top: 2.5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000000000000000000000000;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  #booking-form-modal .modal {
    width: 589px;
  }
}
#booking-form-modal .modal a.close {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid gray;
  z-index: 1;
  color: gray;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#booking-form-modal .modal .modal-header {
  background-color: #122242;
  color: #fff;
  position: absolute;
  height: 88px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
#booking-form-modal .modal .modal-header h3 {
  color: #fff;
}
#booking-form-modal .modal .modal-header h3 span.heading-part {
  font-size: 2.4rem;
  font-weight: 800;
  display: block;
}
#booking-form-modal .modal .modal-header h3 span#modal-header-booking {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
#booking-form-modal .modal .modal-body {
  display: block;
  width: 100%;
  height: calc(85vh - 88px);
  position: absolute;
  top: 88px;
  left: 0;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
#booking-form-modal .modal .form .field-wrap {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 16px;
}
#booking-form-modal .modal .form .field-wrap.champ-beers {
  padding-left: 16px;
  padding-right: 28px;
  position: relative;
  display: flex;
}
#booking-form-modal .modal .form .field-wrap.champ-beers h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}

#booking-form-modal .modal .form .field-wrap.champ-beers img {
  position: absolute;
  height: 192px;
  width: 215px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media only screen and (min-width: 768px) {
  #booking-form-modal .modal .form .field-wrap.champ-beers img {
    display: block;
  }
}

#booking-form-modal .modal .form .field-wrap.champ-beers .champ-beers__wrapper {
  background-color: #122242;
  width: 100%;
  color: #fff;
  padding: 24px 18px 24px 18px;
}

@media only screen and (min-width: 768px) {
  #booking-form-modal .modal .form .field-wrap.champ-beers .champ-beers__wrapper {
    background-color: #122242;
    width: 79%;
    color: #fff;
    padding: 24px 18px 24px 122px;
    margin-left: 107px;
  }
}

#booking-form-modal .modal .form .field-wrap.champ-beers .champ-beers__field {
  display: flex;
  gap: 16px;
  align-items: center;
}
#booking-form-modal .modal .form .field-wrap select {
  width: 100%;
  position: relative;
  background-image: url("../img/down-chev.png");
  background-size: auto 101%;
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 12px;
  height: 34px;
}
#booking-form-modal .modal .form .field-wrap input[type=text], #booking-form-modal .modal .form .field-wrap textarea {
  background-color: #fff;
  border-color: #1F2221;
}
#booking-form-modal .modal .form .field-wrap input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0;
}
#booking-form-modal .modal .form .field-wrap label {
  font-weight: 400;
  margin-bottom: 0;
}
#booking-form-modal .modal .form .field-wrap .choicelist {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 26px;
}
#booking-form-modal .modal .form .field-group {
  display: flex;
  gap: 32px;
}
#booking-form-modal .modal .form .field-group .fieldpart {
  width: 48%;
}
#booking-form-modal .modal .form .field-wrap--checkbox {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
}
#booking-form-modal .modal .form .field-wrap--groupsize label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#booking-form-modal .modal .form .field-wrap--groupsize label span.note-wrap {
  color: #787a7a;
  font-size: 12px;
}
#booking-form-modal .modal .modal-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  padding: 0;
  background: #eee;
  border-radius: 0 0 3px 3px;
}
#booking-form-modal .modal .modal-footer input#fre-submit {
  width: 100%;
  text-align: center;
  height: 64px;
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: underline;
}
#booking-form-modal .modal .modal-footer a.cancel {
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  background-color: #ccc;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 6px;
}

.pp-form {
  position: absolute;
  z-index: -1;
  background-color: #b31b1b;
  width: 100%;
  left: 0;
  height: 55px;
  padding-top: 15px;
  text-align: center;
  bottom: -100px;
}

/*# sourceMappingURL=availability-styles.css.map */
