/*!
Theme Name: Metra
Theme URI: http://underscores.me/
Author: Matthew Dougherty
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: metra
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.

Metra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #B7B7B7;
	font-family: urw-din, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: KokoschkaPrint, arial;
	clear: both;
	font-weight: 400;
	line-height: .85;
	margin-top: .5em;
	margin-bottom: .5em;
}

h1 {
	font-size: 135px;
}

h1.page-title {
	color: #9C7435;
	font-size: 120px;
	margin-bottom: 0.2em;
	margin-top: 0;
}

.single h1.entry-title {
	color: #9C7435;
	font-size: 72px;
}

h2 {
	font-size: 96px;
	color: #9C7435;
}

.archive-description p:nth-child(1) {
	font-size: 45px;
	color: #46305B;
	font-family: KokoschkaPrint, arial;
	margin-top: 0;
	margin-bottom: 0;
}

.page-header {
	max-width: 1350px;
	margin-inline: auto;
}

.single .em.em-item.em-item-single .em-item-meta h3.event-heading {
	color: white;
	font-size: 45px;
	font-family: urw-din, sans-serif;
	font-weight: 400;
}

.em-item-meta-line.em-event-date.em-event-meta-datetime,
.em-item-meta-line.em-event-time.em-event-meta-datetime,
.em.em-item .em-item-meta .em-item-meta-line a,
.em-item-meta-line.em-event-location {
	color: white !important;
	font-size: 20px;
}

p {
	margin-bottom: 1.5em;
	font-size: 22px;
	line-height: 44px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

@media only screen and (max-width: 1200px) {
	h1,h1.page-title, h1.entry-title, .single h1.entry-title {
		font-size: calc(30px + 6vw);
	}
	h2 {
		font-size: calc(26px + 5vw);
	}
	h3, .archive-description p:nth-child(1) {
		font-size: calc(22px + 4vw);
	}
	h4 {
		font-size: calc(18px + 3vw);
	}
	h5 {
		font-size: ;
	}
}


/* Animations
--------------------------------------------- */
.slide-left {
	right: -100vw;
	transition: right 2s;
}


@keyframes rotate {
	from {
		transform: rotate(9deg);
	}

	to {
		transform: rotate(6deg);
	}
}

