/* font end only styles */

/* ! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.-rotate-2, .transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border-2, .border-4, .border, .border-b-0, .bl-button, .wpcf7-submit, [type='text'], [type='email'], textarea, select {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

body {
}

p {
  font-size: 20px;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 1262px) {
  .container {
    max-width: 1262px;
  }
}

.relative {
  position: relative;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

.-m-20 {
  margin: -5rem;
}

.-m-8 {
  margin: -2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-20 {
  width: 5rem;
}

.w-\[400px\] {
  width: 400px;
}

.w-80 {
  width: 20rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[70px\] {
  max-width: 70px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-full {
  max-width: 100%;
}

.-rotate-2 {
  --tw-rotate: -2deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(150 191 61 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(39 38 37 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(110 164 211 / var(--tw-bg-opacity));
}

.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(1 58 30 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(150 191 61 / var(--tw-bg-opacity));
}

.bg-testiblack {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(182 154 130 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.font-ArgyleSocks {
  font-family: Argyle Socks, sans-serif;
}

.text-2xl {
  font-size: 36px;
}

.text-button {
  font-size: 16px;
}

.text-small {
  font-size: 12px;
}

.text-xl {
  font-size: 30px;
}

.text-2lg {
  font-size: 24px;
}

.text-base {
  font-size: 20px;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-button {
  letter-spacing: 0.013em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1262px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.9rem;
  color: #4b5563;
}

/* base for all buttons */

.bl-button {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
  letter-spacing: 0.013em;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.bl-button:hover {
    text-decoration: none !important;
  }

.bl-button--capsule {
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bl-button--capsule-medium {
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bl-button--wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.bl-button--tight {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* colours */

.bl-button--white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bl-button--white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.bl-button--green {
  --tw-border-opacity: 1;
  border-color: rgb(150 191 61 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(150 191 61 / var(--tw-bg-opacity));
}

.bl-button--green:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* term buttons */

/* ul {
    } */

.bl-term-buttons li {
    display: inline-block !important;
  }

.bl-term-buttons li {
    list-style-type: none !important;
  }

.bl-term-buttons li a {
      text-decoration: none;
    }

@font-face {
  font-family: 'Argyle Socks';

  src: local('Argyle Socks Thick'), local('Argyle-Socks-Thick'),
      url('../assets/fonts/ArgyleSocksThick/ArgyleSocksThick.woff2') format('woff2'),
      url('../assets/fonts/ArgyleSocksThick/ArgyleSocksThick.woff') format('woff'),
      url('../assets/fonts/ArgyleSocksThick/ArgyleSocksThick.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

/* base html */

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 72 / var(--tw-bg-opacity));
  font-size: 20px;
  max-width: 1800px;
  margin: 0 auto;
}

body.home {
  --tw-bg-opacity: 1;
  background-color: rgb(1 58 30 / var(--tw-bg-opacity));
}

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

.alignfull {
  margin-top: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

.container {
  clear: both;
}

.page-template-template-custom h2 {
    --tw-text-opacity: 1;
    color: rgb(150 191 61 / var(--tw-text-opacity));
  }

.page-template-template-custom h2 {
    font-weight: 700;
  }

.page-template-template-custom h2 {
    font-size: 30px;
  }

/* page/post background */

#page {
  background-image: url(../assets/images/bgs/page.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

/* home background */

body.home #page {
  background-image: url(../assets/images/bgs/home.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.map-or-image-block2 {
  z-index: 9;
  position: relative;
  margin-top: -400px;
}

.home .whats-on-section-bg {
  background-image: url(../assets/images/bgs/whats-on.svg);
  margin-top: -4rem;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: 100%;
}

.home .whats-on-section-bg::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../assets/images/whats-on-400.png');
    background-size: 400px 100px;
    display: inline-block;
    width: 400px;
    height: 100px;
    content: "";
    background-repeat: no-repeat;
  }

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

.home .whats-on-section-bg::before{
      width: 200px;

      height: 50px;

      background-size: 200px 50px
  }
    }

.home .whats-on-section-bg::after{
    position: absolute;
    top: 40%;
    left: 90%;
    transform: translate(-50%, -50%);
    background-image: url('../assets/images/butterfly.png');
    background-size: 125px 125px;
    display: inline-block;
    width: 125px;
    height: 125px;
    content: "";
    background-repeat: no-repeat;
  }

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

.home .whats-on-section-bg::after{
      width: 80px;

      height: 80px;

      background-size: 80px 80px
  }
    }

.home .testimonials-block {
  background-image: url(../assets/images/bgs/testimonials-block-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 30%;
  background-size: 100% auto;
  margin-top: -2%;
}

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+1){
      transform: rotate(-2deg)
  }
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+2){
      transform: rotate(2deg)
  }
    }

.home-title-section a:nth-child(9n+2) h3{
      background: #9c8976;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+3){
      transform: rotate(-2deg)
  }
    }

.home-title-section a:nth-child(9n+3) h3{
      background: #5c8315;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+4){
      transform: rotate(1deg)
  }
    }

.home-title-section a:nth-child(9n+4) h3{
      background: #ea6e1e;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+5){
      transform: rotate(-3deg)
  }
    }

