@charset "UTF-8";
/*!
Theme Name: manitou_two
Theme URI: http://underscores.me/
Author: Underscores.me
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: manitou_two
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.

manitou_two 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
--------------------------------------------------------------*/
@use "sass:map";
.has-light-sand-background-color {
	background-color: #F0EBDC;
	--color-2: #F0EBDC;
	--color-3: #e1d7b8;
}

.has-light-sand-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #F0EBDC;
}

.has-light-sand-color {
	color: #F0EBDC;
	--color-1: #F0EBDC;
}

.has-light-sand-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(240, 235, 220, 0.25);
	--color-2: #F0EBDC;
}

.wp-block-button .wp-block-button__link.has-light-sand-color {
	--color-1: rgba(240, 235, 220, 0.25);
	--color-2: #F0EBDC;
}

.wp-block-button .wp-block-button__link.has-light-sand-background-color:hover {
	--color-1: #F0EBDC;
}

.has-forest-green-background-color {
	background-color: #25362C;
	--color-2: #25362C;
	--color-3: #101813;
}

.has-forest-green-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #25362C;
}

.has-forest-green-color {
	color: #25362C;
	--color-1: #25362C;
}

.has-forest-green-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(37, 54, 44, 0.25);
	--color-2: #25362C;
}

.wp-block-button .wp-block-button__link.has-forest-green-color {
	--color-1: rgba(37, 54, 44, 0.25);
	--color-2: #25362C;
}

.wp-block-button .wp-block-button__link.has-forest-green-background-color:hover {
	--color-1: #25362C;
}

.has-moss-green-background-color {
	background-color: #406E53;
	--color-2: #406E53;
	--color-3: #2d4e3b;
}

.has-moss-green-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #406E53;
}

.has-moss-green-color {
	color: #406E53;
	--color-1: #406E53;
}

.has-moss-green-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(64, 110, 83, 0.25);
	--color-2: #406E53;
}

.wp-block-button .wp-block-button__link.has-moss-green-color {
	--color-1: rgba(64, 110, 83, 0.25);
	--color-2: #406E53;
}

.wp-block-button .wp-block-button__link.has-moss-green-background-color:hover {
	--color-1: #406E53;
}

.has-bark-brown-background-color {
	background-color: #2D201E;
	--color-2: #2D201E;
	--color-3: #4c3632;
}

.has-bark-brown-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #2D201E;
}

.has-bark-brown-color {
	color: #2D201E;
	--color-1: #2D201E;
}

.has-bark-brown-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(45, 32, 30, 0.25);
	--color-2: #2D201E;
}

.wp-block-button .wp-block-button__link.has-bark-brown-color {
	--color-1: rgba(45, 32, 30, 0.25);
	--color-2: #2D201E;
}

.wp-block-button .wp-block-button__link.has-bark-brown-background-color:hover {
	--color-1: #2D201E;
}

.has-bright-lavender-background-color {
	background-color: #D6DCFA;
	--color-2: #D6DCFA;
	--color-3: #a9b5f4;
}

.has-bright-lavender-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #D6DCFA;
}

.has-bright-lavender-color {
	color: #D6DCFA;
	--color-1: #D6DCFA;
}

.has-bright-lavender-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(214, 220, 250, 0.25);
	--color-2: #D6DCFA;
}

.wp-block-button .wp-block-button__link.has-bright-lavender-color {
	--color-1: rgba(214, 220, 250, 0.25);
	--color-2: #D6DCFA;
}

.wp-block-button .wp-block-button__link.has-bright-lavender-background-color:hover {
	--color-1: #D6DCFA;
}

.has-sun-yellow-background-color {
	background-color: #F6EF73;
	--color-2: #F6EF73;
	--color-3: #f3ea43;
}

.has-sun-yellow-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #F6EF73;
}

.has-sun-yellow-color {
	color: #F6EF73;
	--color-1: #F6EF73;
}

.has-sun-yellow-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(246, 239, 115, 0.25);
	--color-2: #F6EF73;
}

.wp-block-button .wp-block-button__link.has-sun-yellow-color {
	--color-1: rgba(246, 239, 115, 0.25);
	--color-2: #F6EF73;
}

.wp-block-button .wp-block-button__link.has-sun-yellow-background-color:hover {
	--color-1: #F6EF73;
}

.has-daisy-orange-background-color {
	background-color: #EA9143;
	--color-2: #EA9143;
	--color-3: #e17619;
}

.has-daisy-orange-background-color .wp-block-button .wp-block-button__link:hover {
	--color-1: #EA9143;
}

.has-daisy-orange-color {
	color: #EA9143;
	--color-1: #EA9143;
}

.has-daisy-orange-color .wp-block-button .wp-block-button__link {
	--color-1: rgba(234, 145, 67, 0.25);
	--color-2: #EA9143;
}

.wp-block-button .wp-block-button__link.has-daisy-orange-color {
	--color-1: rgba(234, 145, 67, 0.25);
	--color-2: #EA9143;
}

.wp-block-button .wp-block-button__link.has-daisy-orange-background-color:hover {
	--color-1: #EA9143;
}