.rotate-animation {
	animation-duration: 2.8s;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



@keyframes hover-eye1 {
	from {
		top: 5%;
	}

	to {
		top: 7%
	}
}

.eye-1 {
	animation-duration: 5.5s;
	animation-name: hover-eye1;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes hover-eye2 {
	from {
		top: 0;
	}

	to {
		top: 3%
	}
}

.eye-2 {
	animation-duration: 2.5s;
	animation-name: hover-eye2;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes hover-eye3 {
	from {
		left: 24%;
    	top: 29%;
	}

	to {
		left: 25%;
    	top: 33%;
	}
}

.eye-3 {
	animation-duration: 3.5s;
	animation-name: hover-eye3;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}


@keyframes hover-ghost {
	from {
		top: 10%;
	}

	to {
		top: 8%;
	}
}

.metra-ghost {
	animation-duration: 3.2s;
	animation-name: hover-ghost;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}



@media only screen and (max-width: 780px) {
	p {
		font-size: 18px;
		line-height: 38px;
	}
}


/* Woocommerce
--------------------------------------------- */
.entry-content > .woocommerce,
.product-template-default .entry-content .entry-title {
	padding-top: 220px;
    padding-bottom: 60px;
}

.product-template-default .entry-content > .woocommerce {
	padding-top: 0;
}

.woocommerce .select2-container .select2-selection--single {
	height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"],
.woocommerce textarea {
	max-width: 100%;
	width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

form.checkout,
.woocommerce .woocommerce-order {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
    max-width: 200px;
}

.related.products {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations select {
    height: 60px;
}

.woocommerce div.product form.cart .button {
    height: 60px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
}

.woocommerce .woocommerce-order h2,
.woocommerce-billing-fields h3 {
	font-size: 2em;
}

.woocommerce .added_to_cart.wc-forward {
	display: block;
	text-align: center;
}

.woocommerce .woocommerce-order .wc-item-meta-label {
	line-height: 44px;
}

#ship-to-different-address span {
	font-family: urw-din,sans-serif;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 5px;
}

.woocommerce-info {
    border-top-color: #46305B;
}

.woocommerce-info::before {
    color: #46305B;
}

.woocommerce ul.products li.product .button {
    display: block;
    margin-top: 1em;
    text-align: center;
}





/* Elements
--------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }

.privacy-policy .entry-content {
	padding-top: 220px;
    padding-bottom: 60px;
	max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chalice-hover {
	position: absolute;
	bottom: 0;
}

body {
	background: #fff;
}

.site {
	overflow-x: hidden;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

header.entry-header {
	display: none;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	padding-left: 3rem;
}

.single-post .entry-content ul > li,
.single-post .entry-content ol > li {
	margin-bottom: .8rem;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.single-post .entry-content li > ul,
.single-post .entry-content li > ol {
	padding-left: 1rem;
}

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

.flex-box,
.flex-box .wp-block-group__inner-container {
	display: flex;
}

.wp-block-cover.mw-100 .wp-block-cover__inner-container {
	max-width: 100%;
}

.w-100vw img {
	width: 100vw;
}

.mtb-0 {
	margin-top: 0;
	margin-bottom: 0;
}

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

.mt-70 {
	margin-top: 70px;
}

.mt-150 {
	margin-top: 150px;
}

.wp-block-image.mt--250 {
	margin-top: -250px;
}

.mt--30 img {
	margin-top: -30px;
}

.mt--50 img {
	margin-top: -50px;
}

.mt--175 img {
	margin-top: -175px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-15 {
	margin-bottom: 15px;
}

.ml-15,
#featured-main > li.ml-15 {
	margin-left: 15px;
}

.mr-10,
#featured-main > li.mr-10 {
	margin-right: 10px;
}

.rotate-14 img {
	transform: rotate(14deg);
}

.rotate--9 img {
	transform: rotate(-9deg);
}

.rotate--13 img {
	transform: rotate(-13deg);
}

.pl-0,
.wp-block-columns.pl-0,
.pl-0 .wp-block-media-text__content {
	padding-left: 0;
}

.wp-block-columns.pl-0 {
	flex-wrap: wrap !important;
}

.wp-block-cover.plr-0 .wp-block-cover__inner-container {
	padding-left: 0;
	padding-right: 0;
}

.p-0,
.wp-block-cover.p-0,
.wp-block-cover.p-0 .wp-block-cover__inner-container,
.wp-block-columns.p-0 {
	padding: 0;
}

.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-50 img {
	padding-right: 50px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pt-18 {
	padding-top: 18px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-220 img {
	padding-top: 220px;
}

.pt-300 {
	padding-top: 300px;
}

.rm-overlap {
	margin-right: auto;
	z-index: 99;
	padding: 1em;
}

.rc-padding {
	padding: 1em;
    margin-top: min(-347px, -8vw);
    padding-top: max(347px, 8vw);
}

.lc-padding {
	padding: 1em;
	margin-top: min(-347px, -8vw);
	padding-top: max(347px, 8vw);
	order: 2;
}

.wp-block-cover__inner-container .wp-block-columns .wp-block-column.lm-overlap {
	margin-left: auto;
	padding: 1em;
	z-index: 99;
	text-align: center;
}

.wp-block-image {
	margin: 0;
}

#tabs h5 > a {
	color: white;
	cursor: pointer;
}

.menu-page#tabs h5 > a {
	color: #262729;
}

#tabs h5 > a {
	padding-bottom: 10px;
	border-bottom: 5px solid #00416B;
}

#tabs h5 > a.inactive {
	border-bottom: 2px solid #00416B;
}

.margin-auto {
	margin-inline: auto;
}

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

.flex-center,
.flex-center .wp-block-group__inner-container {
	justify-content: center;
}

.flex-wrap .wp-block-group__inner-container {
	flex-wrap: wrap;
}

.mh-400 {
	min-height: 400px;
}

.mw-275 {
	max-width: 275px;
	margin-inline: auto;
}

.mw-655 {
	max-width: 655px;
}

.mw-730,
.entry-content .mw-730,
.wp-block-columns.mw-730,
.mw-730 .wp-block-cover__inner-container {
	max-width: 730px;
}

.mw-780,
.mw-780 .wp-block-cover__inner-container {
	max-width: 780px;
}

.mw-850,
.entry-content .wpcf7,
.entry-content > .mw-850 {
	max-width: 850px;
	margin-inline: auto;
}

.mw-1300,
.home .entry-content > .mw-1300,
.single article,
.single .painting-cat {
	max-width: 1300px;
}

.h-93vh {
	height: 93vh;
}

.wp-block-columns.are-vertically-aligned-center {
	flex-wrap: wrap;
}

.wp-block-cover.img-bg-contain img.wp-block-cover__image-background {
	object-fit: contain;
    max-width: 570px;
    margin-inline: auto;
}

.image-icons {
	flex-wrap: wrap;
}

.image-icons a {
	color: white;
	text-decoration: none;
}

.image-icons a:visited {
	color: white;
}

.image-icons > .wp-block-column {
	flex-basis: 100% !important;
}

.image-icons > .wp-block-column:nth-child(3) {
	margin-left: auto !important;
}

.home .moon {
	position: absolute;
	top: -10%;
	right: 25%;
	z-index: -1;
}

.image-icons figure {
	max-height: 285px;
    height: 100%;
    max-width: 311px;
    width: 100%;
    position: relative;
    margin-inline: auto;
}

.archive article img,
.image-icons figure img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.metra-ghost-house {
	position: relative;
}

.metra-dollhouse {
	
}

.metra-ghost {
	position: absolute;
	top: -12%;
	left: -47%;
}

.image-icons figure figcaption {
	font-family: lust, serif;
	font-size: 35px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45.5%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mw-500,
.wp-block-columns.mw-500 {
	max-width: 500px;
}

.wp-block-columns.mw-530 {
	max-width: 530px;
}

.entry-content .wp-block-cover.op-98 .has-background-dim {
	opacity: 98%;
}

.flex-col {
	display: flex;
	flex-wrap: wrap;
}

.site-footer {
	background-color: white;
}

.home .site-footer {
	background-color: #262729;
}

.site-footer a {
	text-decoration: none;
}

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

.footer-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1em 3em 1em;
    margin-inline: auto;
    flex-wrap: wrap;
}

.footer-logo img {
	max-width: 290px;
}

.footer-light {
	display: none;
}

.footer-dark {
	display: block;
}

.home .footer-light {
	display: block;
}

.home .footer-dark {
	display: none;
}

.wp-block-image.fence {
	position: absolute;
	bottom: 0;
	margin-bottom: 2em;
}

.site-info {
	color: black;
}

.home .site-info {
	color: white;
}


footer .widget h2,
footer .widget h3,
footer .widget h4,
footer .widget h5,
footer .widget h6,
footer .widget p,
footer .widget li,
footer .widget a {
	color: white;
}

#menu-footer-nav-menu {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#menu-footer-nav-menu li {
	padding-bottom: .5em;
}

.single-post .entry-content h3 {
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
	color: #262729;
}

.single-post .entry-content h4 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	color: #262729;
}

.single .flex-col {
	padding-top: 2em;
}

.blog .flex-col,
.archive .flex-col,
.single .flex-col {
	padding-bottom: 4em;
	flex-wrap: wrap;
}

.blog article {
	position: relative; 
	padding: .5em;
	max-width: 535px;
    max-height: 685px;
    width: 100%;
	max-width: 33%;
}

.archive article {
	padding: .5em;
	max-width: 33%;
	width: 100%;
	max-height: 685px;
	position: relative;
}

.blog article.post {
	display: none;
}

.blog article a > img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.archive .site-main,
.blog .site-main {
	padding-bottom: 8em;
}

.archive article a,
.blog article a {
	color: #00416B;
	text-decoration: none;
}

span.painting-title {
	position: absolute;
	bottom: 10%;
	font-size: 45px;
	max-width: 270px;
	text-align: center;
	left: 50%;
	transform: translatex(-50%);
	color: transparent;
}

.wp-block-cover.mw-100.plr-0.rellax .wp-block-cover__inner-container {
	z-index: -1;
}

span.painting-title img {
    max-width: 48px;
    object-fit: initial;
    max-height: 83px;
    display: none;
	margin-inline: auto;
    margin-bottom: .6em;
}

.blog article a:hover::before,
.archive article a:hover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #46305B;
	opacity: 0.8;
}

.blog article:hover span.painting-title img,
.archive article:hover span.painting-title img {
	display: block;
}

.blog article:hover span.painting-title,
.archive article:hover span.painting-title {
	color: #F5F5F5;
}

.flex-col .articles {
	max-width: 685px;
	flex: 2;
}

.flex-col .blog-sidebar {
	max-width: 290px;
	flex: 1;
}

.flipped >.wp-block-column:nth-child(1) {
	order: 2;
}

.entry-meta {
	padding-bottom: 1em;
}

.entry-meta time {
	font-style: italic;
}

.social {
	padding-top: 30px;
	font-size: 1.4em;
}

.social a,
.social a:visited,
.social a:active,
.social a:hover {
	color: #1B4320;
}

.social .fa-instagram {
	margin-right: 10px;
}

.social .fa-youtube {
	margin-left: 10px;
}

.fab {
	color: white;
	background-color: #00416B;
    border-radius: 50%;
    padding: 6px 7px;
}

.fab.fa-facebook-f {
	padding-left: 9px;
	padding-right: 9px;
}

.fab.fa-youtube {
	padding: 6px 6px;
}

.site-footer .footer-right1 p > a {
	margin-right: 5px;
	margin-left: 5px;
}

.site-footer .footer-right1 p > a:first-child {
	margin-left: 0;
}

.site-footer .footer-right1 p > a:last-child {
	margin-right: 0;
}

.widget.footer-left1 {
	margin: 0 auto 1.5em auto;
}

.footer-right1 {
	align-self: center;
}

@media only screen and (min-width: 1060px) {
	.image-icons > .wp-block-column {
		flex-basis: 0 !important;
	}
	
	.image-icons > .wp-block-column:nth-child(3) {
		
	}
}

@media only screen and (min-width: 782px) and (max-width: 1060px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
		flex-grow: 0;
	}
	.home .img-left-col .wp-block-columns {
		flex-wrap: wrap !important;
	}
	.home .wp-block-columns.p-0 {
		flex-wrap: wrap !important;
	}
	.home .img-left-col .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		
	}
}

@media only screen and (min-width: 782px) {
	.wp-block-column .wp-block-columns {
		flex-wrap: wrap !important;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child),
	.wp-block-cover__inner-container .wp-block-columns .wp-block-column.lm-overlap {
		flex-basis: 100% !important;
		flex-grow: 0;
	}
	.home .img-left-col .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: auto;
	}
}

@media only screen and (min-width: 899px) {
	.rm-overlap {
		margin-right: -114px;
		flex-basis: 0 !important;
	}
	.rc-padding {
		padding: 1em 2em 1em 7em;
		margin-top: initial;
		padding-top: 1em;
	}
	.lc-padding {
		padding: 6em 7em 6em 3em;
		margin-top: initial;
		order: initial;
	}
	.wp-block-cover__inner-container .wp-block-columns .wp-block-column.lm-overlap {
		margin-left: -95px;
	}
	.home .img-left-col .wp-block-columns.are-vertically-aligned-center {
		flex-wrap: nowrap !important;
	}
	.home .img-left-col .wp-block-column {
		margin-left: auto;
	}
}

@media only screen and (min-width: 781px) {
	.flipped >.wp-block-column:nth-child(1) {
		order: initial;
	}
}

@media only screen and (min-width: 600px) {
	.flipped >.wp-block-column:nth-child(1) {
		
	}
}


@media only screen and (min-width: 573px) {
	.widget.footer-left1 {
		margin: initial;
	}
	.blog .flex-col,
	.archive .flex-col,
	.single .flex-col {
		/*flex-wrap: nowrap;*/
	}
}

@media only screen and (max-width: 1000px) {
	.home .moon {
		right: -10%;
	}
	.blog article {
		max-width: 50%;
	}
	.archive article {
		max-width: 50%;
	}
}

@media only screen and (max-width: 1420px) {
	.metra-ghost {
		left: -60%;
	}
}

@media only screen and (max-width: 1200px) {
	.metra-ghost {
		left: -75%;
	}
}

@media only screen and (max-width: 1000px) {
	.metra-ghost {
		left: -100%;
	}
}


@media only screen and (max-width: 900px) {
	.metra-ghost {
		left: -115%;
	}
}

@media only screen and (max-width: 780px) {
	.pt-300 {
		padding-top: 10px;
	}
	span.painting-title {
		font-size: 28px;
	}
	.mobile-hide {
		display: none;
	}
	.pt-150 {
		padding-top: 10px;
	}
	.wp-block-columns.gap-10 {
		gap: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.home .moon {
		right: -10%;
		top: -20%;
	}
	.blog article {
		max-width: 100%;
	}
	.archive article {
		max-width: 100%;
	}
}

@media only screen and (max-height: 1100px) {
	.home .moon {
		top: -20%;
	}
}

@media only screen and (max-height: 900px) {
	.home .moon {
		top: -30%;
	}
}

@media only screen and (max-height: 780px) {
	.home .moon {
		top: -45%;
	}
}

@media only screen and (max-height: 650px) {
	.home .moon {
		top: -60%;
	}
}



/* Links
--------------------------------------------- */
a {
	color: #B7B7B7;
	text-decoration: underline;
}

a:visited {
	color: #B7B7B7;
}

a:hover,
a:focus,
a:active {
	color: #9c7435;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
/*Stripe */
#stripe-card-element,
#stripe-exp-element,
.woocommerce-checkout-review-order #stripe-cvc-element {
	border: 5px solid transparent;
	border-radius: 0px;
	color: white !important;
	line-height: 1;
	padding: 16px 25px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	min-width: 230px;
	cursor: pointer;
	margin-bottom: 15px;
	letter-spacing: 1.8px;
	text-align: center;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
button,
.button,
.woocommerce button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 5px solid transparent;
	border-radius: 0px;
	background-color: #46305B !important;
	color: white !important;
	line-height: 1;
	padding: 16px 25px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	min-width: 230px;
	cursor: pointer;
	margin-bottom: 15px;
	letter-spacing: 1.8px;
	text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	min-width: unset;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
a.wp-block-button__link,
a.wp-block-button__link:visited {
	color: white;
}

.button-alt > .wp-block-button__link {
	background-color: transparent;
	border: 5px solid #00416B;
}

.wp-block-cover.button-alt input[type="submit"] {
	background-color: white;
	color: #00416b;
}

li.button-alt2 a {
	background-color: white;
	color: #00416b;
	padding: 14px 25px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin-top: 1em;
}

li.button-alt2 a:hover {
	text-decoration: none;
}

li.button {
	padding-left: 0;
	padding-right: 0;
	min-width: initial;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
button:hover,
.button:hover,
.wp-block-button__link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #9c7435 !important;
	color: white !important;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #707070;
	border-radius: 0;
	max-width: 540px;
	width: 100%;
	height: 60px;
	padding: 5px 10px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.blog .flex-col,
.single .flex-col,
.archive .flex-col,
.entry-content > *,
.wp-block-cover__inner-container,
.wp-block-columns,
.entry-header,
header .archive-description,
.single .painting-cat,
.archive .painting-cat,
.single article,
.page-title,
.nav-header {
	max-width: 1650px;
	padding-left: 15px;
	padding-right: 15px;
}

.home .entry-content > *,
.em-wrapper .wp-block-cover,
.entry-content #em-wrapper,
.entry-content .wp-block-cover {
	max-width: initial;
	padding-left: initial;
	padding-right: initial;
}

.blog .flex-col,
.single .flex-col,
.archive .flex-col,
.single article,
.archive .painting-cat,
.single .painting-cat,
.entry-content > *,
.wp-block-columns,
.entry-header,
.page-title,
header .archive-description,
.nav-header {
	margin-inline: auto;
}



.flex-box.margin-auto.nav-header {
	justify-content: flex-start;
    width: 100%;
	height: 90px;
}

.wp-block-column {
	position: relative;
}

.tree-header-bg .wp-block-cover__inner-container {
	position: unset;
}

.tree-header-bg .wp-block-cover__inner-container h1 {
	position: relative;
}

.tree-header-bg .about-play-button img {
	left: 50%;
	transform: translateX(-50%);
	bottom: 50%;
}

.tree-header-bg img {
    position: absolute;
    bottom: -2px;
    left: 0;
}

.shadowland-gallery > .wp-block-column > .wp-block-image {
	height: 100%;
	width: 100%;
}

.shadowland-gallery > .wp-block-column > .wp-block-image,
.shadowland-gallery > .wp-block-column > .wp-block-image > figure {
	height: 100%;
	width: 100%;
	height: 685px;
}

.shadowland-gallery > .wp-block-column > .wp-block-image > figure img,
.shadowland-gallery > .wp-block-column > .wp-block-image > img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.demon-lantern {
	position: absolute;
	top: 10%;
	left: -90%;
}

.metras-monsterpieces .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
}

.metras-monsterpieces .wp-block-cover__inner-container h2 {
	align-self: center;
}

.doorway-guy {
	position: absolute;
    right: -5vw;
	right: -30vw;
    bottom: -88%;
}

.overflow-hidden,
.overflow-hidden .wp-block-group__inner-container {
	overflow: hidden;
	position: relative;
}

.slide-left {
	right: -5vw;
}

.single article {
	display: flex;
	padding-bottom: 250px;
	flex-wrap: nowrap;
	padding-inline: 100px;
}

.single .navigation.post-navigation .nav-previous {
	position: absolute;
	top: 50%;
}

.single .navigation.post-navigation .nav-next {
	right: 0;
	position: absolute;
	top: 50%;
}

.single .entry-footer {
	display: none;
}

.single .entry-content {
	padding-inline: 4em;
}

.archive .painting-cat,
.single .painting-cat {
	padding-top: 220px;
	padding-bottom: 60px;
}

.archive .painting-cat a,
.single .painting-cat a {
	color: #CCCCCC;
	text-transform: uppercase;
	letter-spacing: 2.6px;
	text-decoration: none;
}

.single .buy-art-form {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s;
}

.single .buy-art-form.is-active {
	max-height: 1000px;
}

.single .entry-content p strong {
	color: white;
	font-size: 28px;
	font-weight: 400;
}

.single .entry-content p {
	color: #46305B;
	font-size: 26px;
}


@media only screen and (max-width: 700px) {
	.pt-300 {
		padding-top: 10px;
	}
}



@media only screen and (max-width: 900px) {
	.single article {
		flex-wrap: wrap;
		padding-inline: 5px;
	}
	.single .entry-content {
		padding-inline: 1em;
	}
	.single .navigation.post-navigation .nav-previous {
		top: 15%;
	}

	.single .navigation.post-navigation .nav-next {
		top: 15%;
	}
}



@media only screen and (max-width: 3000px) {
	.doorway-guy {
		right: -3vw;
		right: -30vw;
		bottom: -85%;
	}
	.slide-left {
		right: -3vw;
	}
}

@media only screen and (max-width: 2600px) {
	.doorway-guy {
		right: -3vw;
		right: -30vw;
		bottom: -75%;
	}
	.slide-left {
		right: 5vw;
	}
}

@media only screen and (max-width: 1600px) {
	.doorway-guy {
		bottom: -60%;
	}
	.slide-left {
		right: 2vw;
	}
}

@media only screen and (max-width: 1200px) {
	.doorway-guy {
		bottom: -68%;
	}
	.slide-left {
		right: -2vw;
	}
}

@media only screen and (max-width: 782px) {
	.doorway-guy {
		right: -30vw;
		right: -30vw;
		bottom: -181%;
	}
	.slide-left {
		right: -30vw;
	}
}

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

/* Navigation
--------------------------------------------- */
nav .hamburger .hamburger-inner,
nav .hamburger .hamburger-inner::before,
nav .hamburger .hamburger-inner::after,
nav .hamburger.is-active .hamburger-inner,
nav .hamburger.is-active .hamburger-inner::before,
nav .hamburger.is-active .hamburger-inner::after {
	background-color: white;
}

.site-header {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.9122023809523809) 0%, rgba(0,0,0,0.9037990196078431) 30%, rgba(255,255,255,0) 100%);
	z-index: 99;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 0;
}

.menu {
	text-align: center;
}

.site-branding {
	float: left;
    padding: 1em;
	position: absolute;
	left: 0;
	top: 0;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.jump {
	padding-top: 40px;
}

#top-header-navigation {
	height: 100%;
	display: none;
}

#featured-main {
	list-style: none;
    display: flex;
    justify-content: center;
	align-items: center;
    margin: 0;
    height: 100%;
	padding-top: 1em;
	padding-left: 0;
	padding-right: 0;
}

#featured-main > li {
	margin: 0;
	display: flex;
}

#featured-main > li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 1em;
	text-transform: uppercase;
}

