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

SH Base 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%;
	scroll-behavior: smooth;
}

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

/* 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-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;
	cursor: pointer;
	
	transition: 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-size: 1rem;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #8c5237;
	transition: 0.25s;
}

a:hover {
	color: #db7a4c;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px rgba(0,0,0,0.2) solid;
	padding: 8px;
}

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 {
    padding: 8px;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	
}

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

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

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

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

.media-block-portrait {
	max-width: 600px;
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




/* Buttons ------------------------*/

.action-button,
.add_to_cart {
	display: inline-block;
    padding: 12px 28px;
	color: #f5eae5;
	background-color: #e19774;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 0 rgba(60,90,110,0.75);
	outline: 1px solid #e19774;
	outline: 1px solid transparent;
	outline-offset: 4px;
	font-size: 36px;
    text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.action-button:hover,
.add_to_cart:hover {
	color: white;
	outline: 1px transparent solid;
	outline-offset: 0;
	background-color: #efa887;
	transform: scale(1.1);
}

.priority-button {
	font-size: 48px;
    padding: 16px 32px;
}


/* Sticky Navigation ----------------------- */

.sticky-nav-container {
    position: sticky;
    top: 0;
	z-index: 25000;
}

.sticky-nav {
	font-size: 28px;
}

.sticky-nav a {
    display: inline-block;
    margin-bottom: 10px;
	padding: 9px 12px 6px 12px;
    color: black;
    background-color: #eee;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.12);
    text-decoration: none;
}

.sticky-nav a:hover {
    color: white;
	background-color: #c7a275;
}

.sticky-nav a.current {
	color: white;
    background-color: #be7727;
}

/* #page */

#page {
	background-image: url('assets/images/paper-texture-grainy.jpg');
	background-position: center;
	
}

/* Primary background container ---------------- */

.primary-background-container {
	width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 20%;
}

.primary-background-container .decorative {
	position: relative;
	min-height: 100vh;
	background:
	
		url('assets/images/paper-edge-frame-bottom.png') bottom repeat-x,
		url('assets/images/paper-edge-frame-top.png') top repeat-x,
		url('assets/images/paper-edge-frame-left.png') left repeat-y,
		url('assets/images/paper-edge-frame-right.png') right repeat-y
	;
}

.primary-background-container .decorative-child {display:none;
	position: absolute;
	min-height: 100vh;
	background-size: 100%;
	background-position: center 20%;
	background-repeat: no-repeat;
}

.primary-background-container .sparkle-animation {
	opacity:1 ;
	transition: opacity 0.3s;
}

.primary-background-container .sparkle-animation.fade {
	opacity: 1;
}

.primary-background-container .sparkle1 {border: 1px red solid;
	background-image: url('assets/images/sparkle1.png');
}

.primary-background-container .sparkle2 {border: 1px green solid;
	background-image: url('assets/images/sparkle2.png');
}

.primary-background-container .sparkle3 {border: 1px blue solid;
	background-image: url('assets/images/sparkle3.png');
}

.home .primary-background-container {
	max-width: 1200px;
	min-height: 100vh;
}

/* Header ---------------------------------- */
#masthead {
	color: #3d596d;
	background-size: cover;
	background-position: top;
}

.home .site-header {
	
}

.home .header-container {
	
}

.home .header-container > .inner {
	position: relative;
}

.header-container.special-banner-active {
	margin-top: 0;
}

.header-container > .inner {
	/*display: grid;
    grid-template-columns: 70% 30%;
	grid-template-rows: auto 1fr;
	gap: 0px 0px; 
	grid-template-areas: 
    	"brandContain navContain"
    	"mainOverlayContain mainOverlayContain";*/
}

.header-container .aspect-ratio {
	height: 0;
	padding-bottom: calc(3/8 * 100%);
}

.home .site-branding {
	display: table;
	left: 0; 
	right: 0; 
	width: fit-content;
	max-width: 1120px;
	margin-inline: auto; 
	padding-top: 20px;
	background-image: url('assets/images/scroll-large.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}

.home .site-branding #site-logo {
	display: block;
	margin-right: 28px;
}

.home .site-branding #site-logo img {
	max-width: 580px;
}

