@charset "UTF-8";
#contact-page .container .row .col-form .contact-form .af-form .af-title {
  margin: 10px 0 6px;
  font-weight: 700;
  font-size: 1.25em;
}
#contact-page .container .row .col-form .contact-form .af-form .af-description {
  font-weight: 400;
  margin-bottom: 16px;
}

.page-template p,
.page-template ul {
  margin-bottom: 0;
}
.page-template .af-form .af-fields .af-field {
  margin-top: 16px;
  padding: 0;
  border-top: none;
}
.page-template .af-form .af-fields .af-field .af-label {
  display: none;
}
.page-template .af-form .af-fields .af-field .acf-notice.-error {
  margin-bottom: 8px;
}
.page-template .af-form .af-fields .af-field input::-webkit-inner-spin-button,
.page-template .af-form .af-fields .af-field input::-webkit-outer-spin-button {
  display: none;
}
.page-template .af-form .af-fields .af-submit {
  margin-top: 16px;
  padding: 0;
  text-align: center;
}
.page-template .af-form .af-fields .af-submit .af-submit-button {
  padding: 7px 25px;
  border: none;
  color: #fff;
  background: #252525;
  border-radius: 5px;
}
.page-template .af-form .acf-notice.-dismiss {
  display: none;
}

#bookingForm .modal-dialog .modal-content .modal-body .af-form,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form {
  width: 100%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field {
  margin-top: 10px;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-tour-information,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-tour-information {
  display: none;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-first-name,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-first-name {
  width: 49%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-first-name .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-first-name .af-label {
  display: block;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-last-name,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-last-name {
  width: 49%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-last-name .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-last-name .af-label {
  display: block;
  opacity: 0;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-email,
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-phone,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-email,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-phone {
  width: 49%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-date-of-travel,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-date-of-travel {
  width: 100%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-date-of-travel .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-date-of-travel .af-label {
  margin-top: 15px;
  display: block;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-no-of-participants,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-no-of-participants {
  width: 100%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-no-of-participants .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-no-of-participants .af-label {
  margin-top: 15px;
  display: block;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours {
  width: 49%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours .af-label {
  margin-top: 15px;
  display: block;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms {
  width: 49%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms .af-label {
  margin-top: 15px;
  display: block;
  opacity: 0;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additonal-information,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additonal-information {
  width: 100%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additonal-information .af-label,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additonal-information .af-label {
  margin-top: 15px;
  display: block;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-your-camera-body-lens,
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additional-info-which-might-be-good-for-momentlives-to-know,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-your-camera-body-lens,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-additional-info-which-might-be-good-for-momentlives-to-know {
  width: 100%;
}
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-submit,
#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-submit {
  width: 100%;
  text-align: center;
}

.af-success {
  text-align: center;
}

#icon-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 16px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  height: 42px;
  display: none;
  z-index: 99999;
}
#icon-menu-mobile .icon-menu {
  width: 32px;
  height: 32px;
}
#icon-menu-mobile .icon-menu .icon span {
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  display: block;
  transition: all 0.3s;
}
#icon-menu-mobile .icon-menu .icon span:not(:first-child) {
  margin-top: 6px;
}
#icon-menu-mobile .icon-menu .active .top {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#icon-menu-mobile .icon-menu .active .mid {
  opacity: 0;
}
#icon-menu-mobile .icon-menu .active .bot {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

#id-menu-mobile {
  width: 80%;
  max-width: 400px;
  position: fixed;
  overflow: auto;
  height: 100%;
  z-index: 9999;
  top: 46px;
  left: -100%;
  background: #000;
  transition: all 0.3s;
}
#id-menu-mobile.active {
  left: 0;
}
#id-menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#id-menu-mobile .class-list-menu {
  padding: 0 0 50px;
}
#id-menu-mobile .class-list-menu > .menu-item {
  border-top: solid 1px rgba(255, 255, 255, 0.05);
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
#id-menu-mobile .class-list-menu > .menu-item a {
  padding: 13px 14px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  background: #000;
}
#id-menu-mobile .class-list-menu .menu-item-has-children {
  position: relative;
  background: #000;
}
#id-menu-mobile .class-list-menu .menu-item-has-children::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  top: 16px;
  right: 15px;
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.3s;
}
#id-menu-mobile .class-list-menu .menu-item-has-children > .sub-menu {
  padding: 0 10px;
  display: none;
}
#id-menu-mobile .class-list-menu .menu-item-has-children.show::before {
  transform: rotate(90deg);
}
#id-menu-mobile .class-list-menu .menu-item-has-children.show > .sub-menu {
  display: block;
}
#id-menu-mobile .class-list-menu .menu-item-has-children.show > .sub-menu > li {
  border: none;
}
#id-menu-mobile::-webkit-scrollbar {
  width: 4px;
  -webkit-appearance: none;
}
#id-menu-mobile::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  #id-menu-mobile {
    width: 100%;
  }
  #bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours,#bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms {
    width: 100%;
  }
  #bookingForm-scheduled .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms .af-label {
    display: none;
  }
  #bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-room-request-applies-to-overnight-tours,
  #bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms{
    width: 100%;
  }
  #bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .af-field-number-of-twin-rooms .af-label{
    display: none;
  }
}

html.overflow {
  overflow: hidden;
}

@media (max-width: 1023px) {
  html {
    padding-top: 42px;
  }

  #icon-menu-mobile {
    display: block;
    background: #000;
    z-index: 111;
  }
}

#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .acf-field-631ee6a667977,
#bookingForm .modal-dialog .modal-content .modal-body .af-form .af-fields .acf-field-631ee6ec67978{
  width: 100%;
}