/*!
Theme Name: Harmony in Blooms
Theme URI: http://underscores.me/
Author: Sam Bispham
Author URI: http://underscores.me/
Description: Description
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: harmony-in-blooms
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.

Harmony in Blooms 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
	--space-10-20: clamp(10px, calc(10px + (10 * ((100vw - 400px) / 1520))), 20px);
	--space-10-30: clamp(10px, calc(10px + (20 * ((100vw - 400px) / 1520))), 30px);
	--space-15-20: clamp(15px, calc(15px + (5 * ((100vw - 400px) / 1520))), 20px);
	--space-15-30: clamp(15px, calc(15px + (30 * ((100vw - 400px) / 1520))), 30px);
	--space-15-40: clamp(15px, calc(15px + (25 * ((100vw - 400px) / 1520))), 40px);
	--space-15-50: clamp(15px, calc(15px + (35 * ((100vw - 400px) / 1520))), 50px);
	--space-15-100: clamp(15px, calc(15px + (85 * ((100vw - 400px) / 1520))), 100px);
	--space-20-30: clamp(20px, calc(20px + (10 * ((100vw - 400px) / 1520))), 30px);
	--space-20-40: clamp(20px, calc(20px + (20 * ((100vw - 400px) / 1520))), 40px);
	--space-20-50: clamp(20px, calc(20px + (30 * ((100vw - 400px) / 1520))), 50px);
	--space-25-40: clamp(25px, calc(25px + (15 * ((100vw - 400px) / 1520))), 40px);
	--space-30-50: clamp(30px, calc(30px + (20 * ((100vw - 400px) / 1520))), 50px);
	--space-30-70: clamp(30px, calc(30px + (40 * ((100vw - 400px) / 1520))), 70px);
	--space-30-80: clamp(30px, calc(30px + (50 * ((100vw - 400px) / 1520))), 80px);
	--space-30-100: clamp(30px, calc(30px + (70 * ((100vw - 400px) / 1520))), 100px);
	--space-40-100: clamp(40px, calc(40px + (60 * ((100vw - 400px) / 1520))), 100px);
	--space-0-110: clamp(-110px, calc(0px + (-110 * ((100vw - 400px) / 1520))), 0px);
	--header-curve-padding: clamp(170px, calc(170px + (230 * ((100vw - 400px) / 1520))), 9999px);
	--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
}

@property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}

@property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}

@property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}

@property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}

@property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 112px;
	/* match your header height */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2d3436;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
}

h1 {
	font-size: clamp(36px, calc(36px + (24 * ((100vw - 400px) / 1520))), 60px);
}

h1 span.logo-font {
	font-size: clamp(36px, calc(36px + (24 * ((100vw - 400px) / 1520))), 60px);
	position: relative;
}

h1 span.logo-font::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100% 12px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox%3D'0 0 300 12' fill%3D'none' xmlns%3D'http://www.w3.org/2000/svg'%3E%3Cpath d%3D'M2 10C50 4 100 2 150 5C200 8 250 4 298 8' stroke%3D'%2388af90' stroke-width%3D'3' stroke-linecap%3D'round' opacity%3D'0.3'%3E%3C/path%3E%3C/svg%3E");
}

h2 {
	font-weight: 600;
	font-size: clamp(20px, calc(20px + (8 * ((100vw - 400px) / 1520))), 28px);
}