.site-branding {
	
}

.site-branding .custom-logo-link {
	display: table-cell;
    vertical-align: middle;
	width: 100px;
    transform: scale(1.75);
}

.site-branding .custom-logo-link:hover {
    transform: scale(2);
}

.site-branding .custom-logo-link .custom-logo {
	width: 100%;
}

.site-title-container {
	display: table-cell;
    vertical-align: middle;
	padding: 0 40px;
}

.site-title,
.site-title a {
	color: #bd9e5b;
	font-size: 60px;
	text-decoration: none;
}

.site-title a:hover {
	
}

.site-title{
    margin: 0;
	margin-top: 50px;
	margin-bottom: 20px;
    margin-left: 14px;
	line-height: 0.65em !important;
}

.site-branding .general-description {
	margin: 0 15% 80px 15%;
	
}

.site-branding .general-description h3 {
	margin: 0;
}

/* Main Nav ---------------------------- */

.site-navigation-container {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	display: table;
	grid-area: navContain;
	justify-self: end;
	margin-top: 15px;
	text-align: center;
}

.main-navigation {
	display: table-cell;
    vertical-align: middle;
}

.menu-button {
	display: inline-block;
    padding: 4px 12px;
	padding: 8px 12px 0 12px;
	color: #3d596d;
	background-color: #f5eae5;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 0 rgba(60,90,110,0.75);
	font-size: 48px;
	font-weight: bold;
	outline: none;
}

.menu-button:hover {
	color: #3d596d;
	background-color: white;
}

.menu-button.active {
    color: white;
    background: rgba(75,95,110,0.5);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.menu-button:active {
	outline: none;
}

.site-navigation-container .action-button-group {
	display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

#main-menu-modal-container {
	display: none;
	opacity: 0;
	position: absolute;
    z-index: 99999;
	width: 100%;
	padding-top: 95px;
	background-color: black;
	background-color: rgba(0,0,0,0.9);
    background-color: rgba(5,15,20,0.97);
	box-shadow: inset 0 15px 15px rgb(0,0,0,0.5), inset 0 0 75px rgb(0,0,0,0.25), 0 4px 75px rgba(0,0,0,0.75);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	
	transition: opacity 0.3s ease-in-out;
}

#main-menu-modal-container.visible {
	opacity: 1;
}

#main-menu-modal-container .inner {
	position: relative;
	margin: 60px;
}

#close-main-menu {
	display: block;
    position: absolute;
    top: -42px;
    right: -42px;
    padding: 6px 12px;
	color: #ccc;
	border: 1px transparent solid;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

#close-main-menu:hover {
    transform: scale(1.5);
}

#primary-menu {
    display: table;
	table-layout: fixed;
    width: 100%;
    margin: 0;
	padding: 0;
    font-size: 28px;
	text-align: center;
}

#primary-menu li a {
	display: block;
	padding: 16px 0;
	color: #ccc;
	text-decoration: none;
}

#primary-menu li a:hover {
	color: white;
	background-color: rgba(75,95,110,0.35);
}

#primary-menu > li {
    display: table-cell;
	width: 2%;
	padding: 0 24px;
	font-weight: bold;
}

#primary-menu .sub-menu {
    margin: 0;
	padding: 0;
	list-style: none;
    font-size: 20px;
}

#primary-menu .sub-menu li {
	font-weight: normal;
}

#primary-menu .sub-menu li a {
	padding: 8px 0;
}

#primary input[type=submit],
#primary input[type=reset] {
    padding: 16px 30px;
	color: #3d596d;
    border: 0;
    border-radius: 0;
	background-color: #efdfab;
    font-size: 20px;
    font-weight: bold;
    line-height: inherit;
}

/*
#primary input[type=submit]:hover,
#primary input[type=reset]:hover {
	background-color: #f4e9c3;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 3px 3px 4px rgba(0,0,0,0.15);
	transform: scale(1.1);
}
*/

