/*!
Theme Name: B3Whitetails
Theme URI: http://underscores.me/
Author: Blackstar Digital
Author URI: https://blackstar.digital
Description: B3 2022 Default Theme
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: b3whitetails
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.

B3Whitetails 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

--------------------------------------------------------------*/
body,
html {
	z-index: 0;
}

#ui,
#ui-content,
#f {
	z-index: 1;
}

#h {
	z-index: 2;
}

#o {
	z-index: 3;
}

#h-nav,
#h-cart {
	z-index: 4;
}

/*--------------------------------------------------------------
# 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/ */
*,
html,
body,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
p,
button,
input,
select,
optgroup,
textarea {
	color: #0f0f0e;
	font-family: tilden-sans-light, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	display: block;
	clear: both;
	color: #0f0f0e;
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	margin-bottom: 12px;
	line-height: 1;
	font-family: abolition, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	color: #9B0A09;
}

h1.display,
h2.display,
h3.display,
h4.display,
h5.display,
h6.display,
.h1.display,
.h2.display,
.h3.display,
.h4.display,
.h5.display,
.h6.display {
	font-family: tilden-sans-light, sans-serif;
	font-weight: 100;
	font-style: normal;
}

h1, .h1 {
	color: #f1f1f1;
	font-size: 2.25rem;
}

@media print, screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 3.09375rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h1, .h1 {
		font-size: 3.375rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h1, .h1 {
		font-size: 4.21875rem;
	}
}

h2, .h2 {
	font-size: 1.88438rem;
}