p {
	margin-bottom: 1.5em;
	font-size: clamp(16px, calc(16px + (2 * ((100vw - 400px) / 1520))), 18px);
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Montserrat", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Montserrat", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.logo-font {
	font-family: "Dancing Script", cursive;
	color: #88af90;
	font-size: clamp(36px, calc(20px + (8 * ((100vw - 400px) / 1520))), 28px);
}

.green {
	color: #88af90;
}

.pink {
	color: #eab6b9;
}

/* Elements
--------------------------------------------- */
body {
	background: #faf7f2;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.site-header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid #dbdad6;
	display: flex;
	gap: 20px;
	align-items: center;
	padding: var(--space-10-20) var(--space-15-100);
	z-index: 6000;
}

.site-header a {
	line-height: 0;
}

.site-header h1.logo-text {
	line-height: 0;
}

.site-header img {
	width: 80px;
}

.site-header .logo-text {
	margin-bottom: 0;
	line-height: 1;
}

@media (min-width: 768px) {
	.site-header .logo-text {
		margin: 0 auto 0 10px;
	}
}

.site-header .logo-text a {
	margin: 0;
	font-family: "Dancing Script", cursive;
	font-size: clamp(24px, calc(24px + (21 * ((100vw - 400px) / 1520))), 45px);
	color: #2d3436;
	text-decoration: none;
}

@media (min-width: 768px) {
	.site-header .logo-text a {
		display: block;
		margin: auto 0;
	}
}

.site-header .main-navigation {
	width: fit-content;
	margin-left: auto;
}

.site-header .main-navigation button {
	all: unset;
	font-size: 0;
}

@media (min-width: 768px) {
	.site-header .main-navigation button {
		display: none;
	}
}

.site-header .main-navigation button::before {
	font-family: 'Font Awesome 6 Pro';
	font-size: 22px;
	font-weight: 900;
	content: '\f0c9';
	color: #88af90;
}

.site-header .menu-primary-menu-container {
	overflow: hidden;
	padding: 0;
	background: #faf7f2;
	position: absolute;
	height: fit-content;
	left: 0;
	right: 0;
	top: 102px;
	bottom: 0;
	max-height: 0;
	transition: max-height .3s ease-in;
}

@media (min-width: 768px) {
	.site-header .menu-primary-menu-container {
		all: unset;
	}
}

.site-header .menu-primary-menu-container ul {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (min-width: 768px) {
	.site-header .menu-primary-menu-container ul {
		gap: var(--space-15-50);
	}
}

@media (min-width: 768px) {
	.site-header .menu-primary-menu-container ul .contact a {
		background: #88af90;
		color: #fff;
		font-weight: 500;
		padding: 10px 15px;
		border-radius: 6px;
		display: flex;
		gap: 10px;
		align-items: center;
		transition: all 0.2s ease-in;
	}
	.site-header .menu-primary-menu-container ul .contact a::after {
		content: none;
	}
	.site-header .menu-primary-menu-container ul .contact a::before {
		font-family: 'Font Awesome 6 Pro';
		font-size: 22px;
		font-weight: 900;
		content: '\f0e0';
		font-weight: 500;
		font-size: 16px;
	}
	.site-header .menu-primary-menu-container ul .contact a:hover {
		background-color: #6f9578;
	}
}

.site-header .main-navigation.toggled .menu-primary-menu-container {
	border-bottom: 1px solid #dbdad6;
	max-height: 65px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.entry-header {
	background: linear-gradient(to right, rgba(136, 175, 144, 0.15), rgba(234, 182, 185, 0.15));
	padding: 30px 0 100px;
	display: flex;
	gap: var(--space-30-100);
	flex-direction: column;
	position: relative;
}

@media (min-width: 768px) {
	.entry-header {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: var(--space-40-100) var(--space-15-100) var(--space-40-100);
	}
}

.entry-header .curve {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}

.entry-header .curve svg {
	color: #faf7f2;
	height: 50px;
	width: 100%;
	vertical-align: middle;
	display: block;
}

@media (min-width: 768px) {
	.entry-header .content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}
}

.entry-header h1 {
	margin: 0;
}

.entry-header p {
	font-size: clamp(18px, calc(18px + (2 * ((100vw - 400px) / 1520))), 999px);
}

.entry-header .image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

@media (min-width: 768px) {
	.entry-header .image {
		padding: 0;
	}
}

.entry-header .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.home .usps-container {
	padding: var(--space-30-50) var(--space-15-100) var(--space-30-70);
}

.home .usps-container .swiper-slide {
	display: flex;
	width: 100%;
	height: auto;
}

.home .usps-container .usp {
	margin-bottom: 6px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	text-align: center;
}

.home .usps-container .usp.reliable {
	background: linear-gradient(135deg, rgba(234, 181, 184, 0.1) 0%, white 50%);
}

.home .usps-container .usp * {
	margin: 0;
}

.home .usps-container .usp .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	align-items: center;
	background-color: color-mix(in oklab, #88af90 10%, transparent);
	color: #88af90;
}

.home .usps-container .usp .icon.pink {
	background-color: color-mix(in oklab, #eab6b9 10%, transparent);
	color: #eab6b9;
}

.home .about-me {
	padding: var(--space-30-50) var(--space-15-100) var(--space-30-70);
	position: relative;
	background: linear-gradient(to right bottom, oklab(0.92833 0.01218 0.02051/0.3) 0%, white 50%, oklab(0.82178 0.05972 0.01568/0.2) 100%);
	z-index: 2;
}

@media (min-width: 768px) {
	.home .about-me {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--space-15-100);
		align-items: center;
	}
}

@media (min-width: 768px) {
	.home .about-me .content {
		grid-column-start: 2;
	}
}

.home .about-me::after {
	position: absolute;
	top: var(--space-30-50);
	right: 80px;
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #dbdad6;
	z-index: -1;
	border-radius: 50%;
}

.home .about-me h3 {
	width: fit-content;
}

.home .about-me h3::after {
	display: block;
	margin-top: 10px;
	content: '';
	height: 6px;
	width: 90%;
	background: linear-gradient(to right, rgba(136, 175, 144, 0.8), rgba(234, 182, 185, 0.8));
	border-radius: 6px;
}

.home .about-me p:first-of-type {
	display: flex;
	gap: 15px;
}

.home .about-me p:first-of-type::before {
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-size: 22px;
	font-weight: 900;
	content: '\22';
	color: #eab6b9;
	font-size: 24px;
	font-weight: 900;
}

.home .about-me .image {
	margin-top: 40px;
	line-height: 0;
	height: auto;
	display: flex;
	position: relative;
	aspect-ratio: 4 / 3;
}

@media (min-width: 768px) {
	.home .about-me .image {
		grid-row-start: 1;
	}
}

.home .about-me .image::before {
	position: absolute;
	top: -15px;
	left: 0;
	display: block;
	content: '';
	border: 1px solid #eab6b9;
	width: calc(100% - 15px);
	aspect-ratio: 4 / 3;
	border-radius: 20px;
}

.home .about-me .image img {
	width: calc(100% - 15px);
	border-radius: 20px;
	margin-left: auto;
	display: block;
	position: relative;
}

.post-type-archive-event .entry-header .image {
	display: none;
}

@media (min-width: 768px) {
	.post-type-archive-event .entry-header .image {
		display: block;
	}
}

.events {
	padding: var(--space-30-50) var(--space-15-50) var(--space-30-70);
	background: linear-gradient(to right, rgba(136, 175, 144, 0.15), rgba(234, 182, 185, 0.15));
	position: relative;
}

.events .events-curve {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
}

.events .events-curve svg {
	color: #faf7f2;
	rotate: 180deg;
}

.events > h2,
.events > p {
	text-align: center;
}

.events .wp-block-button {
	text-align: center;
}

.event-item {
	display: flex !important;
	height: auto !important;
}

.event-item .event-item-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 892px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.event-item .event-item-container {
		margin-inline: auto;
		display: grid;
		grid-template-columns: 2fr 3fr;
	}
}

.event-item img {
	aspect-ratio: 4 /3;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.event-item img {
		aspect-ratio: revert-layer;
		height: 100%;
	}
}

.event-item .event-meta {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: var(--space-20-30);
	height: 100%;
}

@media (min-width: 768px) {
	.event-item .event-meta {
		height: auto;
	}
}

.event-item .event-meta * {
	margin: 0;
}

.event-item .event-meta .event-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: auto;
}

.event-item .event-meta .icon {
	width: fit-content;
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: center;
}

.event-item .event-meta .icon::before {
	font-family: 'Font Awesome 6 Pro';
	font-size: 22px;
	font-weight: 900;
	color: #88af90;
	font-weight: 300;
}

.event-item .event-meta .icon.date::before {
	content: '\f133';
}

.event-item .event-meta .icon.time::before {
	content: '\f017';
}

.event-item .event-meta .icon.address::before {
	content: '\f3c5';
}

.event-item .event-meta .icon.hosted::before {
	content: '\f007';
}

.event-item .event-meta .icon.price::before {
	content: '\f51e';
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
	position: relative !important;
	margin-top: 15px;
	top: unset !important;
	bottom: unset !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
	background: #88af90;
}

.archive .entry-content {
	margin-bottom: 0;
}

.archive .event-list {
	display: flex;
	flex-direction: column;
	gap: var(--space-30-50);
	margin-bottom: var(--space-30-70);
}

.contact-form {
	background: linear-gradient(to right bottom, oklab(0.68927 -0.06168 0.03415/0.05) 0%, #faf7f2 50%, oklab(0.82178 0.05972 0.01568/0.1) 100%);
	padding: var(--space-30-50) var(--space-15-50) var(--space-30-70);
}

.contact-form > h2,
.contact-form > p {
	text-align: center;
}

.contact-form form {
	margin-inline: auto;
	max-width: 672px;
	background: #fdfcfb;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.contact-form form p {
	text-align: left;
}

.contact-form form p:last-of-type {
	margin: 0;
}

.contact-form form input,
.contact-form form textarea {
	border: none;
	border-radius: 8px;
	width: 100%;
	border: 2px solid #d5d6d7;
	padding: 5px 15px;
}

.contact-form form input:focus-visible,
.contact-form form textarea:focus-visible {
	border-color: #88af90;
	outline-color: #88af90;
}

.contact-form form textarea {
	padding: 10px 15px;
}

.contact-form form .wpcf7-spinner {
	display: none;
}

.contact-form form .wpcf7-submit {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	font-size: 0;
	border: none;
}

.contact-form form .wpcf7-submit::before {
	content: 'Submit enquiry';
	font-size: 14px;
}

.contact-form form.sent .wpcf7-submit::before {
	content: 'Enquiry sent';
}

.contact-form form.sent .wpcf7-submit::after {
	font-family: 'Font Awesome 6 Pro';
	font-size: 22px;
	font-weight: 900;
	content: '\f00c';
	font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #88af90;
	border-radius: 20px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	padding: 15px;
	border-radius: 20px;
	text-align: center;
}

.contact-form-block .contact-form {
	background: transparent;
}

.site-footer {
	border-top: 1px solid #2d343626;
	background: linear-gradient(to right bottom, oklab(0.31914 -0.0082 -0.00613/0.05) 0%, oklab(0.92833 0.01218 0.02051/0.2) 50%, oklab(0.82178 0.05972 0.01568/0.1) 100%);
	position: relative;
}

.site-footer .footer-curve {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
}

.site-footer .footer-curve svg {
	color: #faf7f2;
	rotate: 180deg;
}

.site-footer .footer-container {
	padding: 50px var(--space-15-100) 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

@media (min-width: 768px) {
	.site-footer .footer-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--space-50-100);
	}
}