#primary input[type=submit]:hover,
#primary input[type=reset]:hover {
	color: white;
	background-color: #3d596d;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.12);
	/*transform: scale(1.1);*/
}

/* Main image ---------------------------- */

.main-overlay-container {
	grid-area: mainOverlayContain;
	color: #3d596d;
}

.home .main-overlay-container {
	padding: 30px 0;
}

.main-overlay-container a {
	color: #3d596d;
}

.main-overlay-image-container {
	max-width: 88%;
    margin: auto;
	text-align: center;
}

.main-overlay-image-container h2 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 145px;
    line-height: 0.5em;
    letter-spacing: -0.01em;
}

.main-overlay-image-container h2 sup {
    font-size: 72px;
    top: -40px;
}

.main-overlay-image-container h2 em {
    position: relative;
    top: 16px;
    padding: 0 12px;
    font-size: 108px;
    font-style: normal;
}

.main-overlay-image-container h3 {
	margin: 0;
    font-size: 65px;
    line-height: 1em;
}

.main-overlay-image.flip {
	transform: rotate(180deg);
}


/* Special Banner ------------------------------ */

.special-banner {
	padding: 12px;
	color: #ffefd1;
	color: white;
    border-top: 1px transparent solid;
    border-bottom: 1px transparent solid;
	background-color: #3d596d;
	background-color: #be7727;
    background-image: radial-gradient(rgba(255,255,255,0.15), transparent), url(assets/images/noise.png);
	box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
    text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
}

.special-banner h2 {
	margin: 10px 0;
	font-size: 44px;
    font-weight: normal;
    letter-spacing: 0 !important;
	line-height: 0.85em;
}

.special-banner h3 {
	margin: 10px 0;
	line-height: 0.85em;
}

.special-banner a {
	color: #ffdf99;
	text-decoration: none;
}

.special-banner a:hover {
	color: #ffc955;
}


/* Date container ------------------------------ */

.date-container {
	display: table;
	width: 100%;
	margin-top: 720px;
	min-height: 260px;
}

.date-container > .inner {
	display: table-cell;
  	vertical-align: middle;
	left: 0; 
	right: 0; 
	/*width: fit-content;*/
	width: 500px;
	max-width: 1120px;
	margin: auto;
	margin-inline: auto;
	background-image: url('assets/images/scroll-small.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}

.date-container h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 48px;
	font-weight: normal;
}

.date-container h3 sup {
	font-size: 50%;
	top: -0.65em;
}

.date-container h3 em {
	margin: 0 -8px;
}

.date-container h4 {
	margin: 0;
	font-size: 36px;
}


/* Secondary pages ---------------------------- */

.secondary-page #masthead {
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(5,15,20,0.97);
}

.secondary-page  .header-container {
	background: url('assets/images/paper-edge-frame-bottom.png') bottom repeat-x,
				url('assets/images/gradient-dark-bottom.png') bottom repeat-x;

}

.secondary-page .header-container > .inner {
	border-top: 1px transparent solid;
}

.secondary-page .site-branding {
	display: table;
	margin-left: -100px;
	margin-top: -70px;
	padding: 100px;
	padding-bottom: 0;
	background-image: url('assets/images/scroll-large.png');
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: contain;
	
	transition: transform 0.3s;
}

.secondary-page .site-branding:hover {
	transform: scale(1.05);
}

.secondary-page .site-branding .site-title {
	margin: 0;
	margin-left: 16px;
}

.secondary-page .site-branding #site-logo img {
	max-width: 360px;
}

.secondary-page .date-container {
	min-height: 100px;
	margin-top: 0;
}

.secondary-page .header-container .date-container > .inner {
	display: block;
	width: auto;
	max-width: none;
}

.secondary-page .date-container > .inner {
	background-image: none;
}

.secondary-page .date-container h3 {
	margin: 0;
	font-size: 30px;
}

.secondary-page .date-container h4 {
	display: none;
	margin: 0;
	font-size: 24px;
}

.secondary-page .entry-title-container {
	margin-bottom: 75px;
	color: #e0cabf;
	text-shadow: 1px 1px 4px black;
}


