/*!
Theme Name: TLC Cleaning
Author: Stable Design
Author URI: https://www.stabledesign.co.uk
Description: Custom theme for TLC Cleaning
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
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 with others.

base is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Header Heights ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-size: var(--step-0);
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
.menu.offcanvas ul li > a,
h4,
.blog article .post-content .date,
.archive.category article .post-content .date,
h5,
h6 {
  clear: both;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: var(--step-4);
  margin-bottom: calc(var(--step-4) * 0.5);
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  font-size: var(--step-2);
  margin-bottom: calc(var(--step-2) * 0.5);
  text-transform: uppercase;
}

h3, .menu.offcanvas ul li > a {
  font-size: var(--step-1);
  margin-bottom: calc(var(--step-1) * 0.5);
}

h4, .blog article .post-content .date,
.archive.category article .post-content .date {
  font-size: var(--step-0);
  margin-bottom: calc(var(--step-0) * 0.5);
}

h5 {
  font-size: var(--step-0);
  margin-bottom: calc(var(--step-1) * 0.5);
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: var(--step--1);
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-family: "Roboto", sans-serif;
  font-size: var(--step-0);
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: var(--step--1);
}

big, .large {
  font-size: 112.5%;
}
@media (min-width: 1024px) {
  big, .large {
    font-size: 125%;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
  line-height: 1.5;
}

ul.service-list {
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  padding: 1rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  ul.service-list {
    font-size: 0.9rem;
  }
}
ul.service-list {
  text-transform: uppercase;
  font-weight: 700;
  -moz-columns: 2;
       columns: 2;
  list-style-position: inside;
  margin: 0;
  margin-top: 2rem;
  list-style: none;
}
ul.service-list li {
  position: relative;
  padding-left: 0.75rem;
  line-height: 2;
}
ul.service-list li:before {
  color: #379925;
  font-family: "font awesome 6 pro";
  content: "\f0c8";
  font-size: 0.5rem;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 768px) {
  ul.service-list li:before {
    top: 7px;
  }
}

ul.menu li:before, div.menu ul li:before {
  display: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul#wp-admin-bar-root-default {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #379925;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #ffcc00;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

.button,
a.button,
.wp-block-button__link,
button.wpforms-submit {
  background-color: #379925;
  padding: 0.7rem 1.5rem;
  color: #fff;
  display: inline-block;
  align-items: center;
  transition: all 0.3s;
  line-height: 1.2;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  margin-right: auto;
}
.button:hover,
a.button:hover,
.wp-block-button__link:hover,
button.wpforms-submit:hover {
  background-color: #ffcc00;
  transform: scale(1.05);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: rgb(136.3421052632, 222.4789473684, 120.5210526316);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .main-navigation {
    display: flex;
  }
}
.main-navigation {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
}
.main-navigation > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-navigation ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  height: 100%;
  align-items: flex-end;
}
.main-navigation ul li {
  margin: 0 0.75rem;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: var(--step--1);
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
.main-navigation ul li.current_page_item, .main-navigation ul li.current-menu-parent, .main-navigation ul li.current-menu-item {
  color: #ffcc00;
}
.main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-parent a, .main-navigation ul li.current-menu-item a {
  color: #ffcc00;
}
.main-navigation ul li.menu-item-has-children:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  color: #379925;
  opacity: 0.5;
  margin-left: 0.25rem;
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul li:hover > a {
  opacity: 0.6;
}
.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 1024px) {
  .main-navigation ul li.show-mobile {
    display: none;
  }
}
.main-navigation ul ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 75px;
  left: -999em;
  z-index: 99999;
  background: linear-gradient(138.4deg, #379925 0%, rgb(40.2368421053, 111.9315789474, 27.0684210526) 100%);
  flex-direction: column;
  min-width: 220px;
  padding: 1rem 0.5rem;
  height: auto;
}
.main-navigation ul ul.sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  left: 100%;
}
.main-navigation ul ul.sub-menu li {
  border: none;
  padding: 0;
  margin: 0 !important;
}
.main-navigation ul ul.sub-menu li:last-of-type a {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu a {
  min-width: 180px;
  color: #fff;
  padding: 0.5rem 0;
  margin: 0 1rem;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
}
.main-navigation ul ul.sub-menu a:before {
  display: none;
}
.main-navigation ul ul.sub-menu a:hover,
.main-navigation ul ul.sub-menu a.focus {
  color: #fff;
  padding-left: 0.5rem;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media (min-width: 1024px) {
  .menu__toggler {
    display: none;
  }
}
.menu__toggler {
  position: fixed;
  z-index: 999;
  height: 40px;
  width: 40px;
  right: 1rem;
  top: 24px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fff;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu__toggler span::before {
  top: -8px;
}
.menu__toggler span::after {
  top: 8px;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #fff;
  top: 0px;
}
.menu__toggler.active > span::before {
  transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */
.menu.offcanvas {
  position: fixed;
  right: -100%;
  z-index: 998;
  background: #379925;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 800ms right cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}
.menu.offcanvas.active {
  right: 0;
  top: 0;
}
.menu.offcanvas p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.menu.offcanvas ul {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  list-style: none;
  text-align: center;
}
.menu.offcanvas ul li {
  padding: 0.75rem 0;
  transition: ease-out 0.3s;
}
.menu.offcanvas ul li .current_page_item > a,
.menu.offcanvas ul li .current-menu-item > a,
.menu.offcanvas ul li .current_page_ancestor > a,
.menu.offcanvas ul li .current-menu-ancestor > a {
  color: #379925;
}
.menu.offcanvas ul li .current_page_item > a:before,
.menu.offcanvas ul li .current-menu-item > a:before,
.menu.offcanvas ul li .current_page_ancestor > a:before,
.menu.offcanvas ul li .current-menu-ancestor > a:before {
  display: none;
}
.menu.offcanvas ul li > a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.menu.offcanvas ul.sub-menu {
  max-height: 0px;
  overflow-y: hidden;
  transition: all 0.3s;
  list-style: none;
}
.menu.offcanvas li.menu-item-has-children {
  position: relative;
}
.menu.offcanvas li.menu-item-has-children:focus {
  outline: none;
}
.menu.offcanvas li.menu-item-has-children:after {
  content: "\f078";
  font-family: "Font Awesome 6 pro";
  color: #fff;
  position: absolute;
  right: 6rem;
  top: 16px;
  font-size: 0.8rem;
  opacity: 0.6;
}
.menu.offcanvas li.menu-item-has-children.open:after {
  content: "\f077";
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu {
  max-height: 450px;
  background-color: rgb(204, 163.2, 0);
  padding: 1rem;
  margin-left: 0;
  margin-bottom: 0;
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu li {
  list-style: none;
  font-size: 1.25rem;
  padding: 0.125rem 0;
  margin-bottom: 0;
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu li a {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.scrolled .menu__toggler {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  -webkit-clip-path: none;
          clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Utopia
--------------------------------------------------------------*/
:root {
  --space-3xs: clamp(0.25rem, 0.2341rem + 0.0784vw, 0.3125rem);
  --space-2xs: clamp(0.4375rem, 0.3738rem + 0.3137vw, 0.6875rem);
  --space-xs: clamp(0.6875rem, 0.6078rem + 0.3922vw, 1rem);
  --space-s: clamp(0.875rem, 0.7635rem + 0.549vw, 1.3125rem);
  --space-m: clamp(1.3125rem, 1.1373rem + 0.8627vw, 2rem);
  --space-l: clamp(1.75rem, 1.527rem + 1.098vw, 2.625rem);
  --space-xl: clamp(2.625rem, 2.2904rem + 1.6471vw, 3.9375rem);
  --space-2xl: clamp(3.5rem, 3.0539rem + 2.1961vw, 5.25rem);
  --space-3xl: clamp(5.25rem, 4.5809rem + 3.2941vw, 7.875rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.1385rem + 0.549vw, 0.6875rem);
  --space-2xs-xs: clamp(0.4375rem, 0.2941rem + 0.7059vw, 1rem);
  --space-xs-s: clamp(0.6875rem, 0.5282rem + 0.7843vw, 1.3125rem);
  --space-s-m: clamp(0.875rem, 0.5882rem + 1.4118vw, 2rem);
  --space-m-l: clamp(1.3125rem, 0.9779rem + 1.6471vw, 2.625rem);
  --space-l-xl: clamp(1.75rem, 1.1924rem + 2.7451vw, 3.9375rem);
  --space-xl-2xl: clamp(2.625rem, 1.9559rem + 3.2941vw, 5.25rem);
  --space-2xl-3xl: clamp(3.5rem, 2.3848rem + 5.4902vw, 7.875rem);
  /* Custom pairs */
  --space-s-l: clamp(0.875rem, 0.4289rem + 2.1961vw, 2.625rem);
  --space-m-2xl: clamp(1.6875rem, 0.5353rem + 5.7609vw, 5rem);
}

:root {
  --grid-max-width: 81.38rem;
  --grid-gutter: var(--space-s-l, clamp(0.875rem, 0.2905rem + 2.8689vw, 2.625rem));
  --grid-columns: 12;
}

.u-container {
  max-width: var(--grid-max-width);
  padding-inline: var(--grid-gutter);
  margin-inline: auto;
}

.u-grid {
  display: grid;
  gap: var(--grid-gutter);
}

/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1240,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --step--2: clamp(0.6075rem, 0.5324rem + 0.3756vw, 0.8rem);
  --step--1: clamp(0.7294rem, 0.6238rem + 0.528vw, 1rem);
  --step-0: clamp(0.875rem, 0.7287rem + 0.7317vw, 1.25rem);
  --step-1: clamp(1.05rem, 0.85rem + 1vw, 1.5625rem);
  --step-2: clamp(1.26rem, 0.9895rem + 1.3524vw, 1.9531rem);
  --step-3: clamp(1.5119rem, 1.1492rem + 1.8134vw, 2.4413rem);
  --step-4: clamp(1.8144rem, 1.3314rem + 2.4146vw, 3.0519rem);
  --step-5: clamp(2.1775rem, 1.5385rem + 3.1951vw, 3.815rem);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#top-bar {
  display: none;
  background-color: #333333;
  color: #fff;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  #top-bar {
    display: flex;
  }
}
#top-bar {
  height: 40px;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
}
#top-bar a {
  color: #fff;
}
#top-bar i {
  font-size: 1rem;
  opacity: 1;
  color: #379925;
}
#top-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-bar .tb-blog {
  font-weight: 300;
  text-transform: uppercase;
  color: #ffcc00;
  margin-right: 1rem;
  font-size: 1rem;
  letter-spacing: 1px;
}
#top-bar #tb-contact {
  margin-right: auto;
  font-weight: bold;
}
#top-bar #tb-contact .button {
  font-size: 0.9rem;
}
#top-bar #tb-contact .button:hover {
  transform: none;
}
#top-bar #tb-contact i {
  margin-left: 1rem;
}
#top-bar #tb-contact i:first-of-type {
  margin-left: 0;
}
#top-bar .social a {
  color: #379925;
}
#top-bar .social a span {
  display: none;
}
#top-bar .social a:first-of-type > i {
  margin-left: 0.25rem;
}
#top-bar .social i {
  transition: all 0.3s;
  margin: 0 0.25rem;
  font-size: 1.125rem;
}
#top-bar .social a:hover i {
  opacity: 1;
  color: #ffcc00;
}