#primary-menu {
	text-align: left;
	top: 75px;
	position: absolute;
}

.main-navigation {
    height: 0;
    box-shadow: none;
    transition: 0.6s;
}

.menu-top-container {
	position: relative;
    background-color: transparent;
    z-index: 5;
    height: 64px;
    display: none;
}

.main-navigation {
	clear: both;
	display: block;
	top: 0;
	right: 0;
	position: fixed;
	float: right;
	width: 0;
	max-width: 0;
	height: 100vh;
    background-color: #130D19;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: #b7b7b7;
	font-family: urw-din, sans-serif;
	font-size: 36px;
	letter-spacing: 4.6px;
	text-transform: uppercase;
}

.main-navigation a:hover {
	text-decoration: underline;
	color: #9c7435;
}

/* Small menu. */
button.menu-toggle {
    border: none;
    background-color: transparent !important;
    color: white;
    cursor: pointer;
    padding: 2em;
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0;
	min-width: unset;
}

button.menu-toggle:hover {
	background-color: transparent !important;
}

.menu-toggle {
	height: 50px;
	width: 50px;
}

.main-navigation.toggled .menu-toggle .far.fa-times-circle,
.main-navigation.toggled .menu-toggle img.menu-close,
.main-navigation .menu-toggle .fas.fa-bars {
    display: inline-block;
}