.secondary-page .site-main {
    background-image: radial-gradient(rgba(255,255,255,0.2), transparent);
}


/* Featured buttons ---------------------------- */

.featured-buttons-container {
	padding: 8px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 4px; 
}

.featured-button-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 436px;
	padding: 30px;
	color: white;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 15px rgba(0,0,0,0.4);
	text-transform: uppercase;
}

.featured-button:hover {
	color: white;
	text-shadow: 0 0 20px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5), 1px 1px 4px rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0) !important;
}

.featured-button .heading {
	font-size: 60px;
}

.featured-button .description {
    line-height: 1em;
}

/* Secondary page header, subnav ---------------------------- */

.special-page-header {
	margin-bottom: 8px;
	min-height: 100vh;
}

.secondary-page-entry-header {
	margin: 50px 90px 0 90px;
}

.secondary-page-entry-header .inner {
	border-bottom: 1px transparent solid;
}

.entry-title-container {
	margin-bottom: 18px;
	color: #3d596d;
	text-align: center;
}

.entry-title-container h1,
.entry-title-container h2 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.entry-title-container h2 {
    font-size: 48px;
}

.section-container .entry-title,
.entry-title-container .entry-title {
	margin: 0;
	font-size: 80px;
}

.entry-title-container .entry-title {
	
}

.entry-title-container .entry-title.has-children:after {
	content: '\02771';
    display: inline-block;
    vertical-align: middle;
	padding: 0 12px;
    font-size: 34px;
	opacity: 0.5;
}

.secondary-page-subnav {
    font-weight: 600;
	text-align: center;
}

.secondary-page-subnav ul {
	list-style: none;
	padding: 0;
	font-size: 0;
}

.secondary-page-subnav ul li {
	display: inline-block;
	border: 1px rgba(0,0,0,0.3) solid;
	border-right: 0;
	font-size: 20px;
}
.secondary-page-subnav ul li.current_page_item {
	border-bottom: 1px white solid;
}

.secondary-page-subnav ul li:last-child {
	border-right: 1px rgba(0,0,0,0.3) solid;
}

.secondary-page-subnav ul li a {
	display: block;
    padding: 8px 18px;
	color: #3d596d;
    text-decoration: none;
}

.secondary-page-subnav ul li a:hover {
	background-color: rgba(255,255,255,0.5);
}

.secondary-page-subnav ul li.current_page_item a {
	background-color: white;
}


/* Special header, ticket header ---------------------- */

.entry-header-special-container {
    padding-bottom: 30px;
	text-align: center;
}

.entry-header-special-container h2 {
	font-size: 42px;
}

.entry-header-special-container h2,
.entry-header-special-container h3 {
	margin: 12px 0;
}

.ticket-option-group {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    padding: 0 15px 30px;
    width: 27%;
    /*border: 1px rgba(0,0,0,0.15) solid*/
}

.ticket-option-group p {
	margin: 15px 0;
}

.ticket-option-group .heading {
    margin: 15px 0;
	font-size: 32px;
}

.ticket-option-group select {
    padding: 8px 8px 8px 14px;
    border: 0;
	background-color: white;
    box-shadow: 2px 2px 6px rgb(0,0,0,0.15);
}

.ticket-option-group .price {
    margin: 5px 0;
    color: #3d596d;
    font-size: 66px;
    font-weight: normal;
}

.ticket-option-group .button,
.ticket-option-group .add_to_cart {
    font-size: 28px;
}

.add-to-cart-group .add-to-cart-button {
	display: none;
}

.add-to-cart-group .add-to-cart-button.show {
	display: block;
}



/* String camp tickets --------------------------------- */

.secondary-entry-title {
	margin: 0;
	font-size: 72px;
}

.stringcamp-ticket-section .ticket-option-group .price {
	color: #f9d9a2;
}




/* Primary content ---------------------------- */

main {
    padding: 75px 90px;
}

/*
#primary:after {
	content: '';
	display: block;
	clear: both;
}
*/

.entry-content {
	margin-top: 0;
	line-height: 1.5em;
}

