/*!
Theme Name: Yulia Saksen
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: yuliasaksen
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.

Yulia Saksen 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

--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
:root {
/*   font-size: clamp(14px, calc(0.8929vw + 4.86px), 22px); */
	font-size: clamp(16px, calc(0.6696vw + 9.14px), 22px);
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #2A0F10;
	font-family: "Instrument Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.font-instrument-serif {
	font-family: "Instrument Serif", serif;
}

.italic {
	font-style: italic;
}

.text-18 {
	font-size: 0.81rem;
}

.text-20 {
	font-size: 0.9rem;
}

.text-22 {
	font-size: 1rem;
}

.text-24 {
	font-size: 1.1rem;
}

.text-26 {
	font-size: 1.2rem;
}

.text-40 {
	font-size: 1.5rem;
}

.text-44 {
	font-size: 2rem;
}

.text-48 {
	font-size: 1.7rem;
}

.text-50 {
	font-size: 1.7rem;
}

.text-60 {
	font-size: 2rem;
}

.text-90 {
	font-size: 3rem;
}

@media screen and (min-width: 750px) {
	.text-40 {
		font-size: 1.82rem;
	}

	.text-48 {
		font-size: 2.18rem;
	}
	
	.text-50 {
		font-size: 2.25rem;
	}

	.text-60 {
		font-size: 2.75rem;
	}

	.text-90 {
		font-size: 4.1rem;
	}
}

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

.uppercase {
	text-transform: uppercase;
}

.weight-400 {
	font-weight: 400;
}

.weight-500 {
	font-weight: 500;
}

.weight-600 {
	font-weight: 600;
}

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

.text-white {
	color: #FFFCF5;
}

.text-red {
	color: #F65058;
}

.hover-text-red {
	transition: color 0.5s ease;
}

.hover-text-red:hover,
.active .hover-text-red {
	color: #F65058;
}

