/*!
Theme Name: Blackstar3030
Theme URI: http://underscores.me/
Author: Blackstar Digital
Author URI: https://blackstar.digital
Description: Blackstar 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: techfocus
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.

TechFocus 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: 1;
}

#o {
	z-index: 2;
}

#open-tour {
	z-index: 3;
}

#tour {
	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: #bdd3cb;
	font-size: 1.2rem;
	line-height: 1.4;
	font-family: "San Francisco";
	font-weight: 400;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

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: #eff9f7;
	font-style: normal;
	font-weight: 100;
	text-rendering: optimizeLegibility;
	margin-bottom: 12px;
	line-height: 1;
	font-family: "temeraire", serif;
	font-style: italic;
	text-transform: capitalize;
	opacity: 0.95;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
	font-weight: 100;
}

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-weight: 100;
}

h1, .h1 {
	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: 2.53125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

p.lead {
	font-size: 1.54688rem;
}

.lead p {
	font-size: 1.54688rem;
}

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

blockquote {
	margin: 1.5em 10% 46px 0;
	border-left: 5px solid #7fd3f3;
	padding-left: 1.5em;
}

blockquote p {
	font-size: 1.6875rem;
	font-style: italic;
}

@media print, screen and (min-width: 1024px) {
	blockquote {
		margin: 2.5em 20% 46px 0;
		padding-left: 2.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: #111111;
	overflow-x: hidden;
}

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: #c8d3d6;
	border: 0;
	height: 1px;
	margin: 20px 0;
	opacity: 0.5;
}

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

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

hr.short {
	max-width: 80px;
	margin: 20px auto;
}

@media print, screen and (min-width: 768px) {
	hr.short {
		margin: 25px auto;
	}
}

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

hr.fat {
	height: 14px;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
	font-family: 'Cormorant SC', serif;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
	font-family: 'Cormorant SC', serif;
}

dd {
	margin: 0 1.5em 1.5em;
	font-family: 'Cormorant SC', serif;
}

/* 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: #0e2228;
	box-shadow: none;
}

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

::selection {
	background: #0e2228;
	color: #141919;
	text-shadow: none;
}

::-webkit-selection {
	background: #0e2228;
	color: #141919;
	text-shadow: none;
}

::-moz-selection {
	background: #0e2228;
	color: #141919;
	text-shadow: none;
}

::marker {
	color: #0e2228;
}

.callout {
	background: #eff9f7;
	padding: 24px 5%;
}

.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	color: #00bfde;
}

.callout p {
	color: #141919;
}

@media print, screen and (min-width: 768px) {
	.callout {
		padding: 32px;
	}
}

@media print, screen and (min-width: 1024px) {
	.callout {
		padding: 64px;
	}
}

/* Links
--------------------------------------------- */
a {
	line-height: inherit;
	color: #948174;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

a:visited {
	color: #948174;
}

a:hover, a:focus, a:active {
	color: #7c7371;
}

a:focus, a:hover, a:active {
	outline: none;
}

/* 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: none;
	background: #bdd3cb;
	color: #141919;
	line-height: 74px;
	padding: 0 1em;
	font-weight: 700;
	cursor: pointer;
	border-radius: 12px;
}

.woocommerce #respond input#submit .h2,
.woocommerce #respond input#submit .h3,
.woocommerce #respond input#submit .h4,
.woocommerce #respond input#submit .h5,
.woocommerce #respond input#submit .h6,
.woocommerce a.button .h2,
.woocommerce a.button .h3,
.woocommerce a.button .h4,
.woocommerce a.button .h5,
.woocommerce a.button .h6,
.woocommerce button.button .h2,
.woocommerce button.button .h3,
.woocommerce button.button .h4,
.woocommerce button.button .h5,
.woocommerce button.button .h6,
.woocommerce input.button .h2,
.woocommerce input.button .h3,
.woocommerce input.button .h4,
.woocommerce input.button .h5,
.woocommerce input.button .h6,
.woocommerce button .h2,
.woocommerce button .h3,
.woocommerce button .h4,
.woocommerce button .h5,
.woocommerce button .h6,
.woocommerce .button .h2,
.woocommerce .button .h3,
.woocommerce .button .h4,
.woocommerce .button .h5,
.woocommerce .button .h6,
a.button .h2,
a.button .h3,
a.button .h4,
a.button .h5,
a.button .h6,
.button .h2,
.button .h3,
.button .h4,
.button .h5,
.button .h6,
button .h2,
button .h3,
button .h4,
button .h5,
button .h6,
input[type="button"] .h2,
input[type="button"] .h3,
input[type="button"] .h4,
input[type="button"] .h5,
input[type="button"] .h6,
input[type="reset"] .h2,
input[type="reset"] .h3,
input[type="reset"] .h4,
input[type="reset"] .h5,
input[type="reset"] .h6,
input[type="submit"] .h2,
input[type="submit"] .h3,
input[type="submit"] .h4,
input[type="submit"] .h5,
input[type="submit"] .h6 {
	color: #141919 !important;
}

.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 {
	background: #eff9f7;
	color: #768587 !important;
}

.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: 1px solid;
	border-color: #67705b;
	background: transparent;
	color: #67705b;
}

.woocommerce #respond input#submit.hollow .h2,
.woocommerce #respond input#submit.hollow .h3,
.woocommerce #respond input#submit.hollow .h4,
.woocommerce #respond input#submit.hollow .h5,
.woocommerce #respond input#submit.hollow .h6,
.woocommerce a.button.hollow .h2,
.woocommerce a.button.hollow .h3,
.woocommerce a.button.hollow .h4,
.woocommerce a.button.hollow .h5,
.woocommerce a.button.hollow .h6,
.woocommerce button.button.hollow .h2,
.woocommerce button.button.hollow .h3,
.woocommerce button.button.hollow .h4,
.woocommerce button.button.hollow .h5,
.woocommerce button.button.hollow .h6,
.woocommerce input.button.hollow .h2,
.woocommerce input.button.hollow .h3,
.woocommerce input.button.hollow .h4,
.woocommerce input.button.hollow .h5,
.woocommerce input.button.hollow .h6,
.woocommerce button.hollow .h2,
.woocommerce button.hollow .h3,
.woocommerce button.hollow .h4,
.woocommerce button.hollow .h5,
.woocommerce button.hollow .h6,
.woocommerce .button.hollow .h2,
.woocommerce .button.hollow .h3,
.woocommerce .button.hollow .h4,
.woocommerce .button.hollow .h5,
.woocommerce .button.hollow .h6,
a.button.hollow .h2,
a.button.hollow .h3,
a.button.hollow .h4,
a.button.hollow .h5,
a.button.hollow .h6,
.button.hollow .h2,
.button.hollow .h3,
.button.hollow .h4,
.button.hollow .h5,
.button.hollow .h6,
button.hollow .h2,
button.hollow .h3,
button.hollow .h4,
button.hollow .h5,
button.hollow .h6,
input[type="button"].hollow .h2,
input[type="button"].hollow .h3,
input[type="button"].hollow .h4,
input[type="button"].hollow .h5,
input[type="button"].hollow .h6,
input[type="reset"].hollow .h2,
input[type="reset"].hollow .h3,
input[type="reset"].hollow .h4,
input[type="reset"].hollow .h5,
input[type="reset"].hollow .h6,
input[type="submit"].hollow .h2,
input[type="submit"].hollow .h3,
input[type="submit"].hollow .h4,
input[type="submit"].hollow .h5,
input[type="submit"].hollow .h6 {
	color: #67705b !important;
}

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

.woocommerce #respond input#submit.hollow:hover .h2,
.woocommerce #respond input#submit.hollow:hover .h3,
.woocommerce #respond input#submit.hollow:hover .h4,
.woocommerce #respond input#submit.hollow:hover .h5,
.woocommerce #respond input#submit.hollow:hover .h6,
.woocommerce a.button.hollow:hover .h2,
.woocommerce a.button.hollow:hover .h3,
.woocommerce a.button.hollow:hover .h4,
.woocommerce a.button.hollow:hover .h5,
.woocommerce a.button.hollow:hover .h6,
.woocommerce button.button.hollow:hover .h2,
.woocommerce button.button.hollow:hover .h3,
.woocommerce button.button.hollow:hover .h4,
.woocommerce button.button.hollow:hover .h5,
.woocommerce button.button.hollow:hover .h6,
.woocommerce input.button.hollow:hover .h2,
.woocommerce input.button.hollow:hover .h3,
.woocommerce input.button.hollow:hover .h4,
.woocommerce input.button.hollow:hover .h5,
.woocommerce input.button.hollow:hover .h6,
.woocommerce button.hollow:hover .h2,
.woocommerce button.hollow:hover .h3,
.woocommerce button.hollow:hover .h4,
.woocommerce button.hollow:hover .h5,
.woocommerce button.hollow:hover .h6,
.woocommerce .button.hollow:hover .h2,
.woocommerce .button.hollow:hover .h3,
.woocommerce .button.hollow:hover .h4,
.woocommerce .button.hollow:hover .h5,
.woocommerce .button.hollow:hover .h6,
a.button.hollow:hover .h2,
a.button.hollow:hover .h3,
a.button.hollow:hover .h4,
a.button.hollow:hover .h5,
a.button.hollow:hover .h6,
.button.hollow:hover .h2,
.button.hollow:hover .h3,
.button.hollow:hover .h4,
.button.hollow:hover .h5,
.button.hollow:hover .h6,
button.hollow:hover .h2,
button.hollow:hover .h3,
button.hollow:hover .h4,
button.hollow:hover .h5,
button.hollow:hover .h6,
input[type="button"].hollow:hover .h2,
input[type="button"].hollow:hover .h3,
input[type="button"].hollow:hover .h4,
input[type="button"].hollow:hover .h5,
input[type="button"].hollow:hover .h6,
input[type="reset"].hollow:hover .h2,
input[type="reset"].hollow:hover .h3,
input[type="reset"].hollow:hover .h4,
input[type="reset"].hollow:hover .h5,
input[type="reset"].hollow:hover .h6,
input[type="submit"].hollow:hover .h2,
input[type="submit"].hollow:hover .h3,
input[type="submit"].hollow:hover .h4,
input[type="submit"].hollow:hover .h5,
input[type="submit"].hollow:hover .h6 {
	color: #7c9d54 !important;
}

.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: #bdd3cb;
	color: #ce581d;
}

.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: #eff9f7;
	color: #ce581d;
}

.woocommerce #respond input#submit.orange,
.woocommerce a.button.orange,
.woocommerce button.button.orange,
.woocommerce input.button.orange,
.woocommerce button.orange,
.woocommerce .button.orange,
a.button.orange,
.button.orange,
button.orange,
input[type="button"].orange,
input[type="reset"].orange,
input[type="submit"].orange {
	background: #ce581d;
	color: #eff9f7;
}

.woocommerce #respond input#submit.orange:hover,
.woocommerce a.button.orange:hover,
.woocommerce button.button.orange:hover,
.woocommerce input.button.orange:hover,
.woocommerce button.orange:hover,
.woocommerce .button.orange:hover,
a.button.orange:hover,
.button.orange:hover,
button.orange:hover,
input[type="button"].orange:hover,
input[type="reset"].orange:hover,
input[type="submit"].orange:hover {
	background: #ce581d;
	color: #bdd3cb;
}

.woocommerce #respond input#submit.blue3,
.woocommerce a.button.blue3,
.woocommerce button.button.blue3,
.woocommerce input.button.blue3,
.woocommerce button.blue3,
.woocommerce .button.blue3,
a.button.blue3,
.button.blue3,
button.blue3,
input[type="button"].blue3,
input[type="reset"].blue3,
input[type="submit"].blue3 {
	background: #7fd3f3;
	color: #eff9f7;
}

.woocommerce #respond input#submit.blue3:hover,
.woocommerce a.button.blue3:hover,
.woocommerce button.button.blue3:hover,
.woocommerce input.button.blue3:hover,
.woocommerce button.blue3:hover,
.woocommerce .button.blue3:hover,
a.button.blue3:hover,
.button.blue3:hover,
button.blue3:hover,
input[type="button"].blue3:hover,
input[type="reset"].blue3:hover,
input[type="submit"].blue3:hover {
	background: #0e2228;
	color: #bdd3cb;
}

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

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

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

textarea {
	line-height: 1;
	padding: 8px;
	max-height: 180px;
	border-radius: 3px !important;
}

label {
	color: #141919;
	line-height: 1;
	margin-bottom: 4px;
	line-height: 32px;
	display: block;
	font-weight: 700 !important;
}

.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;
	overflow-x: hidden;
	padding: 90px 7.5% 46px 7.5%;
}

@media print, screen and (min-width: 768px) {
	#ui {
		padding: 80px 7.5% 46px 7.5%;
	}
}

@media print, screen and (min-width: 1024px) {
	#ui {
		padding: 70px 7.5% 46px 7.5%;
	}
}

#o {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100vw;
	background-color: #3c4633;
	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: .5;
}

#open-menu {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 6px;
	width: 32px;
	height: 32px;
	color: #f6dfb3;
	cursor: pointer;
}

@media print, screen and (min-width: 768px) {
	#open-menu {
		display: none;
	}
}

#open-menu i {
	font-size: 20px;
}

#open-menu:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #141919;
}

#home-links {
	position: fixed;
	right: -500vw;
	top: 0;
	height: 100vh;
	width: 100%;
	padding: 46px 5%;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(7px);
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
	overflow-y: auto;
	z-index: 3;
	opacity: 0;
}

#home-links-wrapper {
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

#home-links.active {
	right: 0;
	opacity: 1;
}

#home-links #open-listen,
#home-links #open-store,
#home-links #open-tour {
	display: block;
	padding: 10px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#home-links #open-listen .h4,
#home-links #open-store .h4,
#home-links #open-tour .h4 {
	color: #f6dfb3;
	margin-bottom: 0;
}

#home-links #open-listen .h4:hover, #home-links #open-listen .h4:focus,
#home-links #open-store .h4:hover,
#home-links #open-store .h4:focus,
#home-links #open-tour .h4:hover,
#home-links #open-tour .h4:focus {
	opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
	#home-links {
		position: absolute;
		right: 0;
		top: 0;
		height: 46px;
		width: auto;
		padding: 6px 12px;
		background-color: rgba(0, 0, 0, 0);
		backdrop-filter: blur(0);
		overflow-y: visible;
		z-index: 2;
		opacity: 1;
	}
	#home-links-wrapper {
		width: 100%;
		height: 100%;
		display: flex;
	}
	#home-links-wrapper #open-listen,
	#home-links-wrapper #open-store,
	#home-links-wrapper #open-tour {
		display: block;
		padding: 6px 10px;
	}
	#home-links-wrapper #open-listen .h4,
	#home-links-wrapper #open-store .h4,
	#home-links-wrapper #open-tour .h4 {
		font-size: 1rem !important;
		line-height: 46px;
	}
}

#home-links #close-menu {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: grid;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-items: center;
	color: #f8e1b5;
}

@media print, screen and (min-width: 768px) {
	#home-links #close-menu {
		display: none;
	}
}

#home-links #close-menu i {
	display: block;
	font-size: 32px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

#tour {
	position: fixed;
	right: -500vw;
	top: 0;
	height: 100vh;
	width: 100%;
	padding: 46px 5%;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(7px);
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
	overflow-y: auto;
	z-index: 3;
	opacity: 0;
}

#tour-wrapper {
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
}

#tour.active {
	right: 0;
	opacity: 1;
}

#tour #close-tour {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: grid;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-items: center;
	color: #f8e1b5;
}

#tour #close-tour i {
	display: block;
	font-size: 32px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.seated-event-link1,
.seated-event-link1:visited {
	background: #f8e1b5 !important;
	color: #141919 !important;
}

.seated-event-link1:hover,
.seated-event-link1:visited:hover {
	opacity: 0.85;
}

.seated-event-link2,
.seated-event-link2:visited {
	background: #eff9f7 !important;
	color: #141919 !important;
}

.seated-event-link2:hover,
.seated-event-link2:visited:hover {
	opacity: 0.85;
}

.seated-event-venue-name {
	color: #ccc !important;
}

.seated-event-venue-location {
	color: #f8e1b5 !important;
}

#contact {
	position: fixed;
	right: -500vw;
	top: 0;
	height: 100vh;
	width: 100%;
	padding: 46px 5%;
	background-color: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(7px);
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
	overflow-y: auto;
	z-index: 3;
	opacity: 0;
}

#contact-wrapper {
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

#contact.active {
	right: 0;
	opacity: 1;
}

#contact #close-contact {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: grid;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-items: center;
	color: #f8e1b5;
}

#contact #close-contact i {
	display: block;
	font-size: 32px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

#f {
	color: #141919;
	padding: 12px;
	position: relative;
	z-index: 1;
	text-align: left;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.25);
}

#f h2 {
	font-size: 1.25rem;
}

#f a {
	color: #141919;
}

#f a:hover {
	color: rgba(0, 0, 0, 0.75);
}

#f input[type="email"] {
	color: #777;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 10px !important;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 46px;
	line-height: 46px !important;
}

#f input[type="submit"] {
	display: inline-block;
	border: none;
	background: #eff9f7;
	color: #141919;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
	width: 100%;
}

#f-grid {
	margin: 0 auto;
	display: grid;
	text-align: center;
	justify-content: center;
	justify-items: center;
	gap: 16px;
	align-items: center;
	align-content: center;
}

#f-grid-album figure {
	margin-top: 0;
	margin-bottom: 0;
}

#f-grid-album figure img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

#f-grid-misc .flex {
	display: flex;
	margin: 0 auto;
	padding: 16px;
	justify-content: center;
	justify-items: center;
	gap: 16px;
}

@media print, screen and (min-width: 768px) {
	#f {
		margin-top: 90px;
		padding: 24px;
	}
	#f-grid {
		grid-template-columns: auto;
		align-items: flex-end;
	}
}

.home #f {
	width: 100%;
	background-color: transparent;
}

@media print, screen and (min-width: 768px) {
	.home #f-grid {
		align-items: flex-end;
	}
}

@media screen and (max-height: 379px) {
	.home #f {
		position: relative;
	}
}

@media print, screen and (min-width: 768px) {
	#mc_embed_signup_scroll {
		text-align: left;
	}
}

#newsletter-grid {
	display: grid;
}

@media print, screen and (min-width: 768px) {
	#newsletter-grid {
		grid-template-columns: auto 120px;
	}
}

#social-links {
	display: flex;
	gap: 6px;
	grid-template-columns: 46px 46px;
}

#social-links a {
	display: block;
	width: 46px;
	height: 46px;
	padding: 10px;
}

#social-links a ion-icon {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

body.home {
	background: #0b0c0b !important;
}

#fade {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	z-index: 2;
	background: -moz-linear-gradient(0deg, #0b0c0b 0%, rgba(11, 12, 11, 0) 100%);
	background: -webkit-linear-gradient(0deg, #0b0c0b 0%, rgba(11, 12, 11, 0) 100%);
	background: linear-gradient(0deg, #0b0c0b 0%, rgba(11, 12, 11, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0c0b",endColorstr="#0b0c0b",GradientType=1);
}

#home-content {
	position: relative;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	z-index: 1;
	padding: 0;
	text-align: center;
	color: #eff9f7;
	background: rgba(0, 0, 0, 0.75);
	padding: 64px 2.5%;
	/*
    @media print, screen and (min-width: $breakpoint-medium) {
        padding-top: 46px;
        padding-left: 12%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        max-width: 420px;
//        background-color: #bc9039;
//        background-image: url(/assets/images/bg/header.jpg);
        background-position: center left;
        background-size: contain;
        background-repeat: no-repeat;
        overflow-y: auto;
    }
    */
	/*
    @media print, screen and (min-width: $breakpoint-large) {
        padding-left: 114px;
        padding-right: 32px;
    }
    */
}

#home-content h1 {
	color: #eff9f7 !important;
}

#home-content-cover {
	display: block;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 24px;
}

#home-content-album {
	display: block;
}

#home-content-album h2 {
	margin-bottom: 24px;
}

#home-content-album h2 span {
	margin-bottom: 0;
	line-height: 1.2;
}

#home-content-album p {
	margin-bottom: 12px;
}

#home-content-album a {
	color: #f6dfb3;
}

#home-content-album a:hover, #home-content-album a:focus {
	opacity: 0.6;
}

#home-content-contact {
	text-align: center;
}

#home-content-contact a {
	padding: 12px;
	color: #eff9f7;
	opacity: 0.7;
}

#home-content-contact a:hover {
	opacity: 1;
}

#home-social {
	display: flex;
	justify-content: space-evenly;
	justify-items: center;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 240px;
	margin: 0 auto 0 0;
	opacity: 0.85;
	padding: 6px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	/*
    @media print, screen and (min-width: $breakpoint-medium) {
        position: relative;
        top: auto;
        right: auto;
    }
*/
}

#home-social:hover {
	opacity: 1;
}

#home-social a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 6px;
	color: #f8e1b5;
}

#home-social a:hover, #home-social a:focus {
	opacity: 0.5;
}

#home-social a i {
	font-size: 20px;
}

@media print, screen and (min-width: 768px) {
	#home-social a {
		width: 46px;
		height: 46px;
		padding: 13px;
	}
}

#home-landing {
	display: grid;
	width: 100%;
	position: relative;
	align-content: center;
	text-align: center;
	justify-content: center;
	justify-items: center;
}

#home-landing-bg {
	-webkit-filter: blur(0.7rem);
	filter: blur(0.7rem);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
	background-image: url(/assets/images/bg/home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.divider {
	width: 64px;
	height: 1px;
	margin: 46px auto;
	background: #bdd3cb;
	opacity: 0.4;
}

#mc_embed_signup {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	opacity: 0.85;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#mc_embed_signup:hover, #mc_embed_signup:focus {
	opacity: 1;
}

#mc_embed_signup .helper_text,
#mc_embed_signup .indicates-required {
	display: none !important;
}

#mc_embed_signup .foot,
#mc_embed_signup .mc-field-group {
	width: 100% !important;
}

#mc_embed_signup .foot {
	display: block !important;
}

#mc_embed_signup h2,
#mc_embed_signup h2.h5 {
	margin-bottom: 0;
}

#mc_embed_signup h2,
#mc_embed_signup p {
	text-align: center;
}

#mc_embed_signup p {
	margin-bottom: 10px;
}

#mc_embed_signup label {
	text-align: center;
	color: #bdd3cb;
}

#mc_embed_signup .mc-field-group input {
	color: #141919;
}

#mc_embed_signup .button {
	width: 100% !important;
	height: 46px !important;
	display: block !important;
	background: rgba(64, 106, 127, 0.5) !important;
}

#mc_embed_signup .brandingLogo {
	max-width: 120px;
	margin: 0 auto;
	margin-top: 12px;
}

#mc_embed_signup .brandingLogo a {
	padding: 0;
}

#interior-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

#interior {
	padding: 32px 5%;
	max-width: 1280px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#interior {
		padding: 45px 5%;
	}
}

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

#interior-landing {
	max-width: 1280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 46px;
	padding: 90px 0 24px 0;
	text-align: center;
}

@media print, screen and (min-width: 1024px) {
	#interior-landing {
		padding: 120px 0 46px 0;
	}
}

#interior-landing h1 {
	margin-bottom: 0;
	margin-top: 24px;
}

#interior-landing 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-landing p {
		max-width: 560px;
	}
}

#interior-body {
	max-width: 1280px;
	min-height: 320px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#interior-body-content {
	position: relative;
}

#interior-body-content .floated {
	display: block;
	text-align: center;
}

#interior-body-content .floated figure {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#interior-body-content .floated img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) {
	#interior-body-content .floated {
		position: absolute;
		top: -200px;
		right: -3.5%;
		width: 45%;
		height: auto;
	}
}

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

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

.bit-widget .bit-offers {
	background: transparent !important;
}

#listen {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

#listen a {
	display: block;
	width: 90px;
	height: 90px;
	padding: 15px;
	color: #eff9f7;
	text-align: center;
}

#listen a:hover {
	opacity: 0.6;
}

#listen a i {
	font-size: 60px;
}

#listen a:hover {
	color: #bdd3cb;
}

#archive-grid {
	display: grid;
	gap: 32px;
	max-width: 1280px;
	margin: 0 auto 90px auto;
}

@media print, screen and (min-width: 768px) {
	#archive-grid {
		gap: 46px;
	}
}

@media print, screen and (min-width: 1024px) {
	#archive-grid {
		gap: 64px;
	}
}

.archive-news-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-news-post {
		gap: 46px;
		grid-template-columns: 1fr 1fr;
		align-content: center;
		align-items: center;
	}
}

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

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

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

@media print, screen and (min-width: 1024px) {
	#blog-posts {
		gap: 25px;
	}
}

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

.blog-post {
	display: grid;
	background: #eff9f7;
}

.blog-post-image {
	display: block;
	height: 320px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-post-content {
	padding: 24px 5%;
	color: #141919;
}

.blog-post-content p {
	color: #141919;
}

@media print, screen and (min-width: 1024px) {
	.blog-post {
		grid-template-columns: 1fr 2fr;
		align-content: center;
	}
	.blog-post-image {
		height: 100%;
	}
}

#single-grid {
	gap: 46px;
	max-width: 1280px;
	margin: 0 auto;
}

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

@media print, screen and (min-width: 1024px) {
	.single-image {
		height: 640px;
	}
}

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

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

.single .entry-content {
	max-width: 1280px;
	margin: 0 auto;
}

.nav-title.h4 {
	color: #bd913c;
}

#the-sidebar #block-10,
#the-sidebar #block-11,
#the-sidebar #block-12 {
	border-top: 5px solid #bd913c;
	padding-top: 24px;
}

#the-sidebar #block-10,
#the-sidebar #block-11,
#the-sidebar #block-12,
#the-sidebar h2 {
	margin-bottom: 0;
}

#the-sidebar #block-10 h2,
#the-sidebar #block-11 h2,
#the-sidebar #block-12 h2 {
	color: #bdd3cb;
}

.wp-block-latest-posts,
.wp-block-latest-posts__list li,
.wp-block-categories-list,
.cat-item,
.wp-block-archives-list,
.wp-block-archives li {
	display: block;
	padding: 10px 0;
}

.wp-block-latest-posts a,
.wp-block-latest-posts__list li a,
.wp-block-categories-list a,
.cat-item a,
.wp-block-archives-list a,
.wp-block-archives li a {
	display: block;
	clear: both;
	font-style: normal;
	text-rendering: optimizeLegibility;
	line-height: 1;
	font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.6875rem;
	color: #6f8589;
}

.wp-block-latest-posts a:hover,
.wp-block-latest-posts__list li a:hover,
.wp-block-categories-list a:hover,
.cat-item a:hover,
.wp-block-archives-list a:hover,
.wp-block-archives li a:hover {
	color: #bd913c;
}

.wp-block-latest-posts li {
	display: flex;
	gap: 24px;
}

.wp-block-latest-posts__featuyellow-image img {
	width: 100% !important;
	height: auto !important;
}

.wp-block-latest-posts__post-date {
	opacity: 0.65;
}

.wp-block-categories-list,
.wp-block-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#open-nav,
#close-nav {
	display: block;
	width: 74px;
	height: 74px;
	color: #eff9f7;
	padding: 25px;
	background: transparent;
	text-align: center;
}

#open-nav:hover,
#close-nav:hover {
	color: #bdd3cb;
}

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

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

#h-grid-nav {
	display: grid;
	background-color: #eff9f7;
	position: fixed;
	align-content: center;
	text-align: left;
	width: 100%;
	max-width: 420px;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: -200vw;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.5);
	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-grid-nav.active {
	right: 0;
}

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

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

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

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

#h-grid-nav ul li a {
	display: block;
	text-decoration: none;
	color: #141919;
	line-height: 54px;
	font-size: 1.95rem;
	font-weight: 400;
	text-align: left;
	font-family: 'Bebas Neue', cursive;
}

#h-grid-nav ul li a:hover {
	color: #768587;
}

#h-grid-nav ul li.button {
	height: 114px;
	padding: 15px 0;
	width: 100%;
	background-color: transparent;
}

#h-grid-nav ul li.button a {
	display: block;
	background-color: #bd913c;
	text-decoration: none;
	color: #eff9f7;
	height: 84px;
	line-height: 84px;
	font-size: 1.25rem;
	text-align: center;
}

#h-grid-nav ul li.button a:hover {
	background-color: #bd913c;
	color: #bdd3cb;
}

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

@media screen and (min-width: 768px) {
	#h-grid-nav {
		display: block;
		background: transparent;
		position: absolute;
		align-content: center;
		width: auto;
		max-width: none;
		height: 74px;
		top: 0;
		right: 0;
		box-shadow: none;
		padding: 0;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
	}
	#h-grid-nav ul {
		display: flex;
	}
	#h-grid-nav ul li a {
		color: #eff9f7;
		line-height: 1;
		padding: 5px 25px;
		font-size: 1.65rem;
		font-weight: 400;
		display: grid;
		width: 100%;
		height: 74px;
		align-content: center;
		text-align: center;
	}
	#h-grid-nav ul li a:hover {
		color: #bdd3cb;
	}
	#h-grid-nav ul li.button {
		height: 74px;
		padding: 7px 25px;
	}
	#h-grid-nav ul li.button a {
		display: grid;
		height: 60px;
		line-height: 60px;
		font-size: 1.25rem;
	}
}

.entry-header .rank-math-breadcrumb p p,
.rank-math-breadcrumb p {
	font-size: 0.95rem !important;
	margin-bottom: 0 !important;
	color: #bdd3cb;
}

.entry-header .rank-math-breadcrumb p a,
.rank-math-breadcrumb a {
	font-weight: 700;
}

/* 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 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 {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #31382c;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #a8883b;
	color: #FFF;
	text-decoration: none;
}

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

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #31382c;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

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

/* tabs
--------------------------------------------- */
.tabs {
	display: flex;
	justify-content: center;
}

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

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

.tabs button.active {
	color: #eff9f7;
	opacity: 1;
}

.tabcontent {
	padding: 32px 5%;
	margin: 0 auto;
	max-width: 1280px;
	display: none;
	animation: fadeEffect 1s;
	text-align: center;
}

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

/* lity
--------------------------------------------- */
/*! Lity - v2.4.0 - 2019-08-10
* https://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lity-close:active {
	top: 1px;
}

/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

.lity-hide {
	display: none;
}

/*--------------------------------------------------------------
# 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: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #222;
	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(20deg);
}

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

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