@media print, screen and (min-width: 768px) {
	h2, .h2 {
		font-size: 2.25rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h2, .h2 {
		font-size: 2.53125rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h2, .h2 {
		font-size: 2.8125rem;
	}
}

h3, .h3 {
	font-size: 1.125rem;
}

@media print, screen and (min-width: 768px) {
	h3, .h3 {
		font-size: 1.32188rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h3, .h3 {
		font-size: 1.43437rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h3, .h3 {
		font-size: 1.6875rem;
	}
}

h4, .h4 {
	font-size: 1.0125rem;
}

@media print, screen and (min-width: 768px) {
	h4, .h4 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h4, .h4 {
		font-size: 1.32188rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h4, .h4 {
		font-size: 1.54688rem;
	}
}

h5, .h5 {
	font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
	h5, .h5 {
		font-size: 1.0125rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h5, .h5 {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h5, .h5 {
		font-size: 1.26562rem;
	}
}

h6, .h6 {
	font-size: 0.84375rem;
}

@media print, screen and (min-width: 768px) {
	h6, .h6 {
		font-size: 0.98438rem;
	}
}

@media print, screen and (min-width: 1024px) {
	h6, .h6 {
		font-size: 1.06875rem;
	}
}

@media print, screen and (min-width: 1280px) {
	h6, .h6 {
		font-size: 1.26562rem;
	}
}

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: #f1f1f1;
	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 #0f0f0e;
	cursor: help;
}

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

big {
	font-size: 125%;
}

strong {
	font-family: tilden-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}

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

body:before {
	content: "small";
	display: none;
}

@media print, screen and (min-width: 768px) {
	body:before {
		content: "medium";
	}
}

@media print, screen and (min-width: 1024px) {
	body:before {
		content: "large";
	}
}

@media print, screen and (min-width: 1280px) {
	body:before {
		content: "xlarge";
	}
}

hr {
	background-color: #61655e;
	border: 0;
	height: 1px;
	margin: 24px 0;
	opacity: 0.5;
}

@media print, screen and (min-width: 1024px) {
	hr {
		margin: 30px 0;
	}
}

hr.thin {
	margin: 8px 0;
}

@media print, screen and (min-width: 768px) {
	hr.thin {
		margin: 16px 0;
	}
}

@media print, screen and (min-width: 1024px) {
	hr.thin {
		margin: 20px 0;
	}
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

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

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #2f312d;
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background: #ba6d1a;
	border-radius: 8px;
	width: 8px;
}

::selection {
	background: #ba6d1a;
	color: #f1f1f1;
	text-shadow: none;
}

::-webkit-selection {
	background: #ba6d1a;
	color: #f1f1f1;
	text-shadow: none;
}

::-moz-selection {
	background: #ba6d1a;
	color: #f1f1f1;
	text-shadow: none;
}

::marker {
	color: #ba6d1a;
}

/* Links
--------------------------------------------- */
a {
	line-height: inherit;
	color: #9B0A09;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

a:visited {
	color: #9B0A09;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button,
.woocommerce .button,
a.button,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 2px solid;
	border-color: #9B0A09;
	background: #9B0A09;
	color: #f1f1f1;
	line-height: 1;
	padding: 0.875em 1em;
	font-weight: 100;
	border-radius: 32px;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button:hover,
.woocommerce .button:hover,
a.button:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #550707;
	background: #550707;
	color: #f7f4e9;
}

.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce button:active,
.woocommerce button:focus,
.woocommerce .button:active,
.woocommerce .button:focus,
a.button:active,
a.button:focus,
.button:active,
.button:focus,
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: #550707;
	background: #550707;
	color: #f7f4e9;
}

.woocommerce #respond input#submit.expanded,
.woocommerce a.button.expanded,
.woocommerce button.button.expanded,
.woocommerce input.button.expanded,
.woocommerce button.expanded,
.woocommerce .button.expanded,
a.button.expanded,
.button.expanded,
button.expanded,
input[type="button"].expanded,
input[type="reset"].expanded,
input[type="submit"].expanded {
	display: block;
	width: 100%;
	text-align: center;
}

.woocommerce #respond input#submit.rounded,
.woocommerce a.button.rounded,
.woocommerce button.button.rounded,
.woocommerce input.button.rounded,
.woocommerce button.rounded,
.woocommerce .button.rounded,
a.button.rounded,
.button.rounded,
button.rounded,
input[type="button"].rounded,
input[type="reset"].rounded,
input[type="submit"].rounded {
	border-radius: 32px;
}

.woocommerce #respond input#submit.hollow,
.woocommerce a.button.hollow,
.woocommerce button.button.hollow,
.woocommerce input.button.hollow,
.woocommerce button.hollow,
.woocommerce .button.hollow,
a.button.hollow,
.button.hollow,
button.hollow,
input[type="button"].hollow,
input[type="reset"].hollow,
input[type="submit"].hollow {
	border-color: #9B0A09;
	background: transparent;
	color: #f1f1f1;
}

.woocommerce #respond input#submit.hollow.dark,
.woocommerce a.button.hollow.dark,
.woocommerce button.button.hollow.dark,
.woocommerce input.button.hollow.dark,
.woocommerce button.hollow.dark,
.woocommerce .button.hollow.dark,
a.button.hollow.dark,
.button.hollow.dark,
button.hollow.dark,
input[type="button"].hollow.dark,
input[type="reset"].hollow.dark,
input[type="submit"].hollow.dark {
	border-color: #0f0f0e;
	color: #0f0f0e;
}

.woocommerce #respond input#submit.hollow.dark:hover,
.woocommerce a.button.hollow.dark:hover,
.woocommerce button.button.hollow.dark:hover,
.woocommerce input.button.hollow.dark:hover,
.woocommerce button.hollow.dark:hover,
.woocommerce .button.hollow.dark:hover,
a.button.hollow.dark:hover,
.button.hollow.dark:hover,
button.hollow.dark:hover,
input[type="button"].hollow.dark:hover,
input[type="reset"].hollow.dark:hover,
input[type="submit"].hollow.dark:hover {
	border-color: #2f312d;
	color: #2f312d;
}

.woocommerce #respond input#submit.white,
.woocommerce a.button.white,
.woocommerce button.button.white,
.woocommerce input.button.white,
.woocommerce button.white,
.woocommerce .button.white,
a.button.white,
.button.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
	background: #f1f1f1;
	border-color: #f1f1f1;
	color: #0f0f0e;
}

.woocommerce #respond input#submit.white:hover,
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover,
.woocommerce input.button.white:hover,
.woocommerce button.white:hover,
.woocommerce .button.white:hover,
a.button.white:hover,
.button.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover,
input[type="submit"].white:hover {
	background: #f7f4e9;
	border-color: #f1f1f1;
	color: #2f312d;
}

.woocommerce #respond input#submit.dark,
.woocommerce a.button.dark,
.woocommerce button.button.dark,
.woocommerce input.button.dark,
.woocommerce button.dark,
.woocommerce .button.dark,
a.button.dark,
.button.dark,
button.dark,
input[type="button"].dark,
input[type="reset"].dark,
input[type="submit"].dark {
	border-color: #0f0f0e;
	background: #0f0f0e;
	color: #f1f1f1;
}

.woocommerce #respond input#submit.dark:hover,
.woocommerce a.button.dark:hover,
.woocommerce button.button.dark:hover,
.woocommerce input.button.dark:hover,
.woocommerce button.dark:hover,
.woocommerce .button.dark:hover,
a.button.dark:hover,
.button.dark:hover,
button.dark:hover,
input[type="button"].dark:hover,
input[type="reset"].dark:hover,
input[type="submit"].dark:hover {
	border-color: #0f0f0e;
	background: #2f312d;
	color: #f7f4e9;
}

@media print, screen and (min-width: 768px) {
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce button,
	.woocommerce .button,
	a.button,
	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.4125rem;
		padding: 0.95em 1.25em;
	}
}

@media print, screen and (min-width: 1024px) {
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce button,
	.woocommerce .button,
	a.button,
	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 1em 1.675em;
		font-size: 1.125rem;
	}
}

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: #2f312d;
	border: 1px solid #2f312d;
	border-radius: 6px !important;
	padding: 3px 8px !important;
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: 46px !important;
	height: 48px;
}

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

.woocommerce form .form-row select,
select {
	color: #2f312d;
	border: 1px solid #2f312d;
	border-radius: 3px !important;
	padding: 3px 8px !important;
	display: block;
	width: 100%;
	max-width: 100%;
	line-height: 46px !important;
	height: 48px;
}

textarea {
	line-height: 1;
	padding: 8px;
	min-height: 120px;
	max-height: 180px;
	height: auto;
}

label {
	color: #9B0A09;
	line-height: 1;
	margin-bottom: 4px;
	line-height: 32px;
	display: block;
}

.form-row {
	padding: 7.5px 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.grid {
	display: grid;
}

/* Even Cols */
.s1col {
	grid-template-columns: 1fr;
}

.s2col {
	grid-template-columns: 1fr 1fr;
}

.s3col {
	grid-template-columns: 1fr 1fr 1fr;
}

.s4col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media print, screen and (min-width: 768px) {
	.m1col {
		grid-template-columns: 1fr;
	}
	.m2col {
		grid-template-columns: 1fr 1fr;
	}
	.m3col {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.m4col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.m5col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.m6col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media print, screen and (min-width: 1024px) {
	.l1col {
		grid-template-columns: 1fr;
	}
	.l2col {
		grid-template-columns: 1fr 1fr;
	}
	.l3col {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.l4col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.l5col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.l6col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

/* Offsets */
.og1-2 {
	grid-template-columns: 1fr 2fr;
}

.og1-3 {
	grid-template-columns: 1fr 3fr;
}

.og2-3 {
	grid-template-columns: 2fr 3fr;
}

.og2-4 {
	grid-template-columns: 2fr 4fr;
}

.og2-1 {
	grid-template-columns: 2fr 1fr;
}

.og3-1 {
	grid-template-columns: 3fr 1fr;
}

.og3-2 {
	grid-template-columns: 3fr 2fr;
}

.og4-2 {
	grid-template-columns: 4fr 2fr;
}

@media print, screen and (min-width: 768px) {
	.mog1-2 {
		grid-template-columns: 1fr 2fr;
	}
	.mog1-3 {
		grid-template-columns: 1fr 3fr;
	}
	.mog2-3 {
		grid-template-columns: 2fr 3fr;
	}
	.mog2-4 {
		grid-template-columns: 2fr 4fr;
	}
	.mog2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.mog3-1 {
		grid-template-columns: 3fr 1fr;
	}
	.mog3-2 {
		grid-template-columns: 3fr 2fr;
	}
	.mog4-2 {
		grid-template-columns: 4fr 2fr;
	}
}

@media print, screen and (min-width: 1024px) {
	.log1-2 {
		grid-template-columns: 1fr 2fr;
	}
	.log1-3 {
		grid-template-columns: 1fr 3fr;
	}
	.log2-3 {
		grid-template-columns: 2fr 3fr;
	}
	.log2-4 {
		grid-template-columns: 2fr 4fr;
	}
	.log2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.log3-1 {
		grid-template-columns: 3fr 1fr;
	}
	.log3-2 {
		grid-template-columns: 3fr 2fr;
	}
	.log4-2 {
		grid-template-columns: 4fr 2fr;
	}
}

/* GAPS */
.gap5px {
	gap: 5px;
}

.gap10px {
	gap: 10px;
}

.gap15px {
	gap: 15px;
}

.gap25px {
	gap: 25px;
}

.gap45px {
	gap: 45px;
}

.gap65px {
	gap: 65px;
}

.gap90px {
	gap: 90px;
}

.gap120px {
	gap: 120px;
}

#ui {
	display: block;
	min-width: 200px;
}

#o {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100vw;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

#o.active {
	left: 0;
	opacity: 1;
}

#h {
	background: #0f0f0e;
	position: fixed;
	width: 100%;
	height: 104px;
}

#h-grid {
	position: relative;
	display: grid;
	height: 104px;
	grid-template-columns: auto 94px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#h-grid-logo-icon a {
	padding: 15px 25px;
	display: block;
	height: 104px;
}

#h-grid-logo-icon a img {
	display: block;
	width: auto;
	height: 100%;
}

#h-grid-logo p {
	display: none;
}

#h-grid-icons {
	width: 84px;
	display: grid;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	#h-grid {
		padding: 0 35px;
	}
}