header {
  background-color: #379925;
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 0.3s;
}
header .wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  justify-content: center;
}
@media (min-width: 1024px) {
  header .wrap {
    justify-content: space-between;
  }
}
header {
  height: 90px;
}
@media (min-width: 768px) {
  header {
    height: 85px;
  }
}
@media (min-width: 1024px) {
  header {
    height: 113px;
  }
}

/*--------------------------------------------------------------
# LOGOS AND BRANDING
--------------------------------------------------------------*/
.site-branding {
  display: flex;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .site-branding {
    flex: 0 0 calc(25% - 1rem);
  }
}
.site-branding img {
  max-width: 135px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .site-branding img {
    max-width: 259px;
  }
}

.scrolled #content {
  padding-top: 0;
}
.scrolled .main-navigation ul ul.sub-menu {
  top: 42px;
}
.scrolled .main-navigation ul li {
  border: none;
}

#static-banner {
  height: 75vh;
  max-height: 500px;
  background-color: #ffcc00;
  color: #fff;
  position: relative;
  display: flex;
}
#static-banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 60%), url(image.png);
}
#static-banner .wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #static-banner #banner-text {
    width: 66.667%;
  }
}
#static-banner #banner-text {
  padding: 0;
  text-align: center;
}
#static-banner #banner-text p {
  font-size: var(--step-0);
}
#static-banner picture {
  position: absolute;
  inset: 0;
  width: 100;
  height: 100%;
}
#static-banner picture:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 57.4%);
}
#static-banner picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
  width: 100%;
}

footer {
  display: none;
  color: #fff;
  margin-top: var(--step-3);
}
@media (min-width: 1024px) {
  footer {
    display: block;
  }
}
footer {
  background-color: #379925;
  padding: 2rem 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
footer a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #ffcc00;
}
footer i {
  color: #ffcc00;
}
footer #footer-logo {
  flex: 0 0 16.667%;
}
footer #footer-navigation {
  flex: 0 0 calc(25% - 1rem);
  margin-left: 8.33%;
}
footer #footer-social {
  flex: 0 0 calc(25% - 1rem);
}
footer #footer-address {
  flex: 0 0 calc(16.667% - 1rem);
  margin-left: 8.33%;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer ul {
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
footer ul li {
  margin: 0;
}

#copyright {
  font-size: 0.9rem;
  padding: 1rem 0;
  background-color: #333333;
}
#copyright p {
  margin: 0;
}
#copyright a:hover {
  color: #379925;
  text-decoration: underline;
}
#copyright i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
#copyright a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#copyright .wrap {
  display: block;
}
@media (max-width: 1024px) {
  #copyright .wrap div {
    text-align: center;
    margin: 0.25rem 0;
  }
}
@media (min-width: 1024px) {
  #copyright .wrap {
    display: flex;
  }
}
#copyright .wrap {
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
#copyright .wrap a.stable-link {
  color: #FBB43F;
}