.home-title-section a:nth-child(9n+5) h3{
      background: #97b485;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+6){
      transform: rotate(1deg)
  }
    }

.home-title-section a:nth-child(9n+6) h3{
      background: #226485;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+7){
      transform: rotate(2deg)
  }
    }

.home-title-section a:nth-child(9n+7) h3{
      background: #609fc3;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+8){
      transform: rotate(-3deg)
  }
    }

.home-title-section a:nth-child(9n+8) h3{
      background: #a2415d;
    }

@media (min-width: 1024px) {

.home-title-section a:nth-child(9n+9){
      transform: rotate(1deg)
  }
    }

.home-title-section a:nth-child(9n+9) h3{
      background: #918439;
    }

.page-template-template-custom .page-image{
    max-width:1800px;
    width:100%;
  }

.single-post .post-image {
    max-width:1800px;
    width:100%;
  }

.map-or-image > :first-child {
    margin:-400px auto 0;
  }

.entry-content p{
    margin-bottom: 1rem;
  }

.entry-content a{
    text-decoration: underline;
  }

.entry-content h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
  }

.entry-content h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
  }

.entry-content h4, .entry-content h5, .entry-content h6{
    font-weight: bold;
    margin-bottom: 1rem;
  }

.navigation.pagination{
  text-align: center;
  margin-bottom: 1rem;
}

.navigation.pagination .page-numbers {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

.navigation.pagination .page-numbers:hover{
      text-decoration: underline;
    }

.navigation.pagination .page-numbers.current{
    font-weight: bold;
  }

.navigation.pagination .prev {
    margin-right: 1rem;
  }

.navigation.pagination .next {
    margin-left: 1rem;
  }

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

.blog article p{
        font-size: 16px
    }
      }

.wpcf7-form {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.wpcf7-submit {
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

 {
    text-decoration: none !important;
  }

.wpcf7-submit {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
  letter-spacing: 0.013em;
  text-decoration: none;
  --tw-border-opacity: 1;
  border-color: rgb(150 191 61 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(150 191 61 / var(--tw-bg-opacity));
}

.wpcf7-submit:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .hp-news-excerpt {
  a {

  }
} */

/* .entry-content {
  p {
    a {
      line-break: anywhere;
    }
  }
} */

.spiffy.calendar-table tr td.weekend .spiffy-popup {
          margin-left: -35%;
        }

#primary-menu > ul > li {
      margin-bottom: 2rem;
    }

#primary-menu > ul > li > a {
        margin-bottom: 0.5rem;
      }

#primary-menu > ul > li > a {
        display: block;
      }

#primary-menu > ul > li > a {
        font-weight: 700;
      }

#primary-menu > ul .sub-menu > li > a:hover {
          text-decoration: underline;
        }

#primary-menu .current-menu-item {
    font-weight: 700;
  }

/* Sub Menu */

#top-menu li:after{
      content: " | ";
      margin-left: 10px;
    }

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

#top-menu li:after{
        display:none
    }
      }

#top-menu li:last-of-type:after{
        display:none;
      }

input[type='text'], input[type='email'], textarea, select {
  width: 100%;
  max-width: 100%;
  border-width: 1px;
}

input[type='text'], input[type='email'], textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

input[type='submit'] {
  cursor: pointer;
}

@media (min-width: 640px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:max-w-\[100px\] {
    max-width: 100px;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:text-3xl {
    font-size: 48px;
  }

  .md\:text-base {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2lg {
    font-size: 24px;
  }
}

@media (min-width: 1262px) {
  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
}