.home #h {
	background: none;
	position: absolute;
}

#book {
	background: #0f0f0e;
	padding: 64px 5%;
	text-align: center;
	border-top: 5px solid #9B0A09;
}

#book-grid {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
	color: #f1f1f1;
	gap: 46px;
}

#book-grid h2 {
	color: #f1f1f1;
	margin-bottom: 0;
}

#f {
	border-top: 15px solid #ba6d1a;
	background-image: url(/assets/images/bg/footer.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 5%;
	text-align: center;
	color: #f1f1f1;
}

#f h2,
#f h3,
#f h4,
#f .h2,
#f .h3,
#f .h4,
#f .h5,
#f .h6,
#f a {
	color: #f7f4e9;
}

#f-grid {
	display: grid;
	text-align: center;
}

#f-grid-logo {
	padding-bottom: 24px;
}

#f-credits {
	font-size: 0.85rem;
	color: #f7f4e9;
	text-align: center;
	padding: 12px;
}

#f-credits-grid {
	margin: 0 auto;
	display: grid;
	gap: 12px;
}

#f-credits-grid-legal-grid {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px;
}

#f-credits-grid-legal-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#f-credits-grid-legal-nav ul li {
	display: inline-block;
}

#f-credits-grid-legal-nav ul li a {
	color: #f1f1f1;
	display: inline-block;
	padding: 0;
	text-decoration: underline;
}

#f-grid-content-book {
	padding-bottom: 32px;
}

.home-section {
	padding: 130px 5%;
}

.txt-white {
	color: #f1f1f1;
}

.txt-offWhite {
	color: #f7f4e9;
}

.txt-red {
	color: #9B0A09;
}

.txt-orange {
	color: #ba6d1a;
}

.txt-black {
	color: #0f0f0e;
}

.txt-darkGray {
	color: #2f312d;
}

.txt-gray {
	color: #61655e;
}

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

.lead {
	font-size: 1.6875rem;
	font-weight: 100;
	color: #2f312d;
}

.underlined-link {
	font-family: abolition, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f1f1f1 !important;
	border-bottom: 3px solid #ba6d1a;
	display: inline-block;
}

.underlined-link:hover {
	border-color: #f7f4e9;
}

.underlined-link.dark {
	color: #0f0f0e !important;
	border-bottom: 3px solid #9B0A09;
}

.underlined-link.dark:hover {
	border-color: #ba6d1a;
}

#home-landing {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	background-image: url(/assets/images/bg/landing.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home-landing-content {
	position: absolute;
	display: grid;
	align-content: center;
	justify-content: space-around;
	justify-items: center;
	text-align: center;
	padding: 70px 5%;
	z-index: 1;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	background-color: rgba(0, 0, 0, 0.25);
}

#home-landing-content h1,
#home-landing-content h2 {
	color: #f1f1f1;
	margin-bottom: 0;
}

#home-landing-content p {
	color: #f7f4e9;
	margin-bottom: 32px;
}

#home-landing-content p.h2 {
	color: #f1f1f1;
	font-size: 4.125rem;
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	#home-landing-content p.h2 {
		font-size: 6.5rem;
	}
}

@media print, screen and (min-width: 1024px) {
	#home-landing-content p.h2 {
		font-size: 8.5rem;
	}
}

@media print, screen and (min-width: 1280px) {
	#home-landing-content p.h2 {
		font-size: 10.5rem;
	}
}

#home-landing-content-book {
	font-weight: 700;
	font-style: normal;
	letter-spacing: 8px;
	text-indent: 8px;
	text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
	#home-landing-content-book {
		letter-spacing: 10px;
		text-indent: 10px;
	}
}

@media print, screen and (min-width: 1024px) {
	#home-landing-content-book {
		letter-spacing: 12px;
		text-indent: 12px;
	}
}

@media print, screen and (min-width: 1280px) {
	#home-landing-content-book {
		letter-spacing: 15px;
		text-indent: 15px;
	}
}

#home-landing-content-more {
	color: #f1f1f1;
}

#home-welcome {
	background-color: #0f0f0e;
	position: relative;
	padding: 0;
}

@media print, screen and (min-width: 1024px) {
	#home-welcome {
		background-image: url(/assets/images/bg/home-about.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
	}
}

#home-welcome-grid {
	position: relative;
}

#home-welcome-grid-text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 140px 10%;
	color: #f1f1f1;
	z-index: 1;
}

#home-welcome-grid-text p span.h1 {
	color: #ba6d1a;
	margin-bottom: 0;
	line-height: 1;
}

#home-welcome-grid-text p span.h2 {
	color: #f7f4e9;
}

#home-welcome-grid-text p {
	color: #f1f1f1;
}

#home-welcome-grid-text a.h2 {
	margin-bottom: 6px;
}

#home-welcome-grid-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/08/IMG_3713.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
	z-index: 0;
}

@media print, screen and (min-width: 1024px) {
	#home-welcome-grid {
		padding: 60px 0 60px 10%;
		display: grid;
		grid-template-columns: 2fr 3fr;
		gap: 90px;
	}
	#home-welcome-grid-text {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 80px 0;
	}
	#home-welcome-grid-image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 100%;
		opacity: 1;
	}
}

#home-gallery {
	background-color: #0f0f0e;
	padding: 10px;
}

#home-gallery-header {
	padding: 64px 5% 24px 5%;
	text-align: center;
}

#home-gallery-header h2,
#home-gallery-header p {
	color: #f1f1f1;
}

#home-gallery-more {
	padding: 46px 5% 46px 5%;
	text-align: center;
}

#home-experience {
	background-image: url(/wp-content/uploads/2023/08/IMG_5203.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 !important;
	box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.25);
}

#home-experience-content {
	background-color: rgba(0, 0, 0, 0.65);
	padding: 130px 5%;
	color: #f1f1f1;
}

@media print, screen and (min-width: 1024px) {
	#home-experience-content {
		text-align: center;
		padding: 180px 10%;
	}
}

#home-experience-content h2 {
	color: #f7f4e9;
}

#home-experience-content p {
	color: #f1f1f1;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.275rem;
	line-height: 1.5;
	font-weight: 500;
}

@media print, screen and (min-width: 1024px) {
	#home-experience-content p {
		font-size: 1.575em;
		max-width: 1024px;
	}
}

#home-lodging {
	background-color: #2f312d;
	padding: 16px;
}

#home-lodging-bg {
	height: 360px;
	background-image: url(/wp-content/uploads/2023/01/318778388_2746510642152594_4835182420213829680_n-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media print, screen and (min-width: 1024px) {
	#home-lodging {
		padding: 24px;
	}
}

@media print, screen and (min-width: 1024px) {
	#home-lodging {
		padding: 32px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#home-lodging-bg {
		height: 800px;
		width: 100%;
	}
}

#home-lodging-content {
	background-color: #f1f1f1;
	color: #0f0f0e;
	text-align: center;
	display: grid;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
	padding: 64px 5%;
}

@media print, screen and (min-width: 1024px) {
	#home-lodging-content {
		text-align: left;
		padding: 64px 10%;
		height: 800px;
		align-items: center;
	}
}

#home-lodging h2 {
	color: #61655e;
}

#home-lodging p {
	color: #0f0f0e;
	max-width: 540px;
	margin: 0 auto 32px auto;
	line-height: 1.5;
	font-weight: 500;
}

@media print, screen and (min-width: 1024px) {
	#home-lodging p {
		max-width: 1024px;
	}
}

#home-testimonials {
	background-image: url(/assets/images/bg/home-testimonials.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#home-testimonials blockquote p {
	font-size: 1.5rem;
	max-width: 640px;
	margin: 0 auto 12px auto;
}

#home-social {
	background-color: #2f312d;
	padding: 90px 5%;
}

#home-social h2 {
	text-align: center;
	color: #fff;
}

#home-social-grid {
	max-width: 640px;
	margin: 0 auto;
}

#home-affiliated {
	background-image: url(/assets/images/bg/home-affiliated.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 120px 5%;
	text-align: center;
}

#home-affiliated h2 {
	color: #f7f4e9;
	margin-bottom: 0;
}

#interior {
	margin: 0 auto;
}

#interior-header {
	padding: 0;
	background-image: url(/assets/images/bg/home-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

#interior-header-content {
	max-width: 1366px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 154px 5% 50px 5%;
}

@media print, screen and (min-width: 1024px) {
	#interior-header-content {
		padding: 164px 5% 60px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#interior-header-content {
		padding: 184px 7.5% 80px 7.5%;
	}
}

#interior-header-content h1 {
	margin-bottom: 0;
}

#interior-header-content p {
	max-width: 420px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 1.40625rem;
	font-weight: 100;
}

@media print, screen and (min-width: 768px) {
	#interior-header-content p {
		max-width: 560px;
	}
}

#interior-body {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #f1f1f1;
}

#interior-body-content {
	display: block;
	position: relative;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	padding: 46px 5%;
}

@media print, screen and (min-width: 1024px) {
	#interior-body-content {
		padding: 64px 5% 64px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#interior-body-content {
		padding: 80px 7.5% 80px 7.5%;
	}
}

#interior-body-content p {
	font-size: 1.6875rem;
	max-width: none;
	line-height: 1.7;
}

#interior-body-content .lead {
	padding-bottom: 46px;
}

@media print, screen and (min-width: 1024px) {
	#interior-body-content .lead {
		padding-bottom: 64px;
	}
}

@media print, screen and (min-width: 1280px) {
	#interior-body-content .lead {
		padding-bottom: 80px;
	}
}

#interior-body-content .lead p {
	font-size: 1.6875rem;
	font-weight: 100;
	max-width: 880px;
	margin-right: auto;
	margin-bottom: 0;
	color: #2f312d;
}

#interior-body-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 46px;
}

.page-id-15 #interior-body-content {
	max-width: unset;
	padding: 4px;
}

.post-edit-link {
	display: none;
}

#page-links a {
	display: grid;
	align-content: flex-end;
	padding: 24px;
	height: 340px;
	color: #f1f1f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page-links a .h2,
#page-links a .h6 {
	margin-bottom: 0;
	color: #f1f1f1;
}

#page-links-left a {
	justify-content: flex-start;
}

#page-links-right a {
	justify-content: flex-end;
}

#about .about-content {
	margin: 0 auto;
	max-width: 1366px;
	padding: 46px 5%;
}

@media print, screen and (min-width: 1024px) {
	#about .about-content {
		padding: 64px 5% 64px 5%;
	}
}

@media print, screen and (min-width: 1280px) {
	#about .about-content {
		padding: 80px 7.5% 80px 7.5%;
	}
}

#about .about-content h2 {
	margin-bottom: 32px;
	max-width: 540px;
	margin-left: 0;
}

#about .about-content p {
	font-size: 1.6875rem;
	font-weight: 100;
	max-width: 880px;
	margin-right: auto;
	color: #2f312d;
}

#about-lead {
	background: #f7f4e9;
}

#about-secondary {
	background: #f7f4e9;
}

#about-included {
	background-image: url(/assets/images/bg/home-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 0;
}

#about-included-grid {
	position: relative;
}

#about-included-grid-text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 140px 10%;
	color: #f1f1f1;
	z-index: 1;
}

#about-included-grid-text h2 {
	color: #ba6d1a;
}

#about-included-grid-text h2 small {
	color: #f7f4e9;
}

#about-included-grid-text p.h3 {
	margin-bottom: 32px;
}

#about-included-grid-text p,
#about-included-grid-text p small {
	color: #f1f1f1;
}

#about-included-grid-text ul li {
	font-size: 1.40625rem;
}

#about-included-grid-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2022/07/16.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
	z-index: 0;
}

@media print, screen and (min-width: 1024px) {
	#about-included-grid {
		padding: 60px 0 60px 10%;
		display: grid;
		grid-template-columns: 2fr 3fr;
		gap: 90px;
	}
	#about-included-grid-text {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 80px 0;
	}
	#about-included-grid-image {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 100%;
		opacity: 1;
	}
}

#about-restrictions {
	background-image: url(/assets/images/bg/home-testimonials.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 90px 5%;
	text-align: center;
}

#about-restrictions p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#about .about-pic-wide {
	width: 100%;
	height: 540px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media print, screen and (min-width: 768px) {
	#about .about-pic-wide {
		height: 700px;
	}
}

@media print, screen and (min-width: 1024px) {
	#about .about-pic-wide {
		height: 840px;
	}
}

#lodging-gallery {
	padding: 4px;
}

#shooting-houses {
	background-image: url(/assets/photos/new/huntBG.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 4px;
}

#shooting-houses-header {
	padding: 90px 5% 32px 5%;
	text-align: center;
}

#shooting-houses h2 {
	color: #f7f4e9 !important;
}

#shooting-houses p {
	font-weight: 700;
	color: #f1f1f1 !important;
	max-width: 540px;
	margin: 0 auto 24px auto;
	font-size: 1.125rem;
}

#jtg-117 {
	margin-top: 4px;
}


#pricing,
#pricing-bottom {
	background-image: url(/assets/images/bg/home-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 0;
	text-align: center;
	padding: 140px 5%;
}

#pricing h2 {
	color: #ba6d1a;
}

#pricing h2 small {
	color: #f7f4e9;
}

#pricing p.h3 {
	margin-bottom: 32px;
}

#pricing p {
	font-size: 1.40625rem;
}

#pricing p,
#pricing p small {
	color: #f1f1f1;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pricing ul li {
	font-size: 1.40625rem;
}

#price-list {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	max-width: 1080px;
	margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
	#price-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.price-block {
	background: #f7f4e9;
	width: 100%;
	border-radius: 15px;
}

.price-block h3 {
	background: rgba(0, 0, 0, 0.1);
	padding: 24px 5% 12px 5%;
	margin-bottom: 0;
}

.price-block h3 small {
	color: #2f312d;
}

.price-block h4 {
	padding: 12px 5% 12px 5%;
	margin-bottom: 0;
}

#testimonial-hr {
	border-bottom: 1px solid #61655e;
	margin-bottom: 90px;
	display: block;
	height: 0;
	opacity: 0.4;
}

#testimonials {
	display: grid;
	gap: 64px;
}
@media print, screen and (min-width: 1024px) {
	#testimonials {
		grid-template-columns: 4fr 3fr;
	}
}

.testimonial-block {
	padding: 46px 0;
	border-bottom: 1px solid #61655e;
}

.testimonial-block blockquote {
	padding: 0;
	margin: 0;
}

.testimonial-block p,
.testimonial-block blockquote p {
	font-size: 1.25rem !important;
}

.testimonial-block blockquote cite {
	color: #61655e;
	font-size: 1.5rem;
}
#testimonials-form .callout {
	padding: 46px 5%;
	background: #61655e;
	border-radius: 12px;
}

#testimonials-form .callout label {
	color: #f7f4e9;
}

#contact-back {
	color: #f1f1f1;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	padding: 12px;
	display: inline-block;
	z-index: 1;
}

@media print, screen and (min-width: 1024px) {
	body.page-template-page-contact {
		overflow: hidden;
	}
}

#contact {
	position: relative;
}

#contact-logo {
	padding: 64px 5%;
	background-image: url(/assets/images/bg/home-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#contact-info {
	padding: 64px 5%;
}

#contact-info h1 {
	color: #9B0A09;
}

#contact-info #f-credits-grid-legal-nav ul li a {
	color: #2f312d;
}

#contact-info #f-credits-grid-legal-nav ul li a:hover {
	color: #61655e;
}

#contact-info label {
	color: #61655e;
}

#contact-info legend {
	margin-top: 46px;
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

#contact-info .wpcf7-submit {
	display: block;
	width: 100%;
}

@media print, screen and (min-width: 1024px) {
	#contact {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#contact-logo {
		height: 100vh;
		display: grid;
		align-content: center;
	}
	#contact-info {
		height: 100vh;
		overflow-y: auto;
	}
}

.contact-person h3 {
	margin-bottom: 0;
}

.contact-person p {
	color: #2f312d;
	margin-bottom: 12px;
}

.edit-link {
	display: none;
	visibility: hidden;
}

.blog #inLanding .landing-content {
	height: auto;
	min-height: auto;
}

.blog h2 {
	margin-bottom: 24px;
}

#blog {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	gap: 64px;
	margin-bottom: 120px;
}

#insight-posts {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	gap: 46px;
	padding-bottom: 46px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 1024px) {
	#insight-posts {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.insight-more {
	text-align: right;
	padding: 24px 0 64px;
}

.single-image {
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.single .entry-header {
	padding-bottom: 46px;
}

.single .entry-header p {
	max-width: 640px;
	margin-right: auto;
}

#archive {
	max-width: 1080px;
	padding: 90px 5%;
	margin: 0 auto;
}

@media print, screen and (min-width: 1024px) {
	#archive #insight-posts {
		grid-template-columns: 1fr;
	}
}

.archive-blog-post {
	display: grid;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	margin-bottom: 12px;
	gap: 15px;
}

@media print, screen and (min-width: 1024px) {
	.archive-blog-post {
		gap: 46px;
		grid-template-columns: 1fr 1fr;
		align-content: center;
		align-items: center;
	}
}

.return-to-insights {
	padding: 24px;
	text-align: center;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#open-nav,
#close-nav {
	display: block;
	width: 94px;
	height: 94px;
	color: #f1f1f1;
	padding: 35px;
	margin-top: 5px;
}

#open-nav ion-icon,
#close-nav ion-icon {
	display: block;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

@media screen and (min-width: 1024px) {
	#open-nav,
	#close-nav {
		display: none;
	}
}

#close-nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px 35px;
}

#h-grid-nav {
	display: none;
}

@media print, screen and (min-width: 1024px) {
	#h-grid-nav {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 35px;
	}
	#h-grid-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
	}
	#h-grid-nav ul li a {
		display: block;
		padding: 0 18px;
		line-height: 104px;
		font-family: abolition, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #f1f1f1;
		font-size: 1.25rem;
		letter-spacing: 1px;
	}
	#h-grid-nav ul li a:hover {
		color: #f7f4e9;
	}
}

#h-nav {
	background: #ba6d1a;
	position: fixed;
	align-content: center;
	width: 100%;
	max-width: 420px;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: -100vw;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
	padding: 80px 5%;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#h-nav.active {
	right: 0;
}

#h-nav-logo {
	margin-bottom: 24px;
}

#h-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#h-nav ul ul {
	display: none;
}

#h-nav ul ul ul {
	display: none;
}

#h-nav li {
	position: relative;
	display: block;
}

#h-nav li a {
	display: block;
	text-decoration: none;
	color: #f1f1f1;
	line-height: 54px;
	font-family: abolition, sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
	font-size: 2.5rem;
}

#h-nav li:hover > a,
#h-nav li.focus > a {
	color: #f7f4e9;
}

#h-nav li .current_page_item > a,
#h-nav li .current-menu-item > a,
#h-nav li .current_page_ancestor > a,
#h-nav li .current-menu-ancestor > a {
	opacity: 0.7;
}

#h-nav-social {
	margin-top: 46px;
	display: grid;
	gap: 24px;
	grid-template-columns: 32px 32px;
	justify-content: flex-start;
}

#h-nav-social a {
	color: #f7f4e9;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
}

#h-nav-address {
	color: #f7f4e9;
}

#h-nav-address .h4 {
	color: #f1f1f1;
}

#f-grid-content-menu {
	margin-bottom: 32px;
}

@media print, screen and (min-width: 1024px) {
	#f-grid-content-menu {
		margin-bottom: 0;
	}
}

#f-grid-content-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

#f-grid-content-menu ul.active {
	display: block;
}

@media print, screen and (min-width: 1024px) {
	#f-grid-content-menu ul {
		display: block !important;
	}
}

#f-grid-content-menu ul li a {
	color: #f7f4e9;
	padding: 12px;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
}

@media print, screen and (min-width: 1024px) {
	#f-grid-content-menu ul li a {
		padding: 8px 0;
		line-height: 1.125;
	}
}

#f-grid-content-social {
	margin-bottom: 32px;
	display: grid;
	gap: 24px;
	grid-template-columns: 32px 32px;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

#f-grid-content-social a {
	color: #f7f4e9;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
}

.rank-math-breadcrumb {
	padding: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	background-color: #9B0A09;
}

.rank-math-breadcrumb p,
.rank-math-breadcrumb {
	text-align: center;
	font-size: 0.95rem !important;
	margin-bottom: 0 !important;
	color: #f7f4e9;
}

.rank-math-breadcrumb p a,
.rank-math-breadcrumb a {
	font-weight: 700;
	color: #f1f1f1;
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

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

/* Owl
--------------------------------------------- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute !important;
	top: 207px !important;
	width: 46px !important;
	height: 46px !important;
	border: none !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #2a2623 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	padding: 14px 0% !important;
	text-align: center !important;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #2a2623 !important;
	color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0 !important;
	margin-left: -23px !important;
}

.owl-carousel .owl-nav .owl-next {
	right: 0 !important;
	margin-right: -23px !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	z-index: 2;
	height: 46px;
	line-height: 46px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: 8px;
	margin-right: 8px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0;
	background: #bbb;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #9B0A09;
}

/* tabs
--------------------------------------------- */
.tabs {
	display: flex;
	justify-content: center;
	padding-bottom: 32px;
}

.tabs button {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 24px !important;
	transition: 0.3s;
	color: #f7f4e9;
	border-radius: 24px;
	display: block;
	text-align: center;
	line-height: 24px;
	opacity: 0.65;
}

.tabs button:hover {
	color: #f1f1f1;
	background: transparent;
	opacity: 1;
}

.tabs button.active {
	background: #ba6d1a;
	color: #f1f1f1;
	opacity: 1;
}

.tabcontent {
	padding: 0;
	display: none;
	animation: fadeEffect 1s;
	text-align: center;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

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

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.is-hidden {
	display: none !important;
}

.is-visible {
	display: block !important;
}

.skewed {
	transform: skewY(2deg);
}

.unskewed {
	transform: skewY(-2deg);
}

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