/*!
Theme Name: Loverbos
Theme URI: http://underscores.me/
Author: Moonly Software
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: loverbos
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.

Loverbos 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

--------------------------------------------------------------*/
@font-face {
	font-family: "Amalfi Coast";
	src: url("/wp-content/themes/loverbos/assets/fonts/Amalfi Coast.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Frunchy";
	src: url("/wp-content/themes/loverbos/assets/fonts/Frunchy.otf");
	font-weight: normal;
	font-style: normal;
}

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

/* 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;
	overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "arno-pro", sans-serif;
}

.title_handwriting {
	font-family: "Amalfi Coast", sans-serif;
	font-size: 1.8rem;
	text-align: center;
}

.title_basic,
.title_basic p {
	font-family: "playfair-display", sans-serif;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
	.title_handwriting {
		font-size: 1.2rem;
	}
	.title_basic,
	.title_basic p {
		font-size: 1rem;
	}
}

.p_introduction,
.p_introduction p {
	font-family: "playfair-display", sans-serif !important;
	font-size: 18px !important;
	line-height: 1.8em;
	font-weight: 600;
	letter-spacing: 2px;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 200 !important;
	line-height: 1.8em;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	.p_introduction,
	.p_introduction p {
		font-size: 16px !important;
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eae9e7;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: url("/wp-content/themes/loverbos/assets/images/bg_texture.webp");
	background-repeat: repeat;
	background-size: 500px auto;
	background-position: center;
	background-color: white;
	font-size: 16px;
	font-family: "articulat-cf", sans-serif;
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

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

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

ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 2rem 2rem;
	line-height: 1.6em;
	font-family: "articulat-cf", sans-serif;
	font-weight: 200 !important;
	letter-spacing: 1px;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #fe735c;
}

a:visited {
	color: #fe735c;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.btn {
	padding: 0.8rem 2rem;
	border: none;
	font-family: "Frunchy", sans-serif;
	font-size: 1.6rem;
	transition: all 0.2s ease;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	max-width: fit-content;
}

.btn--primary {
	background-color: #fe735c;
	color: white !important;
}

.btn--primary:hover {
	background-color: #fe664d;
}

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: #282727;
	border: 1px solid #eae9e7;
	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: #282727;
}

select {
	border: 1px solid #eae9e7;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
nav {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	font-family: "arno-pro", sans-serif;
}

nav .container {
	padding-top: 5rem;
	padding-bottom: 8rem;
}

nav .nav-items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	align-items: center;
}

nav .nav-items .menu-toggle {
	display: none;
}

nav .nav-items .semi_circle-bottom {
	width: 2rem;
	height: 1rem;
	background-color: #fe735c;
	border-radius: 0 0 10rem 10rem;
}

nav .nav-items .menu-primary-container ul {
	display: flex;
	flex-direction: row;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #282727;
}

nav .nav-items .menu-primary-container ul li:first-child::before {
	content: "";
}

nav .nav-items .menu-primary-container ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
	color: #282727 !important;
	cursor: pointer;
	font-family: "arno-pro", sans-serif;
}

nav .nav-items .menu-primary-container ul li::before {
	content: "\007C";
	color: #fe735c;
	margin-right: 12px;
}

nav .nav-items .menu-primary-container ul .current_page_item a,
nav .nav-items .menu-primary-container ul .current-menu-item a {
	color: #fe735c !important;
}

nav .logo {
	color: #282727;
}

@media screen and (max-width: 1000px) {
	.site-header--big {
		height: 45vh !important;
	}
	.site-header--big nav {
		position: relative;
		align-items: start;
		padding-left: 0;
		padding-top: 0;
	}
	.site-header--big nav .nav-items {
		padding-top: 16px;
	}
	.site-header--big nav .nav-items .menu-toggle h2 {
		color: white;
	}
	.site-header--big nav .nav-items .menu-toggle__button__line {
		background-color: white;
	}
	.site-header--big nav .container {
		padding-left: 32px !important;
		padding-top: 16px !important;
	}
	.site-header--big nav .container .logo {
		color: white;
	}
	header nav {
		height: 90px;
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
		padding: 1rem 2rem;
		align-items: center;
		background: #efeae4;
		position: fixed;
		box-shadow: 0 0 10px 0 #0000002d;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	header nav .container {
		padding: 0 0 !important;
		max-width: none;
		margin: 0;
	}
	header nav .container .logo {
		z-index: 999999;
		position: relative;
		gap: 0;
		color: #282727;
	}
	header nav .container .logo .slogan {
		font-size: 0.8rem;
	}
	header nav .container .logo .logo-name {
		display: flex;
		flex-direction: row;
		gap: 0;
	}
	header nav .container .logo .logo-name span {
		line-height: 1;
		font-size: 2.4rem;
		font-weight: 600;
		margin: 0;
	}
	header nav .nav-items .menu-toggle {
		display: block;
		z-index: 999999;
		position: relative;
		display: flex;
		background: transparent;
		border: none;
		gap: 1rem;
		align-items: center;
	}
	header nav .nav-items .menu-toggle h2 {
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #282727;
		line-height: 1;
		margin: 0;
		padding-top: 5px;
	}
	header nav .nav-items .menu-toggle__button__line {
		width: 2rem;
		height: 2px;
		border-radius: 10px;
		background-color: #282727;
		position: relative;
		margin: 8px 0;
		transition: all 0.3s ease-in-out;
	}
	header nav .nav-items .semi_circle-bottom {
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 99999;
		transform: translateX(-50%);
	}
	header nav .nav-items .menu-primary-container {
		position: fixed;
		right: -100vw;
		transition: all 0.3s ease-in-out;
		top: 0;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		padding: 4rem 6rem;
		background-color: #efeae4de;
		backdrop-filter: blur(5px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header nav .nav-items .menu-primary-container ul {
		flex-direction: column;
	}
	header nav .nav-items .menu-primary-container ul li {
		display: block;
	}
	header nav .nav-items .menu-primary-container ul li:first-child a::before {
		content: none;
	}
	header nav .nav-items .menu-primary-container ul li a {
		font-size: 1.6rem;
		text-align: center;
		justify-content: center;
	}
	header nav .nav-items .menu-primary-container ul li a::before {
		content: none;
	}
	header nav.toggled .menu-primary-container {
		right: 0;
	}
	header nav.toggled .menu-toggle__button__line {
		width: 2rem;
		height: 2px;
		border-radius: 10px;
		background-color: #282727;
		position: relative;
		margin: 8px 0;
		transition: all 0.3s ease-in-out;
	}
	header nav.toggled .menu-toggle__button__line:first-child {
		transform: rotate(45deg);
		top: 10px;
	}
	header nav.toggled .menu-toggle__button__line:last-child {
		transform: rotate(-45deg);
		bottom: 10px;
	}
	header nav.toggled .menu-toggle__button__line:nth-child(2) {
		width: 0;
		opacity: 0;
	}
}

@media screen and (max-width: 1000px) {
	nav .nav-items .menu-primary-container ul li::before {
		content: "";
	}
}

@media screen and (max-width: 425px) {
	nav {
		padding: 1rem 1rem;
	}
	nav .nav-items .menu-toggle h2 {
		display: none;
	}
}

/* Footer
--------------------------------------------- */
footer {
	background: #56522f;
	color: #fddecb;
	position: relative;
}

footer a {
	color: #fddecb !important;
	letter-spacing: 1px;
	font-size: 12px;
}

footer .footer {
	position: relative;
}

footer .footer .container {
	max-width: 850px;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
	z-index: 2;
	position: relative;
}

footer .footer__texture {
	background-image: url("/wp-content/themes/loverbos/assets/images/tissue_texture.webp");
	background-repeat: repeat;
	background-size: 500px auto;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.04;
	z-index: 1;
}

footer .footer h3 {
	font-family: "Frunchy", sans-serif;
	margin: 0;
	letter-spacing: 5px;
	font-size: 35px;
}

footer .footer .footer-link-container {
	display: flex;
	align-items: center;
	gap: 8px;
}

footer .footer .footer-link-container svg {
	fill: #fddecb;
	height: 20px;
}

footer .footer .text-right .footer-link-container {
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	footer .footer .text-right .footer-link-container {
		justify-content: center;
	}
}

footer .footer .logo {
	gap: 40px;
}

footer .footer .logo .slogan {
	font-size: 16px;
	letter-spacing: 5px;
}

footer .footer .logo .logo-name {
	font-size: 70px;
	gap: 40px;
}

footer .sub-footer {
	font-family: "arno-pro", sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
	footer,
	footer .text-right {
		text-align: center !important;
	}
}

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

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

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

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

/* Reviews
--------------------------------------------- */
.reviews__wrapper {
	padding: 100px 0;
	position: relative;
	z-index: 10;
}

.reviews__wrapper .container {
	position: relative;
	z-index: 50;
}

.reviews__wrapper .reviews__title {
	background-color: #e7ded3;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 5px;
	font-family: "playfair-display";
}

.reviews__wrapper .reviews {
	background-color: #efeae4;
	padding: 100px 50px;
}

.reviews__wrapper .reviews__item {
	border-left: 1px solid #fe735c;
}

.reviews__wrapper .reviews__item__link__container {
	padding: 1rem;
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}

.reviews__wrapper .reviews__item__link__container:hover .reviews__item__bottom__link {
	color: #282727;
	transform: scale(1.1);
}

.reviews__wrapper .reviews__item:first-child {
	border-left: none;
}

.reviews__wrapper .reviews__item__top {
	text-align: center;
	padding: 0 1rem;
	font-size: 14px;
	flex-grow: 1;
	color: #282727;
}

.reviews__wrapper .reviews__item__top__content__title {
	font-size: 1.4rem;
	margin-top: 0;
	font-family: "playfair-display";
	font-weight: 400;
}

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

.reviews__wrapper .reviews__item__bottom span {
	display: block;
}

.reviews__wrapper .reviews__item__bottom__link {
	font-size: 2rem;
	color: #fe735c;
	transition: all 0.2s ease-in-out;
	margin-bottom: 0.5rem;
}

.reviews__wrapper .reviews__item__bottom__author {
	font-size: 1.2rem;
	font-family: "playfair-display";
	color: #282727;
}

.reviews__wrapper .chevron-left,
.reviews__wrapper .chevron-right {
	width: 120px;
	height: auto;
	fill: #0000003d;
	cursor: pointer;
	height: fit-content;
	margin: auto 0;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

/* Agenda
--------------------------------------------- */
.agenda {
	position: relative;
	padding: 50px 0;
}

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

.agenda__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.agenda__title {
	color: white;
	letter-spacing: 5px;
	text-align: center;
}

.agenda__title.black {
	color: black;
}

.agenda .events {
	margin: 100px 0;
}

.agenda .events a {
	color: black;
	display: flex;
}

.agenda .events a:hover .circle {
	transform: scale(1.2);
}

.agenda .events a:hover .events__item__content__date h1 {
	color: #fe735c;
}

.agenda .events a:hover .events__item__button {
	color: #fe735c;
}

.agenda .events__item {
	display: flex;
	flex-direction: column;
	margin: 0 30px;
	background: #efeae4;
}

.agenda .events__item__content {
	flex-grow: 1;
	padding: 2rem 3rem;
}

.agenda .events__item__content__date h1 {
	color: #56522f;
	margin: 0;
	line-height: 1;
	letter-spacing: 5px;
	font-size: 3.4rem;
	font-family: "Frunchy";
	transition: color 0.2s ease-in-out;
}

.agenda .events__item__content__details {
	margin-bottom: 1.5rem;
}

.agenda .events__item__content__details__item {
	margin: 0;
	letter-spacing: 2px;
	font-size: 1.2rem;
	font-family: "playfair-display";
}

.agenda .events__item__button {
	padding: 1.5rem 3rem;
	border-top: 1px solid #fe735c;
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	font-family: "Frunchy";
	color: black;
	font-size: 1.8rem;
	line-height: 25px;
	transition: color 0.2s ease-in-out;
}

.agenda .events__item__button .circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fe735c;
	position: relative;
	margin: 0;
	left: 0;
	transition: transform 0.2s ease-in-out;
}

.agenda .chevron-left,
.agenda .chevron-right {
	width: 120px;
	height: auto;
	fill: white;
	cursor: pointer;
	height: fit-content;
	margin: auto 0;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

@media screen and (max-width: 1000px) {
	.agenda .events__item {
		margin: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.agenda .events__item__button .circle {
		display: none;
	}
	.agenda .events__item__button {
		padding: 1.5rem 2rem;
	}
}

@media screen and (max-width: 500px) {
	.agenda .events__item {
		margin: 0;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# 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: #eae9e7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #282727;
	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;
}

/* Animations
--------------------------------------------- */
@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes reveal-from-bottom {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.reveal {
	opacity: 0;
}

.reveal.reveal-from-bottom.active {
	animation: reveal-from-bottom 500ms ease-in-out 0.5s forwards;
}

.reveal.reveal-from-bottom.delay-200 {
	animation-delay: 200ms;
}

.reveal.reveal-from-bottom.delay-400 {
	animation-delay: 400ms;
}

.reveal.reveal-from-bottom.delay-600 {
	animation-delay: 600ms;
}

.reveal.reveal-from-bottom.delay-800 {
	animation-delay: 800ms;
}

.squiggle {
	stroke-dasharray: 2860;
	stroke-dashoffset: 2860;
}

.squiggle.active {
	animation: draw 3s ease-in-out forwards;
}

.inc_image.inc_image--right {
	position: absolute;
	width: 800px;
	height: 800px;
	right: 0px;
	bottom: 0px;
}

.inc_image.inc_image--right .inc.inc_image_1 {
	height: 80%;
	width: 80%;
	transform: rotate(-50deg);
	position: absolute;
	top: 100px;
	right: -350px;
	background-size: contain;
	transition-delay: 200ms;
	opacity: 0.9;
}

.inc_image.inc_image--right .inc.inc_image_2 {
	height: 30%;
	width: 30%;
	transform: rotate(180deg);
	position: absolute;
	top: 0px;
	right: -120px;
	background-size: contain;
	transition-delay: 400ms;
	opacity: 0.8;
}

.inc_image.inc_image--right .inc.inc_image_3 {
	height: 40%;
	width: 40%;
	transform: rotate(100deg);
	position: absolute;
	top: -80px;
	right: 130px;
	z-index: -1;
	background-size: 100%;
	transition-delay: 400ms;
	opacity: 0.3;
}

.inc_image.inc_image--left {
	position: absolute;
	width: 800px;
	height: 800px;
	left: -100px;
	bottom: -200px;
}

.inc_image.inc_image--left .inc.inc_image_1 {
	height: 90%;
	width: 90%;
	transform: rotate(-50deg);
	position: absolute;
	top: 200px;
	left: 0px;
	background-size: contain;
	transition-delay: 200ms;
	opacity: 0.9;
}

.inc_image.inc_image--left .inc.inc_image_2 {
	height: 20%;
	width: 20%;
	transform: rotate(180deg);
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: contain;
	transition-delay: 400ms;
	opacity: 0.4;
}

.inc_image.inc_image--left-bottom {
	position: absolute;
	width: 800px;
	height: 800px;
	left: -100px;
	bottom: -200px;
	z-index: -1;
}

.inc_image.inc_image--left-bottom .inc.inc_image_1 {
	height: 90%;
	width: 90%;
	transform: rotate(180deg);
	position: absolute;
	bottom: -100px;
	left: -100px;
	background-size: contain;
	transition-delay: 200ms;
	opacity: 0.9;
}

.inc_image.inc_image--left-bottom .inc.inc_image_2 {
	height: 50%;
	width: 50%;
	transform: rotate(0deg);
	position: absolute;
	top: 0;
	left: -50px;
	background-size: contain;
	transition-delay: 400ms;
	opacity: 0.6;
}

.inc_image.inc_image--right-top {
	position: absolute;
	width: 800px;
	height: 800px;
	right: -100px;
	top: -200px;
}

.inc_image.inc_image--right-top .inc.inc_image_1 {
	height: 90%;
	width: 90%;
	transform: rotate(180deg);
	position: absolute;
	top: -100px;
	right: -100px;
	background-size: contain;
	transition-delay: 200ms;
	opacity: 0.9;
}

.inc_image.inc_image--right-top .inc.inc_image_2 {
	height: 30%;
	width: 30%;
	transform: rotate(-50deg);
	position: absolute;
	bottom: -80px;
	right: 0px;
	background-size: contain;
	transition-delay: 400ms;
	opacity: 0.6;
}

.inc_image.inc_image--left-top {
	position: absolute;
	width: 800px;
	height: 800px;
	left: -100px;
	top: -200px;
}

.inc_image.inc_image--left-top .inc.inc_image_1 {
	height: 90%;
	width: 90%;
	transform: rotate(140deg);
	position: absolute;
	top: -100px;
	left: -100px;
	background-size: contain;
	transition-delay: 200ms;
	opacity: 0.9;
}

.inc_image.inc_image--left-top .inc.inc_image_2 {
	height: 20%;
	width: 20%;
	transform: rotate(0deg);
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-size: contain;
	transition-delay: 400ms;
	opacity: 0.3;
}

.inc_image .inc {
	mask: radial-gradient(at bottom left, #000 50%, #0000 70%) content-box bottom left/var(--_s, 0% 0%) no-repeat;
	mask-composite: exclude;
	transition: all 2500ms steps(80, end);
}

.inc_image .inc.active {
	--_s: 500% 500%;
}

.inc_image .inc--primair {
	background-image: url("/wp-content/themes/loverbos/assets/images/inc_1.webp");
	background-repeat: no-repeat;
}

.inc_image .inc--secondair {
	background-image: url("/wp-content/themes/loverbos/assets/images/inc_2.webp");
	background-repeat: no-repeat;
}

@media screen and (max-width: 1800px) {
	.inc_image {
		width: 600px !important;
		height: 800px !important;
	}
}

@media screen and (max-width: 1500px) {
	.inc_image--head.inc_image--left-top {
		width: 800px !important;
		height: 800px !important;
		top: 100px !important;
		left: -200px !important;
	}
	.inc_image--head.inc_image--right-top {
		width: 800px !important;
		height: 800px !important;
		top: 100px !important;
		right: -200px !important;
	}
}

/* Pages
--------------------------------------------- */
.page-home .head {
	position: relative;
}

.page-home .head .image_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8rem;
}

.page-home .head__line {
	position: absolute;
	top: 50%;
	z-index: 10;
}

.page-home .intro {
	position: relative;
}

.page-home .intro__text {
	text-align: center;
}

.page-home .quote {
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.page-home .quote .quote__quote p {
	font-size: 1.5rem;
}

.page-home .quote .quote__author {
	font-size: 1rem;
}

.page-home .quote .quote__author::before {
	content: "-";
	margin-right: 10px;
}

.page-home .service {
	margin-top: 10rem;
	margin-bottom: 12rem;
}

.page-home .service .head__line {
	left: 0%;
	top: unset;
	margin-top: 100px;
}

.page-home .service .services {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.page-home .service .services__item {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.page-home .service .services__item:hover a .services__item__button {
	filter: brightness(0.9);
}

.page-home .service .services__item a {
	color: unset;
	display: contents;
}

.page-home .service .services__item:nth-child(1) {
	background-color: #56522f;
	color: #fff;
	z-index: 11;
}

.page-home .service .services__item:nth-child(1) .services__item__button {
	background: #56522f;
	color: #fddecb;
}

.page-home .service .services__item:nth-child(2) {
	background-color: #aaa898;
}

.page-home .service .services__item:nth-child(2) .services__item__text .services__item__text__texture {
	opacity: 0.2;
}

.page-home .service .services__item:nth-child(2) .services__item__button {
	color: #56522f;
	background: #aaa898;
}

.page-home .service .services__item:nth-child(3) {
	background-color: #282727;
	color: #fff;
}

.page-home .service .services__item:nth-child(3) .services__item__button {
	color: #efeae4;
	background: #282727;
}

.page-home .service .services__item:nth-child(4) {
	z-index: 11;
	background-color: #fddecb;
}

.page-home .service .services__item:nth-child(4) .services__item__text .services__item__text__texture {
	opacity: 0.4;
}

.page-home .service .services__item:nth-child(4) .services__item__button {
	color: #56522f;
	background: #fddecb;
}

.page-home .service .services__item__image {
	height: 320px;
	background-position: center !important;
	background-size: cover !important;
	display: flex;
	align-items: end;
}

.page-home .service .services__item__text {
	padding: 20px;
	flex-grow: 1;
	position: relative;
}

.page-home .service .services__item__text__texture {
	background-image: url("/wp-content/themes/loverbos/assets/images/tissue_texture.webp");
	background-repeat: repeat;
	background-size: 300px auto;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.04;
	z-index: 1;
}

.page-home .service .services__item__button {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.page-home .service .services__item__button a {
	width: 100%;
	display: block;
	padding: 10px;
	font-family: "Frunchy", sans-serif;
	font-size: 25px;
}

.page-home .fern {
	position: absolute;
	bottom: 0;
	left: 55%;
	width: 212px;
	height: 563px;
	background-size: contain;
	background-position: center;
	transform: rotate(80deg);
	mix-blend-mode: color-dodge;
}

.content {
	margin-top: 8rem;
	margin-bottom: 12rem;
}

.content .container {
	padding: 0 3em;
	position: relative;
}

.content__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16rem;
	align-items: center;
}

.content__tags {
	display: flex;
	flex-direction: column;
}

.content__tags__item {
	margin: 0;
	line-height: 2rem;
}

.content__button {
	margin-top: 40px;
}

.content__quote {
	max-width: 800px;
	margin: 0 auto;
}

.content__quote__author {
	text-align: center;
}

.content__image {
	width: 100%;
	height: 100%;
	position: relative;
}

.content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content__fx {
	background-color: #efeae4;
	height: 90%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}

.content__fx-right {
	right: 0;
	top: 0;
	transform: translate(50%, 0%);
}

.content__fx-left {
	right: 50%;
	top: 0;
}

.content .feather {
	padding: 50px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	position: absolute;
}

.content .feather__circle {
	width: 40px;
	height: 40px;
	background-color: #fe735c;
	border-radius: 50%;
}

.content .feather__image {
	width: 100%;
	max-width: 70px;
	height: auto;
	position: absolute;
}

.content .feather__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1024px) {
	.page-home .head .image_wrapper {
		gap: 3rem;
	}
}

@media screen and (max-width: 1000px) {
	.page-home .head .image_wrapper {
		padding-top: 96px;
	}
	.intro__content {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.page-home .head .image_wrapper {
		display: flex;
		flex-direction: column;
		padding-top: 50px;
	}
	.page-home .head .image_wrapper .head__image:nth-child(2) {
		transform: none;
		width: 100%;
	}
	.page-home .service .services {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media screen and (max-width: 767px) {
	.page-home .quote .quote__quote p {
		font-size: 1rem;
	}
	.page-home .head .image_wrapper {
		padding: 0 !important;
	}
	.page-home .head .image_wrapper .head__image:nth-child(2) {
		height: 400px;
	}
	.page-home .head .image_wrapper .head__image:nth-child(2) img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-home .head .image_wrapper .head__image:nth-child(1),
	.page-home .head .image_wrapper .head__image:nth-child(3) {
		display: none;
	}
}

.page-template-page-about .page-about .intro {
	position: relative;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.page-template-page-about .page-about .intro__text {
	text-align: center;
}

.page-template-page-about .page-about .quote {
	position: relative;
}

.page-template-page-about .page-about .quote .fern {
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 212px;
	height: 563px;
	background-size: contain;
	background-position: center;
	z-index: 20;
	transform: rotate(270deg);
	mix-blend-mode: color-dodge;
}

.page-template-page-about .page-about .content h2 {
	margin-bottom: 0.2rem;
}

.page-template-page-about .page-about .content p {
	margin-top: 0;
	margin-bottom: 2rem;
}

@media screen and (max-width: 1000px) {
	.page-template-page-about .intro {
		padding-top: 15px;
	}
}

.page-content .head {
	position: relative;
	z-index: 50;
}

.page-content .head__content {
	width: 100%;
	height: 400px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.page-content .head__content {
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	.page-content .head__content {
		height: 200px;
	}
}

.page-content .head__content__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}

.page-content .head__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}

.page-content .head__content__image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-content .head__content__image .video-container {
	padding: 56.25% 0 0 0;
	height: 100%;
	position: relative;
}

.page-content .head__content__image .video-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.page-content .head__content__image .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.page-content .head__content__title {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content .head__content__title h1 {
	font-size: 1.6rem;
	font-weight: 400;
	color: white;
	text-align: center;
	font-family: "playfair-display";
	letter-spacing: 5px;
}

.page-content .head__rectangle {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
}

.page-content .head__rectangle__circle {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-color: #fe735c;
	border-radius: 50%;
}

.page-content .intro {
	padding: 100px 0 0;
	position: relative;
}

.page-content .intro .inc_image--right_top {
	z-index: 10;
	top: -200px;
	right: -300px;
	width: 700px;
	height: 700px;
}

.page-content .intro__title {
	padding-bottom: 50px;
}

.page-content .intro__text {
	text-align: center;
}

.page-content .intro__tags {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	flex-wrap: wrap;
	row-gap: 0.5rem;
}

.page-content .intro__tags__item {
	padding: 0 15px;
	border-left: 1px solid black;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1;
}

.page-content .intro__tags__item:first-child {
	border-left: none;
}

.page-content .feather {
	padding: 50px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content .feather__circle {
	width: 50px;
	height: 50px;
	background-color: #fe735c;
	border-radius: 50%;
}

.page-content .feather__image {
	width: 100%;
	max-width: 100px;
	height: auto;
	transform: rotate(90deg);
	position: absolute;
}

.page-content .feather__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-content .content {
	padding: 100px 0;
	overflow: hidden;
}

.page-content .content .container {
	padding: 0 3em;
	position: relative;
}

.page-content .content__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16rem;
}

.page-content .content__tags {
	display: flex;
	flex-direction: column;
}

.page-content .content__tags__item {
	margin: 0;
	line-height: 2rem;
}

.page-content .content__quote {
	max-width: 800px;
	margin: 0 auto;
}

.page-content .content__quote__author {
	text-align: center;
}

.page-content .content__image {
	width: 100%;
	height: 100%;
	position: relative;
}

.page-content .content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-content .content__fx {
	background-color: #efeae4;
	height: 90%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	transform: translate(50%, 0%);
}

.page-content .inc_image--right_top {
	z-index: 10;
	position: absolute;
	top: -200px;
	right: -200px;
	width: 600px;
	height: 600px;
}

.page-content .inc_image--right_top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: rotate(90deg) scale(1);
}

.page-content .fern {
	width: 212px;
	height: 563px;
	background-size: contain;
	background-position: center;
}

.page-content .fern-1 {
	transform: rotate(-120deg) !important;
}

.page-content .fern-2 {
	transform: rotate(80deg) !important;
}

.page-content .fern-3 {
	position: absolute;
	bottom: 10%;
	left: 55%;
	transform: rotate(80deg);
	mix-blend-mode: color-dodge;
	z-index: 20;
}

@media screen and (max-width: 1000px) {
	.page-content .intro,
	.page-content .reviews__wrapper,
	.page-content .content {
		padding: 0;
	}
	.reviews__wrapper {
		padding: 0;
	}
}

@media screen and (max-width: 425px) {
	.page-content .head__rectangle {
		height: 25px;
	}
	.page-content .feather__circle {
		width: 35px;
		height: 35px;
	}
	.page-content .feather__image img {
		width: 75%;
	}
}

.page-contact .head {
	position: relative;
	z-index: 50;
}

.page-contact .head__content {
	width: 100%;
	height: 400px;
	position: relative;
}

.page-contact .head__content__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.page-contact .head__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}

.page-contact .head__content__title {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-contact .head__content__title h1 {
	font-weight: 400;
	font-size: 1.6rem;
	color: white;
	text-align: center;
	font-family: "playfair-display";
	letter-spacing: 5px;
}

.page-contact .head__rectangle {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
}

.page-contact .head__rectangle__circle {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-color: #fe735c;
	border-radius: 50%;
}

.page-contact .content {
	position: relative;
	margin: 2rem 0;
}

.page-contact .content__title {
	padding-bottom: 50px;
}

.page-contact .content__text {
	text-align: center;
}

.page-contact .contact {
	display: flex;
	gap: 50px;
	margin-bottom: 150px;
}

.page-contact .contact .feather {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-contact .contact .feather__circle {
	width: 50px;
	height: 50px;
	background-color: #fe735c;
	border-radius: 50%;
}

.page-contact .contact .feather__image {
	width: 100%;
	max-width: 100px;
	height: auto;
	position: absolute;
}

.page-contact .contact .feather__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page-contact .phone {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}

.page-contact .phone .btn--primary span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.page-contact .phone .btn--primary span svg {
	height: 20px;
	width: auto;
	color: white;
	fill: white;
}

.page-contact .phone h2 {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
}

@media screen and (max-width: 425px) {
	.page-contact .head__content {
		height: 300px;
	}
	.page-contact .feather {
		display: none !important;
	}
}

.page-404 .fof {
	height: 100%;
}

.page-404 .fof .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(100vh - 500px);
}

.page-404 .fof__title {
	margin: 0;
	font-size: 3rem;
	line-height: 50px;
	font-family: "Amalfi Coast", sans-serif;
	letter-spacing: 5px;
	margin: 3rem 0;
}

.page-404 .fof__subtitle {
	margin: 0;
	font-family: "playfair-display", sans-serif;
	font-size: 2rem;
	letter-spacing: 2px;
}

.page-404 .fof__content {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 16px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 600 !important;
	line-height: 1.8em;
	max-width: 600px;
	margin-top: 3rem;
}

@media screen and (max-width: 1000px) {
	.page-404 .fof {
		margin-top: 8rem !important;
		margin-bottom: 4rem !important;
	}
}

@media screen and (max-width: 550px) {
	.page-404 .fof__title {
		font-size: 1.7rem;
	}
	.page-404 .fof__subtitle {
		font-size: 1.5rem;
	}
}

.page-legal h1,
.page-legal h2,
.page-legal h3,
.page-legal h4,
.page-legal h5,
.page-legal h6 {
	margin: 2.5rem 0 0 0;
	font-size: 1.6rem;
	font-family: "playfair-display";
	letter-spacing: 5px;
}

.page-legal a:hover {
	text-decoration: underline;
}

.page-thank-you .head {
	position: relative;
	z-index: 50;
}

.page-thank-you .head__content {
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.page-thank-you .head__content__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.page-thank-you .head__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}

.page-thank-you .head__content p {
	font-family: "playfair-display", sans-serif !important;
	font-size: 18px !important;
	line-height: 1.8em;
	max-width: 600px;
	text-align: center;
}

.page-thank-you .head__content .button {
	width: 100%;
	display: flex;
	justify-content: center;
}

.page-thank-you .head__content .btn a {
	color: white;
}

/* Archives
--------------------------------------------- */
.archive-events {
	position: relative;
}

.archive-events .head {
	position: relative;
	z-index: 50;
}

.archive-events .head__content {
	width: 100%;
	height: 500px;
	position: relative;
}

.archive-events .head__content__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.archive-events .head__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}

.archive-events .head__content__title {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 650px;
}

.archive-events .head__content__title h1 {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 45px;
	color: white;
	text-align: center;
	font-family: "playfair-display";
	letter-spacing: 5px;
}

.archive-events .head__rectangle {
	width: 100%;
	height: 0px;
	display: flex;
	justify-content: center;
}

.archive-events .head__rectangle__circle {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-color: #fe735c;
	border-radius: 50%;
}

.archive-events .content__fx {
	background-color: #56522f;
	left: 0;
	transform: translate(-50%, 0%);
}

.archive-events .content__button {
	margin-top: 3rem;
}

.archive-events .agenda .chevron-left,
.archive-events .agenda .chevron-right {
	fill: #282727;
}

.archive-events .agenda .events {
	position: relative;
	z-index: 10;
	margin: 100px 0 50px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 3rem;
	column-gap: 4rem;
}

.archive-events .agenda .events__item {
	margin: 0;
}

.archive-events .agenda .navigation {
	margin-bottom: 50px;
}

.archive-events .agenda .navigation .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 8px;
}

.archive-events .agenda .navigation .nav-links .page-numbers {
	height: 30px;
	min-width: 30px;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-family: "Frunchy";
	color: #fe735c;
	transition: all 0.2s ease-in-out;
}

.archive-events .agenda .navigation .nav-links .page-numbers:hover {
	color: #282727;
}

.archive-events .agenda .navigation .nav-links .page-numbers.current {
	color: #eae9e7;
	background-color: #fe735c;
	border-radius: 30px;
}

.archive-events .feather {
	display: none;
}

@media screen and (max-width: 1400px) {
	.archive-events .agenda .events {
		row-gap: 1.5rem;
		column-gap: 1.5rem;
	}
}

@media screen and (max-width: 1000px) {
	.archive-events .agenda {
		padding: 0 !important;
	}
	.archive-events .agenda .events {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.archive-events .agenda .events {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 580px) {
	.archive-events .agenda .events {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.archive-events .head__content {
		height: 300px !important;
	}
}

@media screen and (max-width: 425px) {
	.archive-events .head__content {
		height: 300px;
	}
}

.archive-blogs {
	position: relative;
}

.archive-blogs .content__content p:has(strong),
.archive-blogs .content__content a:has(strong) {
	font-family: "Articulat", sans-serif !important;
}

.archive-blogs .head {
	position: relative;
	z-index: 50;
}

.archive-blogs .head__content {
	width: 100%;
	height: 500px;
	position: relative;
}

.archive-blogs .head__content__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.archive-blogs .head__content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}

.archive-blogs .head__content__title {
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 650px;
}

.archive-blogs .head__content__title h1 {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 45px;
	color: white;
	text-align: center;
	font-family: "playfair-display";
	letter-spacing: 5px;
}

.archive-blogs .head__rectangle {
	width: 100%;
	height: 0px;
	display: flex;
	justify-content: center;
}

.archive-blogs .head__rectangle__circle {
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-color: #fe735c;
	border-radius: 50%;
}

.archive-blogs .quote__row {
	position: relative;
	z-index: 20;
}

.archive-blogs .quote__row__image {
	background-position: top center !important;
}

.archive-blogs .blogs {
	position: relative;
	padding: 50px 0;
	z-index: 20;
}

.archive-blogs .blogs__title {
	text-align: center;
}

.archive-blogs .blogs .items {
	margin: 100px 0 50px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 3rem;
	column-gap: 4rem;
	z-index: 20;
	position: relative;
}

.archive-blogs .blogs .items a {
	color: black;
	display: flex;
}

.archive-blogs .blogs .items a:hover .circle {
	transform: scale(1.2);
}

.archive-blogs .blogs .items a:hover .blogs__item__content__date h1 {
	color: #fe735c;
}

.archive-blogs .blogs .items a:hover .blogs__item__button {
	color: #fe735c;
}

.archive-blogs .blogs .items .blogs__item {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #efeae4;
}

.archive-blogs .blogs .items .blogs__item__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 10;
	margin-top: 1rem;
}

.archive-blogs .blogs .items .blogs__item__categories__tag {
	padding: 0.3rem 0.8rem;
	background: white;
	color: black;
	border-radius: 20px;
	font-size: 0.7rem;
	font-family: "playfair-display";
	letter-spacing: 2px;
}

.archive-blogs .blogs .items .blogs__item__image {
	width: 100%;
	height: 300px;
	position: relative;
}

.archive-blogs .blogs .items .blogs__item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-blogs .blogs .items .blogs__item__content {
	flex-grow: 1;
	padding: 2rem 2rem;
}

.archive-blogs .blogs .items .blogs__item__content__date h1 {
	color: #56522f;
	margin: 0;
	line-height: 1;
	letter-spacing: 5px;
	overflow-wrap: anywhere;
	font-size: 3rem;
	font-family: "Frunchy";
	margin: 0 0 1rem 0;
	transition: color 0.2s ease-in-out;
}

.archive-blogs .blogs .items .blogs__item__content__date p {
	margin: 0;
}

.archive-blogs .blogs .items .blogs__item__content__description {
	font-family: "articulat-cf";
	font-weight: 200 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* number of lines to show */
	line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: left !important;
}

.archive-blogs .blogs .items .blogs__item__content__description p {
	text-align: left !important;
}

.archive-blogs .blogs .items .blogs__item__button {
	line-height: 25px;
	padding: 1.5rem 2rem;
	border-top: 1px solid #fe735c;
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	font-family: "Frunchy";
	color: black;
	transition: color 0.2s ease-in-out;
	font-size: 1.8rem;
}

.archive-blogs .blogs .items .blogs__item__button .circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fe735c;
	position: relative;
	margin: 0;
	left: 0;
	transition: transform 0.2s ease-in-out;
}

.archive-blogs .blogs .navigation {
	margin-bottom: 50px;
}

.archive-blogs .blogs .navigation .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 8px;
}

.archive-blogs .blogs .navigation .nav-links .page-numbers {
	height: 30px;
	min-width: 30px;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-family: "Frunchy";
	color: #fe735c;
	transition: all 0.2s ease-in-out;
}

.archive-blogs .blogs .navigation .nav-links .page-numbers:hover {
	color: #282727;
}

.archive-blogs .blogs .navigation .nav-links .page-numbers.current {
	color: #eae9e7;
	background-color: #fe735c;
	border-radius: 30px;
}

@media screen and (max-width: 1400px) {
	.archive-blogs .blogs .items {
		row-gap: 1.5rem;
		column-gap: 1.5rem;
	}
}

@media screen and (max-width: 1000px) {
	.archive-blogs .blogs {
		padding: 0 !important;
	}
	.archive-blogs .blogs .items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.archive-blogs .blogs .items {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 580px) {
	.archive-blogs .head__content {
		height: 300px !important;
	}
	.archive-blogs .items {
		margin-top: 0 !important;
	}
}

/* Singles
--------------------------------------------- */
.is-single-event {
	overflow-x: visible;
}

.single-events .event {
	position: relative;
	z-index: 20;
}

.single-events .event .content {
	position: relative;
	margin: 4rem 0 8rem 0;
}

.single-events .event .content__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8rem;
}

.single-events .event .content__row .content__col--left {
	position: relative;
}

.single-events .event .content__row .content__col--left .content__fx {
	background: none;
	height: calc(100% + 50px);
	width: 200%;
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	transform: translate(0%, 0%);
}

.single-events .event .content .event__content__date h1 {
	color: #56522f;
	margin: 0;
	line-height: 1;
	letter-spacing: 5px;
	font-size: 3.4rem;
	font-family: "Frunchy";
	margin: 0 0 1.5rem 0;
}

.single-events .event .content .event__content__details {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #fe735c;
}

.single-events .event .content .event__content__details__item {
	margin: 0;
	letter-spacing: 2px;
	font-size: 1.2rem;
	font-family: "playfair-display";
}

.single-events .event .content__image {
	width: 100%;
	height: 800px;
	position: sticky;
	top: 0;
}

.single-events .event .content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-events .form {
	z-index: 20;
	position: relative;
}

.single-events .form .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8rem;
}

.single-events .form__feather {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.single-events .form__feather__circle {
	width: 50px;
	height: 50px;
	background-color: #fe735c;
	border-radius: 50%;
}

.single-events .form__feather__image {
	width: 100%;
	max-width: 100px;
	height: auto;
	position: absolute;
}

.single-events .form__feather__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-events .eventform-input {
	display: none;
}

@media screen and (max-width: 768px) {
	.is-single-event {
		overflow-x: hidden;
	}
	.single-event .event .container {
		padding: 0 !important;
	}
	.single-event .event .container .content__image {
		height: 300px;
	}
	.single-event .event .container .content__col--right {
		padding: 3rem 3rem;
	}
	.single-event .event .content__image {
		position: relative;
	}
	.single-event .form .container .row {
		gap: 0rem;
	}
}

@media screen and (max-width: 580px) {
	.single-event .form__feather {
		display: none;
	}
	.single-event .single-events .form .row {
		grid-template-columns: 1fr;
	}
	.single-event .event .container .content__col--right {
		padding: 2rem 1rem;
	}
}

.archive-blogs .head__content__title {
	display: flex;
	flex-direction: column;
}

.archive-blogs .head__content__title__date {
	color: white;
}

.archive-blogs .head__content__title__category {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.5rem;
}

.archive-blogs .head__content__title__category .blogs__item__categories__tag {
	padding: 0.3rem 0.8rem;
	background: white;
	color: black;
	border-radius: 20px;
	font-size: 0.7rem;
	font-family: "playfair-display";
	letter-spacing: 2px;
}

.archive-blogs .content {
	padding-top: 8rem !important;
	padding-bottom: 4rem !important;
	background: white;
	font-family: "articulat-cf", sans-serif;
	font-weight: 200 !important;
}

.archive-blogs .content__ending__name {
	text-align: left;
}

@media screen and (max-width: 425px) {
	.archive-blogs .content {
		padding-top: 4rem !important;
	}
}

#page {
	position: relative;
}

.whatsapp {
	background: #23d366;
	padding: 10px;
	border-radius: 50px;
	display: flex;
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 200;
}

.whatsapp svg {
	width: 20px;
	height: 20px;
	fill: white;
}

.site-header {
	position: relative;
	z-index: 9999;
}

.site-header--big {
	height: 100vh;
}

.site-header--big nav {
	height: 100%;
	justify-content: start;
}

.site-header--big nav .container {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.container-small {
	max-width: 900px;
	margin: 0 auto;
	padding: 3em 3em;
}

.container-small .row-col {
	display: flex;
	flex: auto;
	flex-direction: column;
	gap: 10px;
}

.container-smaller {
	max-width: 600px;
	margin: 0 auto;
	padding: 6em 3em;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 3em 3em;
}

.container .row {
	display: flex;
	gap: 10px;
}

.container .row .col {
	flex: 1 1 auto;
}

.container .row-col {
	display: flex;
	flex: auto;
	flex-direction: column;
	gap: 10px;
}

.container .gap-small {
	gap: 8px;
}

.container .gap-large {
	gap: 20px;
}

.container .space-between {
	justify-content: space-between;
}

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

.container .text-right {
	text-align: right;
}

.container .logo {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	text-align: center;
	gap: 65px;
}

.container .logo .slogan {
	font-family: "articulat-cf", sans-serif;
	font-weight: 600 !important;
	font-size: 22px;
	letter-spacing: 5px;
}

.container .logo .logo-name {
	display: flex;
	flex-direction: column;
	font-size: 8rem;
	font-family: "Frunchy", sans-serif;
	gap: 70px;
	letter-spacing: 5px;
}

.container .logo .logo-name span {
	line-height: 0;
	margin-bottom: 20px;
}

.circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fe735c;
	margin: 0 auto;
	margin-top: -15px;
	position: absolute;
	left: 49%;
	z-index: 20;
}

.circle-small {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fe735c;
	margin: 0 auto;
	margin-bottom: -10px;
	z-index: 10;
}

/* gravity forms */
.gform_heading {
	display: none !important;
}

.gform-body .gform_fields {
	gap: 20px !important;
}

.gform-body .gform_fields input,
.gform-body .gform_fields textarea {
	font-family: "playfair-display" !important;
	border: 0px !important;
	border-radius: unset !important;
	box-shadow: unset !important;
	font-size: 16px !important;
	padding: 0.2rem 1rem;
	height: fit-content;
}

.gform-body .gform_fields textarea {
	padding: 0.5rem 1rem;
}

.gform_footer {
	float: right !important;
}

.gform_footer input {
	border-radius: unset !important;
	font-family: "playfair-display" !important;
	padding: 10px 30px !important;
	letter-spacing: 2px !important;
	background-color: #fe735c !important;
	color: white !important;
	padding: 0.8rem 2rem;
	border: none;
	font-size: 1.6rem;
	transition: all 0.2s ease;
}

.gform_footer input:hover {
	background-color: #fe664d;
	cursor: pointer !important;
}

.gform_validation_errors {
	display: none !important;
}

.gfield_validation_message {
	color: #fe735c !important;
	float: right !important;
}

/* responsive */
@media screen and (max-width: 1000px) {
	.inc_image--right_top,
	.head__rectangle__circle,
	.page-contact .head .circle {
		display: none;
	}
	.head {
		margin-top: 90px;
	}
	.agenda {
		padding: 0;
	}
	.inc_image--left_top {
		z-index: -1;
	}
	.inc_image {
		opacity: 0.3;
	}
	.page-home .service .services {
		grid-template-columns: repeat(2, 1fr);
	}
	.intro,
	.quote,
	.blogs,
	.service,
	.content {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
}

@media screen and (max-width: 900px) {
	.content__row {
		gap: 8rem !important;
	}
}

@media screen and (max-width: 880px) {
	.agenda .events__item__content__date h1 {
		font-size: 2.4rem !important;
	}
	.agenda .events__item__content__details__item {
		font-size: 1rem !important;
	}
}

@media screen and (max-width: 768px) {
	.title_handwriting {
		font-size: 1.2rem;
	}
	.container .row {
		flex-direction: column;
	}
	.footer .space-between {
		gap: 50px;
	}
	.footer .space-between .text-right {
		text-align: left;
	}
	.content__row {
		grid-template-columns: 1fr !important;
		gap: 3rem !important;
	}
	.content__fx,
	.page-home .feather {
		display: none !important;
	}
	.content__quote {
		margin-top: 75px !important;
	}
	.agenda .events {
		margin: 0 !important;
		display: flex;
		flex-direction: row !important;
	}
	.reviews {
		margin: 0 !important;
		display: flex;
		flex-direction: row !important;
	}
}

@media screen and (max-width: 700px) {
	.intro,
	.quote,
	.blogs,
	.service,
	.content {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.agenda .events__item__content__date h1 {
		font-size: 1.7rem !important;
	}
	.agenda .events__item__content {
		padding: 2rem;
	}
	.agenda .events__item__button a {
		line-height: 25px !important;
		text-align: center !important;
	}
	.agenda .container {
		padding: 3em 2em;
	}
}

@media screen and (max-width: 700px) {
	.reviews__wrapper .reviews {
		padding: 50px 25px;
	}
	.reviews__wrapper .reviews__item {
		border-left: none;
		border-right: none;
	}
}

@media screen and (max-width: 600px) {
	.container {
		padding: 3em 1rem;
	}
	.container-smaller {
		padding: 6rem 1rem;
	}
}

@media screen and (max-width: 425px) {
	.container {
		padding: 3em 1rem !important;
	}
	.container-smaller {
		padding: 6rem 1rem;
	}
}

/* Quote / about section */
.agenda .inc_image {
	z-index: 5;
}

.archive-events .quote,
.archive-blogs .quote,
.page-about .quote {
	padding-top: 0;
	padding-bottom: 0;
	background-color: white;
	position: relative;
}

.archive-events .quote .inc_image,
.archive-blogs .quote .inc_image,
.page-about .quote .inc_image {
	z-index: 5;
}

.archive-events .quote .inc_image.inc_image--right-top .inc.inc_image_1,
.archive-blogs .quote .inc_image.inc_image--right-top .inc.inc_image_1,
.page-about .quote .inc_image.inc_image--right-top .inc.inc_image_1 {
	top: -400px;
}

.archive-events .quote__row,
.archive-blogs .quote__row,
.page-about .quote__row {
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: center;
}

.archive-events .quote__row__image,
.archive-blogs .quote__row__image,
.page-about .quote__row__image {
	width: 100%;
	height: 100%;
	position: relative;
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 11;
}

.archive-events .quote__row__image img,
.archive-blogs .quote__row__image img,
.page-about .quote__row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-events .quote__row__text__quote p,
.archive-blogs .quote__row__text__quote p,
.page-about .quote__row__text__quote p {
	font-size: 1.5rem;
}

.archive-events .quote__row__text__author,
.archive-blogs .quote__row__text__author,
.page-about .quote__row__text__author {
	font-size: 1rem;
}

.archive-events .quote__row__text__author::before,
.archive-blogs .quote__row__text__author::before,
.page-about .quote__row__text__author::before {
	content: "-";
	margin-right: 10px;
}

.archive-events .content,
.archive-blogs .content,
.page-about .content {
	margin-bottom: 8rem;
}

.archive-events .content__row,
.archive-blogs .content__row,
.page-about .content__row {
	padding-top: 8rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
}

.archive-events .content__row__right__ending,
.archive-blogs .content__row__right__ending,
.page-about .content__row__right__ending {
	text-align: left;
}

@media screen and (max-width: 1000px) {
	.archive-events .quote .content__row,
	.archive-blogs .quote .content__row,
	.page-about .quote .content__row {
		padding-top: 0;
		padding-bottom: 0;
	}
	.archive-events .quote .quote__row,
	.archive-blogs .quote .quote__row,
	.page-about .quote .quote__row {
		gap: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.archive-events .quote .quote__row,
	.archive-blogs .quote .quote__row,
	.page-about .quote .quote__row {
		padding-top: 0;
		grid-template-columns: 1fr;
	}
	.archive-events .quote .quote__row__text__quote p,
	.archive-blogs .quote .quote__row__text__quote p,
	.page-about .quote .quote__row__text__quote p {
		font-size: 1rem;
	}
}

.page-template-page-about .head__img,
.post-type-archive .head__img {
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.page-template-page-about .head__img .head__line,
.post-type-archive .head__img .head__line {
	position: absolute;
	bottom: 5rem;
}

.page-template-page-about nav .logo,
.post-type-archive nav .logo {
	color: #eae9e7;
	transition: color 0.2s ease;
}

.page-template-page-about nav.toggled button.menu-toggle .menu-toggle__button,
.page-template-page-about nav.toggled button.menu-toggle h2,
.post-type-archive nav.toggled button.menu-toggle .menu-toggle__button,
.post-type-archive nav.toggled button.menu-toggle h2 {
	color: #282727;
}

.page-template-page-about nav.toggled button.menu-toggle .menu-toggle__button__line,
.post-type-archive nav.toggled button.menu-toggle .menu-toggle__button__line {
	background-color: #282727;
}

.page-template-page-about nav.toggled .logo,
.post-type-archive nav.toggled .logo {
	color: #282727;
}

.page-template-page-about nav .nav-items .menu-primary-container ul .current_page_item a,
.page-template-page-about nav .nav-items .menu-primary-container ul .current-menu-item a,
.post-type-archive nav .nav-items .menu-primary-container ul .current_page_item a,
.post-type-archive nav .nav-items .menu-primary-container ul .current-menu-item a {
	color: #fe735c !important;
}

.page-template-page-about nav .nav-items .menu-primary-container ul li a,
.post-type-archive nav .nav-items .menu-primary-container ul li a {
	color: #eae9e7 !important;
}

@media screen and (max-width: 1000px) {
	.page-template-page-about .head__img .head__line path,
	.post-type-archive .head__img .head__line path {
		stroke-width: 4px;
	}
	.page-template-page-about nav .nav-items .menu-primary-container ul .current_page_item a,
	.page-template-page-about nav .nav-items .menu-primary-container ul .current-menu-item a,
	.post-type-archive nav .nav-items .menu-primary-container ul .current_page_item a,
	.post-type-archive nav .nav-items .menu-primary-container ul .current-menu-item a {
		color: #fe735c !important;
	}
	.page-template-page-about nav .nav-items .menu-primary-container ul li a,
	.post-type-archive nav .nav-items .menu-primary-container ul li a {
		color: #282727 !important;
	}
	.page-template-page-about nav .logo,
	.post-type-archive nav .logo {
		color: #282727;
	}
}

@media screen and (max-width: 768px) {
	.page-template-page-about .head__img .head__line path,
	.post-type-archive .head__img .head__line path {
		stroke-width: 8px;
	}
}

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