/*!
Theme Name: SIA Lodges
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: https://www.focusonline.co.za
Description: Custom theme built upon underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _sialodges
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SIA Lodges is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --primarycolour: #a19e9b;
  --light-green: #a19e9b;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

* {
  box-sizing: border-box;
}

.cursive {
  font-family: "Vujahday Script", cursive;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.button {
  padding: 6px 25px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  border: solid 1px var(--primarycolour);
  color: var(--primarycolour);
  text-decoration: none;
  border-radius: 25px;
  display: inline-block;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.2s;
  background-color: transparent;
  cursor: pointer;
}

.button:hover {
  background-color: var(--primarycolour);
  color: #fff;
}

.button.solid {
  padding: 7px 25px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: var(--light-green);
  color: #fff;
  border-color: var(--light-green);
}

.button.solid:hover {
  opacity: 0.8;
}

strong {
  font-weight: 600;
}

h2 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: var(--primarycolour);
  line-height: 1;
}

h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: var(--primarycolour);
  line-height: 1;
}

a {
  text-decoration: none;
}

p a:link, p a:visited {
	color: #000;
	border-bottom: 2px var(--light-green) solid;
}
p a:hover {
	color: var(--light-green);
	border-bottom: 2px var(--light-green) solid;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.space10 { clear: both; display: block; width: 100%; height: 10px; }
.space15 { clear: both; display: block; width: 100%; height: 15px; }
.space20 { clear: both; display: block; width: 100%; height: 20px; }
.space25 { clear: both; display: block; width: 100%; height: 25px; }
.space30 { clear: both; display: block; width: 100%; height: 30px; }
.space35 { clear: both; display: block; width: 100%; height: 35px; }
.space40 { clear: both; display: block; width: 100%; height: 40px; }
.space45 { clear: both; display: block; width: 100%; height: 45px; }
.space50 { clear: both; display: block; width: 100%; height: 50px; }
.space55 { clear: both; display: block; width: 100%; height: 55px; }
.space60 { clear: both; display: block; width: 100%; height: 60px; }
.space65 { clear: both; display: block; width: 100%; height: 65px; }
.space70 { clear: both; display: block; width: 100%; height: 70px; }
.space75 { clear: both; display: block; width: 100%; height: 75px; }
.space80 { clear: both; display: block; width: 100%; height: 80px; }
.space85 { clear: both; display: block; width: 100%; height: 85px; }
.space90 { clear: both; display: block; width: 100%; height: 90px; }
.space95 { clear: both; display: block; width: 100%; height: 95px; }
.space100 { clear: both; display: block; width: 100%; height: 100px; }

.left, .right {
  float: unset;
}

/* Book Now Banner */

.book-banner {
  position: fixed;
  transition: 0.3s ease;
  left: -401px;
  top: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 35px;
  box-sizing: border-box;
  overflow: scroll;
}

.book-banner.right {
  left: unset;
  right: -401px;
}

.book-banner.open.right {
  left: unset;
  right: 0;
}

.book-banner.open {
  left: 0;
}

.book-banner .close-banner {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  padding: 5px;
  color: var(--primarycolour);
}

.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #00000090;
  top: 0;
  left: 0;
  display: none;
}

.book-banner img {
  display: block;
}

.book-banner ul {
  margin: 35px 0 25px;
  padding: 0;
  list-style: none;
}

.book-banner ul li a {
  color: var(--primarycolour);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
}

.book-banner .button {
  margin-bottom: 8px;
  padding: 10px;
  display: block;
  text-align: center;
}

.book-banner .button:not(.solid) {
  margin-right: 8px;
}

.book-banner .buttons {
  margin: 35px 0;
}

.book-banner .socials i {
  color: var(--primarycolour);
  font-size: 22px;
}

.book-banner .socials {
  margin-top: 20px;
}

.book-banner .socials a {
  display: inline-block;
  margin-right: 8px;
}

.book-banner .contact-details {
  padding-left: 0;
}

.book-banner .contact-details h3 {
  font-size: 22px;
  margin: 30px 0 20px;
}

.book-banner .contact-details p {
  margin: 5px 0;
  font-size: 15px;
}

.book-banner .contact-details i {
  margin-right: 5px;
}

.book-banner .contact-details a {
  border-bottom: none !important;
}