@font-face {
	font-family: "Nimbus Sans";
	src: url("assets/NimbusSanD-Reg.otf") format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: "Nimbus Sans";
	src: url("assets/NimbusSanD-Bol.otf") format("opentype");
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .main-navigation ul.menu > li > a, .h3, .h4, .h5, .h6, .main-navigation ul ul.sub-menu li a {
	font-family: "Koulen", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: .9;
	text-transform: uppercase;
	font-size: calc(1em * var(--fsize));
	margin-top: calc(1em / var(--fsize));
	margin-bottom: calc(1em / var(--fsize));
}

h6, .h6, .main-navigation ul ul.sub-menu li a {
	font-family: "Nimbus Sans", sans_serif;
	text-transform: unset;
}

h1, .h1 {
	--fsize: 3.57;
}

@media (min-width: 600px) {
	h1, .h1 {
		--fsize: 5.91;
	}
}

h2, .h2, .main-navigation ul.menu > li > a {
	--fsize: 3.57;
}

@media (min-width: 600px) {
	h2, .h2, .main-navigation ul.menu > li > a {
		--fsize: 4.32;
	}
}

h3, .h3 {
	--fsize: 2.5;
}

@media (min-width: 600px) {
	h3, .h3 {
		--fsize: 3.27;
	}
}

h4, .h4 {
	--fsize: 2.5;
}

@media (min-width: 600px) {
	h4, .h4 {
		--fsize: 2.27;
	}
}

h5, .h5 {
	--fsize: 1.57;
}

@media (min-width: 600px) {
	h5, .h5 {
		--fsize: 1.59;
	}
}

h6, .h6, .main-navigation ul ul.sub-menu li a {
	--fsize: 1.57;
	font-size: calc(1em * var(--fsize));
}

@media (min-width: 600px) {
	h6, .h6, .main-navigation ul ul.sub-menu li a {
		--fsize: 2.27;
	}
}

h6.small, .h6.small, .main-navigation ul ul.sub-menu li a.small {
	--fsize: 1;
	font-size: calc(1em * var(--fsize));
}

@media (min-width: 600px) {
	h6.small, .h6.small, .main-navigation ul ul.sub-menu li a.small {
		--fsize: 1.36;
	}
}

.tag {
	text-transform: uppercase;
	letter-spacing: .1em;
}

body {
	font-family: "Nimbus Sans", sans_serif;
	font-size: 14px;
}

@media (min-width: 600px) {
	body {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 1920px) {
	body {
		font-size: 22px;
	}
}

ul.checklist li:before {
	content: '';
	width: 1em;
	height: 1em;
	border: 1px solid var(--color-1);
	border-radius: 1em;
	display: inline-block;
	margin-left: -1.5em;
	margin-right: .5em;
	vertical-align: -.1em;
}

ul.checklist li::marker {
	content: '';
}

ul.checklist li.checked:before {
	background: radial-gradient(circle, var(--color-1) 50%, rgba(0, 0, 0, 0) 51%);
}

ol.columned {
	list-style: none;
	counter-reset: item;
	padding: 0;
	margin-top: 4em;
}

ol.columned li {
	counter-increment: item;
	margin: 1em auto;
}

ol.columned li:first-child {
	margin-top: 0;
}

ol.columned li:before {
	content: counter(item);
	color: #F0EBDC;
	background-color: #406E53;
	font-size: 1.1em;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	line-height: 1.8em;
	border-radius: 1.8em;
	font-weight: 700;
	display: inline-block;
	margin-right: 1em;
}

@media (min-width: 600px) {
	ol.columned {
		columns: 2;
	}
}

@media (min-width: 820.1px) {
	ol.columned {
		columns: 3;
	}
}

@media (min-width: 1200px) {
	ol.columned {
		columns: 4;
	}
}

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
}

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

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

ul,
ol {
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.wp-block-table table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1em;
	color: #25362C;
}

.wp-block-table table th {
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}

.wp-block-table table th, .wp-block-table table td {
	border: none;
	border-bottom: 2px solid #25362C;
	padding: .6em 0 1.6em;
	vertical-align: top;
}

.wp-block-table table tr td:first-child {
	font-weight: bold;
}

.wp-block-table table tr:last-child td {
	border-bottom: none;
}

/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

:where(.wp-block-columns) {
	margin-bottom: unset;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
	color: #F0EBDC;
}

.wp-block-button .wp-block-button__link, .menu-toggle, input[type="submit"].btn {
	--color-1: #F0EBDC;
	--color-2: #25362C;
	background-color: var(--color-1);
	color: var(--color-2);
	border: 1px solid var(--color-2);
	transition: backgroundColor .3s, color .3s;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1em;
}

.wp-block-button .wp-block-button__link:hover, .menu-toggle:hover, input[type="submit"].btn:hover {
	background-color: var(--color-2);
	color: var(--color-1);
	border-color: var(--color-1);
}

.widget-area {
	display: flex;
	flex-direction: column;
	border-top: 2px solid #25362C;
	gap: 1.5em;
	padding: 3em 1.5em;
}

@media (min-width: 820.1px) {
	.widget-area {
		flex-direction: row;
	}
}

@media (min-width: 820.1px) {
	.widget-area {
		gap: 1em;
	}
}

@media (min-width: 600px) {
	.widget-area {
		padding: 4em;
	}
}

.widget-area .widget {
	color: #25362C;
	border-radius: 10px;
	border: 2px solid #25362C;
	padding: 2.72em;
	flex: 1;
}

@media (min-width: 600px) {
	.widget-area .widget {
		padding: 2.6em 3.6em;
	}
}

header.site-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	background-color: #F0EBDC;
	z-index: 99999;
	border-bottom: 2px solid #25362C;
	padding: 1em 1.5em;
}

@media (min-width: 820.1px) {
	header.site-header {
		padding: 1.2em 4em;
	}
}

header.site-header .site-branding {
	flex-grow: 1;
}

header.site-header .site-branding .custom-logo {
	max-height: 30px;
	width: auto;
}

@media (min-width: 820.1px) {
	header.site-header .site-branding .custom-logo {
		max-height: 70px;
	}
}

header.site-header .site-branding:has(~ .main-navigation.toggled) {
	display: none;
}

@media (min-width: 820.1px) {
	header.site-header .site-branding:has(~ .main-navigation.toggled) {
		display: block;
	}
}

header.site-header .quick-navigation {
	display: none;
}

@media (min-width: 820.1px) {
	header.site-header .quick-navigation {
		display: block;
	}
}

header.site-header .quick-navigation:has(~ .main-navigation.toggled) {
	display: block;
}

header.site-header .quick-navigation ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 0 5em;
	gap: 1em;
	margin-right: 3em;
}

header.site-header .quick-navigation ul li {
	list-style: none;
}

header.site-header .quick-navigation ul li a {
	color: #25362C;
	text-decoration: none;
}

header.site-header .quick-navigation ul li a:hover {
	text-decoration: underline;
}

@media (min-width: 820.1px) {
	header.site-header .quick-navigation ul {
		flex-direction: row;
		padding: 0;
		gap: 3em;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	pointer-events: none;
}

.main-navigation .menu-item a[target=_blank]:after {
	content: "";
	display: inline-block;
	background-image: url("assets/Union.svg");
	width: .6em;
	height: .6em;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: .4em;
}

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

.main-navigation ul.menu {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.main-navigation ul.menu > li {
	list-style: none;
	padding: 1.5em;
	border-bottom: 1px solid #25362C;
}

.main-navigation ul.menu > li > a {
	color: #25362C;
	border-bottom: 1px solid #25362C;
	margin: 0;
	padding-top: .25em;
	padding-bottom: .25em;
	transition: color .3s;
}

.main-navigation ul.menu > li:hover > a {
	color: rgba(37, 54, 44, 0.25);
}

@media (min-width: 820.1px) {
	.main-navigation ul.menu {
		padding: 2em 0 2em 4em;
		border-right: 1px solid #25362C;
	}
	.main-navigation ul.menu > li {
		padding: 0;
		border-bottom: none;
	}
	.main-navigation ul.menu > li > a {
		max-width: calc(32vw + 1em);
		padding-right: 1em;
		border-bottom: none;
	}
}

.main-navigation ul ul.sub-menu {
	margin: 0;
	padding: 0;
}

@media (min-width: 820.1px) {
	.main-navigation ul ul.sub-menu {
		position: absolute;
		display: none;
		left: 100%;
		top: 0;
		bottom: 0;
		width: calc(100vw - 100%);
		padding: 2em 4em;
	}
}

.main-navigation ul ul.sub-menu li {
	list-style: none;
	padding-top: 1em;
	padding-bottom: 1em;
}

.main-navigation ul ul.sub-menu li a {
	color: #25362C;
	transition: color .3s;
	user-select: none;
	-webkit-user-drag: none;
}

.main-navigation ul ul.sub-menu li a:hover {
	color: rgba(37, 54, 44, 0.25);
}

.main-navigation ul ul.sub-menu li:not(:first-child) {
	border-top: 1px solid rgba(37, 54, 44, 0.25);
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	display: block;
	line-height: .7em;
}

@media (min-width: 820.1px) {
	.menu-toggle {
		line-height: 1em;
	}
}

.menu-toggle span svg {
	vertical-align: middle;
	margin: -4px 0 -3px 15px;
	width: 15px;
	height: 15px;
}

@media (min-width: 820.1px) {
	.menu-toggle span svg {
		width: 40px;
		height: 40px;
	}
}

.menu-toggle #closed {
	display: none;
}

.menu-toggle:hover span svg path {
	fill: #F0EBDC;
}

.menu-toggle:hover span svg line {
	stroke: #F0EBDC;
}

.main-navigation.toggled .menu-toggle {
	display: none;
}

.main-navigation.toggled .menu-toggle #open {
	display: none;
}

.main-navigation.toggled .menu-toggle #closed {
	display: unset;
}

@media (min-width: 820.1px) {
	.main-navigation.toggled .menu-toggle {
		display: block;
	}
}

.main-navigation.toggled .menu-main-menu-container {
	display: block;
	position: absolute;
	left: 5em;
	right: 0;
	top: calc(100% + 1px);
	height: calc(100vh - 100%);
	background-color: #F0EBDC;
	z-index: 99999;
	overflow-y: scroll;
}

@media (min-width: 820.1px) {
	.main-navigation.toggled .menu-main-menu-container {
		left: 0;
	}
}

/* @media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
} */
.mobile-control {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 99999;
	background-color: #25362C;
	padding: 1em;
	width: 5em;
	text-align: right;
}

.mobile-control svg {
	background-color: #F0EBDC;
	border-radius: 999px;
}

.mobile-control:has(~ .main-navigation.toggled) {
	display: block;
}

@media (min-width: 820.1px) {
	.mobile-control:has(~ .main-navigation.toggled) {
		display: none;
	}
}

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

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

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

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

#page.site:has(.site-header .main-navigation.toggled) {
	height: 100vh;
	overflow-y: clip;
}

@use 'sass:color';
footer {
	background-color: #25362C;
	color: #F0EBDC;
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	footer {
		padding: 4em;
	}
}

footer .footer-navigation {
	display: flex;
	margin-bottom: 3em;
	justify-content: space-between;
}

footer .footer-navigation .social-links {
	display: flex;
	gap: 10px;
}

footer .footer-navigation .social-links a {
	width: 20px;
	height: 20px;
	padding: 4px;
	border-radius: 5px;
	border: 1px solid rgba(240, 235, 220, 0.5);
	text-align: center;
}

footer .footer-navigation .social-links a svg {
	vertical-align: super;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

@media (min-width: 820.1px) {
	footer .footer-navigation .social-links a {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
	footer .footer-navigation .social-links a svg {
		vertical-align: inherit;
	}
}

@media (min-width: 820.1px) {
	footer .footer-navigation {
		gap: 4em;
		margin-bottom: 4em;
	}
	footer .footer-navigation .menu-footer-menu-container {
		line-height: 40px;
		flex-basis: 100%;
	}
}

footer ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

@media (min-width: 820.1px) {
	footer ul {
		flex-direction: row;
		justify-content: space-between;
	}
}

footer ul li {
	list-style: none;
}

footer ul a {
	color: #F0EBDC;
	text-decoration: none;
}

footer ul a:hover, footer ul a:focus, footer ul a:visited {
	color: #F0EBDC;
}

footer ul a:hover {
	text-decoration: underline;
}

footer svg#bottom-logo {
	max-width: 100%;
	margin-top: calc(100% * -.009);
	margin-bottom: calc(100% * -.009);
	height: calc(100vw * .117);
}

@media (min-width: 1200px) {
	footer svg#bottom-logo {
		height: unset;
	}
}

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

header.entry-header:has(~ .entry-content > .wp-block-cover) {
	display: none;
}

.post-thumbnail:has(~ .entry-content > .wp-block-cover) {
	display: none;
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) {
	color: #25362C;
	margin: 7em auto;
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) header {
	margin: 0 1.5em 3em;
}

@media (min-width: 1200px) {
	article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) {
		max-width: 1160px;
		margin: 9em auto;
	}
	article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) header {
		max-width: 80%;
		margin: 0 auto 4em;
	}
}

article.contact-page {
	color: #25362C;
	margin: 7em auto;
}

@media (min-width: 820.1px) {
	article.contact-page .wp-block-columns .wp-block-column .wp-block-group {
		height: 100%;
	}
}

.entry-content > p, .entry-content > ul {
	margin: 0 1.5em 1.5em;
}

@media (min-width: 1200px) {
	.entry-content > p, .entry-content > ul {
		max-width: 1160px;
		margin: 0 auto 1.5em;
	}
}

.entry-content > p:last-child {
	margin-bottom: 7em;
}

@media (min-width: 600px) {
	.entry-content > p:last-child {
		margin-bottom: 9em;
	}
}

.entry-content > .drop-down-text-child {
	margin: 0 1.5em 1.5em;
}

@media (min-width: 1200px) {
	.entry-content > .drop-down-text-child {
		margin: 0 4em 1.5em;
	}
}

.has-default-margin {
	margin: calc(3em / var(--fsize)) calc(1.5em / var(--fsize));
}

@media (min-width: 600px) {
	.has-default-margin {
		margin: calc(4em / var(--fsize));
	}
}

@media (min-width: 820.1px) {
	.wp-block-cover .wp-block-cover__inner-container {
		margin: 0 auto;
		max-width: 740px;
	}
}

@media (min-width: 1200px) {
	.wp-block-cover .wp-block-cover__inner-container {
		margin: 0 auto;
		max-width: 940px;
	}
}

@media (min-width: 1920px) {
	.wp-block-cover .wp-block-cover__inner-container {
		margin: 0 380px;
		max-width: unset;
	}
}

.wp-block-cover .wp-block-buttons .wp-block-button:first-child a {
	--color-1: #F0EBDC;
	--color-2: #2D201E;
}

.wp-block-cover .wp-block-buttons .wp-block-button:nth-child(2) a {
	--color-1: rgba(240, 235, 220, 0.25);
	--color-2: #F0EBDC;
}

.wp-block-cover .wp-block-buttons .wp-block-button:nth-child(2) a:hover {
	--color-1: #2D201E;
}

.wp-block-cover:not(:has(img)) {
	min-height: calc(100dvh - 13em);
}

.wp-block-media-text {
	min-height: 100vh;
	position: relative;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 4em;
	}
}

.wp-block-columns.promo-tile-2-block {
	align-items: center !important;
	gap: 0;
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.wp-block-columns.promo-tile-2-block {
		padding: 4em;
	}
}

.wp-block-columns.promo-tile-2-block .wp-block-column {
	flex-basis: 50%;
	order: 1;
}

.wp-block-columns.promo-tile-2-block .wp-block-column .wp-block-image img {
	width: 100%;
	object-fit: cover;
}

.wp-block-columns.promo-tile-2-block .wp-block-column:first-child:not(:has(.wp-block-image)) {
	order: 2;
}

@media (min-width: 600px) {
	.wp-block-columns.promo-tile-2-block .wp-block-column:first-child:not(:has(.wp-block-image)) {
		order: 1;
		padding-right: 4em;
	}
}

@media (min-width: 600px) {
	.wp-block-columns.promo-tile-2-block .wp-block-column:last-child:not(:has(.wp-block-image)) {
		padding-left: 4em;
	}
}

.wp-block-columns.promo-tile-3-block {
	gap: 0;
}

.wp-block-columns.promo-tile-3-block .wp-block-column {
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.wp-block-columns.promo-tile-3-block .wp-block-column {
		padding: 4em;
	}
}

@media (min-width: 600px) {
	.wp-block-columns.promo-tile-3-block .wp-block-column {
		aspect-ratio: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.wp-block-columns.long-text-block {
	gap: 0;
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.wp-block-columns.long-text-block {
		padding: 4em;
	}
}

.wp-block-columns.long-text-block .wp-block-column:nth-child(1) {
	flex-basis: 25%;
}

.wp-block-columns.long-text-block .wp-block-column:nth-child(2) {
	flex-basis: 72%;
}

.wp-block-columns.long-text-block .wp-block-column:nth-child(2) .wp-block-image img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 820.1px) {
	.wp-block-columns.long-text-block .wp-block-column:nth-child(2) .wp-block-image img {
		aspect-ratio: 1307/450;
	}
}

.wp-block-columns.long-text-block .wp-block-column:nth-child(2) .wp-block-image.top-align img {
	object-position: top;
}

@media (min-width: 600px) {
	.wp-block-columns.long-text-block .wp-block-column:nth-child(2) .wp-block-group {
		columns: 2;
		widows: 4;
		column-gap: 85px;
	}
	.wp-block-columns.long-text-block .wp-block-column:nth-child(2) .wp-block-group p {
		margin-top: 0;
	}
}

.shade {
	position: relative;
	cursor: pointer;
}

.shade:after {
	content: '';
	background-position: center;
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	margin-top: -17.5px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='40' y1='20' x2='0' y2='20' stroke='%2325362C' stroke-width='2'/%3E%3Cline x1='20' y1='40' x2='20' y2='0' stroke='%2325362C' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	border: 1px solid #25362C;
	background-color: rgba(37, 54, 44, 0.25);
}

@media (min-width: 820.1px) {
	.shade:after {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		background-size: 40px;
	}
}

.shade.expanded:after {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='24.1667' y1='12.4998' x2='0.250019' y2='12.4998' stroke='%2325362C' stroke-width='1.16667'/%3E%3C/g%3E%3C/svg%3E");
}

.has-light-sand-color .shade:after {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='40' y1='20' x2='0' y2='20' stroke='%23F0EBDC' stroke-width='2'/%3E%3Cline x1='20' y1='40' x2='20' y2='0' stroke='%23F0EBDC' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	border: 1px solid #F0EBDC;
	background-color: rgba(240, 235, 220, 0.5);
}

.has-light-sand-color .shade.expanded:after {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='24.1667' y1='12.4998' x2='0.250019' y2='12.4998' stroke='%23F0EBDC' stroke-width='1.16667'/%3E%3C/g%3E%3C/svg%3E");
}

.has-bark-brown-color .shade:after {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='40' y1='20' x2='0' y2='20' stroke='%232D201E' stroke-width='2'/%3E%3Cline x1='20' y1='40' x2='20' y2='0' stroke='%232D201E' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	border: 1px solid #2D201E;
	background-color: rgba(45, 32, 30, 0.25);
}

.has-bark-brown-color .shade.expanded:after {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cline x1='24.1667' y1='12.4998' x2='0.250019' y2='12.4998' stroke='%232D201E' stroke-width='1.16667'/%3E%3C/g%3E%3C/svg%3E");
}

.shade + .window {
	display: none;
}

.shade.expanded + .window {
	display: block;
}

.shade.expanded + .window.wp-block-columns {
	display: flex;
}

.drop-down-icons {
	margin: 0;
	padding: 0;
}

.drop-down-icons .shade {
	padding: 3em 1.5em;
	padding-right: 3em;
	border-bottom: 1px solid var(--color-1);
}

@media (min-width: 600px) {
	.drop-down-icons .shade {
		padding: 4em;
	}
}

.drop-down-icons .shade h2 {
	margin: 0;
}

.drop-down-icons .shade:after {
	right: 1.5em;
}

@media (min-width: 600px) {
	.drop-down-icons .shade:after {
		right: 4em;
	}
}

.drop-down-icons .window {
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.drop-down-icons .window {
		padding: 4em;
	}
}

.drop-down-icons .window p {
	margin-top: 0;
	margin-bottom: 4em;
	max-width: 1300px;
}

.drop-down-icons .window .wp-block-gallery.has-nested-images.columns-default {
	gap: 1em;
}

.drop-down-icons .window .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image {
	width: unset;
	flex-basis: calc(calc(100% - 1em) / 2);
	flex-grow: 0;
	border-radius: 10px;
	padding: 2.5em 2.5em 1.5em;
	background-color: var(--color-3);
}

@media (min-width: 820.1px) {
	.drop-down-icons .window .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image {
		flex-basis: calc(calc(100% - 3em) / 4);
	}
}

@media (min-width: 1200px) {
	.drop-down-icons .window .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image {
		flex-basis: calc(calc(100% - 5em) / 6);
	}
}

.drop-down-icons .window .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image figcaption {
	background: unset;
	position: relative;
	color: var(--color-1);
	margin-top: 2em;
	font-size: 1em;
	padding: 0;
}

.drop-down-icons.has-light-sand-color .window .wp-block-gallery figure.wp-block-image img {
	filter: invert(100%) sepia(0%) saturate(5839%) hue-rotate(59deg) brightness(131%) contrast(84%);
}

.drop-down-icons.has-forest-green-color .window .wp-block-gallery figure.wp-block-image img {
	filter: invert(13%) sepia(5%) saturate(3499%) hue-rotate(92deg) brightness(91%) contrast(80%);
}

.drop-down-icons.has-bark-brown-color .window .wp-block-gallery figure.wp-block-image img {
	filter: invert(7%) sepia(23%) saturate(1037%) hue-rotate(321deg) brightness(98%) contrast(85%);
}

.drop-down-text .drop-down-text-heading {
	padding: 3em 1.5em;
	border-bottom: 1px solid var(--color-1);
}

@media (min-width: 600px) {
	.drop-down-text .drop-down-text-heading {
		padding: 4em;
	}
}

.drop-down-text .drop-down-text-heading h2 {
	margin: 0;
}

.drop-down-text .drop-down-text-list {
	padding: 0 1.5em;
}

@media (min-width: 600px) {
	.drop-down-text .drop-down-text-list {
		padding: 0 4em;
	}
}

.drop-down-text .drop-down-text-list .drop-down-text-child {
	padding: 3em 0;
}

@media (min-width: 600px) {
	.drop-down-text .drop-down-text-list .drop-down-text-child {
		padding: 4em 0;
	}
}

.drop-down-text .drop-down-text-list .drop-down-text-child .wp-block-columns {
	flex-direction: column-reverse;
	gap: 0;
}

@media (min-width: 600px) {
	.drop-down-text .drop-down-text-list .drop-down-text-child .wp-block-columns {
		flex-direction: row;
		gap: 2em;
	}
}

@media (min-width: 600px) {
	.drop-down-text .drop-down-text-list .drop-down-text-child .wp-block-columns .wp-block-column:last-child {
		padding-left: 4em;
	}
}

.drop-down-text .drop-down-text-list .drop-down-text-child .wp-block-columns .wp-block-column:last-child .wp-block-image img {
	width: 100%;
	margin-top: 1em;
}

.drop-down-text .drop-down-text-list .drop-down-text-child:not(:first-child) {
	border-top: 1px solid var(--color-1);
}

.entry-content > .drop-down-text-child {
	margin-top: 3em;
	margin-bottom: 3em;
}

@media (min-width: 600px) {
	.entry-content > .drop-down-text-child {
		margin-top: 4em;
		margin-bottom: 4em;
	}
}

.entry-content > .drop-down-text-child h4, .entry-content > .drop-down-text-child h5, .entry-content > .drop-down-text-child h6 {
	padding-right: 2em;
	margin-top: 0;
}

.entry-content > .drop-down-text-child .shade.expanded + .window {
	margin-top: 3em;
}

@media (min-width: 600px) {
	.entry-content > .drop-down-text-child .shade.expanded + .window {
		margin-top: 4em;
	}
}

.entry-content > .drop-down-text-child + .drop-down-text-child {
	padding-top: 3em;
	border-top: 2px solid #25362C;
}

@media (min-width: 600px) {
	.entry-content > .drop-down-text-child + .drop-down-text-child {
		padding-top: 4em;
	}
}

.tabbed .drop-down-text-child {
	border-top: 2px solid #25362C;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0 !important;
}

.tabbed .drop-down-text-child:last-child {
	border-bottom: 2px solid #25362C;
}

.wp-block-group.has-background:not(.drop-down-text) .drop-down-text-child {
	border-top: 2px solid #25362C;
	padding-top: .5em;
	padding-bottom: .5em;
}

.wp-block-group.has-background:not(.drop-down-text) .drop-down-text-child:not(:has(~ .drop-down-text-child)) {
	border-bottom: 2px solid #25362C;
}

@media (min-width: 820.1px) {
	.wp-block-group.has-background:not(.drop-down-text) .drop-down-text-child .shade:after {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		background-size: 32px;
	}
}

.wp-block-group.has-background p + .drop-down-text-child {
	margin-top: 2em;
}

.wp-block-group.has-background .drop-down-text-child:has(+ p) {
	margin-bottom: 2em;
}

.bio {
	margin: 3em 1.5em;
	padding: 3em;
	--color-1: #25362C;
	border: 1px solid var(--color-1);
	border-radius: 10px;
}

@media (min-width: 600px) {
	.bio {
		margin: 4em;
		padding: 4em;
		gap: 2em;
	}
}

.bio + .bio {
	margin-top: -1.5em;
}

@media (min-width: 600px) {
	.bio + .bio {
		margin-top: -2em;
	}
}

.bio .wp-block-column *:first-child {
	margin-top: 0;
}

.bio .wp-block-column *:last-child {
	margin-bottom: 0;
}

.wp-block-group.alternating-columns {
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.wp-block-group.alternating-columns {
		padding: 4em;
	}
}

.wp-block-group.alternating-columns .wp-block-group.has-background {
	margin-bottom: 1em;
	display: inline-block;
	order: 4;
}

.wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+1) {
	order: 1;
}

.wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+2) {
	order: 2;
}

.wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+3) {
	order: 3;
}

@media (min-width: 820.1px) {
	.wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+1), .wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+2), .wp-block-group.alternating-columns .wp-block-group.has-background:nth-child(4n+3) {
		order: 4;
	}
}

.wp-block-group.alternating-columns > .wp-block-group__inner-container {
	display: grid;
}

@media (min-width: 820.1px) {
	.wp-block-group.alternating-columns {
		columns: 2;
		column-gap: 1em;
	}
	.wp-block-group.alternating-columns > .wp-block-group__inner-container {
		display: block;
	}
}

.tabs {
	text-align: center;
	padding: 3em 1.5em;
	padding-bottom: 0;
	position: sticky;
	top: 40px;
	z-index: 2;
}

@media (min-width: 600px) {
	.tabs {
		padding: 4em;
	}
}

@media (min-width: 600px) {
	.tabs {
		top: 70px;
		padding-bottom: 0;
	}
}

.tabs .wp-block-buttons {
	display: inline-block;
	background-color: #25362C;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 2em;
	white-space: nowrap;
	max-width: 100%;
	overflow-x: auto;
}

.tabs .wp-block-buttons .wp-block-button a {
	display: inline-block;
	width: auto;
	color: rgba(240, 235, 220, 0.5);
	background-color: unset;
	border: none;
	padding: 1em;
	border-radius: 0;
}

.tabs .wp-block-buttons .wp-block-button a.active, .tabs .wp-block-buttons .wp-block-button a:hover {
	color: #F0EBDC;
	background-color: unset;
	border: none;
	text-decoration: underline;
	text-underline-offset: .3em;
}

.tabbed {
	background-color: unset;
	padding: 3em 1.5em 3em;
	margin-bottom: 3em;
	position: relative;
}

@media (min-width: 600px) {
	.tabbed {
		padding: 4em 4em 4em;
	}
}

.tabbed > .wp-block-group__inner-container > p + h3, .tabbed > .wp-block-group__inner-container > p + h4, .tabbed > .wp-block-group__inner-container > p + h5, .tabbed > .wp-block-group__inner-container > p + h6 {
	margin-top: 2em;
}

@media (min-width: 1200px) {
	.tabbed > .wp-block-group__inner-container > p, .tabbed > .wp-block-group__inner-container > ul, .tabbed > .wp-block-group__inner-container > .wp-block-table, .tabbed > .wp-block-group__inner-container > .drop-down-text-child {
		max-width: 1160px;
		margin: 0 auto 1.5em;
	}
	.tabbed > .wp-block-group__inner-container > p + h3, .tabbed > .wp-block-group__inner-container > p + h4, .tabbed > .wp-block-group__inner-container > p + h5, .tabbed > .wp-block-group__inner-container > p + h6 {
		margin-top: 4em;
	}
}

@media (min-width: 1200px) {
	.tabbed > .wp-block-group__inner-container > h3, .tabbed > .wp-block-group__inner-container > h4, .tabbed > .wp-block-group__inner-container > h5, .tabbed > .wp-block-group__inner-container > h6 {
		max-width: 1160px;
		margin-left: auto;
		margin-right: auto;
	}
}

.tabbed > .wp-block-group__inner-container > .drop-down-text-child .window {
	margin-top: 3em;
}

.tabbed > .wp-block-group__inner-container > .drop-down-text-child .window h5 {
	margin-top: 2em;
}

.tabbed.hidden {
	display: none;
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
	padding: 3em;
	border-radius: 10px;
	gap: 0;
}

@media (min-width: 600px) {
	.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
		padding: 4em;
	}
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) h2 + .wp-block-separator {
	border: none;
	height: 2px;
	background-color: var(--color-1);
	--pad: 3em;
	margin: var(--pad) calc(-1 * var(--pad));
	width: calc(100% + calc(2 * var(--pad)));
}

@media (min-width: 600px) {
	.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) h2 + .wp-block-separator {
		--pad: 4em;
	}
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-bark-brown-background-color, .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-forest-green-background-color, .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-moss-green-background-color {
	color: #F0EBDC;
	--color-1: #F0EBDC;
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-sun-yellow-background-color {
	color: #25362C;
	--color-1: #25362C;
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-bright-lavender-background-color, .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text).has-daisy-orange-background-color {
	color: #2D201E;
	--color-1: #2D201E;
}

.entry-content > .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

@media (min-width: 600px) {
	.entry-content > .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
		margin-left: 4em;
		margin-right: 4em;
	}
}

.entry-content .wp-block-cover + .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
	margin-top: 3em;
}

@media (min-width: 600px) {
	.entry-content .wp-block-cover + .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
		margin-top: 4em;
	}
}

.entry-content > .wp-block-group.has-background + .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) {
	margin-top: 2em;
}

.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) + p, .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) + ul {
	margin-top: 3em;
}

@media (min-width: 600px) {
	.wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) + p, .wp-block-group.has-background:not(.drop-down-icons):not(.drop-down-text) + ul {
		margin-top: 4em;
	}
}

.wp-block-columns:has(.wp-block-column .wp-block-group.has-background) {
	gap: 0;
}

@media (min-width: 820.1px) {
	.wp-block-columns:has(.wp-block-column .wp-block-group.has-background) {
		gap: 1em;
	}
}

.wp-block-columns:has(.wp-block-column .wp-block-group.has-background) .wp-block-group.has-background {
	margin-bottom: 1em;
}

.entry-content > .wp-block-columns:has(.wp-block-column .wp-block-group.has-background) {
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.entry-content > .wp-block-columns:has(.wp-block-column .wp-block-group.has-background) {
		padding: 4em;
	}
}

.mt-price-block {
	position: relative;
	width: 100%;
}

.mt-price-block h4, .mt-price-block h5 {
	margin: 0;
}

.mt-price-block p.tag {
	margin: .7em 0;
	font-size: .9em;
}

@media (min-width: 600px) {
	.mt-price-block p.tag {
		margin-bottom: 0;
	}
}

@media (min-width: 600px) {
	.mt-price-block h5 {
		position: absolute;
		right: 0;
		top: calc(50% - 0.5em);
	}
}

.mt-price-block + .mt-price-block {
	border-top: 1px solid var(--color-1);
	padding-top: 1.5em;
}

.mt-price-block:has(+ .mt-price-block) {
	padding-bottom: 1.5em;
}

.mt-price-block + p {
	margin-top: 3em;
}

.entry-content > .wp-block-separator {
	margin: 3em 0;
	border: none;
	height: 2px;
	background-color: #25362C;
}

@media (min-width: 600px) {
	.entry-content > .wp-block-separator {
		margin: 4em 0;
	}
}

.wp-block-image#main-gallery-image {
	margin-left: 1.5em;
	margin-right: 1.5em;
	position: relative;
}

@media (min-width: 1200px) {
	.wp-block-image#main-gallery-image {
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-image#main-gallery-image img {
	width: 100%;
	border-radius: 10px;
}

.wp-block-image#main-gallery-image button.arrow {
	border: 1px solid #25362C;
	background-color: rgba(240, 235, 220, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 23px;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	position: absolute;
	top: calc(50% - 17px);
	cursor: pointer;
}

@media (min-width: 820.1px) {
	.wp-block-image#main-gallery-image button.arrow {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		background-size: 40px;
	}
}

.wp-block-image#main-gallery-image button.arrow.prev {
	left: 1em;
	background-image: url("assets/Left Arrow.svg");
}

.wp-block-image#main-gallery-image button.arrow.next {
	right: 1em;
	background-image: url("assets/Right Arrow.svg");
}

.wp-block-image#main-gallery-image button.arrow:hover {
	background-color: #25362C;
	background-blend-mode: screen;
}

.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images {
	flex-wrap: nowrap;
	margin-bottom: 3em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	overflow-x: scroll;
}

.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images img {
	cursor: pointer;
	border-radius: 4px;
}

@media (min-width: 600px) {
	.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images {
		margin-bottom: 4em;
	}
}

@media (min-width: 1200px) {
	.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 820.1px) {
	.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images {
		overflow-x: visible;
	}
}

.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images figure.wp-block-image {
	width: calc(calc(100% - 2.5em) / 6);
	flex-shrink: 0;
}

@media (min-width: 820.1px) {
	.wp-block-image#main-gallery-image + .wp-block-gallery.has-nested-images figure.wp-block-image {
		flex-shrink: 1;
	}
}

.wpcf7 .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

@media (min-width: 1200px) {
	.wpcf7 .wpcf7-form {
		max-width: 1160px;
		margin: 0 auto 1.5em;
	}
}

.wpcf7 .wpcf7-form p {
	width: 100%;
	display: inline-block;
	color: #25362C;
	margin: .5em 0;
	position: relative;
	line-height: 2em;
}

@media (min-width: 820.1px) {
	.wpcf7 .wpcf7-form p {
		width: calc(50% - 0.5em);
	}
}

.wpcf7 .wpcf7-form p:has(label.full) {
	width: 100%;
}

.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap {
	position: unset;
}

.wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	top: 0;
}

.wpcf7 .wpcf7-form p input:not([type=submit]), .wpcf7 .wpcf7-form p textarea {
	width: 100%;
	background-color: #F0EBDC;
	border: 1px solid #25362C;
	border-radius: 5px;
	padding: .5em;
}

.wpcf7 .wpcf7-form p:has(input[type=submit]) {
	width: 100%;
	margin-top: 3em;
}

.wpcf7 .wpcf7-form p:has(input[type=submit]) > span {
	opacity: .5;
}

.wpcf7 .wpcf7-form p:has(input[type=submit]) input[type=submit] {
	float: right;
	--color-1: rgba(37, 54, 44, 0.25);
}

.wpcf7 .wpcf7-form p:has(input[type=submit]) input[type=submit]:hover {
	--color-1: #F0EBDC;
}

.wpcf7 .wpcf7-form p:has(input[type=submit]) .wpcf7-spinner {
	float: right;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
	width: 100%;
	padding: 3em 1.5em;
	color: #F0EBDC;
	background-color: #25362C;
	border: none;
}

@media (min-width: 600px) {
	.wpcf7 .wpcf7-form .wpcf7-response-output {
		padding: 4em;
	}
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	background-color: #EA9143;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	background-color: #406E53;
}

.modal-content {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	padding: 3em 1.5em;
}

@media (min-width: 600px) {
	.modal {
		padding: 4em;
	}
}

.modal .modal-content {
	padding: 3em 1.5em;
	display: block;
	background-color: #F0EBDC;
	border-radius: 10px;
	border: 2px solid #25362C;
	color: #25362C;
	position: relative;
	overflow-y: auto;
	max-height: 100%;
}

@media (min-width: 600px) {
	.modal .modal-content {
		padding: 4em;
	}
}

.modal .close-button {
	position: absolute;
	right: 3em;
	top: 4em;
	background-image: url("assets/XButton.svg");
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 35px;
	height: 35px;
}

@media (min-width: 600px) {
	.modal .close-button {
		right: 5em;
		top: 5em;
		width: 60px;
		height: 60px;
	}
}

.modal:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: none;
	background-color: rgba(37, 54, 44, 0.5);
}

.modal form.wpcf7-form.sent p {
	display: none;
}

.modal form.wpcf7-form.sent .wpcf7-response-output {
	background-color: transparent;
	color: #25362C;
	font-size: 2.75em;
	padding: 0;
	text-align: center;
}

body.page:has(.modal) {
	overflow-y: clip;
}

.posted-on + .read-time:before {
	content: ' — ';
}

.posted-on, .read-time, .byline {
	text-transform: uppercase;
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) {
	--color-1: #25362C;
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .post-thumbnail {
	margin-left: 1.5em;
	margin-right: 1.5em;
	display: block;
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .post-thumbnail img {
	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

@media (min-width: 1200px) {
	article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .post-thumbnail {
		margin-left: auto;
		margin-right: auto;
	}
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .wp-block-separator {
	border: none;
	height: 2px;
	background-color: var(--color-1);
	--pad: 3em;
	margin: var(--pad) 0;
	width: 100vw;
}

@media (min-width: 600px) {
	article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .wp-block-separator {
		--pad: 4em;
	}
}

@media (min-width: 1200px) {
	article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .wp-block-separator {
		margin: var(--pad) calc(580px - 50vw) 9em;
	}
}

article:not(:has(.entry-content > .wp-block-cover)):not(.contact-page) .entry-content iframe {
	width: 100%;
	height: unset;
	aspect-ratio: 16/9;
}

.blogroll {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	padding: 3em 1.5em;
}

.blogroll > * {
	flex-basis: 100%;
}

@media (min-width: 600px) {
	.blogroll {
		padding: 4em;
	}
}

.blogroll > .wp-block-cover {
	width: 100vw;
	flex-basis: 100vw;
	margin: -3em -1.5em 0;
}

@media (min-width: 600px) {
	.blogroll > .wp-block-cover {
		margin: -4em -4em 0;
	}
}

.blogroll > .tag {
	border-top: 1px solid #25362C;
	margin: 3em 0;
	padding-top: 1em;
}

@media (min-width: 600px) {
	.blogroll > .tag {
		margin: 2em 0 4em;
	}
}

.blogroll > article.hentry.type-post {
	margin-top: 0em;
	margin-bottom: 2em;
}

@media (min-width: 600px) {
	.blogroll > article.hentry.type-post {
		margin-bottom: 4em;
	}
}

@media (min-width: 1200px) {
	.blogroll > article.hentry.type-post {
		max-width: unset;
	}
}

.blogroll > article.hentry.type-post header, .blogroll > article.hentry.type-post .entry-meta {
	text-align: left;
	max-width: unset;
}

.blogroll > article.hentry.type-post header a, .blogroll > article.hentry.type-post header a:focus, .blogroll > article.hentry.type-post header a:visited {
	color: #25362C;
	text-decoration: none;
}

.blogroll > article.hentry.type-post header a:hover {
	text-decoration: underline;
}

.blogroll > article.hentry.type-post .post-thumbnail, .blogroll > article.hentry.type-post header {
	margin: 0;
}

.blogroll > article.hentry.type-post.latest .post-thumbnail img {
	aspect-ratio: 5.7/4;
}

@media (min-width: 600px) {
	.blogroll > article.hentry.type-post.latest {
		flex: 1;
		vertical-align: top;
	}
}

.blogroll > article.hentry.type-post:not(.hero):not(.latest) {
	display: flex;
	border-bottom: 1px solid #25362C;
	padding-bottom: 1em;
	margin-bottom: 1em;
	align-items: start;
	gap: 1.5em;
}

@media (min-width: 600px) {
	.blogroll > article.hentry.type-post:not(.hero):not(.latest) {
		align-items: center;
		gap: 4em;
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}

.blogroll > article.hentry.type-post:not(.hero):not(.latest) .post-thumbnail {
	width: 105px;
	flex-shrink: 0;
}

@media (min-width: 600px) {
	.blogroll > article.hentry.type-post:not(.hero):not(.latest) .post-thumbnail {
		width: 273px;
	}
}

.blogroll > article.hentry.type-post:not(.hero):not(.latest) .post-thumbnail img {
	aspect-ratio: 1;
	object-fit: cover;
}

.blogroll > article.hentry.type-post:not(.hero):not(.latest) header {
	flex-grow: 1;
}

.blogroll > article.hentry.type-post:not(.hero):not(.latest) header .entry-title {
	margin-top: 0;
}

.blogroll .posts_navigation_wrapper {
	display: flex;
	gap: 1em;
	justify-content: center;
	padding-top: 2em;
}

.blogroll .posts_navigation_wrapper a {
	text-decoration: none;
	color: #25362C;
	position: relative;
	transition: backgroundColor .3s;
	cursor: pointer;
}

.blogroll .posts_navigation_wrapper a:hover:before, .blogroll .posts_navigation_wrapper a:hover:after {
	background-color: #25362C;
	background-blend-mode: screen;
}

.blogroll .posts_navigation_wrapper a[data-offset="0"] {
	pointer-events: none;
	text-decoration: underline;
}

.blogroll .posts_navigation_wrapper :first-child {
	margin-right: 1em;
}

.blogroll .posts_navigation_wrapper :last-child {
	margin-left: 1em;
}

.blogroll .posts_navigation_wrapper :first-child:before, .blogroll .posts_navigation_wrapper :last-child:after {
	background-image: url("assets/Left Arrow.svg");
	border: 1px solid #25362C;
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	left: calc(-35px - 1em);
	top: 50%;
	margin-top: -17.5px;
	background-size: 25px;
}

@media (min-width: 820.1px) {
	.blogroll .posts_navigation_wrapper :first-child:before, .blogroll .posts_navigation_wrapper :last-child:after {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		left: calc(-60px - 1em);
		background-size: 40px;
	}
}

.blogroll .posts_navigation_wrapper :last-child:after {
	background-image: url("assets/Right Arrow.svg");
	left: unset;
	right: calc(-35px - 1em);
}

@media (min-width: 820.1px) {
	.blogroll .posts_navigation_wrapper :last-child:after {
		right: calc(-60px - 1em);
	}
}

.blogroll .posts_navigation_wrapper[data-current-page="1"] :first-child {
	opacity: .25;
	pointer-events: none;
}

.blogroll .posts_navigation_wrapper[data-current-page="1"] a.num[data-offset="-2"], .blogroll .posts_navigation_wrapper[data-current-page="1"] a.num[data-offset="-1"] {
	display: none;
}

.blogroll .posts_navigation_wrapper[data-current-page="2"] a.num[data-offset="-2"] {
	display: none;
}

.blogroll .posts_navigation_wrapper[data-from-last="0"] :last-child {
	opacity: .25;
	pointer-events: none;
}

.blogroll .posts_navigation_wrapper[data-from-last="0"] a.num[data-offset="2"], .blogroll .posts_navigation_wrapper[data-from-last="0"] a.num[data-offset="1"] {
	display: none;
}

.blogroll .posts_navigation_wrapper[data-from-last="1"] a.num[data-offset="2"] {
	display: none;
}

@media (min-width: 1920px) {
	body .site > * {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 820px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
}

@media (min-width: 821px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 820px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 821px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

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