/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  --green-100: #f0fff4;
  --green-200: #c6f6d5;
  --green-300: #abc73e;
  --green-400: #abc73e;
  --green-500: #abc73e;
  --green-600: #38a169;
  --green-700: #2f855a;
  --green-800: #abc73e;
  --green-900: #22543d;
  --gray-600: #8b8b8b;
}

.vc-calendar {
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --leading-snug: 1.375;
  --rounded: 0.25rem;
  --rounded-lg: 0.5rem;
  --rounded-full: 9999px;
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --slide-translate: 22px;
  --slide-duration: 0.15s;
  --slide-timing: ease;
  --day-content-transition-time: 0.13s ease-in;
  --weeknumber-offset: -34px;
}
.vc-calendar.vc-green {
  --accent-100: var(--green-100);
  --accent-200: var(--green-200);
  --accent-300: var(--green-300);
  --accent-400: var(--green-400);
  --accent-500: var(--green-500);
  --accent-600: var(--green-600);
  --accent-700: var(--green-700);
  --accent-800: var(--green-800);
  --accent-900: var(--green-900);
}

.content h1 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.content h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content .ucase {
  text-transform: uppercase;
}

.page__content section {
  margin-bottom: 20px;
  font-size: 14px;
}
.page__content section h3 {
  color: #b7d63d;
}
.page__content hr {
  margin: 20px 0;
}
.page__content .main_title_2 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page__content h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.page__content h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.page__content a {
  color: #b7d63d;
}
.page__content p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.page__content .bullet__text {
  font-size: 14px;
  font-weight: normal;
}
.page__content .highlight {
  color: #b7d63d;
}
.page__content b,
.page__content strong {
  font-weight: bold;
}

.list_icons li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}
.list_icons .fac_icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.static__page.festival .page__content h2 {
  color: #f59c05;
}

.festival .button,
.festival .button__book .btn_1 {
  background: #f59c05;
}
.festival .intro__main {
  color: #f59c05;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3b3c3c;
}

.bgi {
  background-image: url("/images/samples/1deceb55f78aaac8b48269e07a3419ae.jpeg");
}

.bg-grey {
  background: #3b3c3c;
}

.site__header {
  height: 24px;
  padding: 12px;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
.site__header .site__header--inner {
  display: flex;
  justify-content: space-between;
}
.site__header h1,
.site__header .header__brand {
  background: url(/images/mendip-basecamp-sml.svg) top left no-repeat;
  background-size: 60px 30px;
  text-indent: -2000px;
  overflow: hidden;
  width: 60px;
  height: 30px;
  position: relative;
  z-index: 50;
}
.site__header > a {
  position: relative;
  z-index: 10;
}

.header__back {
  width: 30px;
  height: 24px;
  text-indent: -2000px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.header_nav {
  position: absolute;
}

.nav__wrap {
  position: fixed;
  bottom: 0px;
  padding-bottom: 10px;
  left: 0;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  background: #3b3c3c;
  z-index: 50;
}

.header_nav ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 20px 20px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header_nav ul li {
  font-size: 10px;
}
.header_nav ul li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.header_nav ul li a svg {
  padding-bottom: 2px;
  width: 22px;
  height: 22px;
  color: #fff;
}
.header_nav ul li a:hover {
  color: #abc73e;
}
.header_nav ul li a:hover svg {
  color: #abc73e;
}
.header_nav ul li a.nav_home {
  gap: 4px;
}
.header_nav ul li a.nav_home svg {
  width: 26px;
  height: 26px;
  padding-bottom: 0;
}

.site__book {
  position: fixed;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  background: #abc73e;
  height: 50px;
  line-height: 50px;
  width: 260px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  background-color: #3b3c3c;
}

.menu li {
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  background: url(/images/decorators/menu-bullet.svg) center left no-repeat;
  padding-left: 22px;
}
.menu li a {
  color: white;
}
.menu li a:hover, .menu li a:active {
  color: #abc73e;
}

.menu li.menu__item--main {
  background: none;
  padding-left: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 3px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

.submenu ul {
  height: 0;
}

.submenu > a {
  position: relative;
}

.submenu > a::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 10px;
  border-right: 3px solid #abc73e;
  border-bottom: 3px solid #abc73e;
  width: 6px;
  height: 6px;
  transform: rotateZ(-45deg);
}

.submenu.showSub a::after {
  transform: rotateZ(45deg);
}

.submenu.showSub ul {
  height: auto;
  margin: 10px 0;
}

@media (max-width: 1920px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: -36px;
    left: 0;
    flex-direction: column;
    width: 100%;
    padding-top: 18px;
    padding: 18px 32px;
    box-sizing: border-box;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    transition: height 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu {
    top: 48px;
    height: calc(100vh - 25px);
  }
  #menu-toggle:checked ~ .menu::before {
    content: "";
    width: 100%;
    height: 48px;
    background: #3b3c3c linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #3b3c3c 100%);
    position: absolute;
    top: -48px;
    left: 0;
    z-index: 1;
  }
  #menu-toggle:checked ~ .menu li {
    height: 32px;
  }
  #menu-toggle:checked ~ .menu li.menu__item--main {
    min-height: 40px;
    height: auto;
  }
  .menu > li {
    margin: 0;
    width: 100%;
    color: white;
  }
  .menu ul li {
    font-weight: normal;
  }
}
.pane {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.pane--blurred {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.pane__content {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pane__content label {
  font-size: 12px;
  color: #abc73e;
  display: block;
}
.pane__content > div:last-child::after {
  display: none;
}
.pane__content .pane__item {
  position: relative;
}
.pane__content h4 {
  margin-bottom: 10px;
}

.error__message {
  position: absolute;
  background: rgb(159, 166, 30);
  color: #fff;
  top: -65px;
  left: -20px;
  transform: translateY(-100%);
  padding: 10px 15px;
  width: 100%;
  line-height: 22px;
  z-index: 100;
  box-sizing: border-box;
}
.error__message::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  background: rgb(159, 166, 30);
  bottom: -5px;
  transform: rotateZ(45deg);
}
.error__message strong {
  display: block;
  font-weight: bold;
}
.error__message .confirm__button {
  border: 1px solid #fff;
  padding: 3px 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.error__message .confirm__button:hover {
  background: #708228;
}
.home .pane__item--accom .error__message {
  top: -97px;
}

.home .pane__item--date .error__message {
  top: -120px;
}

.booking__option {
  padding: 20px 0;
}
.booking__option dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking__option dl dt {
  text-transform: capitalize;
}
.booking__option dl dd {
  font-size: 12px;
  font-weight: 300;
  color: #abc73e;
}
.booking__option div.button {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(206, 214, 225, 0.5);
  padding: 0;
  display: inline-block;
  background: transparent;
  color: rgba(206, 214, 225, 0.5);
  font-size: 26px;
  line-height: 30px;
  cursor: pointer;
}
.booking__option div.button:active {
  background: #fff;
  color: #abc73e;
}
.booking__option div.button:hover {
  background: rgba(0, 109, 5, 0.5);
  color: #fff;
}
.booking__option .incrementor-val {
  vertical-align: top;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
}

.option__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
  margin-bottom: 20px;
}
.option__row:last-child {
  margin-bottom: 0;
}

#accommodationPicker li {
  line-height: 24px;
}
#accommodationPicker li:hover {
  color: #abc73e;
  cursor: pointer;
}
#accommodationPicker li.active {
  color: #abc73e;
  font-weight: bold;
}

.DatePicker__reset {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}

.booking__processing {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3c3c3c;
  z-index: 10;
  border-radius: 10px;
}

.loading {
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  border: 5px solid #abc73e;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page__content {
  background: #3c3c3b;
  color: #fff;
  padding: 20px;
}
.page__content .content__split {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.page__content .content__split h2 {
  flex-shrink: 0;
}
.page__content .content__split .button {
  padding: 8px 0;
  font-size: 14px;
}
.page__content .content__split a {
  max-width: 150px;
  justify-self: end;
}
.page__content .booking_summary {
  font-size: 14px;
}
.page__content .summary__list {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(206, 214, 225, 0.5);
}
.page__content .summary__list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page__content .summary__list hr.tight {
  margin: 0;
}
.page__content .list__col_icon,
.page__content .list_col_summary {
  display: flex;
  gap: 5px;
  flex-direction: column;
  line-height: 22px;
}
.page__content .list__col_icon > img,
.page__content .list__col_icon > div,
.page__content .list_col_summary > img,
.page__content .list_col_summary > div {
  height: 22px;
  margin-bottom: 10px;
}
.page__content .list__col_icon .list__info--tight,
.page__content .list_col_summary .list__info--tight {
  margin-bottom: 0;
  display: flex;
}
.page__content .list__col_icon .list__info,
.page__content .list_col_summary .list__info {
  display: flex;
}
.page__content .list__col_icon span,
.page__content .list_col_summary span {
  flex-grow: 1;
  display: flex;
}
.page__content .list_col_summary {
  flex-grow: 1;
}

.extras__section {
  border-top: 1px solid rgba(206, 214, 225, 0.5);
  padding: 20px 20px 20px 36px;
  position: relative;
  cursor: pointer;
}
.extras__section:hover {
  background: rgba(0, 109, 5, 0.2);
}
.extras__section h4 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.extras__section .show_hide {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: #abc73e;
}
.extras__section .show_hide.active {
  transform: rotate(90deg);
}
.extras__section .booking__option {
  padding-right: 20px;
}
.extras__section .extra__icon {
  position: absolute;
  left: 0;
  top: 20px;
}
.extras__section .extras__increment {
  position: relative;
}
.extras__section .extras__increment .error__message {
  width: 200px;
}

#booking_summary .list__info--tight,
#booking_summary .list__info {
  display: flex;
  justify-content: space-between;
}
#booking_summary .list__info--tight span,
#booking_summary .list__info span {
  width: 25%;
}
#booking_summary .list__info--tight span:first-child,
#booking_summary .list__info span:first-child {
  width: 75%;
  min-width: 220px;
}
#booking_summary .list__info--tight span:last-child,
#booking_summary .list__info span:last-child {
  flex-direction: row-reverse;
}
.page__content .booking_summary .list_col_right {
  justify-content: flex-end;
}
.page__content .booking_summary .list_col_right .list__info--tight {
  justify-content: flex-end;
  flex-grow: 0;
}
.page__content .booking_summary .total__label {
  flex-grow: 0;
}
.page__content .booking_summary .total__amount {
  width: 70px;
  flex-grow: 0;
  text-align: right;
  justify-content: flex-end;
}
.page__content .booking_summary .removeBasketItem {
  margin-top: 10px;
  font-size: 10px;
}
.page__content .booking_summary .removeBasketItem div:hover {
  cursor: pointer;
  color: #9fa61e;
}

.checkout__donation,
.checkout__fee {
  display: flex;
  gap: 30px;
  position: relative;
  justify-content: space-between;
}
.checkout__donation > p,
.checkout__fee > p {
  width: 66%;
}
.checkout__donation .donation__cost,
.checkout__donation .fee__cost,
.checkout__fee .donation__cost,
.checkout__fee .fee__cost {
  width: 100px;
  display: flex;
  gap: 3px;
  justify-content: flex-end;
  align-content: center;
}
.checkout__donation .donation__cost span,
.checkout__donation .fee__cost span,
.checkout__fee .donation__cost span,
.checkout__fee .fee__cost span {
  flex-grow: 0;
}
.checkout__donation .donation__cost svg,
.checkout__donation .fee__cost svg,
.checkout__fee .donation__cost svg,
.checkout__fee .fee__cost svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.checkout__donation .donationInfo,
.checkout__fee .donationInfo {
  position: absolute;
  top: 42px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  line-height: 22px;
  border: 2px solid #fff;
  z-index: 100;
}
.checkout__donation .donationInfo a,
.checkout__fee .donationInfo a {
  color: #abc73e;
}
.checkout__donation .donationInfo .close,
.checkout__fee .donationInfo .close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  padding: 0px 6px;
  line-height: 26px;
  font-weight: bold;
  border: 2px solid #fff;
}

.page__content .list_col_summary .checkout__donation .donationInfo {
  display: block;
}

.booking__voucher--error {
  padding-top: 10px;
}
.booking__voucher--error em {
  color: #d42;
}

.booking__subtotal,
.booking__totals {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right;
}

.booking__discount div {
  display: flex;
  justify-content: flex-end;
  color: #abc73e;
  flex-wrap: nowrap;
  font-size: 16px;
}

.page__content .list_col_summary .booking__totals {
  height: auto;
}

.booking__total,
.booking__subtotal {
  display: flex;
  justify-content: flex-end;
}

.promocode__wrapper {
  gap: 10px;
  margin-top: 2px;
  flex-direction: column;
  flex-wrap: wrap;
}
.promocode__wrapper input {
  font-size: 18px;
  padding: 8px 10px;
  flex-grow: 1;
}
.promocode__wrapper button {
  flex-basis: content;
  padding-left: 45px;
  padding-right: 45px;
}
.promocode__wrapper .voucher__spacer {
  padding: 16px 0px;
  height: 20px;
  width: 135.2px;
}

.booking__voucher--message {
  color: #f55;
  font-weight: bold;
  margin-bottom: 10px;
}
.booking__voucher--message.message__success {
  color: #5f5;
}

.voucher__add {
  background: #abc73e;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

.product__item {
  margin-top: 20px;
  border-top: 1px solid rgba(206, 214, 225, 0.5);
  padding-top: 20px;
}
.product__item img {
  width: 100%;
  margin-bottom: 10px;
}
.product__item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.product__item .product__option {
  display: flex;
  height: 36px;
  line-height: 36px;
  justify-content: space-between;
}
.product__item .ac__option__berths {
  background: url(/images/decorators/people.svg) left center no-repeat;
  padding-left: 25px;
}
.product__item button {
  padding: 8px;
}

#booking_summary {
  background: rgb(159, 166, 30);
  padding: 20px;
  margin: 0 -20px;
}
#booking_summary h3 {
  color: #fff;
}
#booking_summary .booking_total {
  height: 30px;
  line-height: 30px;
}
#booking_summary .booking_total > div {
  min-width: 220px;
  width: 75%;
  flex-grow: 1;
  display: flex;
}
#booking_summary .booking_total > div span {
  text-align: right;
  justify-self: end;
  display: block;
  margin-right: 8px;
}
#booking_summary .booking_total span {
  font-size: 15px;
  font-weight: bold;
}
#booking_summary .booking_total .button {
  background: #fff;
  color: #9fa61e;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 150px;
  margin-top: 0;
}
#booking_summary #cart_book {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
}
#booking_summary #cart_book .button {
  text-align: right;
  padding: 16px 20px;
  background: #3b3c3c;
  width: 100%;
  color: #fff;
}
#booking_summary #cart_book span {
  position: absolute;
  left: 20px;
  top: 18px;
}

.pane__select {
  display: none;
  font-size: 12px;
  cursor: pointer;
}

.booking__stage--0 .pane__acomm {
  display: none;
}
.booking__stage--0 .pane__acomm + hr {
  display: none;
}
.booking__stage--0 .pane__guest + hr {
  display: none;
}

.booking__stage--1 .pane__guest .pane__select {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.booking__stage--2 .pane__guest .pane__select {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.booking__stage--2 .pane__acomm .pane__select {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.panel__outer {
  background: #3b3c3c;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.panel__outer h3 {
  font-size: 30px;
  color: #abc73e;
  margin-bottom: 20px;
}

.col-lg-9 {
  flex: 0 0 75%;
}

.col-lg-3 {
  flex: 0 0 25%;
}

#vtourpopup, #gallerypopup {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 100;
  display: none;
  box-sizing: border-box;
}

#vtour__back {
  z-index: 101;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

#vtourpopup.active, #gallerypopup.active {
  display: block;
}

#vtour__close, #gallery__close {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #3b3c3c;
  color: #fff;
  padding: 5px 10px;
  z-index: 105;
  cursor: pointer;
}

#vtour__wrapper, #gallery__wrapper {
  width: 100%;
  height: 100%;
  z-index: 102;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#vtour__wrapper img, #gallery__wrapper img {
  max-width: 100%;
  max-height: 100%;
}

#gallery__wrapper {
  max-width: 100%;
}

#gallerypopup {
  text-align: center;
}

.slide__inner {
  width: 100%;
}
.slide__inner h1 {
  width: 150px;
  margin-bottom: 20px;
}

.content .v-center {
  display: flex;
  align-items: center;
}

.spaced {
  display: flex;
  justify-content: space-between;
}

.page__video {
  position: absolute;
  top: 0;
  z-index: 0;
  aspect-ratio: 18/9;
  height: calc(100vh - 88px);
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}
.page__video video {
  top: 0;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.content__image {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: center;
}
.content__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home .page__video {
  display: block;
}

.button,
.button__book .btn_1 {
  background: #abc73e;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  cursor: pointer;
}
.button:hover,
.button__book .btn_1:hover {
  background: #708228;
  color: #fff;
}

.page__content a.button {
  color: #fff;
}

.wide {
  width: 100%;
  box-sizing: border-box;
}

.button-shrink {
  max-width: 200px;
}

.button__book {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.button__book div {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.button__book .btn_1 {
  padding: 16px 12px;
  flex-basis: 165px;
}

.full-book-now {
  width: 80%;
  margin: 0 auto 40px auto;
}
.full-book-now .button {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.button-left.button {
  width: auto;
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
}

.back-arrow {
  background: url(/images/decorators/back.svg) center center no-repeat;
}

.form__details--header {
  display: flex;
  justify-content: space-between;
}
.form__details--header h3,
.form__details--header a {
  color: #abc73e;
}
.form__details--header > div {
  display: flex;
  flex-direction: column;
}

.form__details {
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form__details.form_spaced .form__row {
  margin-bottom: 10px;
}
.form__details .form__row {
  margin-bottom: 8px;
  position: relative;
}
.form__details .form__row.v-spaced {
  margin-top: 20px;
  margin-bottom: 15px;
}
.form__details .form__row a {
  color: #abc73e;
}
.form__details .form__inline {
  display: flex;
  gap: 8px;
}
.form__details .h-gap {
  gap: 10px;
}
.form__details input[type=text],
.form__details input[type=password] {
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  border: 2px solid transparent;
}
.form__details input[type=text].is-invalid,
.form__details input[type=password].is-invalid {
  border: 2px solid red;
  background: #ff7777;
}
.form__details input[type=checkbox] {
  opacity: 0;
  position: relative;
  z-index: 20;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: text-top;
}
.form__details .checkmark {
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ced6e1;
  border-radius: 4px;
  box-sizing: border-box;
}
.form__details .form__row input:checked ~ .checkmark {
  background-color: #abc73e;
}
.form__details .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form__details .form__row input:checked ~ .checkmark:after {
  display: block;
}
.form__details .form__row .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.user {
  font-size: 14px;
}
.user .form__row {
  line-height: 22px;
  margin-bottom: 5px;
}

.form__messages {
  position: absolute;
  padding-top: 10px;
}
.form__messages p.form__error {
  color: #fd2626;
  margin-bottom: 10px;
}

.form__row--text {
  font-size: 20px;
  line-height: 29px;
}
.form__row--text strong {
  width: 100px;
  font-weight: 400;
  display: inline-block;
}

.checkout_submit {
  line-height: 50px;
  color: #fff;
  background: #abc73e;
  font-size: 20px;
  position: relative;
  padding: 0 16px;
}
.checkout_submit input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 16px;
  text-align: right;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.checkbox--inline {
  display: flex;
}
.checkbox--inline input {
  width: 24px;
  height: 24px;
  border: #abc73e;
  border-radius: 3px;
  border: 1px solid #abc73e;
  background-color: #fff;
  margin: 0;
  opacity: 1;
  margin-right: 5px;
}
.checkbox--inline p {
  font-size: 15px;
  line-height: 24px;
}

.form__details .checkbox--inline input[type=checkbox] {
  opacity: 1;
}

.errors__list {
  color: #ff7777;
}
.errors__list li {
  margin-bottom: 5px;
}

.user__account {
  padding-top: 120px;
}
.user__account header {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 30px;
}
.user__account header h2 {
  font-size: 24px;
  font-weight: normal;
}
.user__account header p {
  margin-bottom: 0;
  font-size: 15px;
}

.account__section .account__section--header {
  height: 24px;
  padding: 20px 0;
  border-top: 1px solid #ced6e1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.account__section .icon {
  width: 20px;
}
.account__section .arrow {
  font-size: 24px;
  color: #abc73e;
}
.account__section h3 {
  font-size: 15px;
  line-height: 24px;
  flex-grow: 2;
}
.account__section a {
  color: #fff;
}
.account__section .account__section__inner {
  padding: 0px 20px 20px 30px;
  display: none;
  line-height: 24px;
}
.account__section .account__section__inner.expanded {
  display: block;
}

.home__intro,
.home__accommodation {
  background: #3b3c3c;
  display: flex;
  justify-content: center;
  padding: 20px 20px;
}

.home__intro {
  padding-top: 40px;
}

.home__intro--inner,
.home__accommodation--inner,
.card__wrapper {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.home__accommodation--inner,
.card__wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.intro__main {
  font-size: 24px;
  color: #abc73e;
  line-height: 32px;
}

.intro__aside p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

#booking_facilities {
  flex-shrink: 0;
  flex-basis: 15%;
}

.expandable_item {
  border-top: 1px solid #ced6e1;
  font-size: 15px;
  color: #fff;
  position: relative;
}

.location__map .panel__inner {
  width: 100%;
  flex-direction: column;
}
.location__map .panel__inner h3 {
  padding: 0 12px;
}

.site__info {
  padding: 0 20px;
  box-sizing: border-box;
}

.card {
  max-width: 375px;
  width: 100%;
  margin-bottom: 40px;
}
.card h3 {
  color: #abc73e;
  margin-bottom: 12px;
  font-size: 20px;
}
.card p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.card__hero {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}

.card__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff url(/images/decorators/star_green.png) 6px center no-repeat;
  padding: 4px 8px 4px 26px;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  font-size: 16px;
  color: #798494;
}

.card__date {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.home__accommodation--inner,
.card__wrapper {
  flex-direction: row;
}

.card {
  position: relative;
}
.card .product__link {
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0 0px;
  opacity: 0.5;
  z-index: 10;
  cursor: pointer;
}
.card .product__link--hidden {
  opacity: 0;
}

.accom__list {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.accom__card {
  border: 1px solid #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 375px;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 0px;
}
.accom__card:hover {
  background: #50555c;
}
.accom__card .card__hero {
  margin: -20px -20px 20px -20px;
  height: auto;
  line-height: 0;
}
.accom__card .card__hero img {
  width: 100%;
}
.accom__card .card__tag {
  text-transform: uppercase;
  line-height: 15px;
}
.accom__card .map__popout {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  top: 10px;
}
.accom__card .map__popout span {
  text-decoration: underline;
  margin-left: 4px;
}
.accom__card .map__popout img {
  position: relative;
  top: 2px;
}

.accom__sleeps,
.accom__pricing {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.accom__sleeps svg,
.accom__pricing svg {
  vertical-align: top;
  margin-right: 18px;
}

.accom__sleeps {
  margin-bottom: 6px;
  padding-left: 7px;
}

.accom__pricing img {
  vertical-align: middle;
  margin-right: 12px;
}

.accom__cta {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  line-height: 30px;
}
.accom__cta .button {
  width: 100px;
  line-height: 18px;
  padding: 11px 0;
}
.accom__cta .vtour {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.accom__cta .vtour span {
  text-decoration: underline;
  color: #abc73e;
  font-size: 15px;
}
.gallery__outer {
  max-width: 1170px;
}

.gallery__inner {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.gallery__item {
  width: 246px;
  height: 246px;
  background: #ced6e1;
  flex-shrink: 0;
}

.gallery__rails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.site__footer {
  flex-direction: column;
  padding: 40px 20px 80px 20px;
  background: #50555c;
}

.site__footer .panel__inner {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 50px;
  place-self: center;
}
.site__footer .panel__inner h4 {
  color: #abc73e;
  font-size: 20px;
  margin-bottom: 20px;
}

.site__legal.panel__outer {
  background: #9fa61e;
}

.footer__info {
  flex: 0 0 375px;
  max-width: 100%;
}
.footer__info a.footer__home {
  background: url(/images/mendip-basecamp-sml.svg) top left no-repeat;
  background-size: 60px 30px;
  text-indent: -2000px;
  overflow: hidden;
  width: 60px;
  height: 30px;
  display: block;
  margin-bottom: 30px;
}
.footer__info p {
  line-height: 20px;
}

.footer__list,
.footer__actions {
  padding-top: 10px;
  flex: 1 0 130px;
}
.footer__list li,
.footer__actions li {
  margin-bottom: 4px;
}
.footer__list a,
.footer__actions a {
  color: #fff;
}
.footer__list a:hover,
.footer__actions a:hover {
  color: #9fa61e;
}

.footer__actions {
  flex: 0 0 330px;
}

.footer__actions--head {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
}
.footer__actions--head .button {
  height: 50px;
}

.footer__newsletter {
  position: relative;
}
.footer__newsletter .footer__newsletter--form {
  position: relative;
  width: 100%;
}
.footer__newsletter label {
  display: block;
  margin-bottom: 5px;
}
.footer__newsletter .form__row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.footer__newsletter input {
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  border: none;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  background: #d1d5db;
  box-sizing: border-box;
}
.footer__newsletter input::-moz-placeholder {
  color: #222;
  font-weight: 400;
  opacity: 1;
}
.footer__newsletter input::placeholder {
  color: #222;
  font-weight: 400;
  opacity: 1;
}
.footer__newsletter button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #9fa61e;
  color: #fff;
  font-size: 18px;
  border: none;
}

.site__legal.panel__outer {
  margin: 0 -20px;
  padding: 0 20px;
}

.site__legal .panel__inner {
  padding: 0;
  line-height: 50px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  gap: 0;
}
.site__legal .panel__inner a {
  color: #fff;
}
.site__legal .panel__inner .legal__payments {
  display: flex;
}
.site__legal .panel__inner .legal__links {
  width: 100%;
  line-height: 30px;
  padding-bottom: 0px;
  padding-top: 10px;
  text-align: center;
}
.site__legal .panel__inner .legal__links a,
.site__legal .panel__inner .legal__links p {
  visibility: visible;
  display: inline-block;
  margin-right: 10px;
}
.site__legal .panel__inner .legal__links p {
  margin-right: 0;
}
.site__legal .panel__inner .legal__address {
  width: 100%;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.header__actions .menu li.menu__item--basket {
  overflow: visible;
}

.shopping-cart {
  position: relative;
  top: 8px;
}
.shopping-cart .list_col_summary {
  line-height: 19px;
  margin-bottom: 10px;
}
.shopping-cart .list__info {
  display: flex;
}
.shopping-cart .list__info--tight {
  display: flex;
}
.shopping-cart span {
  flex-grow: 1;
  display: flex;
}
.shopping-cart .cart__toggle {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 40px;
  height: 40px;
  z-index: 120;
  cursor: pointer;
}

#menu-toggle:checked ~ .menu .shopping-cart {
  display: none;
}

.cart__icon {
  position: relative;
  z-index: 20;
}

.cart__item-count {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
  background: #d00;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}

.cart__contents {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 42px;
  right: -8px;
  z-index: 10;
  font-size: 13px;
  padding: 20px;
  width: 260px;
}
.cart__contents h4 {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(206, 214, 225, 0.5);
  padding-bottom: 10px;
}
.cart__contents::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  top: -45px;
  right: 0px;
}

.cart__summary .booking__subtotal {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  height: 30px;
  border-top: 1px solid rgba(206, 214, 225, 0.5);
  line-height: 30px;
}
.cart__summary .button {
  padding: 8px;
}

.menu__item--basket {
  position: absolute;
  top: 46px;
  right: -100%;
  transform: translateX(-90px);
}
.menu__item--basket .shopping-cart {
  position: absolute;
}

.cart__notification--empty {
  text-align: center;
}
.cart__notification--empty .h__container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.cart__notification--empty .h__container a.button {
  width: 300px;
  color: #fff;
}

.site__discover {
  max-width: 100%;
  width: 100%;
}

.expandable_item {
  border-top: 1px solid #ced6e1;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.expandable_item.error {
  background: #b90000;
}

.expandable_content {
  visibility: hidden;
  height: 0;
  font-size: 14px;
  padding: 0 10px 0px 36px;
  box-sizing: border-box;
  width: 100%;
}
.expandable_content p {
  line-height: 19px;
  margin-bottom: 16px;
}
.expandable_content strong {
  font-weight: bold;
}
.expandable_content a {
  color: #abc73e;
}

.discover_icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
}

.expandable_header {
  font-weight: bold;
  padding: 20px 20px 20px 36px;
  cursor: pointer;
}
.expandable_header:hover {
  background: rgba(170, 170, 170, 0.2);
}
.expandable_header svg {
  position: absolute;
  top: 20px;
  right: 0;
}

.discover_svg svg {
  left: 0;
}

.expanded .expandable_content {
  visibility: visible;
  height: auto;
  padding-bottom: 20px;
}
.expanded svg {
  transform: rotateZ(90deg);
}
.expanded .discover_svg svg {
  transform: none;
}

.expandable__checkbox .expandable_header {
  font-weight: normal;
}
.expandable__checkbox .expandable__checkbox--icon {
  position: absolute;
  top: 18px;
  left: 0;
}
.expandable__checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: #abc73e;
  border-radius: 3px;
  border: 1px solid #abc73e;
  background-color: transparent;
  margin: 0;
}

.vc-weeks {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  min-width: 223px;
  max-width: 315px;
}

.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
}

.vc-day-content {
  position: relative;
  z-index: 10;
}

.vc-highlight {
  width: 100%;
  height: 100%;
  position: absolute;
}

.vc-highlight-base-start {
  background: #fff;
}

.vc-highlight-base-middle {
  background: #888;
}

.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
}
.vc-day.is-not-in-month .vc-day-content {
  opacity: 0.8;
  color: #fdff9e;
}
.vc-day.is-not-in-month .vc-day-content.is-disabled {
  opacity: 0.2;
  color: #ccc;
}

.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.vc-day-box-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 50% 50%;
}

.vc-day-box-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform-origin: 0% 50%;
}

.vc-day-box-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform-origin: 100% 50%;
}

.vc-day-box-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.vc-day-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--rounded-full);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.vc-day-content:focus {
  font-weight: var(--font-bold);
}
.vc-day-content.is-disabled {
  cursor: initial;
  color: var(--gray-600);
}
.vc-day-content.is-disabled:hover {
  background: none;
}

.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
  width: 50% !important;
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
  width: 50% !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0 -1px;
}

.vc-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all var(--day-content-transition-time);
}
.vc-dot:not(:last-child) {
  margin-right: 3px;
}

.vc-bars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
}

.vc-bar {
  flex-grow: 1;
  height: 3px;
  transition: all var(--day-content-transition-time);
}

.vc-header.align-center {
  text-align: center;
  padding: 5px 0;
  color: #abc73e;
  border-top: 1px solid rgba(206, 214, 225, 0.5);
  border-bottom: 1px solid rgba(206, 214, 225, 0.5);
  margin-bottom: 10px;
}

.vc-weeks .vc-weekday {
  text-align: center;
}

.vc-pane-layout {
  position: relative;
}

.vc-pane-container {
  position: relative;
}

.vc-arrows-container .vc-arrow {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.vc-arrows-container .vc-arrow.is-left {
  left: 0;
}
.vc-arrows-container .vc-arrow.is-right {
  right: 0;
}
.vc-arrows-container .vc-svg-icon {
  fill: #abc73e;
}

.static__page .page__content {
  padding-top: 100px;
}
.static__page .page__content .header-video {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  flex-basis: 1 1 100%;
}
.static__page .page__content.wide {
  display: block;
  line-height: 22px;
}
.static__page .page__content.rightWide {
  grid-template-columns: 33% 66%;
}
.static__page .page__content h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #abc73e;
}
.static__page .page__content h4.rules__section {
  color: #abc73e;
  font-weight: bold;
  font-size: 26px;
}
.static__page .page__content .main_title_2 p {
  font-size: 18px;
}
.static__page .page__content .box_feat {
  color: #fff;
  overflow: hidden;
  display: block;
}
.static__page .page__content .box_feat img {
  width: 100%;
}
.static__page .page__content .box_feat p,
.static__page .page__content .box_feat h3 {
  padding: 0 10px;
}
.static__page .page__content .feature_container {
  margin-bottom: 28px;
  padding: 0 10px;
  box-sizing: border-box;
}
.static__page .page__content .img-fluid {
  margin-bottom: 10px;
  max-width: 100%;
}
.static__page .page__content strong {
  font-weight: bold;
}
.static__page .page__content .livetour_iframe iframe {
  height: 500px;
}
.static__page .page__content b {
  display: block;
  margin-top: 20px;
  text-transform: capitalize;
}
.static__page .page__content u {
  text-decoration: underline;
}
.static__page .page__content h1 {
  margin-bottom: 28px;
}
.static__page .page__content h1.wide {
  display: flex;
  grid-column: 1/3;
}
.static__page .page__content div.wide {
  display: flex;
  grid-column: 1/3;
}
.static__page .page__content .faq__header {
  display: flex;
  place-content: space-between;
  gap: 20px;
}
.static__page .page__content .faq__header input {
  height: 40px;
  flex-grow: 1;
  font-size: 22px;
  color: #666;
  padding: 0px 10px;
}
.static__page .page__content .faq__nav {
  position: sticky;
  top: 0px;
  z-index: 100;
  padding: 0px 20px;
  padding: 20px 10px;
  background: #3c3c3c;
  margin: 0 -20px;
}
.static__page .page__content .faq__nav nav {
  position: sticky;
  top: 0px;
}
.static__page .page__content .faq__nav li {
  margin-bottom: 10px;
  padding: 5px 10px;
}
.static__page .page__content .faq__anchor--offset {
  display: block;
  position: relative;
  top: -240px;
  visibility: hidden;
}
.static__page .page__content .faq__content .expandable_header {
  padding-left: 0;
}
.static__page .page__content .faq__content .expandable_content {
  padding-left: 0;
}
.static__page .page__content .box_pricing {
  padding: 20px 20px 100px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #fff;
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.static__page .page__content .box_pricing.mh0 {
  margin: 0;
}
.static__page .page__content .box_pricing h4 {
  font-size: 24px;
}
.static__page .page__content .box_pricing ul {
  margin-bottom: 20px;
}
.static__page .page__content .box_pricing ul li {
  margin-bottom: 3px;
  font-size: 15px;
}
.static__page .page__content .box_pricing .aside-panel-bt {
  background: #abc73e;
  display: block;
  padding: 10px 20px;
  color: #fff;
  place-self: center end;
}
.static__page .page__content .box_pricing .pricing__footer {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}
.static__page .page__content .box_pricing .pricing__footer .button {
  width: auto;
  margin: 0 20px;
  color: #fff;
  box-sizing: border-box;
  display: block;
}

.sticky_horizontal {
  position: sticky;
  top: 100px;
  width: 100%;
  margin-bottom: 10px;
  z-index: 100;
  background: #3b3c3c;
}
.sticky_horizontal .aside-panel-bt {
  display: inline-block;
  background: #abc73e;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 5px solid #3b3c3c;
}

.sticky-padv .sticky_horizontal {
  top: 120px;
}

.content .content--small {
  font-size: 16px;
  line-height: 24px;
}
.content .content--small b {
  margin-top: 10px;
}

.list_feat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2%;
}
.list_feat li {
  flex: 0 0 32%;
  padding: 20px;
  margin-bottom: 2%;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  min-width: 200px;
}
.list_feat figure {
  margin-bottom: 10px;
}
.list_feat h4 {
  word-break: break-word;
}

.static__page .page__content .row {
  display: flex;
  flex-direction: column;
}
.static__page .page__content .row .blog .row {
  flex-direction: row;
}

@media screen and (max-width: 800px) {
  .static__page .page__content .row .blog .row {
    flex-direction: column;
  }
  .static__page .page__content .row .blog .row .col-lg-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .static__page .page__content .row .blog .row .col-lg-7 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .static__page .page__content .row .blog .row small {
    display: block;
  }
  .static__page .page__content .row .blog .row h3 {
    float: left;
    margin-bottom: 5px;
  }
  .static__page .page__content .row .blog .row p {
    clear: left;
  }
  .static__page .page__content .row .blog .row .post_info {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .static__page .page__content .row .blog .row .post_info ul {
    position: relative;
  }
  .faq__header {
    flex-direction: column;
  }
}
.whats_on.static__page .page__content h2 {
  color: #fff;
}
.whats_on.static__page .page__content .card {
  max-width: 330px;
}
.whats_on.static__page .page__content .card .card__hero {
  height: auto;
}
.whats_on.static__page .page__content .card img {
  width: 100%;
}
.whats_on.static__page .page__content .card h3 {
  color: #fff;
  font-weight: bold;
}
.whats_on.static__page .page__content .card-2up {
  max-width: 500px;
}

.static-list {
  margin-bottom: 20px;
}

.static-list li {
  font-size: 14px;
  margin-bottom: 5px;
  list-style-type: disc;
  margin-left: 18px;
}

.boxy__text {
  background: #abc73e;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
}
.boxy__text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline;
  margin-right: 10px;
}
.boxy__text h4 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.boxy__text p:last-child {
  margin-bottom: 0;
}
.boxy__text a {
  text-decoration: underline;
  color: #fff;
}
.boxy__text li {
  margin-bottom: 5px;
  list-style: disc;
}

.book-now-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

a.static-book-now {
  min-width: 230px;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
  background: #abc73e;
  display: inline-block;
}
a.static-book-now:hover {
  color: #fff;
  background: #8bb71e;
}

.three-up {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.three-up img,
.three-up a {
  flex: 1 1 calc(33% - 10px);
  min-width: 200px;
  max-width: 414px;
}

.three-up a img {
  width: 100%;
}

.four-up {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.four-up img,
.four-up a {
  flex: 1 1 calc(25% - 10px);
  min-width: 200px;
  max-width: 414px;
}

.four-up a img {
  width: 100%;
}

.six-up {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}
.six-up a {
  display: block;
  flex: 1 1 15%;
  min-width: 100px;
}
.six-up img {
  width: 100%;
  height: 100%;
}

.eight-up {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.eight-up img,
.eight-up a {
  flex: 1 0 calc(25% - 10px);
  min-width: 200px;
  max-width: 414px;
  display: block;
}

.eight-up a img {
  width: 100%;
}

.site__reviews {
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}
.site__reviews .panel__inner {
  padding: 0 20px;
}

.reviews-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 18px;
}
.reviews-container:first-child {
  padding-bottom: 20px;
  flex-direction: column;
  gap: 0;
}

.rev-content {
  background: #fff;
  padding: 18px;
  font-size: 14px;
  line-height: 17px;
  color: #798494;
  box-sizing: border-box;
  flex: 1 1 30%;
  min-width: 300px;
  max-width: 414px;
}
.rev-content:nth-child(3) {
  margin-right: 0px;
}
.rev-content header {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}
.rev-content header h4 {
  color: #222222;
  font-weight: bold;
}
.rev-content .rev-text {
  overflow: hidden;
  line-height: 1.3rem;
  max-height: 9rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.rev-content .rev-link {
  float: right;
  color: #9fa61e;
  padding-top: 5px;
}

.review__star {
  background: url("/images/decorators/review_star.svg") top left no-repeat;
  padding-left: 28px;
  color: #798494;
  line-height: 1.6rem;
}
.review__star span {
  font-size: 16px;
  font-weight: 300;
}
.review__star span a {
  color: #fff;
}
.review__star.rstar--large {
  color: #fff;
  font-size: 36px;
  margin-bottom: 18px;
  font-weight: bold;
}

.review__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
.review__row .review__label {
  flex: 0 0 50%;
}
.review__row .progress__bar {
  background: #ced6e1;
  flex: 0 0 40%;
  position: relative;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.review__row .progress__bar--score {
  position: absolute;
  left: 0;
  height: 100%;
  background: #abc73e;
}
.review__row .review__score {
  flex: 1 0 1;
}

.activity_list .product__list {
  margin: 0 -20px;
  gap: 0px;
}

.product__item {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0px 10px;
  line-height: 0;
}
.product__item:hover img {
  transform: scale(110%);
}
.product__item::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  height: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.product__item h2 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 18px;
  color: #fff;
  z-index: 10;
  line-height: 1.2;
  margin-right: 10px;
}
.product__item h2 a {
  color: #fff;
}
.product__item h4 {
  color: #eee;
  font-size: 15px;
  position: absolute;
  left: 20px;
  bottom: 23px;
  z-index: 10;
}
.product__item .product__image--wrapper {
  overflow: hidden;
}
.product__item .grid_item_adventure {
  overflow: hidden;
}
.product__item img {
  line-height: 0;
  margin: 0;
  transition: transform 1s;
}
.product__item .item__price {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #abc73e;
  padding: 5px 10px;
  font-size: 16px;
  width: 50px;
  line-height: 1.2;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 6px #000;
}
.product__item .item__price span {
  font-size: 14px;
  display: block;
}
.product__item .product__link {
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0 0px;
  opacity: 0.5;
  z-index: 10;
}
.product__item .product__link:hover {
  box-shadow: 0 0 10px #abc73e;
}
.product__item .product__link--hidden {
  opacity: 0;
}
.product__item .info {
  position: absolute;
  bottom: 0;
  padding: 5px;
  margin: 0 10px;
  color: #fff;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}
.product__item .info em {
  margin-bottom: 10px;
  display: block;
}
.product__item .info h3 {
  line-height: 20px;
}

#carousel_on_site.owl-carousel.product__list {
  gap: 20px;
}
#carousel_on_site.owl-carousel .product__image--wrapper {
  position: relative;
}
#carousel_on_site.owl-carousel .product__item {
  flex: 0 0 22%;
  max-width: 22%;
}
#carousel_on_site.owl-carousel .product__item::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
}

.accommodation__item .ac__option__berths {
  position: absolute;
  top: 7px;
  left: 15px;
  padding-left: 30px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 5px center;
  height: 30px;
  line-height: 30px;
}
.accommodation__item p {
  padding: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.accommodation__item h2 {
  position: relative;
  bottom: 0;
  padding-top: 10px;
  left: 10px;
}
.accommodation__item .product__option {
  height: auto;
}

.activities__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}

.accom__intro {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.accom__intro .intro__main {
  font-size: 16px;
}

.page__content.sticky-padv {
  padding-top: 80px;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 7px 20px;
  line-height: 30px;
  z-index: 100;
  box-sizing: border-box;
}

.cookie-button {
  background: transparent;
  background: #005e85;
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  height: 30px;
  margin: 0 5px;
  box-sizing: border-box;
}
.cookie-button:hover {
  background: #002e42;
}

.cookie-consent__agree {
  height: 27px;
  background: #abc73e;
}
.cookie-consent__agree:hover {
  background: #9fa61e;
}

.blog {
  min-height: 200px;
  margin-bottom: 30px;
}
.blog .col-lg-7 {
  flex: 0 0 58.3%;
  max-width: 58.3%;
}
.blog .col-lg-7 figure {
  overflow: hidden;
}
.blog .col-lg-5 {
  flex: 0 0 41.6%;
  max-width: 41.6%;
  position: relative;
}
.blog .col-lg-3 {
  width: 25%;
}
.blog figure {
  position: relative;
  height: 300px;
}
.blog figure img {
  width: 600px;
  height: auto;
  transition: all 1s;
}
.blog figure:hover img {
  transform: scale(110%);
}
.blog figure .preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-transform: uppercase;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
}
.blog figure:hover .preview {
  opacity: 1;
}
.blog .thumb {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.blog .thumb img {
  width: 40px;
}
.blog .post_info {
  padding: 0px 30px;
  box-sizing: border-box;
  height: 100%;
}
.blog .post_info ul {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blog .post_info ul li {
  display: inline-block;
  font-size: 14px;
}
.blog small {
  font-size: 14px;
}

.widget-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.comments-list .alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  overflow: hidden;
}
.comments-list img {
  height: 80px;
}
.comments-list li {
  clear: left;
  line-height: 1rem;
}
.comments-list small {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.comments-list h3 {
  font-size: 16px;
  line-height: 20px;
}

.static__page .singlepost {
  position: relative;
  padding-right: 30px;
}
.static__page .singlepost h1 {
  margin: 0;
}
.static__page .singlepost p .img-fluid {
  display: none;
}
.static__page .singlepost .postmeta a {
  color: #fff;
  font-size: 14px;
}
.static__page .singlepost .post-content {
  padding-top: 30px;
}
.static__page .singlepost .post-content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.static__page.article__blog iframe,
.static__page.article__blog img,
.static__page.article__blog figure {
  margin-bottom: 20px;
  width: 100%;
}
.static__page.article__blog .singlepost ul {
  padding-left: 0;
}
.static__page.article__blog .post-content ul,
.static__page.article__blog ol {
  padding-left: 20px;
}
.static__page.article__blog .post-content ul li,
.static__page.article__blog ol li {
  margin-bottom: 10px;
  line-height: 26px;
}
.static__page.article__blog .italic {
  font-style: italic;
}
.static__page.article__blog blockquote {
  padding: 10px;
  margin-bottom: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: bold;
}
.static__page.article__blog blockquote a {
  text-decoration: underline;
}
.static__page.article__blog blockquote::before, .static__page.article__blog blockquote::after {
  content: '"';
  font-weight: bold;
  font-size: 32px;
  position: relative;
  top: 5px;
  left: -4px;
  color: #abc73e;
}
.static__page.article__blog blockquote::after {
  left: 4px;
}
.static__page.article__blog .blog__dropdown ul {
  margin: 20px 10px;
}
.static__page.article__blog .blog__dropdown li {
  margin-bottom: 5px;
  list-style: disc;
}
.static__page.article__blog .boxy__text {
  background: #abc73e;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
}
.static__page.article__blog .boxy__text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline;
  margin-right: 10px;
}
.static__page.article__blog .boxy__text h4 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.static__page.article__blog .boxy__text p:last-child {
  margin-bottom: 0;
}
.static__page.article__blog .boxy__text a {
  text-decoration: underline;
  color: #fff;
}
.static__page.article__blog .boxy__text li {
  margin-bottom: 5px;
  list-style: disc;
}
.static__page.article__blog .blog__table {
  display: flex;
  flex-direction: column;
}
.static__page.article__blog .blog__table--borderless .blog__table_cell,
.static__page.article__blog .blog__table--borderless .blog__table_cell:last-child {
  border: none;
  flex-basis: 45%;
}
.static__page.article__blog .blog__table_cell {
  margin-bottom: 20px;
  border: 1px solid #abc73e;
}
.static__page.article__blog .blog__table_header {
  padding: 10px;
  background: #abc73e;
  font-weight: bold;
}
.static__page.article__blog .blog__table_content {
  padding: 10px;
}
.static__page.article__blog .blog__table_content h5 {
  margin-bottom: 10px;
  font-size: 20px;
}
.static__page.article__blog .blog__table_content p {
  font-size: 18px;
  margin-bottom: 10px;
}
.static__page.article__blog .blog__table_content ul {
  margin-bottom: 10px;
}
.static__page.article__blog .blog__table_content li {
  margin-bottom: 0px;
  font-size: 16px;
  list-style: disc;
}

.blog__list {
  list-style: circle;
  font-size: 80%;
}
.blog__list li {
  margin-bottom: 5px;
}

.blog .post-content h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.blog .post-content h3 {
  font-weight: bold;
}
.blog .post-content h4 {
  font-weight: bold;
}
.blog .post-content figure {
  height: auto;
}
.blog .post-content figure img {
  width: 100%;
  height: auto;
}
.blog .post-content figure:hover img {
  transform: none;
}
.blog .post-content .is-layout-flex {
  display: flex;
  justify-content: space-between;
}
.blog .post-content .wp-block-button {
  display: block;
  background: #abc73e;
}
.blog .post-content .wp-block-button a {
  color: #fff;
  display: block;
  padding: 10px 15px;
}
.blog .post-content .wp-block-button:hover {
  background: #708228;
}
.blog .post-content .wp-block-image {
  margin-bottom: 20px;
}
.blog .post-content .wp-block-columns,
.blog .post-content .wp-block-button {
  margin-bottom: 20px;
}
.blog .post-content .is-content-justification-center {
  justify-content: center;
}
.blog .post-content .inline-image {
  vertical-align: middle;
}
.blog .post-content .simpletoc-title {
  color: #fff;
}
.blog .post-content .simpletoc-list {
  color: #fff;
  margin-bottom: 20px;
}
.blog .post-content .simpletoc-list > li {
  margin-bottom: 10px;
}
.blog .post-content .simpletoc-list > li a {
  margin-bottom: 10px;
  display: block;
}
.blog .post-content .simpletoc-list li {
  line-height: 24px;
}
.blog .post-content .simpletoc-list ul ul {
  padding-left: 30px;
}
.blog .post-content .simpletoc-list ol,
.blog .post-content .simpletoc-list ul {
  padding-left: 30px;
}
.blog .post-content .simpletoc-list li.a[href="#basecamp-bonus"] {
  display: none;
}
.blog .post-content .simpletoc-list > li > ul > li {
  margin-bottom: 10px;
}
.blog .post-content .simpletoc-list > li > ol > li {
  margin-bottom: 10px;
}
.blog .post-content .mapouter {
  margin-bottom: 20px;
}
.blog .post-content .wp-block-list {
  margin-bottom: 20px;
}
.blog .post-content .wp-block-list li {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 5px;
  margin-bottom: 3px;
}
.blog .post-content .wp-block-quote,
.blog .post-content .has-text-align-center {
  text-align: center;
  padding: 5px 10px 15px 10px;
  margin: 0 0 0 10px;
}
.blog .post-content .wp-block-quote p,
.blog .post-content .has-text-align-center p {
  font-size: 24px;
  margin-bottom: 0;
}
.blog .post-content .wp-block-details {
  margin-bottom: 20px;
}
.blog .post-content .wp-block-details summary {
  line-height: 28px;
  margin-bottom: 10px;
}
.blog .post-content .wp-block-details .wp-block-list {
  list-style: disc;
  padding-left: 20px;
  margin-left: 20px;
}
.blog .post-content .wp-block-details .wp-block-list li {
  margin-bottom: 5px;
}
.blog .post-content #top-tip {
  background: #abc73e;
  border-bottom: 1px solid #fff;
  padding: 10px;
  margin: 0px 20px;
}
.blog .post-content #top-tip + p {
  background: #abc73e;
  margin: 0px 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.blog .post-content #top-tip + p a {
  color: #fff;
  font-weight: bold;
}

.homepage__blog--header .slider__outer {
  display: flex;
  gap: 40px;
  align-items: baseline;
}
.homepage__blog--header .slider__outer a {
  color: #abc73e;
}

.account__tabs {
  display: flex;
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 36px;
  margin-bottom: 27px;
}
.account__tabs li {
  border-bottom: 1px solid transparent;
  margin-right: 30px;
}
.account__tabs li a {
  color: #fff;
}
.account__tabs .tab--active {
  border-bottom: 1px solid #fff;
}
.account__tabs .tab--active a {
  color: #abc73e;
}

.booking__item__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.account__item {
  max-width: 320px;
  padding: 20px;
  border: 1px solid #fff;
  flex: 0 0 320;
}
.account__item header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.account__item header h5 {
  font-size: 15px;
  font-weight: bold;
}
.account__item header span {
  color: #abc73e;
}
.account__item img {
  margin-bottom: 15px;
  max-width: 100%;
}
.account__item .item__details li {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}
.account__item .item__details .item__icon {
  line-height: 20px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.booking__error .button {
  color: #fff;
}

.modal__outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.733);
}

.modal__wrapper {
  display: flex;
  max-width: max(100vw - 40px, 40%);
  background: #fff;
  padding: 20px;
  color: #2b2b2b;
  position: relative;
}

.modal__content h1, .modal__content h2, .modal__content h3 {
  color: #abc73e;
}
.modal__content h2 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 28px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgb(122, 122, 122) 46%, rgb(122, 122, 122) 54%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
  transform: rotateZ(45deg);
  z-index: 10;
  cursor: pointer;
}
.modal__close::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateZ(90deg);
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(122, 122, 122) 46%, rgb(122, 122, 122) 54%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .has__video .page__video {
    display: block;
    position: relative;
    height: auto;
  }
  .has__video .page__video video {
    width: 100%;
    height: auto;
  }
  .has__video .page__content {
    padding-top: 20px;
  }
}
.accom_availability .page__content .main_title_2 h2 {
  margin-bottom: 0;
}

#availability .availability__header td {
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}
#availability .availability__header td:nth-child(2) {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
#availability .availability__header td:nth-child(3) {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}

.today {
  background: #ddd;
}

.avail {
  background: #b5dbc3;
}

.booked {
  background: #ee706b;
}

#availability {
  margin-top: 20px;
}

#availability td {
  border: 1px solid #999;
  padding: 4px 8px;
  font-size: 12px;
}

#availability thead tr th {
  text-align: center;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #999;
}

.avail__row {
  white-space: nowrap;
}

#availability .monthBreak td {
  border: none;
}

#availability thead tr th.date__col {
  text-align: left;
  border-right: 1px solid #999;
}

@media screen and (min-width: 1024px) {
  .site__header {
    display: flex;
    justify-content: center;
    height: 80px;
  }
  .site__header--inner {
    max-width: 1170px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
  }
  .header_nav {
    display: none;
  }
  .header__back.back-arrow {
    display: none;
  }
  .site__header h1,
  .site__header .header__brand {
    overflow: visible;
    color: #fff;
    font-size: 18px;
    text-indent: 0;
    text-align: center;
    padding-top: 32px;
    width: 100px;
    background-position: center top;
  }
  .site__header h1 span,
  .site__header .header__brand span {
    display: none;
  }
  .header__actions .menu-button-container {
    display: none;
  }
  .menu {
    position: relative;
    padding: 0;
    top: 0;
    background: transparent;
    flex-direction: row;
    padding-right: 100px;
  }
  .menu > li.menu__item--main {
    padding: 0px 14px;
  }
  .menu li.menu__item--main.submenu {
    overflow: visible;
    position: relative;
    z-index: 105;
  }
  .menu li.menu__item--main.submenu:hover {
    background: #2f3030;
  }
  .menu li.menu__item--main.submenu:hover ul {
    height: auto;
    padding-top: 8px;
    width: 260px;
  }
  .menu li.menu__item--main.submenu.showSub ul {
    margin: 0;
  }
  .menu ul {
    position: absolute;
    left: 0px;
    background: #2f3030;
    height: 0;
    overflow: hidden;
    z-index: 100;
  }
  .menu ul li {
    background: none;
    padding: 0 20px;
  }
  .menu ul li:hover {
    background: #2a2b2b;
  }
  #menu-toggle ~ .menu li {
    height: 50px;
    line-height: 50px;
    width: auto;
  }
  .menu li.menu__item--main {
    font-size: 18px;
    font-weight: normal;
  }
  .menu li.menu__item--main.menu__primary {
    position: absolute;
    right: 0;
    background: #abc73e;
    padding: 0px 28px;
    cursor: pointer;
  }
  .menu li.menu__item--main.menu__primary:hover {
    background: #708228;
    color: #fff;
  }
  submenu ul {
    height: auto;
  }
  .submenu > a {
    position: relative;
  }
  .submenu > a::after {
    display: none;
  }
  .submenu.showSub ul {
    height: 0;
  }
  #menu-toggle:checked ~ .menu {
    top: 0;
  }
  #menu-toggle:checked ~ .menu::before {
    content: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .booking__wrapper {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(159, 166, 30) 75px, #50555c 75px);
  }
  .booking__wrapper .booking__inner {
    display: flex;
  }
  .booking__wrapper .pane__content {
    flex-direction: row;
    gap: 40px;
  }
  .booking__wrapper hr {
    display: none;
  }
  .booking__wrapper .pane__item {
    min-width: 280px;
  }
  .booking__wrapper .pane__item.refreshing {
    opacity: 0.3;
  }
  .booking__wrapper .pane__item label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
  }
  .booking__wrapper .pane__item .picker__results {
    line-height: 43px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 16px;
    border: 2px solid transparent;
    position: relative;
  }
  .booking__wrapper .pane__item .picker__results::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 2s;
    transition: opacity 2s;
    opacity: 1;
  }
  .booking__wrapper .pane__item .picker__results.error {
    border: 2px solid #d00;
    position: relative;
  }
  .booking__wrapper .pane__item .picker__results.error::before {
    opacity: 0;
    border: 4px solid #d00;
  }
  .booking__wrapper .pane__item #accommodationPicker,
  .booking__wrapper .pane__item .booking__option {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .booking__wrapper .pane__item #accommodationPicker li {
    line-height: 28px;
  }
  .booking__wrapper .pane__item #accommodationPicker {
    padding-top: 25px;
  }
  .pane {
    background: none;
    border-radius: 0;
    display: flex;
    gap: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pane--blurred {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .button--primary {
    background: #fff;
    color: #abc73e;
    width: 132px;
    padding: 11px 0;
    margin-top: -2px;
  }
  .product__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .product__list .product__item {
    max-width: 400px;
    border-top: none;
  }
  .bk_details .page__content {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .bk_details .content__split {
    grid-column: 1/2;
    justify-content: space-between;
  }
  .bk_details .booking_summary {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bk_details #booking_summary {
    grid-row: 2/4;
    grid-column: 2/3;
    width: max(400px, 25%);
    justify-self: end;
    margin: 0;
  }
  .bk_details #booking_extras {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .error__message {
    top: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .page__content {
    max-width: 1180px;
    margin: 0 auto;
  }
  .page__content .promocode__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .booking_summary .countdown__timer {
    text-align: center;
    float: right;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .error__message {
    top: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .DatePicker__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 1024px) {
  .content .page__slide {
    height: auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .panel__inner {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1024px) {
  #basecamp .content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .centered {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .site__info {
    display: flex;
    width: 100%;
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .site__discover {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .home__intro--inner,
  .home__accommodation--inner,
  .card__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .intro__main {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 1024px) {
  .location__map .panel__inner h3 {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product__list.accom__list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .card-2up {
    max-width: 500px;
  }
  .card-2up .card__hero {
    height: auto;
  }
  .card-2up img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .gallery__inner {
    overflow-x: hidden;
  }
  .gallery__slider {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .site__footer {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site__legal .panel__inner .legal__links {
    visibility: visible;
    margin-right: 20px;
    padding: 15px 0 0 0;
    line-height: 14px;
    text-align: center;
  }
  .site__legal .panel__inner .legal__links a {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
  }
  .site__legal .panel__inner .legal__address {
    margin-right: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .site__footer .panel__inner {
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .menu__item--basket {
    position: relative;
    transform: translateX(0);
    right: 0;
    top: 0;
  }
  .menu__item--basket .shopping-cart {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .page__video,
  .content__image {
    position: relative;
    top: 0;
    z-index: 0;
    aspect-ratio: 16/9;
    width: 100%;
    align-items: center;
    height: auto;
    max-height: 600px;
    display: flex;
  }
  .page__video video,
  .page__video img,
  .content__image video,
  .content__image img {
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    position: absolute;
    height: auto;
  }
  .page__video img,
  .content__image img {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content__image {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .static__page .page__content {
    padding-top: 20px;
  }
  .static__page .page__content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .static__page .page__content .row .col-3 {
    flex: 1 1 33%;
    padding: 16px;
    box-sizing: border-box;
  }
  .static__page .page__content .padh-4 {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .static__page .page__content .mb-1 {
    margin-bottom: 20px;
  }
  .static__page .page__content table {
    width: 100%;
    margin-bottom: 10px;
  }
  .static__page .page__content table td {
    border: 1px solid #abc73e;
    padding: 10px 20px;
  }
  .static__page .page__content table strong {
    font-size: 14px;
  }
  .static__page .page__content .feature_container {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    transition: all 500ms ease-in-out;
  }
  .static__page .page__content .box_feat {
    height: 100%;
  }
  .static__page .page__content .margin_60_35 {
    margin: 0 0px;
  }
  .static__page .page__content .justify-content-between {
    justify-content: space-between;
  }
  .static__page .page__content .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .static__page .page__content .block-reveal img {
    max-width: 100%;
  }
  .static__page .page__content .list_feat li {
    flex: 0 0 32%;
    padding: 20px;
  }
  .static__page .page__content .list_feat figure {
    margin-bottom: 10px;
  }
  .static__page .page__content .faq__nav {
    background: transparent;
    margin: 0;
    padding: 0;
    top: 90px;
  }
  .static__page .page__content .faq__nav nav {
    top: 90px;
  }
  .static__page .page__content .faq__anchor--offset {
    top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-4 {
    flex: 1 1 33%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
}
@media screen and (min-width: 1024px) {
  .list_feat li {
    flex: 0 0 32%;
  }
}
@media screen and (min-width: 1024px) {
  .site__reviews .panel__inner {
    padding: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .reviews-container {
    flex: 0 0 67%;
  }
  .reviews-container:first-child {
    flex: 0 0 33%;
    padding-right: 40px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .page__content.has-sidebar {
    display: flex;
    gap: 40px;
  }
  .page__content.has-sidebar .content {
    width: 67%;
    font-size: 14px;
    line-height: 19px;
  }
  .page__content.has-sidebar .content h1 {
    margin-bottom: 20px;
  }
  .page__content.has-sidebar .sidebar {
    max-width: 300px;
    width: 33%;
  }
  .page__content.has-sidebar .sidebar img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .accom__intro {
    padding-top: 0px;
    flex-direction: row;
    gap: 20px;
  }
  .accom__intro .intro__main {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article__blog.static__page .boxy__text {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .article__blog.static__page .blog__table {
    flex-direction: row;
  }
  .article__blog.static__page .blog__table_cell {
    border-right: none;
    flex-basis: 33%;
  }
  .article__blog.static__page .blog__table_cell:last-child {
    border-right: 1px solid #abc73e;
  }
  .article__blog.static__page .blog__table_cell:first-child .blog__table_header {
    border-left: 1px solid #abc73e;
  }
  .article__blog.static__page .blog__table_cell:first-child .blog__table_header::after {
    display: none;
  }
  .article__blog.static__page .blog__table_header {
    position: relative;
  }
  .article__blog.static__page .blog__table_header::after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .user-min .content .page__slide {
    height: calc(100vh - 88px);
    padding: 20;
  }
  .user-min .content .page__slide .slide__inner {
    width: min(500px, 100% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  body {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .modal__wrapper {
    max-width: min(100vw - 40px, 40%);
  }
}
@media screen and (min-width: 1024px) {
  .product__list.accom__list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .card-2up {
    max-width: 500px;
  }
  .card-2up .card__hero {
    height: auto;
  }
  .card-2up img {
    width: 100%;
  }
}
.wrap--wider {
  margin: 0 -15px;
}

.mh0 {
  margin-left: 0;
  margin-right: 0;
}

.site-banner {
  color: #fff;
  background: #c00;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

body.remove-scrolling {
  height: 100%;
  overflow: hidden;
}

.content {
  padding-bottom: 64px;
}

a {
  text-decoration: none;
}
a:hover, a:active {
  color: #abc73e;
}

.page__slide {
  height: calc(100vh - 88px);
  padding: 60px 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-items: center;
  justify-content: center;
}

hr {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(206, 214, 225, 0.5);
  margin: 0;
}

.content__image {
  line-height: 0;
}
.content__image img {
  width: 100%;
}

.basecamp--avatar {
  width: 60px;
  height: 60px;
  background: #abc73e url(/images/mendip-basecamp-sml.svg) center center no-repeat;
  background-size: 41px 20px;
  display: block;
  border-radius: 30px;
}

input:focus-visible {
  outline: none;
}

#TawkTarget {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

#TawkTarget iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

@media screen and (max-width: 463px) {
  .list_feat li {
    flex: 1 0 100%;
  }
}