.book-banner .contact-details a:hover {
  color: var(--primarycolour);
}

.book-banner select, .book-banner input {
  width: 100%;
  background: transparent;
  border: solid 1px;
  padding: 7px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 5px;
}

#booking_form {
  margin-top: 30px;
}

.book-banner .pax, .book-banner #bookingDates {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.book-banner .pax > div, .book-banner #bookingDates > div {
  width: 100%;
}

.book-banner #booking-system-button {
  width: 100%;
  margin-top: 5px;
}

/* Header */

header {
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  z-index: 999;
  position: fixed;
  transition: 0.1s;
}

header.scroll {
  background-color: #fff;
}

header.scroll ul a {
  color: var(--primarycolour);
}

.home header .logo img {
  display: none;
}

.home header.scroll .logo img {
  display: block;
}

header .logo img {
  filter: brightness(0) invert(1);
}

header.scroll .logo img {
  filter: unset;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header li {
  display: inline-block;
}

header ul a {
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  transition: 0.1s;
  text-transform: uppercase;
}

header .button.solid {
  font-size: 15px;
  text-align: center;
}

header nav {
  width: 35%;
}

header .button-group {
  width: 35%;
  text-align: right;
}

header .burger {
  display: inline-block;
  padding: 5px;
  width: max-content;
  position: relative;
  top: 8px;
  margin-left: 20px;
}

header .burger div {
  display: block;
  height: 2px;
  width: 30px;
}

header .burger .second {
  margin: 7px 0;
}

/* Footer */

footer {
  background-color: var(--primarycolour);
  color: #fff;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li a:not(.accordion-title) {
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}

footer h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  color: #fff;
}

footer .top {
  padding: 60px 20px;
  justify-content: space-between;
}

footer .socials {
  margin-top: 15px;
}

footer img.logo {
  width: 100%;
  max-width: 300px;
  display: block;
}

footer .socials a {
  padding: 5px;
}

footer .socials i {
  font-size: 20px;
  color: #fff;
}

footer .top, footer .bottom .flex, footer .bottom .copy {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

footer .bottom {
  padding: 30px 20px 50px;
  /* background-image: url('/wp-content/uploads/2025/03/footer-background.png'); */
  background-position: center;
  background-size: cover;
  position: relative;
}

footer .bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primarycolour);
  opacity: 0.5;
  z-index: 1;
}

footer .bottom .flex, footer .bottom .copy {
  z-index: 2;
  position: relative;
}

footer .bottom img {
  width: 250px;
  display: block;
}

footer .bottom .flex {
  justify-content: space-between;
}

footer .bottom .col {
  width: 100%;
  max-width: 20%;
}

footer .bottom .copy {
  justify-content: space-between;
  margin-top: 40px;
}

footer .bottom .copy p {
  margin: 0;
  opacity: 0.8;
  font-size: 14px;
}

footer .bottom .copy a {
  color: #fff;
}

.mobile-menu-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--primarycolour);
  padding: 10px 0;
  z-index: 9999;
  display: none;
}

.mobile-menu-bottom .flex {
  justify-content: center;
}

.mobile-menu-bottom a {
  width: 33%;
  color: #fff;
  line-height: 2;
  font-weight: 500;
  text-decoration: none;
  display: block;
  border-right: solid 2px #fff;
  text-align: center;
}

.mobile-menu-bottom a:last-child {
  border: none;
}

/* 404 Error Page */

.error-404 {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  background-size: cover;
  background-position: center;
}

.error-404::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
  z-index: 1;
}

.error-404 .center {
  position: relative;
  top: 30px;
  z-index: 2;
}

.error-404 h1 {
  font-size: 150px;
  color: #fff;
  margin: 0;
  letter-spacing: 5px;
  font-family: "Vujahday Script", cursive;
  line-height: 1;
}

.error-404 p {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #fff;
}

/* Accordion */

.accordion:not(.page-builder) {
  background-color: #FFFFFF66;
}

.accordion:not(.page-builder) > li {
  list-style: none;
  border-bottom: 1px solid rgba(111,100,86,.37);
  position: relative;
}

.accordion:not(.page-builder) > li a.accordion-title::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 8px;
  top: 15px;
  content: "";
  transform: rotate(0deg);
  transition: all .2s ease-in-out;
}

.accordion:not(.page-builder) > li a.accordion-title {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  letter-spacing: 3px;
  text-indent: 15px;
  padding: 14px 0;
}

.accordion:not(.page-builder) li ul {
  padding: 0;
  margin: 0 14px 14px;
}

.accordion:not(.page-builder) a:not(.accordion-title) {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  max-width: 92%;
  margin: 0 auto 3px;
}

.accordion:not(.page-builder) li ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0;
}

.accordion:not(.page-builder) li ul li:not(:has(a)) {
  font-size: 14px;
  padding: 12px 0 5px;
  letter-spacing: 1px;
  font-weight: 700;
}

.accordion:not(.page-builder) > li a.accordion-title.active::after {
  right: 12px;
  top: 19px;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Textblock */

.textblock .narrow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.textblock .full {
  width: 100%;
  padding: 0 20px;
}

.textblock h2 {
  margin-bottom: 25px;
}

/* Banner */

.banner {
	width: 100%;
	height: 100vh;
	background-color: grey;
  overflow: hidden;
  text-align: center;
}

.banner.short {
  height: 65vh;
}

.banner img {
  width: 400px;
  display: block;
  margin: 0 auto 50px;
}

.banner .cursive {
  color: #fff;
  font-size: 75px;
  margin: 0;
  line-height: 1;
}

.banner h1 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  line-height: 1.2;
  color: #fff;
  font-size: 110px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
}

.home .banner h1 {
  font-size: 140px;
}

.banner p:not(.cursive) {
  color: white;
  font-size: 46px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin: 0 auto;
  border-top: solid 2px;
  max-width: max-content;
  padding-top: 5px;
}

.banner .content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000029;
  z-index: 9;
  padding-top: 60px;
}

.banner .flex.content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.banner .banner-slide {
  height: 100vh;
}

.banner.short .banner-slide {
  height: 65vh;
}