.error404 #content > main {
  text-align: center;
  height: 80vh;
  background-color: #ffcc00;
  background-size: cover;
}
.error404 #content > main .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.error404 #content > main .wrap * {
  color: #379925;
}
.error404 #content > main .wrap .button {
  color: #fff;
}
.error404 #content > main .wrap span.pre-head {
  font-size: 1.75rem;
}
.error404 #content > main .wrap h1 {
  font-size: 104px;
  font-weight: bold;
  margin-bottom: -20px;
}
.error404 #content > main .wrap p {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

.blog .col-1,
.archive.category .col-1 {
  text-align: center;
}
.blog #content .wrap,
.archive.category #content .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 2.5rem;
}
.blog article,
.archive.category article {
  border: 1px solid #e3e3e3;
  padding: 1rem;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .blog article,
  .archive.category article {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .blog article,
  .archive.category article {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
.blog article h2,
.archive.category article h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.blog article .post-image img,
.archive.category article .post-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog article .post-content,
.archive.category article .post-content {
  padding: 0rem 1.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
}
.blog article .post-content p,
.archive.category article .post-content p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.blog article .post-content .date,
.archive.category article .post-content .date {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  margin-top: 1rem !important;
}
.blog article a.button,
.archive.category article a.button {
  display: inline-block;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog article a.button:hover,
.archive.category article a.button:hover {
  background-color: #ffcc00;
  color: #fff;
}

section#single-post {
  padding: 2.5rem 0;
}
section#single-post h1 {
  max-width: 75%;
  font-weight: bold;
}
section#single-post h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
section#single-post h3, section#single-post .menu.offcanvas ul li > a, .menu.offcanvas ul section#single-post li > a {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
section#single-post h4, section#single-post .blog article .post-content .date, .blog article .post-content section#single-post .date,
section#single-post .archive.category article .post-content .date,
.archive.category article .post-content section#single-post .date {
  margin-bottom: 2rem;
}

.page-template-default.home #home-top .wrap {
  margin-top: -5rem;
}
.page-template-default.home #home-top .wrap > div {
  padding: var(--step-3);
  color: #fff;
  align-self: stretch;
}
.page-template-default.home #home-top .wrap div:nth-of-type(odd) {
  background-color: #379925;
}
.page-template-default.home #home-top .wrap div:nth-of-type(even) {
  background-color: #333333;
}
.page-template-default.home #home-btm .wrap > div {
  padding: var(--step-3);
  color: #fff;
  align-self: stretch;
}
.page-template-default.home #home-btm .wrap div:nth-of-type(odd) {
  background-color: #379925;
}
.page-template-default.home #home-btm .wrap div:nth-of-type(even) {
  background-color: #333333;
}

.image-text-block .wrap {
  display: flex;
  flex-wrap: wrap;
}
.image-text-block .wrap .image-block {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .image-text-block .wrap .image-block {
    width: 50%;
    margin-bottom: 0;
  }
}
.image-text-block .wrap .image-block img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.image-text-block .wrap .text-block h2 {
  font-size: 2rem;
  max-width: 90%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .image-text-block .wrap .text-block {
    width: 50%;
    padding-left: 5rem;
    margin-bottom: 0;
  }
}
.image-text-block .wrap .text-block {
  display: block;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.image-text-block .wrap .text-block ul {
  margin: 1rem 1rem 2rem 2rem;
}
.image-text-block .wrap .text-block ul li {
  line-height: 1.75;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .image-text-block .wrap .text-block ul li {
    font-size: 1rem;
  }
}
.image-text-block .wrap .text-block blockquote {
  text-align: center;
  margin: 1rem auto;
}
.image-text-block .wrap .text-block blockquote p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .image-text-block .wrap .text-block blockquote p {
    font-size: 1.5rem;
  }
}
.image-text-block .wrap .text-block blockquote p {
  margin-bottom: 0;
}
.image-text-block .wrap .text-block blockquote p span.small {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .image-text-block .wrap .text-block blockquote p span.small {
    font-size: 1.3125rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .image-text-block:nth-of-type(even) .image-block {
    order: 1;
  }
  .image-text-block:nth-of-type(even) .text-block {
    padding-left: 0;
    padding-right: 5rem;
  }
}
.image-text-block #content-bottom {
  background-color: rgb(242.5, 242.5, 242.5);
}
.image-text-block #content-bottom input,
.image-text-block #content-bottom textarea {
  background-color: #fff;
}