main article h2 {
	margin: 30px 0;
}

main article h2,
main article h3,
main article h4,
main article h5,
main article h6 {
	color: #3d596d;
}

.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
	margin: 24px 0;
}

.wp-block-column p {
	margin: 16px 0;
}

.wp-block-gallery {
	margin-bottom: 15px;
}

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


/* Homepage -------------------------- */

.home main {
	padding: 60px;
}

.home .entry-content,
.home .entry-footer {
	max-width: 1200px;
	margin: auto;
}

.home .entry-content h2 {
	margin: 30px 0;
	font-size: 65px;
}

.home article h2,
.ticket-section article h2 {
	margin: 15px 0;
	font-size: 75px;
}

.home article h3 {
	margin: 15px 0;
	font-size: 36px;
}

/* Ticket section -------------------------------------- */

.ticket-section {
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	text-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.ticket-section a {
	color: white;
}

section .section-container {
	position: relative;
	padding: 90px;
}

.ticket-section article {
	max-width: 980px;
	margin: auto;
}

.ticket-section .wp-block-buttons>.wp-block-button {
	margin: auto;
}

.stringcamp-ticket-section .add_to_cart,
.ticket-section .wp-block-button__link {
	background-color: white;
	outline: 1px solid white;
}

.ticket-section .wp-block-button__link {
	margin: 30px 0;
    padding: 12px 36px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
	outline-offset: 4px;
    font-size: 48px;
    text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}

.ticket-section .wp-block-button__link:hover {
	outline: 1px transparent solid;
	outline-offset: 0;
	transform: scale(1.1);
}

.festival-ticket-section {
	margin-bottom: 8px;
}

.festival-ticket-section .section-container {

}

.stringcamp-ticket-section .section-container {

}

.sponsors-section {
	color: #987e46;
	background-color: #e7d9bb;
	text-align: center;
}

.sponsors-section .section-container {

}

.sponsors-section .wp-block-image {
	display: inline-block;
	vertical-align: middle;
    margin: 0 20px 32px 20px;
}

.sponsors-section .wp-block-image a {
	display: block;
}

.sponsors-section .wp-block-image a:hover {
	transform: scale(1.1);
}


/* Tickera ---------------------------------------------- */

.tickera,
.tickera-checkout {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.tickera:after {
	content: '';
	display: block;
	clear: both;
}

.tickera-checkout table {
    border-collapse: collapse;
}

.tickera,
.tickera-checkout,
.tickera-checkout tr th {
	font-size: 22px;
}

.tickera-checkout tr td {
    border: 1px rgba(0,0,0,0.075) solid;
}

.tickera .ticket-quantity .tickera_button {
    background: none;
    border: none;
    color: #888;
    font-size: inherit;
	font-weight: bold;
}

.tickera .info_section {
	padding: 30px;
    background-color: #faf2db;
}

.tickera .tickera_buyer_info {
	float: none;
    border-bottom: 0;
}

.tickera .tickera_buyer_info:after {
	content: '';
    display: block;
	clear: both;
}

.tickera .tc-form-ticket-fields-wrap .owner-info-wrap {
	border-bottom: 1px rgba(0,0,0,0.15) solid;
}

.tickera .tc-form-ticket-fields-wrap:last-of-type .owner-info-wrap:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

.tickera .owner-info-wrap p:last-of-type {
	margin: 0;
}

.tickera .fields-wrap span.description {
    margin-top: 10px;
	font-style: normal;
	font-size: 16px;
    line-height: 1.5em;
}

.tickera .fields-wrap {
    margin-bottom: 20px;
}

.tickera .fields-wrap label {
    /*margin-right: 10px;*/
}

.tickera label span {
	color: #3d596d;
    font-weight: bold;
}

.tickera .tc_checkbox_field label,
.tickera .tc_radio_field label {
	display: block;
	/*margin-right: 10px;*/
}

.tickera .fields-wrap input {
	width: 100%;
    padding: 8px;
	float: none;
}

.tickera .fields-wrap input[type="checkbox"],
.tickera .fields-wrap input[type="radio"] {
	width: auto;
}

.tickera .fields-wrap.tc_radio_field input,
.tickera .fields-wrap.tc_checkbox_field input {
    margin-right: 7px;
}

.tickera .tickera_checkout {
	float: none;
}

.tickera .tickera_checkout:hover {
    color: black;
}

.tickera .order-details th {
	text-align: left;
}


/* Performers/Lineup -------------------------------- */

.performer-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 12px;
	row-gap: 12px;
	margin: 30px;
}

.performer-list .performer-block {
	position: relative;
	display: inline-block;
	color: white;
	background-image: url('assets/images/ovmf-logo-placeholder.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -50px 50px rgba(0,0,0,0.65);
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.65);
}

.performer-list .performer-block:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	padding-bottom: calc(11/16 * 100%);
}

.performer-list .performer-block:hover {
	transform: scale(1.05);
}

.performer-list .performer-block .label-group {
	position: absolute;
	bottom: 0;
	display: block;
    width: 100%;
    padding: 12px;
}

.performer-list .performer-block .label-group .heading {
	font-size: 36px;
	line-height: 18px;
}

.performer-list .performer-block .label-group .heading .special-label {
    position: relative;
    font-size: 24px;
    text-transform: none;
}

.primary-image-section {
	background-color: #372b1a;
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
	box-shadow: inset 0 -65px 65px rgba(0,0,0,0.65);
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.primary-image-section.section-container {
	color: white;
}

.primary-image-section .inner {
	width: 100%;
    padding: 0 90px 20px 90px;
}

.primary-image-section .aspect-ratio {
	height: 0;
	padding-bottom: calc(3/8 * 100%);
}

.primary-image-section .special-label {
    position: relative;
    top: -10px;
	font-size: 42px;
    text-transform: none;
}

.performer-detail.detail-container {
    float: right;
    max-width: 480px;
    max-width: 620px;	
    min-width: 420px;
    margin: 0 0 30px 30px;
}

.detail-container {
	/*background-color: #e7d9bb;*/
	text-align: center;
}

.detail-container .inner {
	padding: 45px;
}

.detail-container h2 {
	margin: 0;
}

.detail-container h3 {
	margin: 15px 0;
}

.detail-container p {
	margin: 15px 0;
}

.performer-detail .button {
    display: inline-block;
    padding: 18px 24px;
	color: white;
	color: #3d596d;
	background-color: #b0955a;
	background-color: #f5eae5;
	box-shadow: 5px 5px 0 rgba(60,90,110,0.75);
	font-size: 30px;
    text-transform: uppercase;
	text-decoration: none;
}

.performer-detail .button:hover {
	background-color: white;
}

.performer-detail .button .special-character {
	font-size: 42px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-performer main h2 {
	margin-top: 0;
	clear: none;
	font-weight: normal;
    font-size: 48px;
}



/* Schedule ------------------------------------ */

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

.schedule-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 12px;
	row-gap: 12px;
	margin: 30px;
}

.schedule-list .performer-block {
	position: relative;
	display: inline-block;
	color: white;
	box-shadow: inset 0 -50px 50px rgba(0,0,0,0.65);
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.65);
}

.schedule-list .performer-block:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	padding-bottom: calc(11/16 * 100%);
}

.schedule-list .performer-block:hover {
	transform: scale(1.05);
}

.schedule-list .performer-block .time {
	position: absolute;
	top: 0;
	right: 0;
    padding: 4px 10px;
	background-color: black;
	background-color: rgba(0,0,0,0.75);
    font-size: 20px;
}

.schedule-list .performer-block .label-group {
	position: absolute;
	bottom: 0;
	display: block;
    width: 100%;
    padding: 12px;
}

.schedule-list .performer-block .label-group .heading {
    display: block;
	font-size: 28px;
    line-height: 24px;
}

.schedule-list .performer-block .label-group .heading .special-label {
    position: relative;
    font-size: 24px;
    text-transform: none;
}

.schedule-list .performer-block .label-group .location {
    display: block;
    margin-top: 8px;
    font-size: 20px;
}


/* Temp schedule */

.schedule-day-container {
	
}

.schedule-performer-list > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.performer-wp-block {
	border: 1px #ddd solid;
	flex-grow: 1;
	padding: 30px;
	text-align: center;
}

.performer-wp-block .wp-block-group__inner-container {
	max-width: 300px;
}

.performer-wp-block h3,
.performer-wp-block h4,
.performer-wp-block p {
	margin: 0;
}

.performer-wp-block .stage {
    font-size: 20px;
}

.performer-wp-block .time {
    font-size: 20px;
}

.sticky-nav-container {
	text-align: center;
}



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

.schedule-day {
	padding-top: 15px;
	background: url(assets/images/sunflower-div-gradient.png) center 22px;
    background-repeat: no-repeat;
}

.schedule-day h2 {
	margin: 30px;
    margin-top: 0;
    padding-top: 75px;
	background: linear-gradient(to right, #a95c63, #d3ab64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 56px;
    line-height: 56px;
}

.schedule-day-column-group {
	/*display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;*/
}

.schedule-day .stage-group {
    margin: 10px;
    border-top: 1px transparent solid;
	border-bottom: 5px #ddd solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.05);
}

.stage-group h3 {
    margin: 24px;
	font-size: 4.25rem;
}

.schedule-item-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

.schedule-item {
	position: relative;
}

.schedule-item .thumbnail {
	overflow: hidden;
	position: relative;
	display: block;
	color: white;
    background-image: url(assets/images/ovmf-logo-placeholder.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -50px 50px rgba(0,0,0,0.65);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5), 0 0 2px rgba(0,0,0,0.65);
	
	transition: 0.3s;
}

.schedule-item .thumbnail:hover {
	transform: scale(1.1);
}

.schedule-item .thumbnail:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    padding-bottom: calc(11/16 * 100%);
}

.schedule-item .thumbnail .thumbnail-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

.schedule-item .special-label {
	overflow: hidden;
    position: absolute;
	top: -7px;
    left: 0;
    right: 0;
    padding: 8px 0;
    padding-right: 168px;
    background-color: #e19774;
    box-shadow: 3px 3px 2px rgb(0,0,0,0.2);
    font-size: 20px;
    transform: rotate(-14deg) scale(1.1);
    opacity: 0.86;
}

.schedule-item .title {
	display: block;
}

.schedule-item .time {
	display: block;
}

.schedule-item .edit-button {
	position: absolute;
	top: 0;
	right: 7px;
    padding: 6px 8px;
	font-size: 13px
}


/* Contact forms ------------------------------- */

.wpcf7 {
    max-width: 1024px;
    margin: auto;
	margin-bottom: 15px;
	padding: 30px;
    background-color: #faf2db;
}

.wpcf7 fieldset {
    border: 1px rgba(0,0,0,0.15) solid;
}

form p {
	margin: 18px 0;
}

.wpcf7 label {
	display: inline-block;
	margin-bottom: 6px;
	color: #3d596d;
	font-weight: bold;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 .wpcf7-form-control-wrap input[type=checkbox] {
	margin-right: 8px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.choice-list {
	list-style: none;
    margin: 0;
    padding: 0;
}

.choice-list li {
    margin: 0;
    padding: 0;
}

.choice-list li p {
	margin: 0;
}

.choice-list .wpcf7-form-control-wrap {
	display: inline-block;
}

.choice-list .wpcf7-list-item {
	margin: 0;
}

.no-label .wpcf7-list-item-label {
	display: none;
}

.single-line-group .wpcf7-form-control-wrap {
	display: inline-block;
}


/* Map --------------------------------------- */

#embedded-map iframe {
	display: block;
	width: 100%;
}


/* Footer -------------------------------------------------- */

.site-footer {
	padding-bottom: 12px;
	color: #41361e;
	background-color: #b49f95;
	background-color: rgba(157,122,108,0.8);
	background-image:
		radial-gradient(rgba(255,255,255,0.15), transparent),
		url('assets/images/noise.png');
	text-align: center;
}

.site-footer .section-container {
	padding: 60px;
}

.site-footer .section-container h2 {
    margin: 15px 0;
	color: #987e46;
	font-size: 75px;
}

.site-info {
	padding: 15px;
	font-size: 16px;
}


/* Mailchimp form ----------------------------------- */

#mc_embed_signup {
	
}

#mc_embed_signup form {
	padding: 0 0 45px 0 !important;
}

#mc_embed_signup .mc-field-group {
	box-shadow: 0 2px 15px rgb(0,0,0,0.1) !important;
}

#mc_embed_signup input[type="email"] {
	vertical-align: middle;
    padding: 14px;
    border: 0;
    border-radius: 0;
}

#mc_embed_signup input[type="email"] {
    width: 436px;
}

#mc_embed_signup .button {
	vertical-align: middle !important;
	height: auto !important;
	margin-left: -8px !important;
    padding: 15px 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
	background-color: #987e46 !important;
	box-shadow: 0 2px 15px rgb(0,0,0,0.1) !important;
	font-size: 28px !important;
	text-transform: uppercase;
	letter-spacing: normal !important;
	line-height: 1em !important;
}

#mc_embed_signup .button:hover {
	background-color: #b0955a !important;
}

#mc_embed_signup .clear br {
	display: none;
}



/* Ticket section ------------------------------- */


.ticket-section {
	padding: 60px;
	padding-top: 30px;
	text-align: center;
}


/* Footer nav ----------------------------------------- */

.site-footer .menu-main-menu-container {
    display: table;
	table-layout: fixed;
    width: 100%;
	max-width: 1024px;
	margin: auto;
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.site-footer .menu-main-menu-container ul,
.site-footer .menu-main-menu-container li{
    list-style: none;
}

.site-footer .menu-main-menu-container .menu {
	display: table;
	table-layout: fixed;
    width: 100%;
	margin: 0;
	padding: 0;
}

.site-footer .menu-main-menu-container .menu > li {
    display: table-cell;
	width: 2%;
}

.site-footer .menu-main-menu-container .menu li a {
    display: block;
	padding: 10px 0;
	color: #41361e;
	text-decoration: none;
}

.site-footer .menu-main-menu-container .menu li a:hover {
	
}

.site-footer .menu-main-menu-container .menu .sub-menu {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.site-footer .menu-main-menu-container .menu .sub-menu li a {
	padding: 4px 0;
}

.site-footer .menu-main-menu-container .menu .sub-menu li a:hover {
	color: #987e46 ;
}


#go-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 10px 14px 5px 14px;
	color: #3d596d;
	border: 2px #3d596d solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.05);
	font-size: 22px;
	text-align: center;
	text-shadow: none;
	transition: 0.3s;
}

#go-top:hover {
	color: white;
	border: 2px solid transparent;
	background-color: rgba(0,0,0,0.4);
	text-decoration: none;
}


/* Thieve ---------------------------------- */

.thrv_wrapper.thrv_text_element {
    padding: 30px;
}


/* Admin ----------------------------------------- */

.section-container .post-edit-link {
	position: absolute;
    bottom: 10px;
    right: 10px;
}

.section-container .post-edit-link,
.entry-header-special-container .post-edit-link {
	font-size: 18px;
}

.admin-bar .sticky-nav-container {
    top: 42px;
}

/* Font switch ----------------------------------- */

#font-switch {
	position: fixed;
	z-index: 100000;
	top: 36px;
	right: 15px;
	
}

#font-switch a {
	display: inline-block;
	padding: 3px 15px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	text-decoration: none;
}

#font-switch a:hover,
#font-switch-button.active {
	background: rgba(0,0,0,0.3);
}

.grecaptcha-badge {
	display: none !important;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

#testing-message {
	position: fixed;
    z-index: 200000;
    top: 40px;
    right: 8px;
    padding: 8px 16px;
    color: rgba(200,50,50,1);
	outline: 3px rgba(200,50,50,1) solid;
    /*background-color: rgba(200,50,50,1);*/
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#testing-message p {
	margin: 1px;
}