@keyframes backgroundScroll {
  0%   {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100%   {
    transform: scale(1);
  }
}

.banner-animation {
  animation: backgroundScroll 40s linear infinite;
  overflow: hidden;
}

@media(min-width:1000px) {
	.banner-content {
  width: 50%;
  }
}

.banner-arrow {
  display:inline-block;
	width: 40px;
	height: 40px;
	border: none !important;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0.85;
	background:  url(s/wp-content/themes/_sialodges/images/arrows-sprite-white.png) no-repeat 0 0 !important;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 80px;
	z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
}

  .banner-overlay {
  background: rgba(0,0,0,0.3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	opacity: 0;
  }

  .slick-list {
    height: 100% !important;
}

  .slick-arrow {
	position: absolute;
	z-index: 99;
	top: calc( 50% - 20px);
	width: 40px;
	height: 40px;
	border: none !important;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0.6;
  }

  .slick-prev {
  left: 5px;
  background:  url(/wp-content/themes/_sialodges/images/arrows-sprite-white.png) no-repeat 0 0 !important;
  }
  .slick-next {
  right: 5px;
  background:  url(/wp-content/themes/_sialodges/images/arrows-sprite-white.png) no-repeat -40px 0 !important;
  }
  /* .banner .slick-prev {
  left: 5px;
  background:  url(/wp-content/themes/_sialodges/images/arrows-sprite-white.png) no-repeat 0 0 !important;
  }
  .banner .slick-next {
  right: 5px;
  background:  url(/wp-content/themes/_sialodges/images/arrows-sprite-white.png) no-repeat -40px 0 !Important;
  } */
  @media (min-width: 900px) {
	.slick-prev {
		left: -40px;
	}
	.slick-next {
		right: -40px;
	}
	.banner .slick-prev {
		left: 20px;
	}
	.banner .slick-next {
		right: 20px;
	}
  }

.banner-image {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;
}

/* Images */

.images {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.images.narrow {
  max-width: 900px;
}

/* Content Slider */

.content-slider {
  background-color: var(--light-green);
  padding: 70px 0;
  margin-bottom: 40px;
}

.content-slider .top {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 70px;
  align-items: center;
}

.content-slider .top p:not(.cursive) {
  width: 55%;
  padding-left: 25px;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.content-slider .top .left {
  width: 40%;
  padding-right: 25px;
  text-align: right;
  border-right: solid 1px #fff;
}

.content-slider .top .cursive {
  font-size: 28px;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.content-slider .top h2 {
  font-size: 80px;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.content-slider .card img {
  height: 600px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.content-slider .card .content {
  width: 100%;
  padding: 45px;
  bottom: 0;
  left: 0;
  max-width: 55%;
  z-index: 2;
}

.content-slider .card .content h3 {
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #fff;
}

.content-slider .card .content p {
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #fff;
  line-height: 1.2;
}

.content-slider .card {
  margin: 0 25px;
}

.content-slider .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.content-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 9;
  display: block;
  cursor: pointer;
}

.content-slider .slick-next {
  right: calc(8% - 20px);
}

.content-slider .slick-prev {
  left: calc(8% - 20px);
}

.content-slider .slick-prev img {
  transform: rotate(180deg);
}

/* Columns */

.two-columns {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.two-columns.narrow {
  max-width: 1100px;
}

.two-columns > div {
  width: 100%;
  max-width: 50%;
}

/* CTA */

.cta {
  background-image: url('images/cta.jpg');
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000bd 0%, rgba(0, 0, 0, 0) 100%);
}

.cta.small {
  height: 60vh;
}

.cta.large {
  height: 100vh;
}

.cta .flex {
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
  z-index: 9;
}

.cta .cursive {
  font-size: 46px;
  margin: 0;
  line-height: 1;
  color: #fff;
}

.cta h3 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 80px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}

/* Image Text */

.image-text .flex {
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}

.image-text .fullwidth {
  width: 100%;
}

.image-text img:not(.slick-arrow img), .image-text video {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  max-width: 49%;
}

.image-text .image-slider {
  max-width: 49%;
  width: 100%
}

.image-text .image-slider img:not(.slick-arrow img) {
  max-width: 100%;
}

.image-text .slick-arrow {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 9;
  cursor: pointer;
}

.image-text .slick-next {
  right: 5px;
  background-color: var(--primarycolour) !important;
  border-radius: 100px;
  opacity: 1;
}

.image-text .slick-prev {
  left: 5px;
  background-color: var(--primarycolour) !important;
  border-radius: 100px;
  opacity: 1;
}

.image-text .slick-prev img {
  transform: rotate(180deg);
}

.image-text .content, .image-text.right .card:nth-child(2n) .content {
  width: 100%;
  max-width: 48%;
  padding-right: 10%;
  padding-left: 0;
  text-align: left;
}

.image-text .card:nth-child(2n) .content, .image-text.right .card .content {
  padding-left: 10%;
  padding-right: 0;
  text-align: right;
}

.image-text .content .cursive {
  font-size: 28px;
  margin: 0;
  color: #a19e9bc9
}

.image-text .content h3 {
  font-size: 80px;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: "Oswald", sans-serif;
  color: var(--primarycolour);
  line-height: 1;
}

.image-text .content .button {
  margin-top: 10px;
}

.image-text .content .button {
  margin-top: 10px;
}

.image-text .card:nth-child(2n), .image-text.right .card {
  flex-direction: row-reverse;
}

.image-text.right .card:nth-child(2n) {
  flex-direction: row;
}

.image-text.tall img:not(.slick-arrow img), .image-text.tall video {
  height: 650px;
}

.image-text p.sub {
  font-weight: bold;
  font-size: 14px;
  color: var(--primarycolour);
  margin: 20px 0 35px;
}

/* Video */

.video {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.video.narrow {
  max-width: 900px;
}

/* Gallery */

.gallery.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery.grid a {
  display: block;
  justify-content: space-between;
  margin-bottom: 0.66%;
  max-width: 33%;
}

.gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.gallery.gallery-slider a {
  display: block;
  padding: 0 5px;
  box-sizing: border-box;
}

.gallery.gallery-slider .slick-prev {
  left: 10px;
  filter: brightness(0) invert();
  opacity: 1;
}

.gallery.gallery-slider .slick-next {
  right: 10px;
  filter: brightness(0) invert();
  opacity: 1;
}

/* Buttons */

.buttons-element .button {
  margin: 5px;
  display: inline-block;
}

/* Contact */

.contact-details {
  padding-left: 80px;
}

.contact-details a {
  color: var(--primarycolour);
}

.contact-details strong {
  margin: 10px 0 5px;
  display: inline-block;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
}

/* Reviews */

.reviews {
  padding: 60px 0;
  background-color: #a19e9b;
}

.reviews .container {
  max-width: 1200px;
  width: 90%;
}

.reviews h2 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin: 0 0 40px 0;
}

.reviews .review-slider h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px 0;
}

.reviews .review-slider p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.reviews .review-slider .btn {
  padding: 6px 22px;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px #fff;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
  line-height: 1.2;
  border-radius: 40px;
}

.reviews .review-slider p.name {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 0;
}

/* Explore Grid */

.explore-grid .flex {
  gap: 10px;
}

.explore-grid .card {
  width: 100%;
  max-width: calc(25% - 7.5px);
  position: relative;
}

.explore-grid .card img.main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.explore-grid .card .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  padding: 0px 50px 50px;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: #0000003d;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  transition: 0.4s
}

.explore-grid .card:hover .content {
  background-color: #0009;
}

.explore-grid .card .content .hidden {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-out;
}

.explore-grid .card:hover .content .hidden {
  max-height: 100%;
  visibility: visible;
}

.explore-grid .card .content h3 {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  color: #fff;
}

.explore-grid .card .content p {
  margin: 0;
  line-height: 1.2;
  padding-top: 25px;
}

.explore-grid .card .content .icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.explore-grid .card .content .green-back img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
  position: relative;
  top: 8px;
}

.explore-grid .card .content .icon {
  width: 64px;
  background-color: #a19e9b;
  border-radius: 100px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-grid .card .content .green-back {
  background: var(--light-green);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 25px 2px 0;
  display: inline-block;
}

.explore-grid .center {
  margin: 35px 0 45px;
}

.explore-grid .center .cursive {
  margin: 0 0 25px 0;
  color: var(--primarycolour);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.filter-icons {
  margin-bottom: 50px;
}

.filter-icons .container {
  max-width: 1180px;
}

.filter-icons .flex {
  gap: 2%;
  justify-content: center;
}

.filter-icons .center {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.highlight {
  background-color: none !important;
}

.filter-icons .center::before {
  content: "";
  background-color: var(--light-green);
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.filter-icons .center.clicked::before {
  background-color: #a19e9b82;
}

.filter-icons img {
  width: 100px;
  height: 100px;
  padding: 20px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  filter: brightness(0) invert(1);
}

.filter-icons p {
  color: var(--primarycolour);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}

.heading-text {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  padding: 0 20px;
}

.heading-text .left {
  width: 40%;
  padding-right: 25px;
  text-align: right !important;
  text-align: left;
  margin-bottom: 20px;
}

.heading-text .right {
  width: 55%;
  padding-left: 25px;
  border-left: solid 1px var(--primarycolour);
}

.heading-text p {
  color: var(--primarycolour);
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.3;
  /*font-style: italic;*/
  font-weight: 300;
}

.heading-text .cursive {
  font-size: 28px;
  color: var(--primarycolour);
  margin: 0;
  line-height: 1;
}

.heading-text h2 {
  font-size: 80px;
  color: var(--primarycolour);
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

/* Icons */

.icon-list h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #a19e9b;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.icon-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.icon-list li {
  width: 100%;
  max-width: 12%;
  padding: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.icon-list img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
}

.icon-list i {
  font-size: 70px;
  line-height: 1;
  color: #aaa;
  display: block;
  text-align: center;
}

.icon-list span {
  display: block;
  margin-top: 20px;
  color: var(--primarycolour);
  font-weight: 500;
}

/* Accordion */

.accordion.page-builder {
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
}

.accordion.page-builder .question {
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 40px 15px 15px;
  letter-spacing: 1px;
  border-bottom: solid 1px #777;
  font-family: "Oswald", sans-serif;
  position: relative;
}

.accordion.page-builder .question span {
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
}

.accordion.page-builder .accordion-content:first-child .answer {
  display: block;
}

.accordion.page-builder .answer {
  display: none;
  background-color: #fff;
  padding: 5px 20px;
}

.accordion.page-builder .answer ul {
  margin: 1.5em;
  padding: 0;
}

/* Intro Simple */

.intro-simple {
  padding: 80px 0;
  background-color: var(--primarycolour);
}

.intro-simple .container {
  max-width: 900px;
}

.intro-simple h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.intro-simple hr {
  width: 150px;
  margin: 30px auto;
  border: unset;
  height: 3px;
  background-color: #fff;
}

.intro-simple p {
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
}

/* Intro Image */

.intro .container {
  max-width: 1200px;
}

.intro {
  margin-bottom: 140px;
}

.intro .top {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  background-color: var(--primarycolour);
}

.intro .top .content {
  width: 100%;
  max-width: 45%;
  text-align: right;
  color: #fff;
}

.intro .top .cursive {
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}

.intro .top h2 {
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: #fff;
}

.intro .top p:not(.cursive) {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  margin: 0;
  font-style: italic;
}

.intro .top .button {
  margin-top: 25px;
  background-color: #fff;
  color: var(--primarycolour)
}

.intro .top hr {
  border: solid 2px var(--light-green);
  width: 150px;
  margin: 30px 0 25px auto;
}

.intro .top img.absolute {
  width: 50%;
  right: 0;
  top: -30px;
  z-index: 10;
  height: 188%;
  object-fit: cover;
}

.intro .bottom {
  margin: 70px 0;
}

.intro .bottom .content {
  width: 100%;
  max-width: 45%;
  text-align: right;
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin: 26px auto 30px;
    margin-bottom: 30px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li button {
  text-indent: -9999px;
  background: var(--primarycolour);
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 10px;
  border: none !important;
  opacity: 0.6;
  cursor: pointer
}

.burger {
  display: none;
  padding: 5px;
  cursor: pointer;
}

.burger div {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 28px;
}

.burger .second {
  margin: 7px 0;
}

header.scroll .burger div {
  background-color: #222;
}

@media screen and (max-width: 900px) {

  .error-404 .center {
    top: 20px;
  }

  .error-404 h1 {
    font-size: 100px;
  }

  .error-404 p {
    font-size: 18px;
  }

  .gallery img {
    aspect-ratio: 1/1;
  }

  .icon-list img {
    width: 45px;
    height: 45px;
  }

  .icon-list i {
    font-size: 45px;
  }

  .gallery.grid a {
    margin-bottom: 2%;
    max-width: 49%;
  }

  .book-banner {
    padding: 30px;
  }

  .mobile-menu-bottom {
    display: block;
  }

  .book-banner .button {
    font-size: 14px;
  }

  .book-banner ul li a {
    font-size: 26px;
  }

  .two-columns > div {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .contact-details {
    padding-left: 0;
  }

  .reviews .container {
    width: 100%;
  }

  .reviews .review-slider h3 {
    font-size: 28px;
  }

  .reviews .review-slider p {
    font-size: 20px;
  }

  .icon-list li {
    max-width: 33%;
    margin-bottom: 20px;
  }

  header {
    padding: 20px;
  }

  header .button.solid {
    display: none;
  }

  header nav {
    display: none;
  }

  header ul a {
    margin-right: 7px;
    font-size: 14px;
  }

  header img {
    display: block;
    width: 210px;
  }

  footer .top, footer .bottom .flex, footer .bottom .copy {
    max-width: 100%;
  }

  footer .col {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .top .col:last-child {
    order: -1;
  }

  footer .top .col:last-child img {
    margin: 0 auto 10px;
    max-width: 250px;
  }

  footer .top {
    padding-bottom: 30px;
  }

  footer .bottom .col {
    max-width: 100%;
    margin-bottom: 20px
  }

  footer .bottom img {
    width: 200px;
  }

  footer .bottom .copy p {
    text-align: center;
    display: block;
    width: 100%;
  }

  .cta .cursive {
    font-size: 28px;
  }

  .cta h3, .image-text .content h3 {
    font-size: 50px;
  }

  .image-text .content, .image-text .content, .image-text.right .card:nth-child(2n) .content {
    max-width: 100%;
    padding-right: 0;
    padding: 30px !important;
    text-align: center !important;
  }

  .image-text .image-slider {
    max-width: 100%;
  }

  .image-text img:not(.slick-arrow img), .image-text.tall img:not(.slick-arrow img), .image-text.tall video {
    height: 320px;
    max-width: 100%;
  }

  .image-text .content .cursive {
    font-size: 24px;
  }

  .banner img {
    width: 275px;
    margin: 0 auto 20px;
  }

  .banner .content {
    padding-top: 140px;
  }

  .banner .cursive {
    font-size: 45px;
  }

  .home .banner h1 {
    font-size: 80px;
  }

  .intro-simple h2 {
    font-size: 40px;
  }

  .banner h1 {
    font-size: 60px;
  }

  .banner p:not(.cursive) {
    font-size: 27px;
    font-weight: 400;
  }

  .banner .content {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .intro .top .content, .intro .bottom .content {
    max-width: 100%;
    text-align: center;
  }

  .intro .top img.absolute {
    display: none;
  }

  .intro .top hr {
    width: 120px;
    margin: 30px auto;
  }

  .intro .top .cursive, .intro .top p:not(.cursive) {
    font-size: 22px;
  }

  .intro .top h2 {
    font-size: 36px;
  }

  .intro .top {
    padding: 60px 0;
  }

  .intro .bottom {
    margin: 60px 0;
  }

  .intro {
    margin-bottom: 0;
  }

  .heading-text .right {
    width: 100%;
    padding-left: 0;
  }

  .heading-text .left {
    width: 100%;
    padding-right: 0;
    border-right: unset;
  }

  .filter-icons img {
    width: 72px;
    height: 72px;
    padding: 12px;
    display: block;
    margin: 0 auto 20px;
  }

  .filter-icons .center::before {
    width: 90px;
    height: 90px;
    top: 0px;
  }

  .explore-grid .card {
    max-width: 100%;
  }

  .explore-grid .card .content {
    padding: 30px;
    justify-content: center;
  }

  .explore-grid .card .content {
    background-color: #00000073;
  }

  .explore-grid .card .content .hidden {
    max-height: 100%;
    visibility: visible;
  }

  .explore-grid .center .cursive {
    font-size: 25px;
  }

  .content-slider .top .left {
    border: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }

  .content-slider .top p:not(.cursive) {
    width: 100%;
    padding: 0;
  }

  .content-slider .top {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .content-slider .card {
    margin: 0 8px;
  }

  .content-slider .card .content {
    padding: 25px;
    max-width: 100%;
  }

  .content-slider .card .content h3 {
    font-size: 40px;
  }

  .content-slider .card img {
    height: 400px;
  }

  .content-slider {
    padding: 60px 0 20px;
  }

  .content-slider .top h2, .heading-text h2 {
    font-size: 60px;
  }

  .burger {
    display: block;
  }

  header .burger {
    top: 4px;
  }

}

@media screen and (max-width: 600px) {
  .icon-list li {
    max-width: 50%;
  }

  .book-banner {
    left: -101%;
    max-width: 100%;
  }

  .book-banner.right {
    right: -101%;
    left: unset;
  }

  .book-banner a img {
    width: 200px;
  }

  .book-banner .close-banner {
    right: 20px;
    top: 20px;
  }

}

/* Single Post Blog */

.single-post-wrapper .wpb-posts-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 100px;
}

.single-post-wrapper .wpb-posts-nav .next-post {
  margin-left: auto;
}

.single-post-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto;
}

.single-post-wrapper h1 {
	font-size: 42px;
  font-weight: 600;
  text-align: center;
}

.single-post-wrapper .divider {
  width: 200px;
  height: 1px;
  display: block;
  background: var(--light-green);
  margin: 30px auto;
}

.single-post-wrapper .post-date {
	text-align: center;
	color: var(--primarycolour);
}

.single-post-wrapper p, .single-post-wrapper li {
	text-align: left;
	font-weight: 300;
}

.single-post-wrapper .content {
	margin-top: 60px;
}

.single-post-wrapper .content img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.single-post-wrapper .content .pb_images_two_up {
	display: flex;
	justify-content: space-between;
}

.single-post-wrapper .content .pb_image_full_width, .single-post-wrapper .content .pb_images_two_up {
	margin-bottom: 30px;
}

.single-post-wrapper .content .pb_images_two_up > div {
	width: 100%;
	max-width: 49%;
}

.single-post-wrapper .content p a {
	font-weight: 500;
	color: var(--primarycolour);
}

.single-post-wrapper .content .pb_introtext {
	font-weight: 300;
  color: var(--primarycolour);
  font-style: italic;
  line-height: 1.3;
  text-align: center;
  margin: 40px auto;
	font-size: 35px;
	font-family: var(--primaryfont);
}

.single-post-wrapper h1.post-title {
  font-size: 52px;
  font-weight: 400;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: var(--primarycolour);
  line-height: 1.2;
}

.single-post-wrapper .content h2 {
	font-size: 50px;
}

.single-post-wrapper .content h3 {
	margin-bottom: 20px;
  font-size: 40px;
}

.single-post-wrapper .content h4 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: var(--primarycolour);
  margin: 20px 0;
  line-height: 1;
}

.single-post-wrapper .content .pb_textbox {
	margin-bottom: 30px;
}

.single-post-wrapper .content .page-builder-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	padding: 0;
}

.single-post-wrapper .content .page-builder-gallery a {
  width: 100%;
	max-width: 32%;
	margin-bottom: 1%;
}

.single-post-wrapper .post-nav {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.single-post-wrapper .post-nav a {
	background: var(--primarycolour);
  border: 1px solid var(--primarycolour);
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.single-post-wrapper .post-nav .next {
	margin-left: auto;
}

/* Blog */

.blog-list {
display: grid;
  grid-template-columns: 1fr;
  /* grid-gap: 15px; */
  width: 90%;
  margin: 20px auto;
  max-width: 1400px;
  }
  .blog-list a{
  display: block;
  }
  .blog-list div:not(.content)  {
  padding-bottom: 35px;
  }

  .blog-list div.content {
  padding: 10px;
  }

  .blog-list div:hover p:not(.date)  {
  text-decoration: none;
  }

@media(min-width: 900px) {
  .blog-list {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    width: 90%;
    margin: 20px auto;
    max-width: 1400px;
    }
}

.blog-list p {
  font-size: 19px;
  font-family: var(--secondaryfont);
  /* width: 85%; */
  margin: 10px auto;
  color: var(--primarycolour);
  text-align: left;
}

.blog-list p.date {
  font-size: 13px;
  font-family: var(--secondaryfont);
  margin: 10px auto 10px;
}

.blog-list img {
  aspect-ratio: 1.5 / 1;
  display: block;
  margin: 5px auto;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.blog-list img {
  aspect-ratio: 1.5 / 1;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}

.blog-list div a:has(img) {
overflow: hidden;
display: block;
font-size: 1px;
}

.blog-list div a img {
object-fit: cover;
transform: scale(1);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.blog-list div a:hover img {
transform: scale(1.05);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.blog-pagination .nav-links {
  text-align: center;
  margin: 60px 0;
}

.blog-pagination .page-numbers {
  color: #526525;
  font-weight: 600;
  padding: 5px;
}

.blog-pagination .page-numbers.current {
  width: 25px;
  display: inline-block;
  border: solid 1px #526525;
  height: 25px;
  padding: 0px;
  line-height: 1.5;
  border-radius: 100%;
  color: white;
  background-color: #526525;
}

/* Activity Form */

.activity-form {
  width: 100%;
  max-width: 650px;
  margin: 60px auto;
}

.activity-form h3 {
  text-align: center;
  margin-bottom: 30px;
}

.activity-form .datepicker {
  width: 100% !important;
}

.activity-form select, .activity-form input:not(.button) {
  border-radius: 2px;
  border: solid 1px #888;
  background-color: transparent;
}

@media screen and (max-width: 767px) {

  .single-post-wrapper .wpb-posts-nav {
    margin: 50px 0 80px;
  }

  .single-post-wrapper .wpb-posts-nav .button {
    font-size: 13px;
  }

}

.gform_wrapper .gform_button.button {
	padding: 6px 25px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  border: solid 1px var(--primarycolour) !important;
  color: var(--primarycolour) !important;
  text-decoration: none !important;
  border-radius: 25px !important;
  display: inline-block !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
  transition: 0.2s !important;
  background-color: transparent !important;
  cursor: pointer !important;
  outline: unset !important;
}

/* Enquire Form */

.enquire-form-wrapper {
	max-width: 750px;
	margin: 0 auto;
}

.enquire-form-wrapper #field_2_5 #input_2_5 {
	inline-size: 100%;
}

.enquire-form-wrapper .datepicker {
	min-width: 100%;
}