/*--------------------------------------------------------------
# POST ROW
--------------------------------------------------------------*/
.post-row {
  padding: 2.5rem 0;
}
.post-row article {
  flex: 0 0 calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .post-row article {
    flex: 0 0 calc(25% - 1rem);
    margin-bottom: 0;
  }
}
.post-row article {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 15px rgba(157, 128, 4, 0.5);
}
.post-row article picture {
  position: relative;
  display: block;
}
.post-row article picture img {
  display: block;
}
.post-row article picture span.post-date {
  position: absolute;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.post-row article .post-link {
  position: relative;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .post-row article .post-link {
    padding: 1rem;
  }
}
.post-row article .post-link {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 0 0 4px 4px;
  min-height: 50px;
}
@media (min-width: 1024px) {
  .post-row article .post-link {
    min-height: 70px;
    border-radius: 0 0 8px 8px;
  }
}
.post-row article .post-link {
  transition: all 0.3s;
}
.post-row article .post-link h4, .post-row .blog article .post-link .post-content .date, .blog .post-row article .post-link .post-content .date, .post-row .blog article .post-content .post-link .date, .blog .post-row article .post-content .post-link .date,
.post-row .archive.category article .post-link .post-content .date,
.archive.category .post-row article .post-link .post-content .date,
.post-row .archive.category article .post-content .post-link .date,
.archive.category .post-row article .post-content .post-link .date {
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .post-row article .post-link h4, .post-row .blog article .post-link .post-content .date, .blog .post-row article .post-link .post-content .date, .post-row .blog article .post-content .post-link .date, .blog .post-row article .post-content .post-link .date,
  .post-row .archive.category article .post-link .post-content .date,
  .archive.category .post-row article .post-link .post-content .date,
  .post-row .archive.category article .post-content .post-link .date,
  .archive.category .post-row article .post-content .post-link .date {
    font-size: 1rem;
  }
}
.post-row article .post-link h4, .post-row .blog article .post-link .post-content .date, .blog .post-row article .post-link .post-content .date, .post-row .blog article .post-content .post-link .date, .blog .post-row article .post-content .post-link .date,
.post-row .archive.category article .post-link .post-content .date,
.archive.category .post-row article .post-link .post-content .date,
.post-row .archive.category article .post-content .post-link .date,
.archive.category .post-row article .post-content .post-link .date {
  margin-bottom: 0;
  line-height: 1.2;
}
.post-row article .post-link i {
  display: none;
}
@media (min-width: 1024px) {
  .post-row article .post-link i {
    display: block;
  }
}
.post-row article .post-link i {
  position: absolute;
  bottom: 1.65rem;
  right: 1rem;
  transition: all 0.3s;
}
.post-row article:hover .post-link {
  background-color: #379925;
}
.post-row article:hover .post-link i {
  right: 0.5rem;
}
.post-row a {
  text-decoration: none;
}
.post-row h2 {
  margin-bottom: 0;
  display: flex;
  max-width: 50%;
}
.post-row {
  position: relative;
}
.post-row svg {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.post-row svg .curve {
  fill: #fff;
}
.post-row .row-header {
  display: flex;
  max-width: 1200px;
  margin: 0 1rem;
}
@media (min-width: 1024px) {
  .post-row .row-header {
    margin: 0 1rem 2rem 1rem;
  }
}
@media (min-width: 1200px) {
  .post-row .row-header {
    margin: 0 auto 2rem auto;
  }
}
.post-row .row-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.post-row .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------
# BG COLOUR OPTIONS
--------------------------------------------------------------*/
.white {
  background-color: #fff;
}

.green {
  background-color: #379925;
}

.pink {
  background-color: #ffcc00;
}

.blue {
  background-color: #2EC3CC;
}

.orange {
  background-color: #F68B1F;
}

.green *,
.pink *,
.blue *,
.orange * {
  color: #fff !important;
}
.green a,
.pink a,
.blue a,
.orange a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.green a:hover,
.pink a:hover,
.blue a:hover,
.orange a:hover {
  text-decoration: none;
}
.green .button,
.pink .button,
.blue .button,
.orange .button {
  background-color: #F68B1F;
}
.green .button:hover,
.pink .button:hover,
.blue .button:hover,
.orange .button:hover {
  background-color: rgb(249.9399141631, 189.7811158798, 129.0600858369);
}

.orange .button {
  background-color: #ffcc00;
  color: #fff;
}
.orange .button:hover {
  background-color: rgb(255, 224.4, 102);
}

.top-padding {
  padding-top: 2.5rem;
}
.bottom-padding {
  padding-bottom: 2.5rem;
}
.top-bottom-padding {
  padding: 2.5rem 0;
}
/*--------------------------------------------------------------
# ADJUSTABLE COLUMNS
--------------------------------------------------------------*/
.col-1, .col-2, .col-3, .col-4, .text-block {
  position: relative;
}
.col-1 .wrap, .col-2 .wrap, .col-3 .wrap, .col-4 .wrap, .text-block .wrap {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  /* > div {
    container-type: inline-size;
  }

  @container(max-width: 300px){
   article {
      font-size: 0.8rem;
      h2 {
        font-size: 1rem;
      }
    }

  } */
}
.col-1 svg, .col-2 svg, .col-3 svg, .col-4 svg, .text-block svg {
  z-index: 0;
}
.col-1 h1:first-of-type, .col-1 h2:first-of-type, .col-1 h3:first-of-type, .col-1 .menu.offcanvas ul li > a:first-of-type, .menu.offcanvas ul .col-1 li > a:first-of-type, .col-1 h4:first-of-type, .col-1 .blog article .post-content .date:first-of-type, .blog article .post-content .col-1 .date:first-of-type,
.col-1 .archive.category article .post-content .date:first-of-type,
.archive.category article .post-content .col-1 .date:first-of-type, .col-2 h1:first-of-type, .col-2 h2:first-of-type, .col-2 h3:first-of-type, .col-2 .menu.offcanvas ul li > a:first-of-type, .menu.offcanvas ul .col-2 li > a:first-of-type, .col-2 h4:first-of-type, .col-2 .blog article .post-content .date:first-of-type, .blog article .post-content .col-2 .date:first-of-type,
.col-2 .archive.category article .post-content .date:first-of-type,
.archive.category article .post-content .col-2 .date:first-of-type, .col-3 h1:first-of-type, .col-3 h2:first-of-type, .col-3 h3:first-of-type, .col-3 .menu.offcanvas ul li > a:first-of-type, .menu.offcanvas ul .col-3 li > a:first-of-type, .col-3 h4:first-of-type, .col-3 .blog article .post-content .date:first-of-type, .blog article .post-content .col-3 .date:first-of-type,
.col-3 .archive.category article .post-content .date:first-of-type,
.archive.category article .post-content .col-3 .date:first-of-type, .col-4 h1:first-of-type, .col-4 h2:first-of-type, .col-4 h3:first-of-type, .col-4 .menu.offcanvas ul li > a:first-of-type, .menu.offcanvas ul .col-4 li > a:first-of-type, .col-4 h4:first-of-type, .col-4 .blog article .post-content .date:first-of-type, .blog article .post-content .col-4 .date:first-of-type,
.col-4 .archive.category article .post-content .date:first-of-type,
.archive.category article .post-content .col-4 .date:first-of-type, .text-block h1:first-of-type, .text-block h2:first-of-type, .text-block h3:first-of-type, .text-block .menu.offcanvas ul li > a:first-of-type, .menu.offcanvas ul .text-block li > a:first-of-type, .text-block h4:first-of-type, .text-block .blog article .post-content .date:first-of-type, .blog article .post-content .text-block .date:first-of-type,
.text-block .archive.category article .post-content .date:first-of-type,
.archive.category article .post-content .text-block .date:first-of-type {
  margin-top: 0;
}
.col-1 ul, .col-2 ul, .col-3 ul, .col-4 ul, .text-block ul {
  margin: 1rem 1rem 2rem 2rem;
}
.col-1 ul li, .col-2 ul li, .col-3 ul li, .col-4 ul li, .text-block ul li {
  line-height: 1.75;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .col-1 ul li, .col-2 ul li, .col-3 ul li, .col-4 ul li, .text-block ul li {
    font-size: 1rem;
  }
}
.col-1 blockquote, .col-2 blockquote, .col-3 blockquote, .col-4 blockquote, .text-block blockquote {
  text-align: center;
  margin: 1rem auto 0 auto;
}
.col-1 blockquote p, .col-2 blockquote p, .col-3 blockquote p, .col-4 blockquote p, .text-block blockquote p {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 0;
}
.col-1 blockquote p span.small, .col-2 blockquote p span.small, .col-3 blockquote p span.small, .col-4 blockquote p span.small, .text-block blockquote p span.small {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .col-1 blockquote p span.small, .col-2 blockquote p span.small, .col-3 blockquote p span.small, .col-4 blockquote p span.small, .text-block blockquote p span.small {
    font-size: 1.3125rem;
    text-align: center;
  }
}
.col-1 em strong, .col-1 strong em, .col-2 em strong, .col-2 strong em, .col-3 em strong, .col-3 strong em, .col-4 em strong, .col-4 strong em, .text-block em strong, .text-block strong em {
  margin-top: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# 1 COL BLOCK
--------------------------------------------------------------*/
.col-1 .wrap {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.col-1 .wrap > div {
  flex: 0 0 100%;
}
/*--------------------------------------------------------------
# 2 COL BLOCK
--------------------------------------------------------------*/
.col-2 .wrap {
  display: flex;
  justify-content: space-between;
}
.col-2 .wrap > div {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .col-2 .wrap > div {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .col-2.col-60-40 div:nth-of-type(odd) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-2.col-60-40 div:nth-of-type(even) {
    flex: 0 0 calc(40% - 1rem);
  }
  .col-2.col-70-30 div:nth-of-type(odd) {
    flex: 0 0 calc(70% - 1rem);
  }
  .col-2.col-70-30 div:nth-of-type(even) {
    flex: 0 0 calc(30% - 1rem);
  }
  .col-2.col-80-20 div:nth-of-type(odd) {
    flex: 0 0 calc(80% - 1rem);
  }
  .col-2.col-80-20 div:nth-of-type(even) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-2.col-20-80 div:nth-of-type(odd) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-2.col-20-80 div:nth-of-type(even) {
    flex: 0 0 calc(80% - 1rem);
  }
  .col-2.col-30-70 div:nth-of-type(odd) {
    flex: 0 0 calc(30% - 1rem);
  }
  .col-2.col-30-70 div:nth-of-type(even) {
    flex: 0 0 calc(70% - 1rem);
  }
  .col-2.col-40-60 div:nth-of-type(odd) {
    flex: 0 0 calc(40% - 1rem);
  }
  .col-2.col-40-60 div:nth-of-type(even) {
    flex: 0 0 calc(60% - 1rem);
  }
}

/*--------------------------------------------------------------
# 3 COL BLOCK
--------------------------------------------------------------*/
.col-3 .wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-3 .wrap > div {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
@media (min-width: 768px) {
  .col-3.col-20-60-20 div:nth-of-type(3n + 1),
  .col-3.col-20-60-20 div:nth-of-type(3n + 3) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-20-60-20 div:nth-of-type(3n+2) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-3.col-20-20-60 div:nth-of-type(3n + 1),
  .col-3.col-20-20-60 div:nth-of-type(3n + 2) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-20-20-60 div:nth-of-type(3n+3) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-3.col-60-20-20 div:nth-of-type(3n + 2),
  .col-3.col-60-20-20 div:nth-of-type(3n + 3) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-60-20-20 div:nth-of-type(3n+1) {
    flex: 0 0 calc(60% - 1rem);
  }
}

/*--------------------------------------------------------------
# 4 COL BLOCK
--------------------------------------------------------------*/
.col-4 .wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-4 .wrap > div {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .col-4 .wrap > div {
    flex: 0 0 calc(25% - 1rem);
  }
}

/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/
.align-middle .wrap {
  align-items: center;
}

.align-top .wrap {
  align-items: flex-start;
}

.align-bottom .wrap {
  align-items: flex-end;
}

.wpforms-form input, .wpforms-form textarea {
  background-color: rgb(242.5, 242.5, 242.5);
  border: 1px solid #D9D9D9;
  padding: 0.5rem;
  margin-top: 0.25rem;
}

.cta {
  position: relative;
  background-color: #2EC3CC;
  background-image: url("images/cta-bg.png");
  background-position: right -250px center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
@media (min-width: 1024px) {
  .cta {
    min-height: 275px;
  }
}
.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta picture {
  inset: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.cta picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.cta .cta-content {
  padding: 2.5rem 0;
}
.cta .cta-content {
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.cta .cta-content h2 {
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .cta .cta-content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .cta .cta-content .button {
    font-size: 1.5rem;
    padding: 1.25rem 1.5rem;
  }
}

#gallery ul {
  margin: 0;
  padding: 0;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  #gallery ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  #gallery ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#gallery ul li {
  list-style: none;
  margin: 0;
  aspect-ratio: 1/1;
}
#gallery ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.page-id-11227 #gallery {
  padding: 0;
  padding-bottom: 1rem;
}

#videos {
  padding-bottom: 2.5rem;
}
#videos .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#videos .wrap h2 {
  flex: 0 0 100%;
}
#videos .wrap .video-box {
  flex: 0 0 calc(50% - 0.25rem);
}
#videos .wrap .video-box .video-holder {
  height: 200px;
}
#videos .wrap .video-box .video-holder iframe {
  height: 100%;
}
@media (min-width: 768px) {
  #videos .wrap .video-box {
    flex: 0 0 calc(33.33% - 1rem);
  }
  #videos .wrap .video-box .video-holder {
    height: 200px;
  }
  #videos .wrap .video-box .video-holder iframe {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  #videos .wrap .video-box {
    flex: 0 0 calc(25% - 1rem);
  }
}
#videos .wrap .video-box {
  font-size: 0.9em;
  line-height: 1.2;
  border: 1px solid #ffcc00;
  margin-bottom: 1rem;
}
#videos .wrap .video-box .video-title {
  padding: 1rem;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
}

#articles {
  padding-bottom: 2.5rem;
}
#articles .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#articles h2 {
  flex: 0 0 50%;
}
#articles ul.tab-buttons {
  margin-left: 0;
  margin-bottom: 3rem;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  gap: 0.25rem;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  #articles ul.tab-buttons {
    flex: 0 0 50%;
    justify-content: flex-start;
    gap: 1rem;
  }
}
#articles ul.tab-buttons li {
  font-weight: bold;
}
#articles ul.tab-buttons li a {
  display: flex;
  flex: 0 1 calc(33% - 0.25rem);
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}
@media (min-width: 1024px) {
  #articles ul.tab-buttons li a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
#articles ul.tab-buttons li a {
  border: 2px solid #379925;
}
#articles ul.tab-buttons li a:hover {
  background-color: #379925;
  color: #fff;
}
#articles #tabs .article ul {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #articles #tabs .article ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
#articles #tabs .article ul {
  font-size: 0.8rem;
}
#articles #tabs .article ul li {
  padding: 0.3125rem 0;
  list-style-position: inside;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#articles #tabs .article ul li:hover a {
  color: #379925;
}
#articles #tabs .article ul li a {
  color: #ffcc00;
  text-decoration: none;
}

.social a {
  display: block;
}
.social a i {
  margin-right: 0.25rem;
}

#accordion .faq-question {
  margin-bottom: 0.5rem;
}
#accordion h4, #accordion .blog article .post-content .date, .blog article .post-content #accordion .date,
#accordion .archive.category article .post-content .date,
.archive.category article .post-content #accordion .date {
  padding: 0.75rem 0;
  margin: 0;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  background-color: #2EC3CC;
}
#accordion h4:after, #accordion .blog article .post-content .date:after, .blog article .post-content #accordion .date:after,
#accordion .archive.category article .post-content .date:after,
.archive.category article .post-content #accordion .date:after {
  content: "\f078";
  font-family: "Font Awesome 6 pro";
  display: inline-block;
  margin-left: 1rem;
  color: rgb(126.072, 220.24, 225.928);
}
#accordion h4:hover, #accordion .blog article .post-content .date:hover, .blog article .post-content #accordion .date:hover,
#accordion .archive.category article .post-content .date:hover,
.archive.category article .post-content #accordion .date:hover {
  cursor: pointer;
  color: #333333;
}
#accordion h4[aria-expanded=true]:after, #accordion .blog article .post-content [aria-expanded=true].date:after, .blog article .post-content #accordion [aria-expanded=true].date:after,
#accordion .archive.category article .post-content [aria-expanded=true].date:after,
.archive.category article .post-content #accordion [aria-expanded=true].date:after {
  transform: rotate(180deg);
}
#accordion div[itemprop=acceptedAnswer] {
  padding: 1rem;
}

.faq-accordion {
  padding: 2.5rem 0;
}
.faq-accordion #accordion div:first-of-type h4, .faq-accordion #accordion div:first-of-type .blog article .post-content .date, .blog article .post-content .faq-accordion #accordion div:first-of-type .date,
.faq-accordion #accordion div:first-of-type .archive.category article .post-content .date,
.archive.category article .post-content .faq-accordion #accordion div:first-of-type .date {
  border-top: 0;
}
.faq-accordion #accordion h4, .faq-accordion #accordion .blog article .post-content .date, .blog article .post-content .faq-accordion #accordion .date,
.faq-accordion #accordion .archive.category article .post-content .date,
.archive.category article .post-content .faq-accordion #accordion .date {
  padding: 1rem 0;
}
.faq-accordion #accordion div.ui-accordion-content-active:last-of-type {
  border-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  visibility: hidden;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.site-content {
  overflow: hidden;
}

body {
  margin: 0 !important;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

#content {
  position: relative;
  z-index: 0;
}
#content #booking-btn {
  position: fixed;
}
@media (min-width: 1024px) {
  #content #booking-btn {
    right: 50px;
  }
}
#content #booking-btn {
  right: 0;
  bottom: -0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 10;
  font-family: "Roboto", sans-serif;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  text-transform: none;
  background-color: #379925;
  -webkit-clip-path: none;
          clip-path: none;
  border: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
#content #booking-btn i {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
#content #booking-btn {
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
#content #booking-btn:hover {
  bottom: -2px;
  background-color: #ffcc00;
}

.wrap {
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .flex-h {
    display: flex;
    justify-content: space-between;
  }
}

.container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1216px) {
  .container {
    padding: 0;
  }
}

.wp-block-image img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */