/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "DM Sans", sans-serif;
	color: #000;
	font-weight: 800;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: -.02em;
}

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 {
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2rem 20px;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 700;
	transition: all .2s ease-in-out;
}

.main-navigation .contact-nav a {
	padding: 2rem;
	background: #accb54;
}

.main-navigation .contact-nav a:hover {
	background: #000;
	color: #accb54;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 2rem;
}

.site-branding {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.site-branding .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-branding .custom-logo-link img {
	height: auto;
	max-width: 200px;
}

@media (max-width: 912px) {
	.site-branding .custom-logo-link img {
		max-width: 140px;
	}
}

.main-navigation {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* Small menu. */
.menu-toggle {
	display: block;
	position: relative;
	z-index: 10001;
	background: none;
	border: none;
	cursor: pointer;
	padding: 1rem 0.75rem;
	font-size: 0;
	color: transparent;
}

.menu-toggle::before {
	content: "";
	display: block;
	width: 28px;
	height: 20px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 0.2s ease;
}

.menu-toggle::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 0.2s ease;
}

.main-navigation.toggled .menu-toggle::before {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle::after {
	opacity: 1;
}

@media screen and (max-width: 57em) {
	.main-navigation .nav-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(172, 203, 84, 0.98);
		padding: 6rem 5% 3rem;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 10000;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		display: flex;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(100%);
		transition: opacity 0.3s ease-in-out,  transform 0.3s ease-in-out, visibility 0s 0.3s;
	}
	.main-navigation.toggled .nav-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
		transition: opacity 0.3s ease-in-out,  transform 0.3s ease-in-out, visibility 0s 0s;
	}
	.main-navigation li {
		width: 100%;
		position: relative;
	}
	.main-navigation a {
		padding: 1.25rem 0;
		font-size: 1.25rem;
		color: #000;
	}
	.main-navigation a:hover, .main-navigation a:focus {
		color: black;
	}
	.main-navigation .menu-item-has-children > a {
		position: relative;
		padding-right: 2.5rem;
	}
	.main-navigation .menu-item-has-children > a::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round"><path d="M9 18l6-6-6-6"/></svg>');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main-navigation .contact-nav a {
		background: #000;
		color: #accb54;
		padding: 1.25rem 2rem;
		margin-top: 1rem;
		display: block;
		width: 100%;
		text-align: center;
	}
	.main-navigation .contact-nav a:hover {
		background: black;
	}
	.main-navigation ul ul {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100vh;
		background-color: rgba(172, 203, 84, 0.98);
		padding: 6rem 5% 3rem;
		box-shadow: none;
		float: none;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		z-index: 10001;
		opacity: 0;
		pointer-events: none;
		transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
	}
	.main-navigation ul ul a {
		width: 100%;
		font-size: 1.125rem;
		padding: 0.875rem 0;
		text-transform: none;
		letter-spacing: normal;
	}
	.main-navigation .submenu-open > .sub-menu {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
	}
	.submenu-back {
		border-bottom: none !important;
	}
	.submenu-back button {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		background: none;
		border: none;
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		padding: 0.75rem 0;
		transition: all 0.2s ease;
	}
	.submenu-back button svg {
		width: 20px;
		height: 20px;
		stroke: #000;
		transition: transform 0.2s ease;
	}
	.submenu-back button:hover, .submenu-back button:focus {
		opacity: 0.8;
	}
	.submenu-back button:hover svg, .submenu-back button:focus svg {
		transform: translateX(-3px);
	}
}

@media screen and (min-width: 57.1em) {
	.submenu-back {
		display: none !important;
	}
}

@media screen and (min-width: 57.1em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul ul {
		display: block;
		background-color: #fff;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99999;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		padding-bottom: 0.75rem;
		transform: translateY(-10px);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
	}
	.main-navigation ul ul ul {
		left: 100%;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.main-navigation ul ul a {
		width: 280px;
		padding: 0.5rem 1.5rem;
		text-transform: none;
		letter-spacing: normal;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
		transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0s;
	}
	.main-navigation .menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 1rem;
		height: 1rem;
		margin-left: 0.25rem;
		vertical-align: middle;
		transform: translateY(-2px);
		background-color: #000;
		mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="currentColor" d="M297.4 470.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 402.7L150.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="currentColor" d="M297.4 470.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 402.7L150.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
		-webkit-mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		transition: background-color 0.2s ease;
	}
}

@media screen and (max-width: 57em) {
	body:has(.main-navigation.toggled) {
		overflow: hidden;
	}
}

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

.site-header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

.top-contact-bar {
	background-color: #000;
	color: #fff;
	padding: 0.5rem 1rem;
}

.top-contact-bar-inner {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
}

.top-contact-message {
	color: #fff;
	font-size: 0.875rem;
}

.top-contact-phone {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}

.top-contact-phone:hover,
.top-contact-phone:focus {
	color: #fff;
	text-decoration: none;
}

.site-footer {
	background-color: #000;
	color: #fff;
	padding: 7rem 0 3.5rem;
	font-size: 0.9375rem;
}

.footer-inner {
	max-width: 90rem;
	margin: 0 auto;
	padding: 0 5%;
}

/* TOP ROW: two columns */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-left {
	flex: 1;
}

.footer-right {
	flex: 1;
}

.footer-menu-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.125rem;
}

/* Logo */
.footer-site-logo img {
	max-width: 240px;
	height: auto;
	display: block;
	margin-bottom: 2rem;
}

.footer-site-name {
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-bottom: 0.5rem;
}

/* Contact line text */
.footer-contact-line {
	max-width: 32rem;
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 2rem;
	color: #888;
}

.footer-contact-line > strong {
	font-weight: inherit;
	color: #fff;
}

.footer-email-line {
	margin: 0;
	opacity: 0.85;
}

.footer-email-line a {
	color: #fff;
	text-decoration: underline;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 0.5rem;
}

.footer-menu ul {
	display: none !important;
}

.footer-menu li {
	margin: 0;
}

.footer-menu a {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
	font-size: 1.25rem;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.footer-menu a:hover,
.footer-menu a:focus {
	opacity: 1;
	transform: translateY(-1px);
}

/* BOTTOM ROW */
.footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1.125rem;
}

.footer-copy p {
	color: #888;
	margin: 0;
}

/* Social icons */
.footer-social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}

.footer-social-list > li {
	padding: 0 0.5rem;
}

.footer-social-list > li:first-child {
	padding-left: 0;
}

.footer-social-icon {
	width: 1.4rem;
	height: 1.4rem;
	fill: #fff;
	transition: transform .2s ease, opacity .2s ease;
}

.footer-social-list a:hover .footer-social-icon,
.footer-social-list a:focus .footer-social-icon {
	transform: translateY(-2px);
}

/* General footer links */
.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 800px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-left {
		max-width: 100%;
	}
	.footer-nav {
		text-align: left;
	}
	.footer-menu {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.footer-inline-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	position: relative;
	top: -1px;
	width: 1rem;
	height: 1rem;
	fill: #fff;
}

/* Posts and pages
--------------------------------------------- */
.section {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.sticky {
	display: block;
}

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

.container {
	max-width: 90rem;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 1441px) {
	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.hero {
	position: relative;
	margin-top: 120px;
	height: calc(95vh - 120px);
	display: flex;
	z-index: 9;
}

@media (max-width: 912px) {
	.hero {
		margin-top: 89px;
		height: calc(95vh - 89px);
	}
}

.hero .hero-content {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	z-index: 3;
}

.hero .hero-content .container {
	max-width: 800px;
	margin: 0 0 0;
	margin-top: -5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.hero .hero-image {
	flex: 0 0 50%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero h1 {
	color: #000;
	font-size: 4.5rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.hero p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	color: #404040;
}

@media (max-width: 1200px) {
	.hero h1 {
		font-size: 3.5rem;
	}
}

@media (max-width: 992px) {
	.hero h1 {
		font-size: 3rem;
	}
}

@media (max-width: 768px) {
	.hero {
		flex-direction: column;
	}
	.hero .hero-content {
		flex: 1;
		width: 100%;
	}
	.hero .hero-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	.hero .container {
		position: relative;
		z-index: 3;
	}
	.hero h1 {
		font-size: 2.5rem;
		color: #fff;
	}
	.hero p {
		color: #fff;
	}
}

@media (max-width: 576px) {
	.hero h1 {
		font-size: 2rem;
	}
}

.hero-overlay {
	display: none;
}

@media (max-width: 768px) {
	.hero-overlay {
		display: block;
		z-index: 2;
		position: absolute;
		inset: 0;
		background-color: rgba(172, 203, 84, 0.85);
	}
}

.button, .product-link, .contact-button, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button, .contact-page .contact-form-section .quote-form input[type="submit"] {
	border: 1px solid #accb54;
	background-color: #accb54;
	border-radius: 0;
	color: #000;
	display: inline-block;
	margin-top: 1rem;
	padding: 1.5rem 2rem;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.button:hover, .product-link:hover, .contact-button:hover, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button:hover, .contact-page .contact-form-section .quote-form input:hover[type="submit"], .button:focus, .product-link:focus, .contact-button:focus, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button:focus, .contact-page .contact-form-section .quote-form input:focus[type="submit"] {
	border: 1px solid #000;
	background-color: #000;
	color: #accb54;
}

.button:visited, .product-link:visited, .contact-button:visited, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button:visited, .contact-page .contact-form-section .quote-form input:visited[type="submit"] {
	color: #000;
}

@media (max-width: 768px) {
	.button, .product-link, .contact-button, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button, .contact-page .contact-form-section .quote-form input[type="submit"] {
		padding: 1rem 1.5rem;
	}
}

.products {
	background-color: #accb54;
	color: #000;
	padding: 7rem 0 5rem;
	position: relative;
	margin-top: -4rem;
}

@media (max-width: 768px) {
	.products {
		padding: 4rem 0 3rem;
		margin-top: -2rem;
	}
}

.products .container {
	max-width: 90rem;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.products-heading {
	font-size: 3.5rem;
	line-height: 1.2;
	margin: 0 0 1rem;
	color: #000;
}

@media (max-width: 768px) {
	.products-heading {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.products-heading {
		font-size: 1.75rem;
	}
}

.products-text {
	font-size: 1.25rem;
	max-width: 60rem;
	margin: 0 0 4.5rem;
	color: #000;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 3rem;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	padding: 0 3rem;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.products-grid {
		gap: 2rem;
		padding: 0 1rem;
	}
}

.product {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.product-image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform-style: preserve-3d;
	transition: transform 0.4s ease;
}

.product-heading {
	margin: 1.5rem 0 1.5rem;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #000;
}

/* Reuse .button styles, but smaller padding for these */
.product-link {
	background-color: #000;
	color: #accb54;
	border: 1px solid #000;
	bottom: 1.5rem;
	margin-top: 0;
}

/* Hover effect: zoom image + button hover state */
.product:hover .product-image img,
.product:focus-within .product-image img {
	transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-style: preserve-3d;
}

/* Mirror the button's hover state when the whole box is hovered */
.product:hover .product-link,
.product:focus-within .product-link {
	border: 1px solid #000;
	background-color: #accb54;
	color: #000;
}

@media (max-width: 600px) {
	.products-grid {
		grid-template-columns: 1fr;
	}
}

.contact {
	background-color: #000;
	color: #fff;
	padding: 7rem 0 3rem;
}

@media (max-width: 768px) {
	.contact {
		padding: 5rem 0 4rem;
	}
}

.contact-inner {
	margin: 0 auto;
	padding: 1rem 0 5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

@media (max-width: 768px) {
	.contact-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding-bottom: 3rem;
	}
}

.contact .container {
	margin: 0 auto;
}

/* Big heading */
.contact-heading {
	font-size: 3.5rem;
	line-height: 1.2;
	margin: 0 0 1rem;
	color: #fff;
}

@media (max-width: 768px) {
	.contact-heading {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.contact-heading {
		font-size: 1.75rem;
	}
}

/* Main text under heading */
.contact-text {
	font-size: 1.25rem;
	line-height: 1.6;
	opacity: 0.7;
	margin: 0 0 2rem;
	color: #ccc;
}

/* Button: override base .button for this section */
.contact-button {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	padding: 1.5rem 2rem;
	margin-top: 0;
	margin-bottom: 2rem;
}

.contact-button:hover,
.contact-button:focus {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.contact-phone-subtitle {
	font-weight: 700;
	opacity: 0.8;
	margin: 0 0 0.25rem;
}

.contact-phone-number {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.contact-phone-number:hover,
.contact-phone-number:focus {
	text-decoration: underline;
}

.customer-photos {
	background-color: #000;
	color: #fff;
	padding: 11rem 0 7rem;
	overflow: hidden;
	position: relative;
}

@media (max-width: 768px) {
	.customer-photos {
		padding: 3rem 0 5rem;
	}
}

.customer-photos-heading {
	font-size: 3.5rem;
	line-height: 1.2;
	margin: 0 0 1rem;
	color: #fff;
}

@media (max-width: 768px) {
	.customer-photos-heading {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.customer-photos-heading {
		font-size: 1.75rem;
	}
}

.customer-photos-text {
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 4.5rem;
	color: #ccc;
	opacity: 0.7;
	max-width: 40rem;
}

@media (max-width: 768px) {
	.customer-photos-text {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
}

.customer-photos-carousel {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.customer-photos-carousel {
		padding-left: 0;
		padding-right: 0;
	}
}

.customer-photos-carousel .splide__track {
	overflow: visible;
}

.customer-photos-carousel .splide__list {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.customer-photos-carousel .splide__slide {
	flex-shrink: 0;
	margin: 0;
	padding: 0 1.5rem;
}

@media (max-width: 768px) {
	.customer-photos-carousel .splide__slide {
		padding: 0 1rem;
	}
}

.customer-photos-carousel .splide__slide a {
	display: block;
	overflow: hidden;
}

.customer-photos-carousel .splide__slide img {
	display: block;
	width: auto;
	height: 500px;
	object-fit: cover;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 768px) {
	.customer-photos-carousel .splide__slide img {
		height: 300px;
	}
}

.customer-photos-carousel .splide__slide a:hover img,
.customer-photos-carousel .splide__slide a:focus img {
	transform: scale(1.05);
	opacity: 0.9;
}

.customer-photos-arrows {
	position: absolute;
	bottom: -5.5rem;
	right: 5%;
	display: flex;
	gap: 1rem;
	z-index: 10;
}

@media (max-width: 768px) {
	.customer-photos-arrows {
		bottom: -3.5rem;
		right: 1.5rem;
	}
}

.customer-photos-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.customer-photos-arrow:hover, .customer-photos-arrow:focus {
	background: #fff;
	border-color: #fff;
}

@media (max-width: 768px) {
	.customer-photos-arrow {
		width: 2.5rem;
		height: 2.5rem;
	}
}

.customer-photos-arrow svg {
	width: 1.25rem;
	height: 1.25rem;
}

@media (max-width: 768px) {
	.customer-photos-arrow svg {
		width: 1rem;
		height: 1rem;
	}
}

/* =========================================================
   PRODUCT TYPE ARCHIVE (Taxonomy)
   Template: taxonomy-product_type.php
   ========================================================= */
.product-type-page {
	/* -----------------------------
	   HERO
	   ----------------------------- */
	/* -----------------------------
	   BRAND FILTERS
	   ----------------------------- */
	/* -----------------------------
	   BRANDS + PRODUCTS
	   ----------------------------- */
	/* Brand Section Animations */
}

.product-type-page .product-type-hero {
	position: relative;
	margin-top: 120px;
	display: flex;
	background-color: #accb54;
	overflow: visible;
}

@media (max-width: 912px) {
	.product-type-page .product-type-hero {
		margin-top: 89px;
	}
}

.product-type-page .product-type-hero .product-type-hero-content {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	z-index: 1;
}

.product-type-page .product-type-hero .product-type-hero-content .container {
	padding: 2rem;
	padding-top: 0;
	width: 100%;
	max-width: 800px;
	margin: 0 1rem;
	margin-top: -3rem;
}

.product-type-page .product-type-hero .product-type-image {
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.product-type-page .product-type-hero .product-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-type-page .product-type-hero .product-type-parent {
	font-size: 13px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0.5rem;
}

.product-type-page .product-type-hero .product-type-heading {
	color: #000;
	font-size: 3.5rem;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.product-type-page .product-type-hero .product-type-blurb {
	color: #000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
}

@media (max-width: 1200px) {
	.product-type-page .product-type-hero .product-type-hero-content {
		flex: 0 0 60%;
	}
	.product-type-page .product-type-hero .product-type-hero-content .container {
		margin: 0 2%;
	}
	.product-type-page .product-type-hero .product-type-image {
		flex: 0 0 40%;
	}
	.product-type-page .product-type-hero .product-type-heading {
		font-size: 2.75rem;
	}
	.product-type-page .product-type-hero .product-type-blurb {
		font-size: 1.125rem;
	}
}

@media (max-width: 992px) {
	.product-type-page .product-type-hero .product-type-heading {
		font-size: 2.5rem;
	}
}

@media (max-width: 1024px) {
	.product-type-page .product-type-hero {
		flex-direction: column;
	}
	.product-type-page .product-type-hero .product-type-hero-content {
		flex: 1;
		width: 100%;
	}
	.product-type-page .product-type-hero .product-type-hero-content .container {
		padding-top: 3rem;
		padding-bottom: 2rem;
		margin-top: 0;
	}
	.product-type-page .product-type-hero .product-type-image {
		flex: 0 0 auto;
		width: 100%;
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
	.product-type-page .product-type-hero .product-type-image img {
		height: auto;
	}
}

@media (max-width: 768px) {
	.product-type-page .product-type-hero {
		margin-top: 100px;
	}
	.product-type-page .product-type-hero .product-type-heading {
		font-size: 2.25rem;
	}
	.product-type-page .product-type-hero .product-type-blurb {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.product-type-page .product-type-hero .product-type-heading {
		font-size: 2rem;
	}
	.product-type-page .product-type-hero .product-type-blurb {
		font-size: 0.95rem;
	}
}

.product-type-page .brand-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.product-type-page .brand-filters {
		gap: 0.75rem;
		margin-bottom: 3rem;
	}
}

.product-type-page .brand-filter-btn {
	padding: 1rem 1.5rem;
	background: #accb54;
	color: #000;
	border: 1px solid #accb54;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.product-type-page .brand-filter-btn:hover, .product-type-page .brand-filter-btn:focus {
	background: #000;
	color: #accb54;
	border-color: #000;
}

.product-type-page .brand-filter-btn.active {
	background: #000;
	color: #accb54;
	border-color: #000;
}

@media (max-width: 768px) {
	.product-type-page .brand-filter-btn {
		padding: 0.75rem 1.2rem;
	}
}

.product-type-page .product-type-brands {
	position: relative;
	padding: 9rem 0 5rem;
	z-index: 2;
	margin-top: -4rem;
	background: #fff;
	box-shadow: 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.03);
}

.product-type-page .product-type-brands .container {
	max-width: 90rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.product-type-page .product-type-brands {
		padding: 4rem 0 3rem;
		margin-top: 0;
	}
}

.product-type-page .product-type-brand-block {
	padding: 4.5rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	opacity: 1;
	transform: translateY(0);
}

.product-type-page .product-type-brand-block.is-hidden {
	display: none;
}

.product-type-page .product-type-brand-block.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s ease, transform 0.4s ease;
	animation: fadeInUp 0.4s ease;
}

.product-type-page .product-type-brand-block.is-first-visible {
	border-top: none;
	padding-top: 0;
}

.product-type-page .product-type-brand-block .product-type-brand-header {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.product-type-page .product-type-brand-block .product-type-brand-header .product-type-brand-logo img {
	max-width: 160px;
	max-height: 100px;
	height: auto;
	display: block;
}

.product-type-page .product-type-brand-block .product-type-brand-header .product-type-brand-name {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	color: #000;
}

.product-type-page .product-type-brand-block .product-type-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
	row-gap: 4rem;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card {
	overflow: hidden;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-title {
	margin: 1.5rem 0 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card:hover .product-card-image img, .product-type-page .product-type-brand-block .product-type-products-grid .product-card:focus-within .product-card-image img {
	transform: scale(1.08);
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card:hover .product-card-button, .product-type-page .product-type-brand-block .product-type-products-grid .product-card:focus-within .product-card-button {
	border: 1px solid #000;
	background-color: #000;
	color: #accb54;
}

.product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button {
	background-color: #accb54;
	color: #000;
	border: 1px solid #accb54;
	margin-top: 0;
	align-self: start;
	padding: 1rem 1.5rem;
}

@media (max-width: 1024px) {
	.product-type-page .product-type-brand-block .product-type-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.product-type-page .product-type-brand-block {
		padding: 3rem 0;
	}
	.product-type-page .product-type-brand-block.is-first-visible {
		padding-top: 0;
	}
	.product-type-page .product-type-brand-block .product-type-brand-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.product-type-page .product-type-brand-block .product-type-brand-header .product-type-brand-logo img {
		max-width: 140px;
	}
	.product-type-page .product-type-brand-block .product-type-products-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		row-gap: 3rem;
	}
}

.product-type-page .container:not(:has(.brand-filters)) .product-type-brand-block:first-of-type {
	border-top: none;
	padding-top: 0;
}

.product-type-page .no-results {
	text-align: center;
	padding: 4rem 2rem;
	color: #666;
	font-size: 1.125rem;
	grid-column: 1 / -1;
}

/* Brand filtering animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========================================================
   SINGLE PRODUCT PAGE
   ========================================================= */
.product-single-page {
	/* -----------------------------
	   HERO (image left, info right)
	   ----------------------------- */
	/* -----------------------------
	   YOU MAY ALSO LIKE
	   ----------------------------- */
}

.product-single-page .product-single-hero {
	position: relative;
	margin-top: 120px;
	display: flex;
	z-index: 9;
	background-color: #fff;
	/* ---------- MEDIA QUERIES FOR HERO ---------- */
}

@media (max-width: 912px) {
	.product-single-page .product-single-hero {
		margin-top: 89px;
	}
}

.product-single-page .product-single-hero .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.product-single-page .product-single-hero .product-single-hero-inner {
	width: 100%;
	display: flex;
}

.product-single-page .product-single-hero .product-single-media {
	flex: 0 0 50%;
	display: flex;
	align-items: flex-start;
}

.product-single-page .product-single-hero .product-single-media .product-single-image-wrap {
	position: relative;
	width: 100%;
}

.product-single-page .product-single-hero .product-single-media .product-single-image-wrap img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.product-single-page .product-single-hero .product-single-info {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
	z-index: 3;
}

.product-single-page .product-single-hero .product-single-info ul {
	margin-left: 1rem;
	padding-left: 0;
}

.product-single-page .product-single-hero .product-single-info .product-single-header {
	margin-bottom: 1.5rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-type {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #accb54;
	margin-bottom: 0.4rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-title {
	font-size: 3.5rem;
	line-height: 1.1;
	margin: 0 0 2rem;
	color: #000;
}

.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.5rem 0;
}

.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-brand .product-single-brand-logo img {
	max-width: 200px;
	max-height: 50px;
	width: auto;
	display: block;
}

.product-single-page .product-single-hero .product-single-info .product-single-cta {
	margin-bottom: 1.5rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-cta .button, .product-single-page .product-single-hero .product-single-info .product-single-cta .product-link, .product-single-page .product-single-hero .product-single-info .product-single-cta .contact-button, .product-single-page .product-single-hero .product-single-info .product-single-cta .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-card-button, .product-type-page .product-type-brand-block .product-type-products-grid .product-card .product-single-page .product-single-hero .product-single-info .product-single-cta .product-card-button, .product-single-page .product-single-hero .product-single-info .product-single-cta .contact-page .contact-form-section .quote-form input[type="submit"], .contact-page .contact-form-section .quote-form .product-single-page .product-single-hero .product-single-info .product-single-cta input[type="submit"] {
	margin-top: 0;
}

.product-single-page .product-single-hero .product-single-info .product-single-cta .product-single-callout {
	margin: 0.75rem 0 3rem;
	font-size: 0.95rem;
	color: #404040;
}

.product-single-page .product-single-hero .product-single-info .product-single-cta .product-single-callout a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-single-page .product-single-hero .product-single-info .product-single-body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .product-single-description {
	font-size: 1.125rem;
	line-height: 1.7;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .product-single-description p:last-child {
	margin-bottom: 0;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .wp-block-heading {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.125rem;
	margin: 0 0 0.75rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .product-single-features .product-single-features-list {
	padding: 0;
	margin-left: 1rem;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .product-single-features .product-single-features-list .product-single-feature-item {
	position: relative;
	font-size: 1.125rem;
	line-height: 1.5;
}

.product-single-page .product-single-hero .product-single-info .product-single-body .product-single-features .product-single-features-list .product-single-feature-item + .product-single-feature-item {
	margin-top: 0.4rem;
}

@media (max-width: 1200px) {
	.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-title {
		font-size: 2.3rem;
	}
}

@media (max-width: 992px) {
	.product-single-page .product-single-hero .product-single-hero-inner {
		flex-direction: column;
	}
	.product-single-page .product-single-hero .product-single-media,
	.product-single-page .product-single-hero .product-single-info {
		flex: 1 1 100%;
	}
	.product-single-page .product-single-hero .product-single-info .product-single-body {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 768px) {
	.product-single-page .product-single-hero {
		padding: 2.5rem 0 2.5rem;
	}
	.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-title {
		font-size: 2rem;
	}
	.product-single-page .product-single-hero .product-single-info .product-single-body {
		gap: 1.5rem;
	}
}

@media (max-width: 576px) {
	.product-single-page .product-single-hero .product-single-info .product-single-header .product-single-title {
		font-size: 1.8rem;
	}
}

.product-single-page .product-single-related {
	padding: 3rem 0 4rem;
}

.product-single-page .product-single-related .container {
	max-width: 90rem;
	margin: 0 1rem;
}

.product-single-page .product-single-related .product-single-related-heading {
	font-size: 1.5rem;
	margin: 0 0 1.5rem;
	color: #000;
}

.product-single-page .product-single-related .product-single-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.product-single-page .product-single-related .product-card {
	background-color: #111;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-single-page .product-single-related .product-card .product-card-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.product-single-page .product-single-related .product-card .product-card-image {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.product-single-page .product-single-related .product-card .product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.product-single-page .product-single-related .product-card .product-card-title {
	font-size: 1.05rem;
	font-weight: 600;
	padding: 0.9rem 1rem 1rem;
	margin: 0;
	color: #fff;
}

.product-single-page .product-single-related .product-card:hover, .product-single-page .product-single-related .product-card:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.product-single-page .product-single-related .product-card:hover .product-card-image img, .product-single-page .product-single-related .product-card:focus-within .product-card-image img {
	transform: scale(1.08);
}

@media (max-width: 992px) {
	.product-single-page .product-single-related .product-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.product-single-page .product-single-related .product-single-related-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-page {
	/* -----------------------------
	   HERO (two-column, like product type page)
	   ----------------------------- */
	/* -----------------------------
	   FORM SECTION
	   ----------------------------- */
}

.contact-page .contact-hero {
	position: relative;
	margin-top: 120px;
	display: flex;
	background-color: #accb54;
	overflow: visible;
}

@media (max-width: 912px) {
	.contact-page .contact-hero {
		margin-top: 89px;
	}
}

.contact-page .contact-hero .contact-hero-content {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	z-index: 1;
}

.contact-page .contact-hero .contact-hero-content .container {
	padding: 2rem;
	padding-top: 0;
	width: 100%;
	max-width: 800px;
	margin: 0 1rem;
	margin-top: -3rem;
}

.contact-page .contact-hero .contact-hero-image {
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.contact-page .contact-hero .contact-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.contact-page .contact-hero .contact-hero-heading {
	color: #000;
	font-size: 3.5rem;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.contact-page .contact-hero .contact-hero-blurb {
	color: #000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
}

.contact-page .contact-hero .contact-hero-blurb p {
	margin: 0;
	color: #000;
}

@media (max-width: 1200px) {
	.contact-page .contact-hero .contact-hero-content {
		flex: 0 0 60%;
	}
	.contact-page .contact-hero .contact-hero-content .container {
		margin: 0 2%;
	}
	.contact-page .contact-hero .contact-hero-image {
		flex: 0 0 40%;
	}
	.contact-page .contact-hero .contact-hero-heading {
		font-size: 2.75rem;
	}
	.contact-page .contact-hero .contact-hero-blurb {
		font-size: 1.125rem;
	}
}

@media (max-width: 992px) {
	.contact-page .contact-hero .contact-hero-heading {
		font-size: 2.5rem;
	}
}

@media (max-width: 1024px) {
	.contact-page .contact-hero {
		flex-direction: column;
	}
	.contact-page .contact-hero .contact-hero-content {
		flex: 1;
		width: 100%;
	}
	.contact-page .contact-hero .contact-hero-content .container {
		padding-top: 3rem;
		padding-bottom: 2rem;
		margin-top: 0;
	}
	.contact-page .contact-hero .contact-hero-image {
		flex: 0 0 auto;
		width: 100%;
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
	.contact-page .contact-hero .contact-hero-image img {
		height: auto;
	}
}

@media (max-width: 768px) {
	.contact-page .contact-hero {
		margin-top: 100px;
	}
	.contact-page .contact-hero .contact-hero-heading {
		font-size: 2.25rem;
	}
	.contact-page .contact-hero .contact-hero-blurb {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.contact-page .contact-hero .contact-hero-heading {
		font-size: 2rem;
	}
	.contact-page .contact-hero .contact-hero-blurb {
		font-size: 0.95rem;
	}
}

.contact-page .contact-form-section {
	position: relative;
	padding: 9rem 0 5.5rem;
	z-index: 2;
	margin-top: -4rem;
	background: #fff;
	box-shadow: 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.03);
	/* Basic grid/flex form styles */
}

.contact-page .contact-form-section .wpcf7-response-output {
	margin: 0;
	margin-top: 1.5rem;
	padding: 0;
	border: none;
}

.contact-page .contact-form-section .container {
	max-width: 90rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.contact-page .contact-form-section {
		padding: 4rem 0 3rem;
		margin-top: 0;
	}
}

.contact-page .contact-form-section .contact-form-inner {
	margin: 0 auto;
	padding: 1rem 0 5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5rem;
	font-size: 1.125rem;
}

@media (max-width: 768px) {
	.contact-page .contact-form-section .contact-form-inner {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-bottom: 3rem;
	}
}

.contact-page .contact-form-section .contact-form-inner .contact-form-side {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
}

.contact-page .contact-form-section .contact-form-inner .footer-inline-icon {
	fill: #accb54;
	margin-left: 1rem;
	margin-right: 0.25rem;
}

.contact-page .contact-form-section .contact-form-inner a {
	color: #404040;
	text-decoration: none;
}

.contact-page .contact-form-section .contact-form-inner a:hover {
	text-decoration: underline;
}

.contact-page .contact-form-section .contact-form-inner .contact-sidebar-line {
	margin-bottom: 0.25rem;
}

.contact-page .contact-form-section .quote-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2rem;
}

.contact-page .contact-form-section .quote-form .form-row {
	display: flex;
	flex-direction: column;
}

.contact-page .contact-form-section .quote-form .form-row p {
	margin-bottom: 0;
}

.contact-page .contact-form-section .quote-form .form-row p br {
	display: none;
}

.contact-page .contact-form-section .quote-form .form-row--textarea {
	grid-column: 1 / -1;
}

.contact-page .contact-form-section .quote-form .form-row--submit {
	grid-column: 1 / -1;
	margin-top: 0.5rem;
}

.contact-page .contact-form-section .quote-form label {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.25rem;
	color: #404040;
}

.contact-page .contact-form-section .quote-form span {
	font-size: 1rem;
}

.contact-page .contact-form-section .quote-form input[type="text"],
.contact-page .contact-form-section .quote-form input[type="email"],
.contact-page .contact-form-section .quote-form input[type="tel"],
.contact-page .contact-form-section .quote-form textarea {
	font: inherit;
	padding: 0.75rem 0.9rem;
	border-radius: 0;
	outline: none;
	width: 100%;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-page .contact-form-section .quote-form textarea {
	min-height: 100px;
	resize: vertical;
}

.contact-page .contact-form-section .quote-form input[type="text"]:focus,
.contact-page .contact-form-section .quote-form input[type="email"]:focus,
.contact-page .contact-form-section .quote-form input[type="tel"]:focus,
.contact-page .contact-form-section .quote-form textarea:focus {
	border-color: #accb54;
	box-shadow: 0 0 0 1px #accb54;
}

.contact-page .contact-form-section .quote-form input[type="submit"] {
	margin-top: 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	.contact-page .contact-form-section .quote-form {
		grid-template-columns: 1fr;
	}
}

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

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