a.nowrap {
	white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

/* 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
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.relative {
	position: relative;
}

.block {
	display: block;
}

.h-full {
	height: 100%;
}

.margin-0,
.margin-0 * {
	margin: 0;
}

.mt-0,
.mt-0 * {
	margin-top: 0;
}

.mt-0-5 {
	margin-top: 0.5em;
}

.mt-1 {
	margin-top: 1em;
}

.mt-1-5 {
	margin-top: 1.5em;
}

.mt-2-5 {
	margin-top: 2.5em;
}

.padding-0 {
	padding: 0;
}

.margin-0-5 {
	margin: 0.5em 0;
}

.mb-0-8 {
	margin-bottom: 0.8em;
}

.mb-1-5 {
	margin-bottom: 1.5em;
}

.mb-1rem {
	margin-bottom: 1rem;
}

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

.mb-2-5 {
	margin-bottom: 2.5em;
}

.lh-1 {
	line-height: 1;
}

.lh-1-2 {
	line-height: 1.2;
}

.lh-1-4 {
	line-height: 1.4;
}

.lh-1-6 {
	line-height: 1.6;
}

.bg-peach {
	background-color: #FFE3D1;
}

.bg-brown {
	background-color: #2A0F10;
}

.bg-green {
	background-color: #485436;
}

.bg-red {
	background-color: #F65058;
}

section.section {
	padding: 2rem 7%;
}

section.section-wide {
	padding: 2rem 0;
}

@media screen and (min-width: 750px) {
	.inner-section-narrow {
		padding: 0 10%;
	}
	
	.inner-section-small {
		padding: 0 7%;
	}
	
	.inner-section-large {
		padding: 0 3.5%;
	}
}

@media screen and (min-width: 1024px) {
	section.section {
		padding: 2rem 9%;
	}
	
	.inner-section-large {
		padding: 0 7%;
	}
	
	.inner-section-small {
		padding: 0 12%;
	}
	
	.inner-section-narrow {
		padding: 0 17%;
	}
}

@media screen and (min-width: 1700px) {
	section.section {
		padding: 2rem 13%;
	}
}

@media screen and (min-width: 2100px) {
	section.section {
		padding: 2rem 20%;
	}
}

section.pt-0 {
	padding-top: 0;
}

section.pb-double {
	padding-bottom: 4rem;
}

section.pt-double {
	padding-top: 4rem;
}

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

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

.flex.row-start {
	justify-content: flex-start;
}

.flex .flex-item {
	width: 100%;
	margin-top: 1rem;
}

@media screen and (max-width: 749px) {
	.flex .flex-item:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 750px) {
	.flex .flex-item.flex-item-auto {
		width: fit-content;
	}
	
	.flex .flex-item.flex-item-20,
	.flex .flex-item.flex-item-28 {
		width: 28%;
	}
	
	.flex .flex-item.flex-item-30 {
		width: 30%;
	}
	
	.flex .flex-item.flex-item-35 {
		width: 35%;
	}
	
	.flex .flex-item.flex-item-47 {
		width: 47%;
	}
	
	.flex .flex-item.flex-item-65,
	.flex .flex-item.flex-item-75 {
		width: 65%;
	}
	
}

@media screen and (min-width: 1024px) {
	.flex .flex-item.flex-item-20 {
		width: 20%;
	}
	
	.flex .flex-item.flex-item-75 {
		width: 75%;
	}
}

.h-100 {
	height: 100%;
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(15px, 1.5vw, 30px);
}

@media screen and (min-width: 750px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media screen and (min-width: 1024px) {
	.grid.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}

}

.banner {
	width: 100%;
	min-height: 100dvh;
	display: flex;
	align-items: flex-end;
}

.banner .banner-image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .banner-image {
	object-position: 18% top;
}

.banner .banner-content-wrapper {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	width: 100%;
	margin-top: 48dvh;
}

@media screen and (orientation: landscape) {
	.banner {
		min-height: 85dvh;
		align-items: center;
	}
}

@media screen and (min-width: 750px) {
	.banner .banner-content-wrapper {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		background: transparent;
		margin-top: 0;
		position: relative;
		z-index: 2;

	}
	
	.banner:after {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
}

.banner.insights-banner .insights-excerpt {
	margin: 1em 0;
}

.challenges .main-text-container p {
	margin: 0.5em 0;
}

.challenges .main-text-container p em strong,
.challenges .main-text-container p strong em {
	color: #F65058;
	font-weight: 400;
}

.brand-passport .passport-item {
	border: 2px solid #FFFCF5;
	background-color: transparent;
	padding: clamp(15px, 1.5vw, 30px);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.brand-passport .passport-item .step-label {
	transition: color 0.5s ease;
}

.brand-passport .passport-item strong {
	font-weight: 400;
	position: relative;
	width: fit-content;
	margin: 0 0.25rem;
	padding: 0 0.25rem;
	border-radius: clamp(3px, 0.4vw, 8px);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.brand-passport .passport-item.is-active {
	background-color: #FFFCF5;
	color: #2A0F10;
}

.brand-passport .passport-item.is-active .step-label {
	color: #F65058;
}

.brand-passport .passport-item.is-active strong {

	background-color: #F65058;
	color: #FFFCF5;
}

.brand-passport-left {
	display: none;
}

@media screen and (min-width: 750px) {
	.brand-passport-left {
		display: block;
		position: relative;
		aspect-ratio: 1 / 1;
	}

	.brand-passport-left .image-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 0.4s ease;
		pointer-events: none;
	}

	.brand-passport-left .image-container.is-active {
		opacity: 1;
	}
	
	.brand-passport .passport-item .image-wrapper {
		display: none;
	}
}

.help .help-main .help-item {
	margin-bottom: 1.5em;
}

.help .help-main .help-item .title .title-text {
/* 	border-bottom: 2px solid #2A0F10; */
	position: relative;
	display: block;
	width: fit-content;
	padding-bottom: 0.5rem;
}

.help .help-main .help-item .title .title-text:after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #2A0F10;
	position: absolute;
	left: 0;
	bottom: 0;
}

.help .help-main .help-item .text-container p {
	
}

.case-studies .case-study-slider .owl-stage {
	padding-bottom: clamp(20px, 1.5vw, 50px);
	display: flex;
}

.case-studies .case-study-slider .case-study-item {
	transform: scale(0.9);
	transform-origin: bottom center;
	transition: transform 0.5s ease;
	background-color: #FFFFFF;
	border-radius: clamp(10px, 1vw, 25px);
	box-shadow: rgba(0,0,0,0.16) 0px 3px 6px;
	padding: clamp(15px, 1vw, 25px);
	height: 100%;
	display: flex;
	flex-flow: column;
}

.case-studies .case-study-slider .owl-item.center .case-study-item {
	transform: scale(1);
}

.case-studies .case-study-slider .case-study-item .case-study-item-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-studies .case-study-slider .case-study-item .case-study-item-text-container {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.brands .brand-item img,
.credentials .credential-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.testimonies .testimony-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.testimonies .testimony-image .testimony-image-inner {
	width: 100%;
	padding-top: 70%;
}

.testimonies .testimony-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.cta a.inline-link {
	text-decoration: underline;
	text-decoration-thickness: 2px;
  	text-underline-offset: 0.5rem;
}

/* .about .about-content em {
	font-weight: 600;
} */

.text-strong-em strong:has(em),
.text-strong-em strong em,
.text-strong-em em strong {
	color: #F65058;
	font-weight: 400;
	font-size: 1.7rem;
	font-family: "Instrument Serif", serif;
	line-height: 1.2;
}

@media screen and (min-width: 750px) {
	.text-strong-em strong:has(em),
	.text-strong-em strong em,
	.text-strong-em em strong {
		font-size: 2.18rem;
	}
	
	.text-strong-em-narrow strong em,
	.text-strong-em-narrow em strong {
		display: block;
		padding: 0 10%;
	}
}

.about .about-image-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
	margin-bottom: 1rem;
	border-radius: clamp(8px, 0.8vw, 20px);
	overflow: hidden;
}

.about .about-image-container img {
	object-position: center right;
}


@media screen and (orientation: landscape) {
	section.section.about {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	section.section.about:after {
		content: "";
		width: 100%;
		height: 12rem;
		background: linear-gradient(to bottom, rgba(255,252,245, 0) 0%, rgba(255,252,245, 1) 100%);
		position: absolute;
		bottom: -1px;
		left: 0;
	}
	.about .about-content {
		width: 48%;
	}
	
	.about .about-content {
		background-color: rgba(255,255,255,0.5);
		backdrop-filter: blur(15px) brightness(1.5);
		-webkit-backdrop-filter: blur(15px) brightness(1.5);
		padding: clamp(15px, 1.5vw, 30px);
		border-radius: clamp(8px, 1vw, 20px);
		z-index: 3;
	}
	
	.about .about-image-container {
		position: absolute;
		width: 100%;
		height: 100%;
		padding-top: 0;
		top: 0;
		left: 0;
		margin-bottom: 0;
		border-radius: 0;
	}
	
}

.branding-book .image-container img {
	width: 100%;
	object-fit: contain;
}

.socials {
	margin: 1.5rem 0 0 0;
}

.socials .social-item {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.socials .social-item img {
	width: 100%;
	height: 100%;
}

.story-flex {
	padding: 0 0 1.5em 0;
}

.story-flex .text-container p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.story-flex .text-container p:first-child {
		margin-top: 0;
	}
	
	.image-container .desktop-p-0 {
		padding-top: 0;
	}
}

.story-flex .text-container strong {
    position: relative;
    width: fit-content;
    margin: 0 0.25rem;
    padding: 0 0.25rem;
    border-radius: clamp(3px, 0.4vw, 8px);
    background-color: #F65058;
    color: #FFFCF5;
}

.topics-list {
	padding: 0 0 1em 0;
}

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

.topics-list ul li a {
	text-decoration: none;
}

.topics-list ul li {
	width: fit-content;
	margin: 0.5em auto;
	position: relative;
}

.topics-list ul li:after {
	content: "";
	width: 100%;
	height: clamp(1px, 0.1vw, 2px);
	background-color: #2A0F10;
	position: absolute;
	bottom: 0;
	left: 0;
}

.toggle-and-search .search-form-container form {
	display: flex;
	border-bottom: 1px solid #2A0F10;
}

.toggle-and-search .search-form-container form input,
.toggle-and-search .search-form-container form button {
	background: transparent;
	background-color: transparent;
	border: none;
}

.toggle-and-search .search-form-container form input:focus,
.toggle-and-search .search-form-container form input:focus-within {
	outline: none;
	border: none;
}

.toggle-and-search.flex {
	flex-wrap: wrap-reverse;
}

.toggle-and-search .category-filter-buttons button.active,
.toggle-and-search .category-filter-buttons button:hover {
	color: #F65058;
}

.toggle-and-search .category-filter-buttons,
.toggle-and-search .search-form-container {
	margin: 1rem 0;
}

.toggle-and-search .category-filter-buttons {
	gap: clamp(5px, 0.5vw, 10px) clamp(15px, 1.5vw, 30px);
	justify-content: flex-start;
}

.toggle-and-search .category-filter-buttons button {
	background-color: transparent;
	border: none;
	transition: color 0.5s ease;
	cursor: pointer;
}

.toggle-and-search .search-form-container form button {
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

section.section.banner-post {
	padding-top: clamp(80px, 8vw, 200px);
}

.main-posts .posts-grid .post-link {
	text-decoration: none;
	color: inherit;
}

.main-posts .posts-grid .post-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.main-posts .posts-grid .post-link:hover .post-thumbnail img {
	transform: scale(1.1);
}

.main-posts .posts-grid .post-link .post-category {
	position: absolute;
    z-index: 2;
    top: clamp(15px, 1vw, 25px);
    left: clamp(15px, 1vw, 25px);
	border-radius: clamp(3px, 0.5vw, 10px);
	padding: clamp(5px, 0.5vw, 10px) clamp(10px, 1vw, 20px);
}

.main-posts .pagination-wrapper {
	display: flex;
	justify-content: center;
}

.main-posts .pagination-wrapper .pagination {
	width: fit-content;
}

.main-posts .pagination-wrapper .pagination .nav-links {
	display: flex;
	align-items: center;
}

.main-posts .pagination-wrapper .pagination .nav-links .page-numbers {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
	color: #F65058;
	transition: background-color 0.5s ease;
}

.nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
    border-radius: 50%;
	border: 1.5px solid #F65058;
    width: clamp(30px, 2.2vw, 50px);
    height: clamp(30px, 2.2vw, 50px);
}

.nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover,
.main-posts .pagination-wrapper .pagination .nav-links .page-numbers.current {
	background-color: #F65058;
	color: #FFFCF5;
}

.page-numbers.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.back-button {
	text-decoration: none;
	color: #2A0F10;
	display: flex;
	align-items: center;
}

.back-button img {
	transform: rotate(180deg);
	transition: transform 0.5s ease;
	width: 1em;
	height: auto;
	object-fit: contain;
}

.back-button:hover img {
	transform: rotate(180deg) translate(50%, 0);
}

.back-button .back-text {
	display: flex;
	margin-left: 1em;
}

.main-posts .pagination-wrapper .pagination .nav-links .pagination-arrow {
	position: relative;
}

.main-posts .pagination-wrapper .pagination .nav-links .pagination-arrow:after {
	content: "";
    width: clamp(20px, 1.6vw, 30px);
    height: clamp(20px, 1.6vw, 30px);
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: center;
    display: flex;
}

.main-posts .pagination-wrapper .pagination .nav-links .pagination-arrow-prev:after {
	background-image: url("images/c-academy-arrow1.svg");
}

.main-posts .pagination-wrapper .pagination .nav-links .pagination-arrow-next:after {
	background-image: url("images/c-academy-arrow1.svg");
	transform: rotate(180deg);
}

.main-posts .pagination-wrapper .pagination .nav-links .pagination-arrow {
	transform: none;
	transition: transform 0.5s ease;
}

.main-posts .pagination-wrapper .pagination .nav-links a:hover .pagination-arrow-next {
	transform: translate(25%, 0);
}

.main-posts .pagination-wrapper .pagination .nav-links a:hover .pagination-arrow-prev {
	transform: translate(-25%, 0);
}

.article-wrapper .sticky-sidebar .table-of-contents {
	padding: clamp(20px, 1.75vw, 40px) clamp(10px, 1vw, 20px) clamp(10px, 1vw, 20px) clamp(10px, 1vw, 20px);
	border-radius: clamp(8px, 0.8vw, 20px);
	border: 2px solid #2A0F10;
}

.article-wrapper .sticky-sidebar .table-of-contents .table-of-contents-title {
	padding: 0 clamp(5px, 0.7vw, 15px);
}

.article-wrapper .sticky-sidebar .table-of-contents .toc-list {
	padding-left: 0;
	margin-left: 0;
	margin-top: 1em;
	list-style: none;
}
.article-wrapper .sticky-sidebar .table-of-contents .toc-list li {
	margin: 0.25em 0;
}

.article-wrapper .sticky-sidebar .table-of-contents .toc-list li a {
	font-size: clamp(14px, 1.3vw, 30px);
	font-weight: 400;
	color: #020617;
	text-decoration: none;
	display: block;
	background-color: transparent;
	padding: clamp(2px, 0.3vw, 5px) clamp(5px, 0.7vw, 15px);
	border-radius: clamp(3px, 0.5vw, 8px);
	transition: color 0.5s ease, background-color 0.5s ease;
}

.article-wrapper .sticky-sidebar .table-of-contents .toc-list li a:hover,
.article-wrapper .sticky-sidebar .table-of-contents .toc-list li a.active {
	color: #FFFCF5;
	background-color: #F65058;
}

.article-wrapper .sticky-sidebar .table-of-contents .toc-list li a.level-3 {
	padding-left: 2em;
}

.article-wrapper .sticky-sidebar .sticky-cta {
	padding: clamp(10px, 1.25vw, 30px);
}

.article-wrapper .sticky-sidebar .sticky-cta .button img {
	width: 1em;
	height: auto;
	object-fit: contain;
	margin-left: 1em;
}

@media screen and (min-width: 750px) {
	.article-wrapper .sticky-sidebar .sticky-sidebar-inner {
		position: sticky;
		-webkit-position: sticky;
		top: clamp(80px, 7vw, 150px);
/* 		width: 95%; */
	}
	
	.article-wrapper .sticky-sidebar .table-of-contents .toc-list li a {
		font-size: clamp(14px, 0.94vw, 30px);
	}
	
	.flex .flex-item.main-article {
		margin-top: 0;
	}
}

.flex .flex-item.main-article {
	font-weight: 500;
}

.flex .flex-item.main-article h2 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.flex .flex-item.main-article h3 {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
}

@media screen and (min-width: 750px) {

	.flex .flex-item.main-article h2 {
		font-size: 2.18rem;
	}
}

.flex .flex-item.main-article ol,
.flex .flex-item.main-article ul {
	margin-left: 0;
}

.banner-post .post-categories .post-category {
	display: flex;
	align-items: center;
	padding: clamp(8px, 0.5vw, 15px) clamp(15px, 1vw, 25px);
	transition: color 0.5s ease, background-color 0.5s ease;
	width: fit-content;
	text-decoration: none;
	border-radius: clamp(5px, 0.7vw, 10px);
	background-color: #485436;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.banner .arrow-container {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.banner .arrow-container .arrow {
	filter: invert(1);
	-webkit-filter: invert(1);
	width: 2rem;
	object-fit: contain;
	animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%   { transform: translate(0%, 0px); }
  25%  { transform: translate(0%, -20px); }
  50%  { transform: translate(0%, 20px); }
  75%  { transform: translate(0%, -10px); }
  100%  { transform: translate(0%, 0px); }
}

.button-container.button-container-flex {
	display: flex;
	gap: clamp(8px, 0.8vw, 15px);
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 750px) {
	.button-container.button-container-flex.button-container-flex-start {
		justify-content: flex-start;
	}
}

.button-container .button {
	display: flex;
	align-items: center;
	padding: clamp(8px, 0.5vw, 15px) clamp(15px, 1vw, 25px);
	transition: color 0.5s ease, background-color 0.5s ease;
	width: fit-content;
	text-decoration: none;
	border-radius: clamp(5px, 0.7vw, 10px);
}

.button-container .button.button-rounded {
	border-radius: 5vw;
}

.button-container .button .icon {
	height: 0.9em;
	width: 0.9em;
	margin-right: 0.25em;
	transform: rotate(10deg) translate(0, -10%);
}

.button-container .button.button-transparent:hover {
	background-color: #F65058;
}

.button-container .button.button-red {
	color: #FFFCF5;
	background-color: #F65058;
	box-shadow: rgba(0,0,0,0.16) 0px 3px 6px;
}

.button-container .button.button-red:hover {
	color: #2A0F10;
	background-color: #DCEAEA;
}

form .wpcf7-spinner {
	position: absolute;
}

form .form-field-submit input {
	cursor: pointer;
	display: flex;
	padding: clamp(8px, 0.5vw, 15px) clamp(15px, 1vw, 25px);
	transition: color 0.5s ease, background-color 0.5s ease;
	width: fit-content;
	text-decoration: none;
	border-radius: 5vw;
	border: none;
	background-color: #F65058;
	color: #FFFCF5;
	box-shadow: rgba(0,0,0,0.16) 0px 3px 6px;
	font-family: "Instrument Serif", serif;
	font-size: 1.1rem;
}

form .form-field-submit input:hover {
	color: #2A0F10;
	background-color: #DCEAEA;
}

.button-container .button.button-green:hover {
	color: #2A0F10;
	background-color: #DCEAEA;
}

.absolute-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.absolute-image.contain {
	object-fit: contain;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.highlight {
	position: relative;
	width: fit-content;
	display: inline-block;
	margin: 0 1rem;
}

.highlight:before {
    content: "";
    width: 105%;
    height: 105%;
    background-color: #F65058;
    display: block;
    position: absolute;
    left: -2.5%;
	top: -2.5%;
	border-radius: clamp(8px, 0.8vw, 15px);
}

.highlight.heading-highlight:before {
	width: 115%;
	left: -7.5%;
}

.highlight.highlight-tilt:before {
	transform: rotate(-2.5deg);
}

.highlight.highlight-text {
	white-space: nowrap;
}

/* .highlight.highlight-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center
} */

.image-container-square {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.image-container-70 {
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}

.image-container-60 {
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}

.image-container-50 {
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
}

.image-container-18 {
	width: 100%;
	padding-top: 18%;
	overflow: hidden;
}

.rounded-container {
	border-radius: clamp(8px, 0.8vw, 20px);
	overflow: hidden;
}

.mobile-hidden {
	display: none;
}

@media screen and (min-width: 750px) {
	.desktop-hidden {
		display: none;
	}
	
	.mobile-hidden {
		display: block;
	}
}

.accordion .title {
	cursor: pointer;
	display: flex;
}

.accordion .title:after {
	content: "";
	height: 1em;
	width: 0.60em;
	background-image: url( 'images/caret-down.svg' );
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0;
	margin-left: 0.5em;
	transform: translate(0, 15%);
	transition: transform 0.5s ease;
}

.accordion.active .title:after {
	transform: translate(0, 15%) rotate(180deg);
}

.accordion .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.accordion .accordion-content .text-container {
	padding-top: 1rem;
}

.accordion .accordion-content .image-container {
	margin: 1rem 0;
}

.accordion .accordion-content .button-container {
	margin-top: 1rem;
}

.sync-accordion .sync-item-image {
	opacity: 0;
	transition: opacity 0.4s ease;
	position: absolute;
}

.sync-accordion .sync-item-image.active {
	opacity: 1;
	position: relative;
}

.button.button-green {
	background-color: #485436;
	letter-spacing: 1px;
}

.owl-dots {
	display: flex;
	justify-content: center;
	padding-bottom: 2rem;
}

.owl-carousel .owl-dots button.owl-dot {
	background-color: #FFFCF5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

.owl-carousel .owl-dots button.owl-dot.active {
	opacity: 1;
}

.logo-text {
	text-decoration: none;
	white-space: nowrap;
}

footer.site-footer .footer .flex-item {
	margin: 1em 0;
}

@media screen and (min-width: 750px) {
	footer.site-footer .footer .flex-item {
		min-width: 300px;
	}
}

footer .newsletter-wrapper .text-container p {
	margin: 0.5em 0 0.8em 0;
}

form label {
	display: none;
}

form p {
	margin: 0;
}

form .form-field {
	width: 100%;
	margin: 10px 0;
}

form .form-field-submit {
	margin-top: 15px;
}

form .form-field br {
	display: none;
}

form input,
form select,
form textarea {
	width: 100%;
}

footer .newsletter-wrapper .form-field input {
	border: none;
	background-color: transparent;
	border: transparent;
	border-radius: 0;
	border-bottom: 1px solid #2A0F10;
}

footer .newsletter-wrapper .form-field input:focus,
footer .newsletter-wrapper .form-field input:focus-within {
	outline: none;
	border: none;
	border-bottom: 1px solid #2A0F10;
}

.locations {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.taglines .dot {
	margin: 0 0.5em;
}

.locations .dot:last-child,
.taglines .dot:last-child {
	display: none;
}

.taglines .tagline:first-child {
	font-size: 1rem;
}

.popup {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s;
	overscroll-behavior: none;
}

.popup.active {
	opacity: 1;
	visibility: visible;
}

.popup-inner .main-popup {
	touch-action: pan-y;
}

.popup .popup-inner {
	background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(25px) brightness(1.5);
	-webkit-backdrop-filter: blur(25px) brightness(1.5);

	padding: clamp(15px, 2.5vw, 70px);
	border-radius: clamp(8px, 1vw, 20px);
	width: 100%;
	max-height: 95dvh;
	transform: scale(0.92);
	transition: transform 0.35s ease;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;

	-webkit-overflow-scrolling: touch;
}

body.popup-open {
	overflow: hidden;
}

body.popup-open,
body.popup-open * {
  overscroll-behavior: none;
}

.popup.active .popup-inner {
	transform: scale(1);
}

.popup.active .popup-inner .popup-main {
	position: relative;
}

.popup .popup-inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup .popup-inner::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.popup .popup-inner::-webkit-scrollbar-thumb {
  background-color: #F65058;
  border-radius: 10px;
}

.popup .popup-inner .close-btn {
	position: absolute;
    right: clamp(15px, 2vw, 50px);
    top: clamp(15px, 2vw, 50px);
    background: transparent;
    border: none;
    padding: 0;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.popup .popup-inner .close-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.popup .popup-inner .popup-left {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.popup .popup-inner form {
  overflow: visible;
}

.popup form .form-field input,
.popup form .form-field select,
.popup form .form-field textarea {
	padding: 10px;
	-webkit-appearance: none;
	background-color: #FFFCF5;
	border: none;
	border-radius: clamp(5px, 0.5vw, 15px);
	font-size: 0.81rem;
	overscroll-behavior: none;
}

.popup form .form-field input:focus,
.popup form .form-field select:focus,
.popup form .form-field textarea:focus,
.popup form .form-field input:focus-within,
.popup form .form-field select:focus-within,
.popup form .form-field textarea:focus-within {
	outline: none;
	border: none;
}

.popup form .form-field select {
	font-weight: 700;
}

.popup form .form-field.form-field-select {
	position: relative;
}

.popup form .form-field.form-field-select:after {
	content: "";
	width: 0.81rem;
	height: 0.81rem;
	background-image: url("images/caret-down-red.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 10px;
}

.popup form .form-field input::-webkit-input-placeholder,
.popup form .form-field textarea::-webkit-input-placeholder,
.popup form .form-field select::-webkit-input-placeholder {
	color: #2A0F10;
	font-size: 0.81rem;
	font-weight: 700;
}

.popup form .form-field input:-ms-input-placeholder,
.popup form .form-field textarea:-ms-input-placeholder,
.popup form .form-field select:-ms-input-placeholder {
	color: #2A0F10;
	font-size: 0.81rem;
	font-weight: 700;
}

.popup form .form-field input:-moz-placeholder,
.popup form .form-field textarea:-moz-placeholder,
.popup form .form-field select:-moz-placeholder {
	color: #2A0F10;
	font-size: 0.81rem;
	font-weight: 700;
}

.popup form .form-field input::-moz-placeholder,
.popup form .form-field textarea::-moz-placeholder,
.popup form .form-field select::-moz-placeholder {
	color: #2A0F10;
	font-size: 0.81rem;
	font-weight: 700;
}

form .wpcf7-not-valid-tip {
	font-size: 0.81rem;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 0.81rem;
    line-height: 1.2;
    padding: 0;
    border: none;
    margin: 1em 0;
}

/* Navigation
--------------------------------------------- */

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
	padding: clamp(10px, 1vw, 25px) 5%;
	background-color: transparent;
	transition: background-color 0.5s ease;
}

header:has(.main-navigation.toggled),
header.scrolled,
.single-post header {
	background-color: #FFFCF5;
}

header .site-branding {
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

header .header-book.button-container a.button {
	transition: filter 0.5s ease, -webkit-filter 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}

header:has(.main-navigation.toggled) .site-branding,
header.scrolled .site-branding,
.single-post header .site-branding {
	filter: invert(1);
	-webkit-filter: invert(1);
}

header:has(.main-navigation.toggled) .header-book a,
header.scrolled .header-book a,
.single-post header .header-book a {
	filter: invert(1);
	-webkit-filter: invert(1);
}

header:has(.main-navigation.toggled) .header-book a:hover,
header.scrolled .header-book a:hover,
.single-post header .header-book a:hover {
	filter: none;
	-webkit-filter: none;
}

@media screen and (min-width: 750px) {
	header {
		padding: clamp(10px, 1vw, 25px) 7%;
	}
}

@media screen and (min-width: 1024px) {
	header {
		padding: clamp(10px, 1vw, 25px) 9%;
	}
}

@media screen and (min-width: 1700px) {
	header {
		padding: clamp(10px, 1vw, 25px) 13%;
	}
}

.main-navigation {
	display: block;
/* 	width: 100%; */
	width: fit-content;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
	margin: 0.5em 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.5rem;
	color: #2A0F10;
	transition: color 0.5s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-header .main-navigation.toggled a,
.site-header.scrolled .main-navigation a,
.single-post .site-header .main-navigation a {
	color: #2A0F10;
}

.site-header .main-navigation li.current-menu-item a,
.site-header .main-navigation li a:hover {
	color: #F65058;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	border: none;
    background-color: transparent;
    padding: 0;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #FFFCF5;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

.site-header.scrolled .main-navigation .menu-toggle div,
.main-navigation.toggled .menu-toggle div {
	background-color: #2A0F10;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

header .menu-menu-1-container {
	position: absolute;
    width: 100%;
    height: 50vh;
    left: 0%;
    top: 99%;
    padding: clamp(15px, 5vw, 35px) 5%;
    background-color: #FFFCF5;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

header:has(.main-navigation.toggled) .menu-menu-1-container {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (min-width: 750px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul,
	.main-navigation.toggled ul{
		display: flex;
	}
	
	.main-navigation a {
		color: #FFFCF5;
		font-size:  0.8rem;
	}
	
	header .menu-menu-1-container {
		position: relative;
		height: fit-content;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		pointer-events: auto;
	}
	
	.main-navigation li {
		margin: 0 1em;
	}
}

.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 0 1.5em;
} */

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

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

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

/*--------------------------------------------------------------
# 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: #21759b;
	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;
}