.site-footer .footer-container * {
	margin: 0;
}

.site-footer .footer-container .left {
	padding: 0;
}

.site-footer .footer-container img {
	margin-bottom: 20px;
	display: flex;
	margin-inline: auto;
	width: 200px;
}

@media (min-width: 768px) {
	.site-footer .footer-container img {
		width: 100px;
	}
}

@media (min-width: 768px) {
	.site-footer .footer-container .follow-us {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: end;
		margin: 0;
	}
}

.site-footer .footer-container .follow-us h4 {
	margin-bottom: 20px;
}

.site-footer .footer-container .follow-us ul {
	padding: 0;
	margin: 0 0 20px 0;
}

.site-footer .footer-container .follow-us ul li {
	all: unset;
}

.site-footer .footer-container .follow-us ul li i {
	color: #88af90;
	font-size: 42px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.site-footer .footer-container .follow-us .email {
	text-decoration: none;
	color: #88af90;
}

.site-footer .copyright {
	grid-column: span 2;
	margin-inline: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #dbdad6;
	font-size: 14px;
}

@media (min-width: 768px) {
	.site-footer .copyright {
		margin-top: 30px;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.wp-block-buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.wp-block-button__link {
	background: #88af90;
	border-radius: 8px;
	color: #fff;
	line-height: 1;
	min-height: 40px;
	padding: 10px 25px;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	transition: all 0.2s ease-in;
}

@media (min-width: 599px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	a.wp-block-button__link {
		width: fit-content !important;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.wp-block-button__link:hover {
	border-color: #88af90;
	box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
	background-color: #6f9578;
}

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,
a.wp-block-button__link:active,
a.wp-block-button__link:focus {
	border-color: #88af90;
}

.alternate button, .alternate
input[type="button"], .alternate
input[type="reset"], .alternate
input[type="submit"], .alternate
a.wp-block-button__link {
	background-color: #fff;
	border: 1px solid #dbdad6;
	color: #2d3436;
}

.alternate button:hover, .alternate
input[type="button"]:hover, .alternate
input[type="reset"]:hover, .alternate
input[type="submit"]:hover, .alternate
a.wp-block-button__link:hover {
	background: #eab6b9;
}

.down button, .down
input[type="button"], .down
input[type="reset"], .down
input[type="submit"], .down
a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.down button::after, .down
input[type="button"]::after, .down
input[type="reset"]::after, .down
input[type="submit"]::after, .down
a.wp-block-button__link::after {
	font-family: 'Font Awesome 6 Pro';
	font-size: 22px;
	font-weight: 900;
	content: '\f322';
	font-size: 14px;
	font-weight: 900;
	color: #eab6b9;
	animation: bounce 2s infinite;
	transition: all 0.2s ease-in;
}

.down button:hover::after, .down
input[type="button"]:hover::after, .down
input[type="reset"]:hover::after, .down
input[type="submit"]:hover::after, .down
a.wp-block-button__link:hover::after {
	color: #2d3436;
}

@keyframes bounce {
	from {
		transform: translateY(0);
	}
	20% {
		transform: translateY(2px);
	}
	40% {
		transform: translateY(0);
	}
	60% {
		transform: translateY(2px);
	}
	80% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(2px);
	}
}

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: #2d3436;
	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: #2d3436;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.entry-content > *,
.entry-header > * {
	padding-inline: var(--space-15-100);
}

.custom-block {
	padding: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	line-height: 1;
	position: relative;
	color: #2d3436;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding-bottom: 2px;
}

.main-navigation a:hover {
	color: #88af90;
}

.main-navigation a:hover::after {
	content: '';
	height: 2px;
	background-color: #88af90;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}

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

@media (min-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled ul {
		display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content {
	position: relative;
	z-index: 2;
}

body:not(.home) .entry-content {
	margin-top: 50px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

p.post-meta {
	color: #88af90;
}

@media (min-width: 1024px) {
	.blog .event-item-container {
		grid-template-columns: 2fr 4fr;
	}
}

.blog .event-item-container a:not(.wp-block-button__link) {
	text-decoration: none;
	color: #2d3436;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.gallery-block {
	margin-inline: auto;
	position: relative;
	margin-bottom: var(--space-30-70);
}

@media (min-width: 1024px) {
	.gallery-block {
		max-width: 90%;
	}
}

.gallery-block .main-swiper {
	margin-bottom: 10px;
}

.gallery-block .swiper-slide .js-gallery-lightbox {
	cursor: zoom-in;
	line-height: 0;
	display: block;
}

.gallery-block .swiper-slide img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
}

.gallery-block .swiper-slide.swiper-slide-thumb-active {
	opacity: 0.8;
}

.gallery-block .swiper-button-prev,
.gallery-block .swiper-button-next {
	display: none;
}

@media (min-width: 1024px) {
	.gallery-block .swiper-button-prev,
	.gallery-block .swiper-button-next {
		padding: 10px;
		width: fit-content;
		box-sizing: content-box;
		background-color: rgba(136, 175, 144, 0.1);
	}
	.gallery-block .swiper-button-prev::after,
	.gallery-block .swiper-button-next::after {
		color: #eab6b9;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #2d3436;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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