.main-navigation .menu-toggle:hover img.menu-open-hover,
.main-navigation .menu-toggle img.menu-open,
.main-navigation.toggled .menu-toggle:hover img.menu-close-hover {
	display: inline-block;
}

.main-navigation.toggled .menu-toggle .fas.fa-bars,
.main-navigation .menu-toggle .far.fa-times-circle,
.main-navigation.toggled .menu-toggle img.menu-open,
.main-navigation.toggled .menu-toggle img.menu-open-hover,
.main-navigation .menu-toggle:hover img.menu-open,
.main-navigation .menu-toggle img.menu-open-hover,
.main-navigation.toggled .menu-toggle:hover img.menu-close,
.main-navigation .menu-toggle img.menu-close,
.main-navigation .menu-toggle img.menu-close-hover {
    display: none;
}



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

.main-navigation.toggled {
    width: 100%;
	max-width: 630px;
	box-shadow: -5px 5px 6px #00000029;
	overflow-x: auto;
}

.main-navigation.toggled .menu-top-container {
    display: block;
    height: auto;
}

.main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
}

.main-navigation.toggled ul li {
	font-family: Arial;
    font-size: 18px;
    padding: 1em 1em 0em 2em;
}

.main-navigation.toggled li:last-child {
	margin-bottom: 80px;
}

.main-navigation.toggled ul li a {
    
}

.site-branding img {
	max-width: 175px;
}

@media only screen and (min-width: 573px) {
	#featured-main {
		padding-top: 2em;
	}
	li.button {
		min-width: 230px;
	}
}

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

	#top-header-navigation {
		display: block;
	}
}

@media only screen and (min-width: 50.5em) {
	.site-branding {
		padding: 2em 1em 1em 3em;
	}
	.site-branding img {
		max-width: 356px;
	}
	button.menu-toggle {
		top: 3.5em;
    	right: 3em;
	}
	.flex-box.margin-auto.nav-header {
		justify-content: center;
		height: 165px;
	}
	/*.single .flex-col {
		padding-top: 2em;
	}*/
}

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

.post,
.page {
	margin: 0;
}

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

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

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

/*Home page*/
.eye-1 {
	position: absolute;
	left: 5%;
	top: 5%;
}

.eye-2 {
	position: absolute;
	left: 45%;
}

.eye-3 {
	position: absolute;
    left: 24%;
    top: 29%;
}

/* Menu Page */
.page-id-66 .entry-content .wp-block-column,
.home .menu-section .wp-block-column{
	padding-right: .5em;
	padding-left: .5em;
}




/* Coming Soon Page */
.page-id-12983 .site-header {
	display: flex;
	justify-content: center;
}

.page-id-12983 main {
	padding-top: 0;
}

.page-id-12983 .entry-header,
.page-id-12983 .main-navigation {
	display: none;
}

.page-id-12983 .mc4wp-form  input[type="submit"] {
	background-color: #ffffff;
	color: #00416B;
}

.headstone-column {
	position: relative;
	height: 750px;
}

.background-text {
	position: absolute;
    top: 0;
    left: 0;
}

.background-symbol {
    position: absolute;
    bottom: 0;
    right: 0;
}

.purple-flowers {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.white-flowers {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.headstone {
	position: absolute;
    bottom: -500px;
    transition: bottom 1.5s;
    bottom: 60px;
    left: 119px;
    z-index: 0;
    transform: rotate(9deg);
	min-width: 300px;
}


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

.bypostauthor {
	display: block;
}

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

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

.widget h4,
.widget.popular-posts h2 {
	margin-bottom: 1.2em;
	text-align: center;
}

.widget.popular-posts h2 {
	font-size: 25px;
}

.widget a {
	color: #262729;
	text-decoration: none;
}

nav section.widget.menu-logo1 {
	padding-top: 750px;
	border: none;
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 2em;
}

.blog section.widget,
.archive section.widget,
.single section.widget {
	border: 1px solid #707070;
	padding: 1em 1.2em;
}

.blog footer section.widget,
.archive footer section.widget,
.single footer section.widget {
	border: none;
}

.widget .wp-block-categories,
.widget .wpp-list {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

ul.wp-block-categories-list {
	list-style: none;
}

.widget.popular-posts.wpp-ajax {
	margin-bottom: 0;
}

.wpp-thumbnail {
	margin-right: 0;
}

.widget .wpp-list li {
	clear: both;
}

.widget .wpp-list li > a:nth-child(1) {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

.widget li.cat-item {
	text-align: center;
	margin-bottom: 1em;
}

.widget li.cat-item > a {
	border: 1px solid #707070;
    padding: 12px 20px;
    text-decoration: none;
    color: #262729;
    display: block;
}

.widget .wp-block-latest-posts {
	margin-left: 0;
}

.widget .wp-block-latest-posts__list.wp-block-latest-posts .wp-block-latest-posts__featured-image {
	margin-right: 1em;
}

.followus p {
	display: flex;
	justify-content: space-evenly;
}

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Mailchimp
--------------------------------------------- */
.mc4wp-checkbox label {
	display: flex;
	align-items: center;
	line-height: 1;
}

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

.mc4wp-form input[type="email"] {
	height: 78px;
	background-color: #EBEBEB;
}

.mc4wp-form input[type="submit"] {
	height: 78px;
}

.mc4wp-form input[type="email"]::placeholder {
	font-size: 18;
	color: #C5C5C5;
	text-align: center;
	letter-spacing: 3.6px;
}


/* Events List
--------------------------------------------- */
.events-homepage {
	min-height: 860px;
}

p.events-list-homepage {
	border-bottom: 1px solid #38254A;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.events-list-homepage span i {
	padding-right: 6px;
}

p.events-list-homepage:nth-child(6) {
	border-bottom: 1px solid transparent;
}

.event-template-default article,
.location-template-default article {
	max-width: 800px;
	padding-top: 200px;
}

.em.em-item.em-item-single.size-small .em-item-meta h3,
.em.em-item .em-item-meta .em-item-meta-line,
.event-template-default .entry-content h3,
.event-template-default article h2,
.event-template-default article h3,
.event-template-default article h4,
.event-template-default article p, {
	color: white !important;
}

p.events-list-homepage {
	color: #B7B7B7 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

p.events-list-homepage span {
	text-align: center;
	padding-inline: 10px;
	line-height: 1.4;
}

p.events-list-homepage span.date {
	font-size: 24px;
	font-weight: bold;
	flex: 1;
}

p.events-list-homepage span.name {
	font-size: 30px;
	flex: 2;
}

p.events-list-homepage span.location {
	font-size: 16px;
	font-weight: bold;
	flex: 1;
}

.em.em-list.em-events-list.em-events-list-grouped.size-large {
	display: flex;
	flex-wrap: wrap;
	max-width: 1045px;
	margin-inline: auto;
}

.em.em-list.em-events-list.em-events-list-grouped.size-large h2 {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.em.em-list.em-events-list.em-events-list-grouped.size-large .em-event.em-item {
	max-width: 500px;
	border: none;
}

.em.em-list.size-small .em-item {
	border: none !important;
}

.em.em-list.em-events-list.em-events-list-grouped.size-large p.em-item-title {
	font-size: 45px !important;
	color: #9C7435 !important;
	line-height: 1 !important;
}

.em.em-list.em-events-list.em-events-list-grouped.size-large p.em-item-title a,
.em.em-list.em-events-list.em-events-list-grouped.size-large p.em-item-title a:visited,
.em.em-list.em-events-list.em-events-list-grouped.size-large p.em-item-title a:hover {
	text-decoration: none !important;
	color: #9C7435 !important;
}

.em.em-list .em-item {
	color: white !important;
}

.em.em-list .em-item .em-item-info {
	border: none !important;
}

.em-item-actions.input a.button,
.entry-content .em.pixelbones .input .button {
    background-color: #46305B !important;
    color: white !important;
    text-transform: uppercase !important;
    height: 63px !important;
    border: none !important;
    line-height: 4 !important;
    font-size: 15px !important;
    border-radius: 0 !important;
}


@media only screen and (max-width: 1200px) {
	p.events-list-homepage span.date {
		font-size: 20px;
	}

	p.events-list-homepage span.name {
		font-size: 24px;
	}

	p.events-list-homepage span.location {
		font-size: 14px;
	}
}




/* Contact Form 7
--------------------------------------------- */
.wpcf7 input,
.wpcf7 textarea {
	max-width: 100%;
}

.wpcf7 input {
	height: 62px;
}

.wpcf7 input[type="submit"] {
	
}

.wpcf7 textarea {
	height: 190px;
}

.wpcf7-spinner {
	display: block;
	margin-inline: auto;
}

.entry-content .wpcf7 label {
	font-size: 24px;
}

.entry-content .wpcf7 input[type="submit"] {
	display: block;
	margin-inline: auto;
}


/* Slide Anything Sliders
--------------------------------------------- */
.entry-content .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(/wp-content/uploads/2022/10/Hand_Arrow_Left-2.png) no-repeat center center !important;
}

.entry-content .white .sa_owl_theme .owl-nav .owl-prev:hover {
	background: rgba(0,0,0,0) url(/wp-content/uploads/2022/10/Hand_Arrow_Left-2.png) no-repeat center center !important;;
}

.entry-content .white .sa_owl_theme .owl-nav .owl-next:hover {
	background: rgba(0,0,0,0) url(/wp-content/uploads/2022/10/Hand_Arrow_Right1.png) no-repeat center center !important;;
}

.entry-content .white .sa_owl_theme .owl-nav .owl-next {
    background: url(/wp-content/uploads/2022/10/Hand_Arrow_Right1.png) no-repeat center center !important;
}

.entry-content .sa_owl_theme .owl-nav .owl-prev {
    left: -202px;
}

.entry-content .sa_owl_theme .owl-nav .owl-next {
    right: -200px;
}

.sa_hover_container {
	min-height: 100% !important;
}

.home .owl-carousel .owl-stage-outer {
    height: 100%;
}

.white .owl-pagination-true {
    margin-bottom: 0 !important;
}

.white .sa_owl_theme .owl-dots {
	bottom: 55px !important;
}

.home .white .sa_owl_theme .owl-dots {
	bottom: 22px !important;
}

.sa_owl_theme .owl-dots .owl-dot {
    min-width: auto;
}

.white .sa_owl_theme .owl-dots .owl-dot span {
	background-color: transparent !important;
	border-color: white;
	border: 1px solid white;
	border-style: solid !important;
}

.white .sa_owl_theme .owl-dots .active span {
    background-color: white !important;
}

.home .sa_hover_container p a,
.home .sa_hover_container p a {
	text-decoration: none;
}

.home .sa_hover_container p a strong,
.home .sa_hover_container p a b {
	font-size: 30px;
	color: #46305b;
}

.home .sa_hover_container p img {
	height: 460px;
	margin: 0;
}

.white .owl-carousel .owl-item img {
	object-fit: cover;
	width: 100%;
}

.white .owl-carousel .owl-item {
	transition: transform .5s;
}

.white .owl-carousel .owl-item:hover {
	transform: scale(1.1);
}

.owl-stage h1 {
	color: white;
	text-transform: uppercase;
	font-size: 70px;
	text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }