/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Update URI: disabled
Version: 1.0.0

Colours being used:

*/

:root {
  --spacer-unit: 1vw;
}

@media (max-aspect-ratio: 1/1) {
  :root {
    --spacer-unit: 1vh;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-smooth: always;
  background: #faf4ee;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "hardcover-vf", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

.has-hardcover-font-family {
  font-weight: 300;
  line-height: 1.1;
}

img.responsive {
  border: 0;
  max-width: 100%;
  height: auto;
}

figure.is-resized img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

iframe img {
  max-width: inherit;
}

#google-map img {
  max-width: inherit;
}

.clearer,
.creatomatic-clearer {
  clear: both;
  height: 0;
}

*:focus {
  outline: none;
}

a {
  color: #846532;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

::selection,
::-moz-selection {
  background: #69bdd2;
  color: #fff;
}

.centred {
  margin: 0 auto;
  text-align: center;
  max-width: 85vw;
}

a.button-link,
.button-link,
.button-link.is-style-outline,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"],
.eve-filter-outer input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #846532;
  background: #846532;
  color: #fff;
  padding: 22px 25px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  border-radius: 50px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  position: relative;
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"] {
    font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link,
.button-link.is-style-outline {
  background: none;
  color: #000;
  padding: 22px 91px 22px 35px;
}

.wp-block-cover.blue-background-cover-block
  .is-style-outline
  a.wp-block-button__link,
.wp-block-cover.blue-background-cover-block .button-link.is-style-outline {
  color: #fff;
  border: 1px solid #fff;
}

.is-style-outline a.wp-block-button__link::after,
.button-link.is-style-outline::after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  width: 46px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #846532;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  font-weight: 300;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wp-block-cover.blue-background-cover-block
  .is-style-outline
  a.wp-block-button__link::after,
.wp-block-cover.blue-background-cover-block
  .button-link.is-style-outline::after {
  border: 1px solid #fff;
  color: #fff;
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link {
    font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover,
.eve-filter-outer input[type="submit"]:hover {
  background: #18284e;
  border: 1px solid #18284e;
  cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover,
.button-link.is-style-outline:hover {
  background: #846532;
  border: 1px solid #846532;
  color: #fff;
}

.is-style-outline a.wp-block-button__link:hover::after,
.button-link.is-style-outline:hover::after {
  color: #fff;
  border: 1px solid #fff;
  transform: translateY(-50%) rotate(0deg);
}

.social-icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-icons-container.footer-social {
  margin-top: 25px;
}

a.social-icon {
  display: inline-block;
  height: clamp(40px, 3.13vw, 60px);
  width: clamp(40px, 3.13vw, 60px);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: clamp(20px, 1.35vw, 26px);
  line-height: normal;
  text-align: center;
  background: transparent;
  position: relative;
}

a.social-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.social-icon:hover {
  background: #fff;
}

a.social-icon svg {
  width: 25px;
  height: auto;
}

a.social-icon svg path,
a.social-icon svg circle {
  fill: #000;
}

/* ----- WORDPRESS OVERRIDES ----- */

.full-width .wp-block-cover__inner-container {
  width: calc(85vw - 40px);
  max-width: 100%;
}

.wp-block-media-text.xxx-bg {
  background: #ccc;
}

.wp-block-media-text {
  gap: 30px 0 !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 clamp(30px, 7.81vw, 150px) !important;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 clamp(30px, 7.81vw, 150px) 0 0 !important;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.wp-block-media-text.xxx-bg:before {
  content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-columns {
  gap: 2em 8%;
  margin-bottom: 0;
}

.small-spaced-columns.wp-block-columns {
  gap: 30px;
}

/* ----- WORDPRESS OVERRIDES ----- */

/* Heading */

.top-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.header-logo {
  flex: 0 0 clamp(200px, 17.71vw, 340px);
  max-width: 100%;
}

a.header-logo svg {
  width: clamp(200px, 17.7vw, 340px);
}

a.header-logo svg path {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-bar-right,
.top-bar-left {
  flex: 0 0 calc(50% - (clamp(100px, 8.85vw, 170px) + 30px));
  display: flex;
}

.top-bar-right {
  justify-content: flex-end;
}

.top-bar-left {
  justify-content: flex-start;
}

.top-bar.top-bar-fixed {
  background: #fff;
  position: sticky;
}

.top-bar.top-bar-fixed .top-bar-inner {
  padding: 10px 20px;
}

.top-bar.top-bar-fixed a.header-logo svg path {
  fill: #000000;
}

.top-bar.top-bar-scroll:not(.top-bar-fixed) {
  background: #fff;
}

.top-bar.top-bar-scroll:not(.top-bar-fixed) .top-bar-inner {
  padding: 10px 20px;
}

.top-bar.top-bar-scroll:not(.top-bar-fixed) a.header-logo svg path {
  fill: #000000;
}

.top-bar.top-bar-fixed,
.top-bar.top-bar-scroll {
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}

.top-bar.top-bar-fixed .mobile-nav-header,
.top-bar.top-bar-scroll .mobile-nav-header {
  border: 1px solid rgba(132, 101, 50, 0.2);
}

/* Navigation */

.nav {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  display: inline;
  text-decoration: none;
  position: relative;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a {
  position: relative;
  padding: 10px 0px 10px 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.nav a:hover,
.nav .current_page_ancestor > a,
.nav .current_page_item > a {
  color: #545454;
}

@-moz-document url-prefix() {
  .nav a {
    font-weight: 300;
  }
}

.nav ul li ul a:link,
.nav ul li ul a:visited {
  display: block;
  text-decoration: none;
  padding: 10px;
}

.nav ul li ul {
  position: absolute;
  display: none;
  background: #000;
  text-align: left;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 200px;
  margin-left: 20px;
  left: 0;
}

.nav ul li ul li {
  display: inline;
  float: none;
  padding: 0px;
  margin: 0px;
}

.nav ul li ul li ul {
  top: 0;
  left: 200px;
  margin-left: 0;
}

.nav ul li ul li a {
  color: #fff;
}

/* Mobile Navigation */

.mobile-nav-header {
  text-align: center;
  z-index: 50001;
  position: relative;
  width: clamp(45px, 3.13vw, 60px);
  height: clamp(45px, 3.13vw, 60px);
  position: relative;
  background: #fff;
  color: #846532;
  border-radius: 50%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  box-sizing: border-box;
}

.mobile-nav-header:hover {
  cursor: pointer;
  background: #846532;
  color: #fff;
}

.mobile-nav-header i {
  font-size: clamp(20px, 1.25vw, 24px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-nav {
  width: 100%;
  max-width: clamp(500px, 40vw, 800px);
  padding: 170px clamp(20px, 2.6vw, 50px) 50px calc(7.5vw + 20px);
  position: fixed;
  top: 0;
  left: calc(-100% + 800px);
  height: 100vh;
  height: 100dvh;
  z-index: 5000;
  overflow: scroll;
  border-right: 1px solid rgba(210, 210, 210, 1);
  background: #faf4ee;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  box-sizing: border-box;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition:
    all 1s cubic-bezier(0.77, 0, 0.175, 1),
    all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.mobile-nav-active {
  left: 0;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav .menu-main-container {
  position: relative;
  width: 100%;
  min-height: 70%;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 100%;
  gap: clamp(20px, 1.56vw, 30px);
}

.mobile-nav ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

.mobile-nav ul li a {
  display: inline-block;
  margin: 0;
  font-size: clamp(28px, 2.29vw, 44px);
  text-align: left;
  color: #232427;
  font-weight: 400;
  font-family: "hardcover-vf", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-moz-document url-prefix() {
  .mobile-nav a {
    font-weight: 300;
  }
}

.mobile-nav a:hover,
.mobile-nav .current_page_ancestor > a,
.mobile-nav .current_page_item > a {
  color: #846532;
}

.mobile-nav li i {
  padding: 0px;
  font-size: clamp(18px, 1.25vw, 24px);
  width: clamp(30px, 2.6vw, 50px);
  height: clamp(30px, 2.6vw, 50px);
  border-radius: 50%;
  border: 1px solid rgba(132, 101, 50, 0.2);
  color: #846532;
  font-weight: 300;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.mobile-nav li i:hover {
  border: 1px solid rgba(132, 101, 50, 1);
  background: #846532;
  color: #fff;
}

.mobile-nav li i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-nav ul li ul li.mobile-nav-back i {
}

.mobile-nav ul li ul li.mobile-nav-back {
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(37, 30, 25, 0.2);
  cursor: pointer;
}

.mobile-nav ul li ul li.mobile-nav-back a {
  padding-left: 0;
}

.mobile-nav ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 200;
  width: 100%;
  overflow: scroll;
  background: #faf4ee;
  order: 3;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.mobile-nav ul li ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav ul li ul li {
  margin-bottom: clamp(20px, 1.56vw, 30px);
}

.mobile-nav ul li ul li ul {
  z-index: 300;
}

.mobile-nav-contact {
  margin-top: 30px;
}

.mobile-nav-contact .booking-opener {
  width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}

.mobile-nav-contact a {
  display: block;
  width: fit-content;
  color: #000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
}

.mobile-nav-contact a:hover {
  color: #846532;
}

/* ----- CUSTOM CLASSES ----- */

.extra-short-content,
.short-content,
.medium-content {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

.extra-short-content {
  width: 490px;
}

.medium-content {
  width: 1000px;
}

.has-text-align-left.short-content,
.has-text-align-left.medium-content,
.has-text-align-left.extra-short-content {
  margin-left: 0 !important;
}

.remove-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.xxx-bg {
  position: relative;
  z-index: 1;
}

.xxx-bg a {
  color: #fff;
}

.xxx-bg:before {
  background: #ccc;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 100%;
  z-index: -1;
  content: "";
}

.full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
  --widthA: calc(100vw - 1260px);
  --widthB: calc(var(--widthA) / 2);
  width: calc(100% + var(--widthB));
  position: relative;
  left: calc(var(--widthB) * -1);
}

.full-width-media-text.wp-block-media-text.has-media-on-the-right
  figure.wp-block-media-text__media {
  --widthA: calc(100vw - 1260px);
  --widthB: calc(var(--widthA) / 2);
  width: calc(100% + var(--widthB));
  left: unset;
}

.page-top-cover-block.wp-block-cover {
  align-items: flex-end;
}

.page-top-cover-block.wp-block-cover.full-width
  .wp-block-cover__inner-container {
  margin-bottom: calc(4 * var(--spacer-unit));
}

.page-top-cover-block.wp-block-cover .wp-block-cover__background {
  background: linear-gradient(
    180deg,
    rgba(1, 1, 1, 0.2) 0%,
    rgba(17, 17, 17, 0.7) 100%
  ) !important;
  opacity: 1 !important;
}

.wp-block-cover.blue-background-cover-block {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.wp-block-cover.blue-background-cover-block .wp-block-cover__inner-container {
  width: 700px;
  max-width: calc(100% - 40px);
  background: #18284e;
  box-sizing: border-box;
  color: #fff;
  padding: clamp(20px, 2.6vw, 50px);
  margin-right: calc(7.5vw + 20px);
}

.list-2-columns {
  columns: 2;
}

.menu-buttons {
  display: grid !important;
  grid-template-columns: 100%;
  gap: 30px;
}

.menu-buttons-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.menu-buttons-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.menu-buttons a.wp-block-button__link {
  padding: clamp(20px, 1.56vw, 30px);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  text-align: left;
  border: 1px solid #d2d2d2;
  background: none;
  color: #18284e;
  font-family: "hardcover-vf", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: clamp(22px, 1.56vw, 30px);
  border-radius: 0;
  text-transform: unset;
  margin: 0;
}

.menu-buttons a.wp-block-button__link i {
  width: clamp(50px, 4.17vw, 80px);
  height: clamp(50px, 4.17vw, 80px);
  border-radius: 50%;
  border: 1px solid #846532;
  color: #846532;
  position: relative;
  font-size: clamp(20px, 1.56vw, 30px);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-buttons a.wp-block-button__link:hover {
  border: 1px solid #846532;
}

.menu-buttons a.wp-block-button__link:hover i {
  background: #846532;
  color: #fff;
}

.menu-buttons a.wp-block-button__link i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----- CUSTOM CLASSES ENDS ----- */

/* ----- CUSTOM SHORTCODES ----- */

/* Whats On */

.whats-on-outer {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 30px 5%;
  align-items: center;
}

.whats-on-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: calc(100% + 7.5vw);
}

.whats-on-slider.slick-slider {
  width: calc(100% + 7.5vw + 20px);
}

.whats-on-slider .eve-archive.slick-slide {
  margin-right: 20px;
}

.whats-on-slider-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: calc(6 * var(--spacer-unit));
}

.whats-on-slider-arrows .whats-on-slider-arrow {
  width: clamp(40px, 3.13vw, 60px);
  height: clamp(40px, 3.13vw, 60px);
  border-radius: 50%;
  border: 1px solid #846532;
  color: #000;
  font-size: clamp(20px, 1.35vw, 26px);
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.whats-on-slider-arrows .whats-on-slider-arrow:hover {
  background: #846532;
  color: #fff;
}

.whats-on-slider-arrows .whats-on-slider-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
}

td.eve-calendar-day-head,
.eve-details-day-number span,
div.eve-day-number {
  background: #846532;
  color: #fff;
}

/* Team Member Card */

.team_member_image {
  aspect-ratio: 11 / 12;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.team_member_card h3 {
  color: #18284e;
}

.team-member-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}

.team-member-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-member-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #846532;
  border-radius: 50%;
  color: #846532;
  font-size: 20px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.team-member-socials a:hover {
  background: #846532;
  color: #fff;
}

.team-member-socials a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-member-job-title {
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 300;
  color: #251e19;
}

/* Sliding Gallery */

.sliding-gallery-slider {
  width: calc(100% + calc(7.5vw + 20px));
}

.sliding-gallery-slider .sliding-gallery-image {
  margin-right: 30px;
  height: 30vw !important;
}

.sliding-gallery-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.sliding-gallery-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sliding-gallery-arrows .sliding-gallery-arrow {
  width: clamp(40px, 3.13vw, 60px);
  height: clamp(40px, 3.13vw, 60px);
  border-radius: 50%;
  border: 1px solid #846532;
  color: #000;
  font-size: clamp(20px, 1.35vw, 26px);
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.sliding-gallery-arrows .sliding-gallery-arrow:hover {
  background: #846532;
  color: #fff;
}

.sliding-gallery-arrows .sliding-gallery-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
}

/* Amenities Listings */

.amenities-columns {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}

.amenities-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.amenities-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.amenity-listing {
  color: #846532;
  display: flex;
  align-items: center;
  gap: 10px;
}

.amenity-listing-icon {
  width: clamp(40px, 2.6vw, 50px);
  height: clamp(40px, 2.6vw, 50px);
  border: 1px solid #846532;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.amenity-listing-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

/* Breadcrumbs */

.custom-breadcrumbs {
  padding: 18px 0;
  border-bottom: 1px solid rgba(37, 30, 25, 0.2);
  color: rgba(37, 30, 25, 0.4);
  font-weight: 300;
  font-size: 14px;
}

.custom-breadcrumbs a {
  color: rgba(37, 30, 25, 0.4);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.custom-breadcrumbs a:hover {
  color: #846532;
}

/* Breadcrumbs Ends */

/* Testimonial Slider */

.testimonial-title {
  font-weight: 500;
  color: #846532;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.testimonial-slider {
  max-width: 1200px;
  width: 100%;
}

.testimonial-slider-content {
  font-family: "hardcover-vf", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-style: italic;
  font-size: clamp(24px, 2.08vw, 40px);
}

.testimonial-slider-content p {
  margin: 0;
}

.testimonial-bottom {
  margin-top: calc(6 * var(--spacer-unit));
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: space-between;
  align-items: center;
}

.testimonial-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.testimonial-slider-dots {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.testimonial-slider-dots button {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 0px solid #fff;
  background: rgba(132, 101, 50, 0.2);
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-slider-dots button.is-active {
  background: rgba(132, 101, 50, 1);
}

.testimonial-slider-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-slider-arrows .slick-arrow {
  width: clamp(40px, 3.13vw, 60px);
  height: clamp(40px, 3.13vw, 60px);
  border-radius: 50%;
  border: 1px solid #846532;
  color: #000;
  font-size: clamp(20px, 1.35vw, 26px);
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.testimonial-slider-arrows .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
}

.testimonial-slider-arrows .slick-arrow:hover {
  background: #846532;
  color: #fff;
}

/* Testimonial Slider Ends */

/* Coloured Bg Blocks */

.coloured-bg-full {
  position: relative;
  z-index: 1;
}

.coloured-bg-full.coloured-bg-full-blue,
.coloured-bg-full.coloured-bg-full-gold {
  color: #fff;
}

.coloured-bg-full:before {
  background: #fff;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: 100%;
  z-index: -1;
  content: "";
  top: 0;
}

.coloured-bg-full.coloured-bg-full-blue:before {
  background: #18284e;
}

.coloured-bg-full.coloured-bg-full-gold:before {
  background: #846532;
}

/* Show Pages Block */

.show-pages-listings {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
  align-items: center;
  container-type: inline-size;
}

.show-page-listing {
  flex: 0 0 calc(25% - 15px);
  /* Height is derived from the row's width (via cqw), not the item's own
	   width, so it stays fixed when the hover effect grows this item's flex-basis. */
  height: calc((25cqw - 15px) * 524 / 378);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@supports not (container-type: inline-size) {
  .show-page-listing {
    height: 0;
    padding-top: calc((25% - 15px) * 524 / 378);
  }
}

@media (hover: hover) and (pointer: fine) {
  .show-page-listing:hover {
    flex-basis: calc(35% - 15px);
  }
}

/* Repaints the same background image on a pseudo-element so it can grow
   taller into the row gap on hover, independently of the fixed-height box
   above (which drives layout and must stay put so rows don't shift). */
.show-page-listing::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: inset 0.5s ease-in-out;
}

.show-page-listing:hover {
  flex: 0 0 calc(25% - 0px);
  z-index: 2;
}

.show-page-listing:hover::before {
  inset: -20px 0;
}

.show-pages-listings:has(.show-page-listing:hover)
  .show-page-listing:not(:hover) {
  flex: 0 0 calc(25% - 20px);
}

.page-listing-overlay {
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(1, 1, 1, 0) 60%,
    rgba(17, 17, 17, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(1, 1, 1, 0) 60%,
    rgba(17, 17, 17, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(1, 1, 1, 0) 60%,
    rgba(17, 17, 17, 0.6) 100%
  );
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.show-page-listing:hover .page-listing-overlay {
  top: -20px;
  height: calc(100% + 40px);
}

.page-listing-text {
  position: absolute;
  bottom: 40px;
  width: calc(100% - 60px);
  left: 30px;
  color: #fff;
}

/* Show Pages Block Ends */

/* Overlapping Images Block */

.overlapping-images-outer {
  aspect-ratio: 11/12;
  position: relative;
  width: 100%;
}

.overlapping-images-main-image {
  position: absolute;
  height: 100%;
  width: 90%;
  left: 10%;
}

.overlapping-images-secondary-image {
  position: absolute;
  width: 40%;
  height: 55%;
  left: 0;
  bottom: 10%;
}

.overlapping-images-main-image img,
.overlapping-images-secondary-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 782px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Overlapping Images Block Ends */

/* ----- CUSTOM SHORTCODES ENDS ----- */

/* ----- CUSTOM ANIMATION ----- */

.fade-right,
.fade-left,
.fade-down,
.fade-up {
  opacity: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  transition-timing-function: ease;
  transition-duration: 1s;
}

.fade-in {
  opacity: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 1s;
}

.fade-in.creato-animate-active {
  opacity: 1;
}

.fade-left {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.fade-down {
  transform: translate3d(0, -100px, 0);
}

.fade-up {
  transform: translate3d(0, 100px, 0);
}

.fade-right.creato-animate-active,
.fade-left.creato-animate-active,
.fade-down.creato-animate-active,
.fade-up.creato-animate-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wp-block-media-text.creato-animate-media-text-from-left figure,
.wp-block-media-text.creato-animate-media-text-from-right figure,
.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-left figure,
.creato-animate-image-from-right figure,
.creato-animate-image-from-bottom figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-left,
figure.creato-animate-image-from-right,
figure.creato-animate-image-from-bottom,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0px 100% 0px 0px);
  clip-path: inset(0px 100% 0px 0px);
  will-change: clip-path;
  transition: -webkit-clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition:
    clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-clip-path 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
  position: absolute;
}

.wp-block-media-text.creato-animate-media-text-from-right figure,
.creato-animate-image-from-right figure,
figure.creato-animate-image-from-right,
.wp-block-cover.creato-animate-image-from-right img {
  -webkit-clip-path: inset(0px 0px 0px 100%);
  clip-path: inset(0px 0px 0px 100%);
}

.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.creato-animate-image-from-bottom figure,
figure.creato-animate-image-from-bottom,
.wp-block-cover.creato-animate-image-from-bottom img {
  -webkit-clip-path: inset(100% 0px 0px 0px);
  clip-path: inset(100% 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-top img {
  -webkit-clip-path: inset(0px 0px 100% 0px);
  clip-path: inset(0px 0px 100% 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active
  figure,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active
  figure,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active
  figure,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active
  figure,
.creato-animate-image-from-left.creato-animate-active figure,
.creato-animate-image-from-right.creato-animate-active figure,
.creato-animate-image-from-bottom.creato-animate-active figure,
.creato-animate-image-from-top.creato-animate-active figure,
figure.creato-animate-image-from-right.creato-animate-active,
figure.creato-animate-image-from-left.creato-animate-active,
figure.creato-animate-image-from-top.creato-animate-active,
figure.creato-animate-image-from-bottom.creato-animate-active,
.wp-block-cover.creato-animate-image-from-left.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-top.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-right.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-bottom.creato-animate-active img {
  -webkit-clip-path: inset(0px 0px 0px 0px);
  clip-path: inset(0px 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top
  .wp-block-media-text__content {
  opacity: 0;
  position: relative;
  top: 50px;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  visibility: hidden;
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active
  .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active
  .wp-block-media-text__content {
  opacity: 1;
  position: relative;
  top: 0px;
  visibility: visible;
}

/* ----- CUSTOM ANIMATION ENDS ----- */

/* Search */

.ui-autocomplete {
  padding: 0;
  top: 45px;
  width: 200px;
  background: #262626;
  color: #fff;
  z-index: 400;
  box-shadow: none;
  border: none !important;
  font-size: 16px;
  margin: 0;
  left: 0;
  list-style: none outside none;
  z-index: 9999;
}

.ui-menu-item {
  padding: 5px 5%;
}

.ui-menu-item:hover {
  color: #fff;
  background: #16348e;
  cursor: pointer;
  margin: 0;
}

.creato_search_loading {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 82%;
}

.creato_search_loading.active {
  background: url("images/loading.gif") no-repeat right center;
}

/* V2 Search */

.v2-search-results-switches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 50px;
  margin: 40px 0;
  padding: 0;
}

.v2-search-results-switches li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

.v2-search-results-switches li span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  color: #2f3c5b;
  position: relative;
}

.v2-search-results-switches li span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: #b2c4d4;
  width: 0;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.v2-search-results-switches li.active span::before,
.v2-search-results-switches li:hover span::before {
  width: 100%;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner {
  display: grid;
  grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  gap: 30px 30px;
  margin-bottom: 0;
}

.v2-search-results-tab.posts .smart-search-page-results-section-inner {
  grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  display: grid;
  gap: 30px;
}

.v2-search-results-tab.pages .smart-search-page-results-section-inner {
  grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(
      33.33% - 20px
    );
  display: grid;
  gap: 30px;
}

.v2-search-results-empty {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
  font-weight: 500;
}

.v2-search-results-tab {
  display: none;
}

.v2-search-results-tab.active {
  display: block;
}

/* Body */

.page-wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
}

.page-content {
  width: calc(100% - 40px);
  margin: 0px 20px;
  text-align: left;
}

.creato_block-container {
  display: inline-block;
  width: 100%;
}

.creato_block-container-header {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.creato_block-container-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.creato_block-container-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.creato_block-container-arrows i {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid;
  position: relative;
}

.creato_block-container-arrows i:hover {
  cursor: pointer;
}

.creato_block-container-arrows i::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.creato_block-container-listings {
  display: inline-block;
  width: 100%;
}

/* creato_block grid */

.creato_block-container .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
}

.creato_block-container .grid .creato_block-listing {
  width: 100%;
  margin: 0;
}

.creato_block-container.creato_block-container-1-columns .grid {
  grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(
      33.33% - 13px
    );
}

.creato_block-container.creato_block-container-2-columns .grid {
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}

.creato_block-container.creato_block-container-3-columns .grid {
  grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(
      33.33% - 13px
    );
}

.creato_block-container.creato_block-container-4-columns .grid {
  grid-template-columns:
    calc(25% - 15px) calc(25% - 15px) calc(25% - 15px)
    calc(25% - 15px);
}

.creato_block-container.creato_block-container-5-columns .grid {
  grid-template-columns:
    calc(20% - 16px) calc(20% - 16px) calc(20% - 16px)
    calc(20% - 16px) calc(20% - 16px);
}

.creato_block-listing-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.creato_block-listing-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.creato_block-listing.creato-block-image-background-true {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}

.creato_block-listing.creato-block-image-background-true
  .creato_block-listing-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* end creato_block grid */

/* creato_block slider */

.creato_block-container .slider .creato_block-listing {
  margin-right: 20px;
}

/* end creato_block slider */

.creato_block-listing {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Video Shortcode */

.video-outer {
  width: 100vw;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.no-overlay .video-overlay {
  background: none;
}

.vimeo-video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
}

.video-image {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.video {
  margin: auto;
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-outer .video-content,
.video-image .video-content {
  max-width: calc(100% - 40px);
  width: 800px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.video-outer .video-content h3,
.video-image .video-content h3 {
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 12px;
}

.video-outer .video-content h1,
.video-image .video-content h1 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.video-image .video-content .button-link {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 13px 26px 13px;
  text-shadow: none;
  margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.video-image .video-content .button-link:after {
  display: none;
}

.video-outer .video-content .button-link:hover,
.video-image .video-content .button-link:hover {
  background: #fff;
  border: 1px solid #69bdd2;
  color: #69bdd2;
}

.vimeo-video iframe {
  z-index: -1;
  overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/

/* Eve Archive */

.eve-filter-outer {
  padding: clamp(20px, 3.13vw, 60px);
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  float: unset;
  margin: 0 0 50px;
  position: relative;
}

.eve-filter-header {
  color: #040715;
  font-size: clamp(36px, 2.08vw, 40px);
  margin-bottom: 40px;
  font-weight: 300;
}

.eve-main-search-item {
  margin: 0;
  flex: 0 0 calc(33.33% - 80px);
  width: unset;
}

.eve-search-title {
  color: #003240;
  font-weight: 500;
  font-size: clamp(16px, 0.93vw, 18px);
  margin-bottom: 10px;
}

.events-filter-form {
  margin-top: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.eve-filter-outer input[type="submit"] {
  margin: 0;
  flex: 0 0 150px;
  padding: 19px 15px !important;
  font-weight: 500;
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
}

.eve-date-container input,
.eve-keywords-container input,
.eve-categroies-dropdown .eve-categories-list-container,
.eve-show-categories-trigger {
  border: none;
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #003240;
  background: rgba(210, 210, 210, 0.25);
  font-weight: 400;
  line-height: 16px;
  appearance: none;
  -webkit-appearance: none;
  height: 56px;
}

.events-filter-form input:not([type="checkbox"]),
.eve-show-categories-trigger {
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
}

.eve-categroies-dropdown .eve-categories-list-container-inner {
  top: calc(100% + 10px);
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.eve-main-search-item.eve-date-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}

.eve-main-search-item.eve-date-container input.events-dates-search {
  flex: 0 0 calc(50% - 25px);
}

.eve-main-search-item.eve-date-container .eve-date-to {
  flex: 30px;
  float: unset;
  width: unset;
  margin-top: unset;
}

.eve-main-search-item.eve-date-container
  .eve-search-title.eve-search-dates-title {
  flex: 0 0 100%;
}

.ui-datepicker {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  z-index: 9999 !important;
  box-shadow: 0 2px 2px #d0d0d0;
  background: #fff;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 1px;
  background: none !important;
  right: 1px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  background: none !important;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "\f053";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #003240;
  opacity: 1;
  font-weight: 600;
  width: 24px;
  height: 22px;
  border: none;
  background: #fff;
  border-radius: 0;
  text-align: center;
  padding-top: 2px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
  color: #9bb3c0;
}

.ui-datepicker.ui-datepicker-multi {
  padding: 20px 10px 10px;
  clip-path: polygon(0 0px, 100% 0px, 100% 100%, 0% 100%);
}

.ui-widget {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-shadow: none;
}

.ui-datepicker th,
.ui-datepicker-title {
  color: #393939 !important;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.ui-datepicker-title {
  color: #003240 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
  border-radius: 5px;
  text-align: center;
}

.ui-state-default {
  color: #000000 !important;
}

.ui-state-active,
.arrival-highlight {
  border: none !important;
  background: #003240 !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.ui-state-hover {
  border: none !important;
  background: #003240 !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.ui-widget-header {
  border: none !important;
  background: none !important;
}

.eve-submit-container {
  display: none;
}

.eve-list-container {
  display: grid;
  gap: 50px 20px;
  min-height: unset;
}

.eve-archive {
  margin: 0;
  box-shadow: unset;
  border-bottom: 1px solid rgba(37, 30, 25, 0.2);
  padding-bottom: 15px;
}

.eve-archive-text {
  float: unset;
  width: unset;
  padding: 0;
}

.button-link.eve-archive-buy,
.eve-archive-full-details {
  display: none;
}

a.eve-archive-main-a {
  min-height: unset;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eve-archive-image {
  padding-top: unset;
  float: unset;
  aspect-ratio: 380/536;
}

@supports not (aspect-ratio: 380/536) {
  .eve-archive-image {
    padding-top: 130%;
    margin-bottom: 20px;
  }
}

.eve-archive-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.eve-archive-title h2 {
  font-size: clamp(22px, 1.56vw, 30px);
  color: #020202;
}

.eve-archive-text.eve-archive-dates {
  margin-top: auto;
  color: rgba(37, 30, 25, 0.5);
  font-size: clamp(12px, 0.83vw, 16px);
}

.eve-archive-text.eve-archive-dates > strong {
  display: none;
}

.eve-archive-text.eve-archive-dates > span {
  font-weight: 500;
  font-size: 12px;
}

.eve-events-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 0px solid #fff;
  margin: 0 0 40px;
}

.eve-events-header-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  float: unset;
  margin-bottom: 0px;
  margin-top: 0;
}

.eve-events-header-option {
  font-size: 16px;
  padding: 18px 20px;
  border: 1px solid #846532;
  color: #003240;
  background: transparent;
  border-radius: 50px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.eve-events-header-option:hover,
.eve-option-active {
  border: 1px solid #846532;
  color: #fff;
  background: #846532;
}

/* Single Events */

.single-events-container {
  margin-top: calc(5 * var(--spacer-unit));
  margin-bottom: calc(8 * var(--spacer-unit));
  display: grid;
  grid-template-columns: 56% 32%;
  gap: 50px 12%;
  align-items: flex-start;
}

.event-separator {
  margin: 40px 0;
  color: rgba(37, 30, 25, 0.3);
}

.single-events-title {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #18284e;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
  margin-top: 30px;
  margin-bottom: 1em;
}

.single-event-details .eve-single-date-outer {
  display: flex;
  flex-wrap: wrap;
}

.single-events-page-date {
  margin-top: 30px;
}

.single-events-page-date .eve-single-date-outer {
  font-weight: 300;
  color: rgba(37, 30, 25, 0.5);
  display: flex;
  flex-wrap: wrap;
}

.single-events-page-date .eve-single-date-outer .eve-single-date {
  padding-right: 20px;
  position: relative;
}

.single-events-page-date .eve-single-date-outer .eve-single-date::after {
  content: "|";
  position: absolute;
  bottom: 0;
  right: 8px;
}

.single-event-details .eve-single-date-outer .eve-single-date {
  padding-right: 10px;
  position: relative;
}

.single-event-details .eve-single-date-outer .eve-single-date::after {
  content: ",";
  position: absolute;
  bottom: 0;
}

.single-event-details p {
  margin: 0;
}

.single-event-details.single-event-notes {
  margin-top: 20px;
}

.single-events-left .button-link {
  margin: 40px 0 0 0;
}

.single-news-page-top-right {
  position: sticky;
  top: 150px;
  max-height: calc(100vh - 170px);
}

.single-news-page-top-right img {
  aspect-ratio: 512/726;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100%;
}

.schema-faq-section {
  border-bottom: 1px solid rgba(37, 30, 25, 0.2);
}

.schema-faq-question {
  font-family: "hardcover-vf", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  font-size: clamp(22px, 1.56vw, 30px);
  padding: 20px 50px 20px 0;
  display: inline-block;
  width: calc(100% - 50px);
  position: relative;
  color: #18284e;
  cursor: pointer;
}

.schema-faq-question:after {
  content: "\2b";
  font-family: "Font Awesome 7 Pro";
  color: #846532;
  font-size: clamp(22px, 1.56vw, 30px);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.schema-faq-answer-open:after {
  transform: translateY(-50%) rotate(45deg);
}

.schema-faq-answer {
  display: none;
}

/* Index */

#sidebar {
  text-align: right;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style: none;
}

#sidebar select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #000;
  padding: 9px 38px 9px 20px;
  border-radius: 25px;
  width: 200px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  background-repeat: no-repeat !important;
  background-position: 90% center !important;
  background-size: auto 11px !important;
  cursor: pointer;
  font-size: 14px;
  background: #fff url(images/select-dropdown.svg);
  font-family: "Helvetica", "Arial", sans-serif;
}

.pagination {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0;
  text-align: center;
}

.pagination a.page-numbers,
.pagination span.current {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #000;
}

.pagination span.current,
.pagination a.page-numbers:hover,
.pagination a.prev:hover,
.pagination a.next:hover {
  color: #00b6ed;
}

.pagination a.prev,
.pagination a.next {
  width: auto;
  padding: 0 3px;
}

/* News */

.archive-news-outer {
  display: grid;
  grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(
      33.33% - 13px
    );
  gap: 30px 20px;
  margin: 40px 0;
}

.archive-news {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.blog-filters {
  width: max-content;
  margin-top: 10px;
}

/* Error Page */

.error-page .custom-breadcrumbs {
  display: none;
}

/* Map */

.map-container,
#google-map {
  width: 100%;
}

#google-map {
  height: 500px;
}

.contact-mapouter iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  height: unset;
}

/* Contact Form */

.creato_cf_main {
  width: 100%;
  text-align: left;
}

.creato_cf_main h2 {
  margin-bottom: 30px;
}

.creato_cf_main form {
  display: flex;
  align-items: flex-end;
  gap: 20px 30px;
  flex-wrap: wrap;
}

.contact-row {
  flex: 0 0 100%;
  display: inline-block;
}

.contact-row.contact-row-contact_number,
.contact-row.contact-row-contact_email {
  flex: 0 0 calc(50% - 15px);
}

.contact-row label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 8px;
  font-weight: 300;
}

.contact-row input[type="text"],
.contact-row textarea,
.contact-row select {
  border: 1px solid #d2d2d2;
  padding: 20px 20px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.2;
  -webkit-appearance: none;
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #000;
  box-sizing: border-box;
}

.contact-row input[type="text"]::placeholder,
.contact-row textarea::placeholder {
  font-family: "Lexend", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(37, 30, 25, 0.3);
}

.contact-row select {
  background-image: url("images/dropdown-arrow.svg");
  background-size: 14px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
}

.contact-row-contact_terms label {
  font-size: 12px;
  display: inline-block;
}

.message {
  color: #545454;
  display: inline-block;
  width: 94%;
  padding: 15px 2%;
  margin: 20px 1%;
  border: 1px solid #545454;
  font-size: 16px;
}

/* Password Protected Pages */

form.post-password-form {
  padding: 30px 20px;
  width: calc(100% - 40px);
  background: #eeeeee;
  margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
  border: none;
  background: #fff;
  padding: 10px;
  margin: 0 10px;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
}

/* Footer */

.footer {
  width: 100%;
  background: #18284e;
  color: #fff;
}

.footer-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 20px 50px;
  text-align: left;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
  margin-bottom: calc(8 * var(--spacer-unit));
}

.footer-logo-outer {
  flex: 0 0 240px;
}

.footer-menu {
  flex: 0 0 calc(30% - 100px);
  font-weight: 300;
  font-size: clamp(18px, 1.15vw, 22px);
}

.footer-opening {
  flex: 0 0 calc(38% - 100px);
  font-weight: 300;
  font-size: clamp(16px, 0.94vw, 18px)
}

.footer-opening p {
  margin: 8px 0;
}

.footer-contact {
  flex: 0 0 calc(32% - 100px);
  font-weight: 300;
  font-size: clamp(18px, 1.15vw, 22px);
}

.footer-contact a.phone,
.footer-contact a.mail {
  display: block;
  width: fit-content;
}

a.footer-logo {
  width: 120px;
  max-width: 100%;
}

a.footer-logo img {
  width: 120px;
}

.footer-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: clamp(16px, 0.94vw, 18px);
}

.footer-opening .footer-title:last-of-type {
  margin-bottom: 0px;
  margin-top: 18px;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  list-style: none;
  display: block;
}

.footer-menu ul li a {
  display: block;
  width: fit-content;
  font-size: clamp(18px, 1.15vw, 22px);
  margin-bottom: 10px;
  font-weight: 300;
}

.footer a {
  color: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer a:hover {
  color: #846532;
}

.footer-left ul,
.credit-link ul {
  margin: 0;
  padding: 0;
}

.footer-left ul li,
.credit-link ul li {
  list-style: none outside none;
  display: inline;
}

.credit {
  display: flex;
  width: 100%;
  font-size: clamp(12px, 0.83vw, 16px);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
  color: #faf4ee;
}

.credit a {
  color: #faf4ee;
}

.credit a:hover {
  color: #846532;
}

.credit-left {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.credit-link,
.credit-left span {
  display: inline-block;
}

/* Resdiary */

.resdiary-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(4px);
  display: none;
}

.resdiary-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  height: calc(100vh - 100px);
  z-index: 100000;
  background: #fff;
  display: none;
}

.resdiary-container-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
  align-items: center;
}

.resdiary-left {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.resdiary-right {
  padding: 70px clamp(20px, 3.65vw, 70px);
  box-sizing: border-box;
  max-height: 100%;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.resdiary-right::-webkit-scrollbar {
  display: none;
}

.resdiary-closer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: clamp(45px, 3.13vw, 60px);
  height: clamp(45px, 3.13vw, 60px);
  border: 1px solid rgba(132, 101, 50, 0.2);
  color: #846532;
  border-radius: 50%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  background: #fff;
  z-index: 200;
}

.resdiary-closer:hover {
  background: #846532;
  color: #fff;
  border: 1px solid rgba(132, 101, 50, 1);
}

.resdiary-closer i {
  font-size: clamp(20px, 1.25vw, 24px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1921px) {
  .centred {
    max-width: 1690px;
  }

  .full-width .wp-block-cover__inner-container {
    --widthA: calc(100vw - 1650px);
    --widthB: calc(var(--widthA) / 2);
    width: calc(100vw - var(--widthA));
    max-width: 100%;
  }

  .wp-block-cover.blue-background-cover-block .wp-block-cover__inner-container {
    --widthA: calc(100vw - 1650px);
    --widthB: calc(var(--widthA) / 2);
    margin-right: var(--widthB);
  }

  .mobile-nav {
    --widthA: calc(100vw - 1650px);
    --widthB: calc(var(--widthA) / 2);
    padding: 170px clamp(20px, 2.6vw, 50px) 50px var(--widthB);
    max-width: clamp(400px, 40vw, calc(800px + var(--widthB)));
  }

  .sliding-gallery-slider {
    --widthA: calc(100vw - 1650px);
    --widthB: calc(var(--widthA) / 2);
    width: calc(100% + var(--widthB));
  }

  .whats-on-slider.slick-slider {
    --widthA: calc(100vw - 1650px);
    --widthB: calc(var(--widthA) / 2);
    width: calc(100% + var(--widthB));
  }
}

@media (max-width: 1500px) {
  .footer-logo-outer {
    flex: 0 0 190px;
  }

  .mobile-nav {
    left: -65%;
  }
}

@media (max-width: 1300px) {
  .full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
    width: calc(100% + 20px);
    left: calc(-20px);
  }

  .full-width-media-text.wp-block-media-text.has-media-on-the-right
    figure.wp-block-media-text__media {
    width: calc(100% + 20px);
  }

  .centred {
    max-width: 1300px;
  }

  .full-width .wp-block-cover__inner-container {
    width: 100%;
    max-width: 100%;
  }

  .wp-block-cover.blue-background-cover-block .wp-block-cover__inner-container {
    margin-right: 20px;
  }

  .sliding-gallery-slider {
    width: calc(100% + 20px);
  }

  .whats-on-slider.slick-slider {
    width: calc(100% + 20px);
  }

  .mobile-nav {
    padding: 170px clamp(20px, 2.6vw, 50px) 50px 20px;
  }

  .page-content-6
    .page-top-cover-block.wp-block-cover.full-width
    .wp-block-cover__inner-container {
    margin-bottom: calc(8 * var(--spacer-unit));
  }
}

@media (max-width: 1200px) {
  .eve-main-search-item {
    flex: 0 0 calc(50% - 15px);
  }

  .eve-main-search-item.eve-categories-container {
    flex: 0 0 calc(100% - 180px);
  }
}

@media (max-width: 1150px) {
  .footer-logo-outer {
    flex: 0 0 100%;
  }

  .footer-menu {
    flex: 0 0 calc(30% - 20px);
  }

  .footer-opening {
    flex: 0 0 calc(38% - 20px);
  }

  .footer-contact {
    flex: 0 0 calc(32% - 20px);
  }
}

@media (max-width: 1000px) {
  .creato_block-container.creato_block-container-5-columns .grid {
    grid-template-columns:
      calc(25% - 15px) calc(25% - 15px) calc(25% - 15px)
      calc(25% - 15px);
  }

  .footer-menu {
    flex: 0 0 calc(40% - 15px);
  }

  .footer-opening {
    flex: 0 0 calc(60% - 15px);
  }

  .footer-contact {
    flex: 0 0 calc(100% - 0px);
  }

  .show-page-listing {
    flex: 0 0 calc(50% - 10px);
    /* Height is derived from the row's width (via cqw), not the item's own
		width, so it stays fixed when the hover effect grows this item's flex-basis. */
    height: calc((50cqw - 10px) * 1 / 1);
  }

  .show-page-listing:hover {
    flex: 0 0 calc(50% - 0px);
  }

  .show-pages-listings:has(.show-page-listing:hover)
    .show-page-listing:not(:hover) {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 900px) {
  .resdiary-left {
    display: none;
  }

  .resdiary-container-inner {
    grid-template-columns: 100%;
  }
}

@media (max-width: 850px) {
  .creato_block-container.creato_block-container-4-columns .grid,
  .creato_block-container.creato_block-container-5-columns .grid {
    grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(
        33.33% - 13px
      );
  }

  .top-bar-left {
    order: 3;
    justify-content: flex-end;
  }

  .top-bar-right {
    order: 1;
  }

  .top-bar-right .button-link {
    display: none;
  }

  a.header-logo {
    order: 2;
  }

  .mobile-nav {
    padding: 140px clamp(20px, 2.6vw, 50px) 50px 20px;
  }

  .menu-buttons-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-columns-2,
  .amenities-columns-3 {
    grid-template-columns: 100%;
  }

  .mobile-nav {
    left: -80%;
  }
}

@media (max-width: 800px) {
  .single-events-container {
    grid-template-columns: 100%;
  }

  .single-events-left {
    order: 2;
  }

  .single-news-page-top-right {
    position: relative;
    top: unset;
    max-height: unset;
    margin: auto;
    max-width: 400px;
  }

  .whats-on-outer {
    grid-template-columns: 100%;
  }

  .whats-on-slider-arrows {
    margin-top: 0;
  }

  .whats-on-left-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
  }

  .whats-on-slider .slick-list {
    padding: 0 10% 0 0;
  }

  .whats-on-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: calc(100% + 7.5vw);
  }
}

/* Tablet */

@media (max-width: 750px) {
  .eve-main-search-item {
    flex: 0 0 100%;
  }

  .eve-main-search-item.eve-categories-container {
    flex: 0 0 calc(100% - 180px);
  }
}

@media (max-width: 700px) {
  .mobile-slider .creato_block-container-listings .grid .creato_block-listing {
    margin: 10px 20px 10px 0;
  }

  .mobile-slider
    .creato_block-container-listings
    .grid
    .creato_block-listing:nth-child(2n + 1),
  .mobile-slider
    .creato_block-container-listings
    .grid
    .creato_block-listing:nth-child(3n + 1),
  .mobile-slider
    .creato_block-container-listings
    .grid
    .creato_block-listing:nth-child(4n + 1) {
    clear: none;
  }

  .creato_block-container.creato_block-container-3-columns .grid,
  .creato_block-container.creato_block-container-4-columns .grid,
  .creato_block-container.creato_block-container-5-columns .grid,
  .archive-news-outer {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }

  .creato_block-container.creato_block-container-3-columns
    .grid
    .creato_block-listing:last-child,
  .creato_block-container.creato_block-container-5-columns
    .grid
    .creato_block-listing:last-child {
    grid-column: span 2;
  }

  .mobile-nav {
    left: -100%;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cookie-banner {
    width: 60px !important;
    height: 60px !important;
  }

  .cookie-banner i {
    font-size: 18px !important;
  }

  .full-width-media-text.wp-block-media-text figure.wp-block-media-text__media {
    width: calc(100% + 40px);
  }

  .full-width-media-text.wp-block-media-text.has-media-on-the-right
    figure.wp-block-media-text__media {
    width: calc(100% + 40px);
    left: -20px;
  }

  .footer-menu,
  .footer-opening,
  .footer-contact {
    flex: 0 0 calc(100% - 0px);
  }

  .show-page-listing {
    flex: 0 0 calc(100%);
    /* Height is derived from the row's width (via cqw), not the item's own
		width, so it stays fixed when the hover effect grows this item's flex-basis. */
    height: calc((100cqw - 0px) * 1 / 1);
  }

  .show-page-listing:hover {
    flex: 0 0 calc(100% - 0px);
  }

  .show-pages-listings:has(.show-page-listing:hover)
    .show-page-listing:not(:hover) {
    flex: 0 0 calc(100% - 20px);
  }

  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 0 !important;
  }

  .resdiary-container {
    width: 100vw;
    height: 100vh;
  }

  .footer-opening .footer-title:last-of-type {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

@media (max-width: 550px) {
  .menu-buttons-columns-3,
  .menu-buttons-columns-2 {
    grid-template-columns: 100%;
  }

  .contact-row.contact-row-contact_number,
  .contact-row.contact-row-contact_email {
    flex: 0 0 100%;
  }

  .whats-on-slider {
    grid-template-columns: 100%;
  }
}

/* Mobile Layouts */
@media (max-width: 500px) {
  .nav {
    display: none;
  }

  .eve-main-search-item.eve-categories-container,
  .eve-filter-outer input[type="submit"] {
    flex: 0 0 100%;
  }

  .eve-filter-header {
    margin-bottom: 20px;
  }

  .events-filter-form {
    gap: 10px;
  }

  .eve-categroies-dropdown .eve-categories-list-container-inner {
    top: 0px;
    z-index: 99;
  }

  .sliding-gallery-slider .sliding-gallery-image {
    margin-right: 10px;
    height: 56vw !important;
  }

  a.button-link,
  .button-link,
  .button-link.is-style-outline,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"],
  .eve-filter-outer input[type="submit"] {
    font-size: 14px;
  }

  .page-content-6 .page-top-cover-block.wp-block-cover {
    min-height: 85vh !important;
  }

  .page-content-6
    .page-top-cover-block.wp-block-cover.full-width
    .wp-block-cover__inner-container {
    margin-bottom: calc(4 * var(--spacer-unit));
  }

  .eve-events-header {
    display: none;
  }
}

@media (max-width: 450px) {
  .creato_block-container.creato_block-container-2-columns .grid,
  .creato_block-container.creato_block-container-3-columns .grid,
  .creato_block-container.creato_block-container-4-columns .grid,
  .creato_block-container.creato_block-container-5-columns .grid,
  .archive-news-outer {
    grid-template-columns: 100%;
  }

  .creato_block-container.creato_block-container-3-columns
    .grid
    .creato_block-listing:last-child,
  .creato_block-container.creato_block-container-5-columns
    .grid
    .creato_block-listing:last-child {
    grid-column: span 1;
  }

  .list-2-columns {
    columns: 1;
  }
}

@media (max-width: 400px) {
}

/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */

/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */

/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */

/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */

/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */

/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */

/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */

/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */

/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

/* Specific Fixes and things in the core */

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}

/* Cookie notification styling */

.wc_privacy_notice {
  position: fixed;
  bottom: 0px;
  width: 90%;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid #000;
  box-shadow: 0px 0px 2px #000;
  padding: 10px 10px;
  font-size: 13px;
  z-index: 10000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 800px;
  border-radius: 10px 10px 0 0;
}

.wc_privacy_text {
  float: left;
  width: 100%;
}

.wc_privacy_text strong {
  float: left;
  font-size: 12px;
}

.wc_privacy_policy_buttons {
  float: right;
}

.reveal_privacy_options,
.wc_privacy_policy_buttons button,
.wc_privacy_submit {
  display: inline-block;
  padding: 5px 20px;
  margin-left: 10px;
  border-radius: 20px;
  -webkit-appearance: none;
  line-height: normal;
  border: none;
  font-size: 11px;
  font-family: "Helvetica", "Arial", sans-serif;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #000;
}

span.reveal_privacy_options_hide {
  display: none;
}

.reveal_privacy_options:hover,
.wc_privacy_policy_buttons button:hover,
.wc_privacy_submit:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wc_reveal_options {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  text-align: left;
  font-size: 11px;
}

.wc_privacy_option {
  float: left;
  background: #efefef;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  width: calc(25% - 30px);
  text-align: center;
}

.page-content .wc_reveal_options {
  float: none;
  display: block;
}

.page-content .wc_privacy_notice {
  position: relative;
  display: inline-block !important;
  border: 1px solid #999;
  width: calc(100% - 42px);
  padding: 20px;
  background: #fff;
  color: #1c2342;
  z-index: 0;
  margin: 10px 0px 50px 0px;
  animation: slideDown 0 ease forwards;
  -webkit-animation: slideDown 0 ease forwards;
  -moz-animation: slideDown 0 ease forwards;
  -o-animation: slideDown 0 ease forwards;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong {
  width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
  margin-top: 10px;
  margin-left: 0 !important;
}

@media (max-width: 600px) {
  .wc_privacy_option {
    width: calc(50% - 30px);
    margin-top: 5px;
  }
}

@media (max-width: 350px) {
  .wc_privacy_text strong {
    width: 90px;
    text-align: left;
  }

  .wc_privacy_policy_buttons {
    margin-top: 5px;
  }
}
