/*!
Theme Name: NADZ
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: nadz
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.

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

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

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

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

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

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

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

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

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

/* Sections
	 ========================================================================== */
	 
.font-permanent-marker-regular {
	font-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
}

.font-luckiest-guy-regular {
	font-family: "Luckiest Guy", serif;
	font-weight: 400;
	font-style: normal;
}

.font-lato-thin {
	font-family: "Lato", serif;
	font-weight: 100;
	font-style: normal;
}

.font-lato-light {
	font-family: "Lato", serif;
	font-weight: 300;
	font-style: normal;
}

.font-lato-regular {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
}

.font-lato-bold {
	font-family: "Lato", serif;
	font-weight: 700;
	font-style: normal;
}

.font-lato-black {
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: normal;
}

.font-lato-thin-italic {
	font-family: "Lato", serif;
	font-weight: 100;
	font-style: italic;
}

.font-lato-light-italic {
	font-family: "Lato", serif;
	font-weight: 300;
	font-style: italic;
}

.font-lato-regular-italic {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: italic;
}

.font-lato-bold-italic {
	font-family: "Lato", serif;
	font-weight: 700;
	font-style: italic;
}

.font-lato-black-italic {
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: italic;
}

/**
 * Remove the margin in all browsers.
 */
body {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

	body.mmopen {
		overflow: hidden;
	}

/**
 * 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-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	line-height: 50px;
	margin: 0;
}

	@media only screen and (max-width: 510px) {
		h1 {
			font-size: 40px;
			line-height: 45px;
		}
	}

/* 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;
	text-decoration: none;
	color: #404040;
	font-weight: 600;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

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

h2 {
	font-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
}

	.row.green h2,
	.row.tickets h2 {
	    font-size: 40px;
	    margin: 0;
	    line-height: 45px;
	}
	
		.row.tickets h2 {
			color: #ffbc57;
		}
		
		@media only screen and (max-width: 510px) {
			.row.green h2,
			.row.tickets h2 {
				font-size: 35px;
				line-height: 40px;
			}
		}
	
		.row.green h2.spacer {
			margin: 37px 0px;
		}

h3 {
	font-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	line-height: 40px;
	margin: 0;
}

	@media only screen and (max-width: 510px) {
		h3 {
			font-size: 30px;
			line-height: 35px;
		}
	}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #404040;;
}

	.site-main .content .row.green a,
	.wp-site-blocks .content .row.green a {
		color: #e4dddd;
	}

a:visited {
	color: #404040;
}

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

	.site-main .content .row.green a:hover,
	.wp-site-blocks .content .row.green a:hover,
	.site-main .content .row.green a:focus,
	.wp-site-blocks .content .row.green a:focus,
	.site-main .content .row.green a:active,
	.wp-site-blocks .content .row.green a:active {
		color: #a8a3a3;
	}

a:focus {
	outline: none;
}

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

	a.button {
		display: inline-block;
		background-color: #516a3b;
		color: #fff;
		text-transform: uppercase;
		padding: 15px 25px;
		font-size: 20px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
		a.button:hover {
			background-color: #243317;
		}
		
		a.button.green {
			background-color: #e4dddd !important;
			color: #404040 !important;
		}
		
			a.button.green:hover {
				background-color: #787878 !important;
				color: #e4dddd !important;
			}
			
		a.button.tickets {
			background-color: #febd59 !important;
			color: #404040 !important;
		}
		
			a.button.tickets:hover {
				background-color: #ce4117 !important;
				color: #e4dddd !important;
			}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

.site {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

header.site-header {
	float: left;
	position: relative;
	width: 100%;
	height: 63px;
	background-color: #516a3b;
	z-index: 1000;
}

	header.site-header .inner {
		margin: 0 auto;
		max-width: 1400px;
		padding: 0px 20px;
	}
	
		header.site-header .inner .left {
			float: left;
			position: relative;
		}
		
			header.site-header .inner .left .toplogo {
				position: absolute;
				top: 5px;
				width: 110px;
				height: 110px;
				background-image: url('img/toplogo.png');
				background-size: contain;
				background-position: center center;
				background-repeat: no-repeat;
				z-index: 400;
			}
		
		header.site-header .inner .menu-menu-1-container {
			float: right;
			position: relative;
		}
		
			@media only screen and (max-width: 800px) {
				header.site-header .inner .menu-menu-1-container {
					display: none;
				}
			}
		
			header.site-header .inner .menu-menu-1-container ul {
				float: left;
				position: relative;
				width: 100%;
				margin: 15px 0px;
				padding: 0;
			}
			
				@media only screen and (max-width: 900px) {
					header.site-header .inner .menu-menu-1-container ul {
						margin: 17.25px 0px;
					}
				}
			
				header.site-header .inner .menu-menu-1-container ul .menu-item {
					float: left;
					position: relative;
					list-style-type: none;
					margin-right: 25px;
				}
					
					header.site-header .inner .menu-menu-1-container ul .menu-item:last-of-type {
/* 						margin-right: 0px; */
					}
				
					header.site-header .inner .menu-menu-1-container ul .menu-item a {
						text-decoration: none;
						color: #e4dddd;
						text-transform: uppercase;
						font-weight: 600;
						font-size: 22px;
					}
					
						@media only screen and (max-width: 900px) {
							header.site-header .inner .menu-menu-1-container ul .menu-item a {
								font-size: 19px;
							}
						}
					
						header.site-header .inner .menu-menu-1-container ul .menu-item a:before {
							content: "";
							position: absolute;
							display: block;
							width: 100%;
							height: 2px;
							bottom: 0;
							left: 0;
							background-color: #d12129;
							transform: scaleX(0);
							transition: transform 0.3s ease;
						}
						
							header.site-header .inner .menu-menu-1-container ul .menu-item a:hover:before {
									transform: scaleX(1);
								}
								
							header.site-header .inner .menu-menu-1-container ul .menu-item.current-menu-item a:before,
							header.site-header .inner .menu-menu-1-container ul .menu-item.current_page_parent a:before {
								content: "";
								position: absolute;
								display: block;
								width: 100%;
								height: 2px;
								bottom: 0;
								left: 0;
								background-color: #d12129;
								transform: scaleX(1);
							}
					
			header.site-header .inner .cart-customlocation {
				float: right;
				position: relative;
				height: 26px;
				width: 25px;
				margin-top: 18.5px;
				background-image: url('img/cart.png');
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center center;
			}
			
				@media only screen and (max-width: 800px) {
					header.site-header .inner .cart-customlocation {
						margin-right: 25px;
					}
				}
			
				header.site-header .inner .cart-customlocation .itemcount {
					position: absolute;
				    right: -8px;
				    top: -3px;
				    width: 20px;
				    height: 20px;
				    background-color: #d12129;
				    font-size: 13px;
				    -webkit-border-radius: 50% 50% 50% 50%;
				    border-radius: 50% 50% 50% 50%;
				    text-align: center;
				    color: #e4dddd;
				}
				
				header.site-header .inner .mobilemenuicon {
					float: right;
					position: relative;
				}
				
					@media only screen and (min-width: 801px) {
						header.site-header .inner .mobilemenuicon {
							display: none
						}
					}
				
					header.site-header .inner .mobilemenuicon .themenubuttoncontainer {
					    float: left;
					    position: relative;
					    width: 100%;
					    -webkit-transition: all 0.1s ease-in-out;
					    -moz-transition: all 0.1s ease-in-out;
					    -ms-transition: all 0.1s ease-in-out;
					    -o-transition: all 0.1s ease-in-out;
					    transition: all 0.1s ease-in-out;
					}
					
						header.site-header .inner .mobilemenuicon #thebutton {
						    margin-top: 13.5px;
						    width: 45px;
						    height: 36px;
						    float: left;
						    position: relative;
						    -webkit-transform: rotate(0deg);
						    -moz-transform: rotate(0deg);
						    -o-transform: rotate(0deg);
						    transform: rotate(0deg);
						    -webkit-transition: .5s ease-in-out;
						    -moz-transition: .5s ease-in-out;
						    -o-transition: .5s ease-in-out;
						    transition: .5s ease-in-out;
						    cursor: pointer;
						}
						
							header.site-header .inner .mobilemenuicon #thebutton span {
								display: block;
								position: absolute;
								height: 6px;
								width: 100%;
								background: #e4dddd;
								border-radius: 7px;
								opacity: 1;
								left: 0;
								-webkit-transform: rotate(0deg);
								-moz-transform: rotate(0deg);
								-o-transform: rotate(0deg);
								transform: rotate(0deg);
								-webkit-transition: .25s ease-in-out;
								-moz-transition: .25s ease-in-out;
								-o-transition: .25s ease-in-out;
								transition: .25s ease-in-out;
							}
			
								header.site-header .inner .inner .mobilemenuicon #thebutton span:nth-child(1) {
									top: 0px;
								}
								
								header.site-header .inner .mobilemenuicon #thebutton span:nth-child(2),
								header.site-header .inner .mobilemenuicon #thebutton span:nth-child(3) {
									top: 15px;
								}
								
								header.site-header .inner .mobilemenuicon #thebutton span:nth-child(4) {
									top: 30px;
								}
								
									header.site-header .inner .mobilemenuicon #thebutton.open span:nth-child(1) {
										top: 18px;
										width: 0%;
										left: 50%;
									}
									
									header.site-header .inner .mobilemenuicon #thebutton.open span:nth-child(2) {
										-webkit-transform: rotate(45deg);
										-moz-transform: rotate(45deg);
										-o-transform: rotate(45deg);
										transform: rotate(45deg);
									}
									
									header.site-header .inner .mobilemenuicon #thebutton.open span:nth-child(3) {
										-webkit-transform: rotate(-45deg);
										-moz-transform: rotate(-45deg);
										-o-transform: rotate(-45deg);
										transform: rotate(-45deg);
									}
									
									header.site-header .inner .mobilemenuicon #thebutton.open span:nth-child(4) {
										top: 18px;
										width: 0%;
										left: 50%;
									}
									
.masteroverlay {
	position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    z-index: -3;
    -webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

	.masteroverlay.active {
		z-index: 500;
		background: rgba(255,255,255,.7);
	}

.mobilemenu {
	position: fixed;
	z-index: 700;
	width: calc(100% - 150px);
	max-width: 250px;
	height: 100%;
	background-color: #516a3b;
	top: 62px;
	bottom: 0;
	right: calc(-100% + 150px);
	padding-bottom: 115px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

	.mobilemenu.open {
		right: 0;
		overflow-x: auto;
	}

	@media screen and (min-width: 801px) {
		.mobilemenu {
			display: none;			
		}
	}
	
	.mobilemenu .menu-menu-1-container {
		float: left;
		position: relative;
		width: 100%;
		padding: 25px 25px;
	}
	
		.mobilemenu .menu-menu-1-container #mobile-menu {
			float: left;
			position: relative;
			width: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			.mobilemenu .menu-menu-1-container #mobile-menu .menu-item {
				float: left;
				position: relative;
				clear: left;
				margin-bottom: 15px;
			}
			
				.mobilemenu .menu-menu-1-container #mobile-menu .menu-item:last-of-type {
					margin-bottom: 0px;
				}
			
				.mobilemenu .menu-menu-1-container #mobile-menu .menu-item a {
				    text-decoration: none;
				    color: #e4dddd;
				    text-transform: uppercase;
				    font-weight: 600;
				    font-size: 25px;
				}
				
					@media screen and (max-width: 380px) {
						.mobilemenu .menu-menu-1-container #mobile-menu .menu-item a {
							font-size: 22px;
						}
					}
				
					.mobilemenu .menu-menu-1-container #mobile-menu .current_page_item a:after,
					.mobilemenu .menu-menu-1-container #mobile-menu .current_page_parent a:after {
						position: absolute;
						content: " ";
						width: 100%;
						height: 3px;
						bottom: 0;
						left: 0;
						background-color: #d12129;
					}
					
header.home-header {
	float: left;
	position: relative;
	width: 100%;
	height: calc(100vh - 63px);
}

	header.home-header .video {
		float: left;
		position: relative;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 100;
	}
	
	header.home-header .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 200;
	}
	
	header.home-header .logo {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 300;
	}
	
		header.home-header .logo .inner {
			
		}
		
			header.home-header .logo .inner .image {
				width: 60vw;
				height: 60vh;
				background-image: url('img/cropped-Niks-aan-de-zeis-final-01.png');
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center center;
			}
			
	header.home-header .tocontent {
		position: absolute;
		height: 50px;
		width: 50px;
		z-index: 300;
		bottom: 25px;
		background-image: url('img/arrow-circle-down.png');
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		
		header.home-header .tocontent:hover {
			bottom: 18px;
		}
		
header.page-header {
	float: left;
	position: relative;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

	@media only screen and (max-width: 800px) {
		header.page-header {
			height: 250px;
		}
	}

	header.page-header .inner {
		position: relative;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
		header.page-header .inner .pagetitle {
			font-size: 90px;
			margin: 0;
			color: #e4dddd;
			text-shadow: 2px 2px 12px #516a3b;
			font-family: "Permanent Marker", serif;
			font-weight: 400;
			font-style: normal;
			text-transform: uppercase;
			text-align: center;
			line-height: 90px;
		}
		
			@media only screen and (max-width: 800px) {
				header.page-header .inner .pagetitle {
					font-size: 65px;
					line-height: 65px;
				}
			}
			
			@media only screen and (max-width: 510px) {
				header.page-header .inner .pagetitle {
					font-size: 50px;
					line-height: 50px;
				}
			}
					
.site-main,
.wp-site-blocks {
	float: left;
	position: relative;
	width: 100%;
	flex: 1;
}

	.site-main.webshop {
		padding-bottom: 55px;
		background-image: url('img/grass.png');
		background-repeat: repeat-x;
		background-size: 410px;
		background-position: left bottom;
	}
	
	.site-main.notfound {
		padding-bottom: 55px;
		background-image: url('img/grass.png');
		background-repeat: repeat-x;
		background-size: 410px;
		background-position: left bottom;
	}

	.site-main .content,
	.wp-site-blocks .content {
		float: left;
		position: relative;
		width: 100%;
	}
	
		.site-main .content .row,
		.wp-site-blocks .content .row {
			float: left;
			position: relative;
			width: 100%;
		}
		
			.site-main .content .row.white,
			.wp-site-blocks .content .row.white {
				background-image: url('img/grass.png');
				background-repeat: repeat-x;
				background-size: 400px;
				background-position: left bottom;
			}
		
			.site-main .content .row.green,
			.wp-site-blocks .content .row.green {
				background-color: #516a3b;
				color: #e4dddd;
			}
			
			.site-main .content .row.tickets,
			.wp-site-blocks .content .row.tickets {
				background-color: #41080a;
				color: #e4dddd;
			}
			
				.site-main .content .row.green.gallerij,
				.wp-site-blocks .content .row.green.gallerij {
					padding: 10px 0px 0px 10px;
				}
				
				.site-main .content .row.green.halve,
				.site-main .content .row.tickets.halve {
					display: flex;
					flex-direction: row;
				}
				
					@media only screen and (max-width: 800px) {
						.site-main .content .row.green.halve,
						.site-main .content .row.tickets.halve {
							display: block;
						}
					}
				
					.site-main .content .row.green.halve .left,
					.wp-site-blocks .content .row.green.halve .left,
					.site-main .content .row.tickets.halve .left,
					.wp-site-blocks .content .row.tickets.halve .left {
						float: left;
						position: relative;
						width: 50%;
						flex: 0 0 50%;
					}
					
						@media only screen and (max-width: 800px) {
							.site-main .content .row.green.halve .left,
							.wp-site-blocks .content .row.green.halve .left,
							.site-main .content .row.tickets.halve .left,
							.wp-site-blocks .content .row.tickets.halve .left {
								width: 100%;
								flex: none;
							}
						}
					
						.site-main .content .row.green.halve .left .description,
						.wp-site-blocks .content .row.green.halve .left .description,
						.site-main .content .row.tickets.halve .left .description,
						.wp-site-blocks .content .row.tickets.halve .left .description {
							float: right;
							max-width: 700px;
							padding: 20px;
						}
						
							@media only screen and (max-width: 800px) {
								.site-main .content .row.green.halve .left .description,
								.wp-site-blocks .content .row.green.halve .left .description,
								.site-main .content .row.tickets.halve .left .description,
								.wp-site-blocks .content .row.tickets.halve .left .description {
									float: left;
									max-width: 100%;
								}
							}
						
							.site-main .content .row.green.halve .left .description .doc,
							.wp-site-blocks .content .row.green.halve .left .description .doc,
							.site-main .content .row.tickets.halve .left .description .doc,
							.wp-site-blocks .content .row.tickets.halve .left .description .doc {
								float: left;
								position: relative;
								width: 100%;
							}
							
								.site-main .content .row.tickets.halve .left .description .ticketdate,
								.wp-site-blocks .content .row.tickets.halve .left .description .ticketdate {
									float: left;
									position: relative;
									width: 100%;
									margin: 10px 0px;
									text-transform: uppercase;
									font-weight: 600;
									font-size: 20px;
								}
					
					.site-main .content .row.green.halve .right,
					.wp-site-blocks .content .row.green.halve .right,
					.site-main .content .row.tickets.halve .right,
					.wp-site-blocks .content .row.tickets.halve .right {
						float: right;
						position: relative;
						width: 50%;
						flex: 0 0 50%;
					}
					
						.site-main .content .row.tickets.halve .right,
						.wp-site-blocks .content .row.tickets.halve .right {
							padding: 20px 0px;
						}
					
						@media only screen and (max-width: 800px) {
							.site-main .content .row.green.halve .right,
							.wp-site-blocks .content .row.green.halve .right,
							.site-main .content .row.tickets.halve .right,
							.wp-site-blocks .content .row.tickets.halve .right {
								float: left;
								width: 100%;
								flex: none;
							}
							
							.site-main .content .row.tickets.halve .right,
							.wp-site-blocks .content .row.tickets.halve .right {
								padding: 0px 20px 20px 20px;
							}
						}
					
						.site-main .content .row.green.halve .right .image,
						.wp-site-blocks .content .row.green.halve .right .image,
						.site-main .content .row.tickets.halve .right .image,
						.wp-site-blocks .content .row.tickets.halve .right .image {
							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-repeat: no-repeat;
							background-position: center center;
							background-size: cover;
						}
						
							.site-main .content .row.tickets.halve .right .image,
							.wp-site-blocks .content .row.tickets.halve .right .image {
								background-size: contain;
							}
						
							@media only screen and (max-width: 800px) {
								.site-main .content .row.green.halve .right .image,
								.wp-site-blocks .content .row.green.halve .right .image {
									height: 350px;
								}
								
								.site-main .content .row.tickets.halve .right .image,
								.wp-site-blocks .content .row.tickets.halve .right .image {
									height: 500px;
/* 									background-position: left center; */
								}
							}
		
			.site-main .content .row .inner,
			.wp-site-blocks .content .row .inner {
				margin: 0 auto;
				max-width: 1000px;
				padding: 50px 20px;
			}
			
				.site-main .content .row.green.agenda .inner,
				.wp-site-blocks .content .row.green.agenda .inner {
					max-width: 1400px;
				}
			
				.site-main .content .row.white .inner,
				.wp-site-blocks .content .row.white .inner {
					padding: 50px 20px 100px 20px;
				}
				
					@media only screen and (max-width: 800px) {
						.site-main .content .row.white .inner,
						.wp-site-blocks .content .row.white .inner {
							padding: 30px 20px 50px 20px;
						}
					}
			
			.site-main .content .row .slidercontainer,
			.wp-site-blocks .content .row .slidercontainer {
				float: left;
				position: relative;
				width: 100%;
/* 				padding: 0px 40px 50px 40px; */
				padding: 0px 0px 50px 0px;
			}
			
/*
				@media only screen and (max-width: 800px) {
					.site-main .content .row .slidercontainer,
					.wp-site-blocks .content .row .slidercontainer {
						padding: 0px 0px 50px 0px;
					}
				}
*/
			
				.site-main .content .row .slidercontainer h2,
				.wp-site-blocks .content .row .slidercontainer h2 {
					color: #fff;
					text-align: center;
					padding: 0px 20px;
					font-size: 45px;
					text-transform: uppercase;
				}
			
.bandleden {
	float: left;
	position: relative;
	width: 100%;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

	.bandleden .bandlid {
		background-color: #fff;
		color: #000;
		margin: 0px 10px;
		margin-top: 30px;
		padding: 15px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
		opacity: 0.7;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
		.bandleden .bandlid.slick-center {
			margin-top: 0px;
			opacity: 1;
		}
		
			@media only screen and (max-width: 1200px) {
				.bandleden .bandlid.slick-center {
					margin-top: 30px;
				}
				
				.bandleden .bandlid {
					opacity: 1;
				}
			}
		
		.bandleden .bandlid .foto {
			float: left;
			position: relative;
			width: 100%;
			height: 300px;
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		
			.bandleden .bandlid.slick-center .foto {
				height: 350px;
			}
			
				@media only screen and (max-width: 1200px) {
					.bandleden .bandlid.slick-center .foto {
						height: 300px;
					}
				}
		
		.bandleden .bandlid .naam {
			float: left;
			position: relative;
			width: 100%;
			text-align: center;
			padding: 0px 10px;
			font-family: "Permanent Marker", serif;
			font-weight: 400;
			font-style: normal;
			font-size: 30px;
			-moz-transform: rotate(-3deg);
			-webkit-transform: rotate(-3deg);
			-o-transform: rotate(-3deg);
			-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
			margin: 20px 0px;
		}
		
		.bandleden .bandlid .data {
			float: left;
			position: relative;
			width: 100%;
			margin-top: 15px;
		}
		
			.bandleden .bandlid.slick-center .data {
				
			}
		
			.bandleden .bandlid .data .functie {
				float: left;
				position: relative;
				width: 100%;
				font-weight: 600;
				font-size: 21px;
			}
			
			.bandleden .bandlid .data .omschrijving {
				float: left;
				position: relative;
				width: 100%;
/* 				min-height: 126px; */
				font-size: 18px;
				font-weight: 400;
				font-style: italic;
			}
			
.agendaoverview {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}

/*
	.agendaoverview .agendaitem {
		height: 65px;
	}
	
		.agendaoverview .agendaitem .agendadate,
		.agendaoverview .agendaitem .agendaname,
		.agendaoverview .agendaitem .agendaaddress {
			font-size: 20px;
		}
*/
		
		.agendaoverview .agendaitem {
			display: flex;
			justify-content: space-between;
			align-items: center;
			background-color: rgba(255, 255, 255, 0.05);
			padding: 1rem;
			margin-bottom: 0.5rem;
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
			font-size: 20px;
			min-height: 85px;
		}
		
			.agendaoverview .agendaitem .agendadate {
				font-weight: bold;
				text-transform: uppercase;
				text-align: left;
				flex: 1;
				padding-right: 50px;
			}
			
			.agendaoverview .agendaitem .agendaname {
				flex: 1;
				text-align: left;
				padding-right: 50px;
			}
			
			.agendaoverview .agendaitem .agendaaddress {
				flex: 1;
				text-align: left;
				padding-right: 50px;
			}
			
			.agendaoverview .agendaitem .agendatickets {
				flex: 1;
				text-align: right;
			}
			
				.agendaoverview .agendaitem .agendatickets .button.green {
					padding: 10px 20px;
				}
			
			@media (max-width: 800px) {
				.agendaoverview .agendaitem {
					flex-direction: column;
					align-items: flex-start;
					padding: 1rem;
					font-size: 18px;
				}
				
				.agendaoverview .agendaitem {
					border: 1px solid rgba(255, 255, 255, 0.1);
					border-radius: 5px;
				}
				
				.agendaoverview .agendadate {
					font-size: 20px;
				}
				
				.agendaoverview .agendaaddress{
					font-style: italic;
				}
				
				.agendaoverview .agendaitem > div {
					padding-right: 0 !important;
					margin-bottom: 0.5rem;
					width: 100%;
					text-align: left !important;
				}
				
				.agendaoverview .agendaitem .agendatickets {
					text-align: left !important;
					margin-top: 0.5rem;
				}
					
					.agendaoverview .agendaitem .agendatickets.none {
						display: none;
					}
					
					.agendaoverview .agendaitem .agendatickets .button.green {
						font-size: 18px;
					}
			}
.grid {
	float: left;
	position: relative;
	width: 100%;
}

	.grid a {

	}
	
		.grid a:hover {
			
		}

.grid-sizer,
.grid-item { 
	width: calc(20% - 10px);
}

	@media only screen and (max-width: 1300px) {
		.grid-sizer,
		.grid-item { 
			width: calc(50% - 10px);
		}	
	}

.grid-item--width2 { 
	width: calc(40% - 10px); 
}

	@media only screen and (max-width: 1300px) {
		.grid-item--width2 { 
			width: calc(50% - 10px); 
		}
	}

.grid-item {
	margin-bottom: 10px;
}

.webform {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 60px;
}

	.webform .left {
		float: left;
		position: relative;
		width: 50%;
		padding-right: 10px;
	}
	
	.webform .right {
		float: right;
		position: relative;
		width: 50%;
		padding-left: 10px;
	}
	
		@media only screen and (max-width: 800px) {
			.webform .left {
				width: 100%;
				padding-right: 0px;
			}
			
			.webform .right {
				float: left;
				width: 100%;
				padding-left: 0px;
			}
		}
		
		.webform .right .image {
			float: left;
			position: relative;
			width: 100%;
			height: 550px;
			background-image: url('img/toplogo.png');
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 75%;
		}
		
			@media only screen and (max-width: 800px) {
				.webform .right .image {
					margin-top: 10px;
					background-position: center center;
					height: 275px;
					background-size: contain;
				}
			}

		.webform .data {
			font-weight: 600;
			font-size: 1.5rem;
		}

	.webform input[type="text"],
	.webform input[type="email"],
	.webform input[type="tel"],
	.webform input[type="date"],
	.webform textarea {
		width: 100%;
		margin-bottom: 10px;
	}
	
		.webform textarea {
			resize: none;
			margin-bottom: 10px;
		}
		
			.webform input[aria-invalid="true"],
			.webform textarea[aria-invalid="true"] {
				border: 1px solid #d12129;
			}
			
			.webform .wpcf7-not-valid-tip {
				display: none;
			}
		
		.webform input[type="submit"] {
			cursor: pointer;
			display: inline-block;
			background-color: #516a3b;
			color: #fff;
			text-transform: uppercase;
			padding: 15px 25px;
			font-size: 20px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		
			.webform input[type="submit"]:hover {
				background-color: #243317;
			}
			
.wp-block-woocommerce-coming-soon {
	float: left;
	position: relative;
	width: 100%;
/* 	padding: 50px 20px; */
}

.site-main .woocommerce {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 30px;
}

/*
	@media only screen and (max-width: 768px) {
		.site-main .woocommerce {
			padding-bottom: 65px;
			background-image: url('img/grass.png');
			background-repeat: repeat-x;
			background-size: 390px;
			background-position: left bottom;
		}
	}
*/

	.site-main .woocommerce ul.products,
	.site-main .woocommerce .single-product,
	.site-main .woocommerce .woocommerce-order,
	.site-main .wp-block-woocommerce-cart,
	.site-main .wp-block-woocommerce-checkout,
	.site-main .woocommerce #order_review {
		margin: 0 auto;
		max-width: 1400px;
		padding: 0px 20px;
		clear: none;
	}
	
		.site-main .woocommerce .woocommerce-order,
		.site-main .woocommerce #order_review,
		.site-main .woocommerce div.product,
		.site-main .woocommerce-notices-wrapper  {
			margin-top: 50px;
		}
	
		.site-main .wp-block-woocommerce-cart,
		.site-main .wp-block-woocommerce-checkout {
			margin-top: 70px;
		}
	
	.site-main .woocommerce .woocommerce-result-count,
	.site-main .woocommerce .woocommerce-ordering {
		display: none;
	}
	
	.woocommerce-message {
		outline: none;
	}
	
/* 	Begin productoverzicht */

	.woocommerce ul.products {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
		justify-content: left;
	}

		.woocommerce ul.products li.product {
			flex: 0 0 calc(25% - 39px);
			box-sizing: border-box;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			background: #fff;
			border: 1px solid #ddd;
			border-radius: 12px;
			padding: 20px;
			text-align: center;
			box-shadow: 0 2px 5px rgba(0,0,0,0.05);
			transition: all 0.3s ease;
			min-height: 100%;
		}

			.woocommerce ul.products li.product img {
				max-width: 100%;
				height: auto;
				margin-bottom: 15px;
				border-radius: 6px;
			}

			.woocommerce ul.products li.product .woocommerce-loop-product__title {
				min-height: 60px;
				font-size: 23px;
				font-weight: bold;
				margin-bottom: 10px;
			}

				.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
					color: #404040;
				}

			.woocommerce ul.products li.product .price {
				font-size: 18px;
				color: #333;
				margin-bottom: 15px;
			}

			.woocommerce ul.products li.product .button {
				background-color: transparent;
				color: #000;
				border: 2px solid #000;
				padding: 10px 20px;
				font-weight: bold;
				font-size: 0.9rem;
				text-transform: uppercase;
				border-radius: 4px;
				transition: all 0.3s ease;
			}

				.woocommerce ul.products li.product .button:hover {
					background-color: #000;
					color: #fff;
				}

		@media (max-width: 1024px) {
			.woocommerce ul.products li.product {
				flex: 0 0 calc(50% - 20px); /* 2 per rij */
				margin-bottom: 20px;
				margin-right: 20px;
			}
			
			.woocommerce ul.products li.product:nth-of-type(2n+2) {
				margin-right: 0px;
			}
		}

		@media only screen and (max-width: 768px) {
			.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
				width: auto;
				float: none;
				clear: none;
				margin: 0;
				margin-bottom: 20px;
				margin-right: 20px;
			}
		
			.woocommerce ul.products li.product:nth-of-type(2n+2) {
				margin-right: 0px;
			}
		}

		@media (max-width: 600px) {
			.woocommerce ul.products li.product {
				flex: 0 0 100%; /* 1 per rij */
				margin-right: 0px;
			}
			
			.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product {
				margin-right: 0px;
			}
		}

/* 	Einde productoverzicht */

.site-main .woocommerce div.product div.summary {
	background-color: #516a3b;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	color: #e4dddd;
}

.site-main .woocommerce div.product .product_title {
	color: #e4dddd;
	font-size: 40px;
}

.site-main .woocommerce div.product .price {
	font-weight: 600;
    font-size: 25px;
    margin: 20px 0px;
    color: #e4dddd;
}

.site-main .woocommerce div.product form.cart .variations {
	
}

	.site-main .woocommerce div.product form.cart .variations .label {
		text-align: left;
		font-size: 20px;
		padding-right: 20px;
		line-height: 1.5em;
	}
	
	.site-main .woocommerce div.product form.cart .variations .value {
/* 		vertical-align: middle; */
	}
	
	.site-main .woocommerce div.product form.cart .variations select {
		font-size: 20px;
		background-color: #e4dddd;
		padding-left: 10px;
	}
	
	.site-main .woocommerce div.product form.cart .reset_variations {
		color: #e4dddd;
		font-size: 15px;
	}
	
.site-main .woocommerce .quantity .qty {
	height: 36px;
	background-color: #e4dddd;
}
	
.site-main .woocommerce div.product form.cart .button {
	background-color: #e5dddd;
	color: #404040;
	font-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.site-main .woocommerce div.product form.cart .button:hover {
		background-color: #404040;
		color: #e5dddd;
	}
	
	@media only screen and (max-width: 420px) {
		.site-main .woocommerce div.product form.cart .button {
			float: left;
			position: relative;
			width: 100%;
			margin-top: 15px;
		}
	}

.site-main .woocommerce div.product form.cart {
	margin-bottom: 0px;
}

.wc-block-components-button:not(.is-link) {
	background-color: #516a3b;
	color: #e5dddd;
}

	.wc-block-components-button:not(.is-link):hover {
		background-color: #243317;
	}

.site-main .wc-block-cart__empty-cart__title {
	font-size: 24px;
}

.site-main .woocommerce div.product .woocommerce-tabs {
	float: right;
	clear: none;
	width: 48%;
}

	.site-main .woocommerce div.product .woocommerce-tabs ul.tabs {
		display: none;
	}

	.site-main .woocommerce div.product .woocommerce-tabs .panel ul {
		margin: 0;
		padding-left: 15px;
		margin-bottom: 1.5em;
	}
	
		.site-main .woocommerce div.product .woocommerce-tabs .panel ul li {
			
		}
		
			.site-main .woocommerce div.product .woocommerce-tabs .panel ul li p{
				margin: 0;
			}

@media only screen and (max-width: 768px) {
	.site-main .woocommerce div.product .woocommerce-tabs {
		float: left;
		clear: none;
		width: 100%;
	}
}

.site-main .woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 30px;
	margin-top: 0px;
}

.site-main.notfound ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

	.site-main.notfound ul li {
		margin: 0;
		padding: 15px 0px;
		list-style-type: none;
		border-bottom: 1px solid #516a3b;
	}
	
		.site-main.notfound ul li:last-of-type {
			border-bottom: none;
			padding-bottom: 0;
		}
		
		.site-main.notfound ul li a {
			font-family: "Permanent Marker", serif;
			font-weight: 400;
			font-style: normal;
			font-size: 25px;
		}
		
.woocommerce .woocommerce-message .button.wc-forward {
	display: none;
}
		
footer {
	float: left;
	position: relative;
	width: 100%;
	background-color: #1d2327;
	color: #e4dddd;
	padding: 15px 0px;
}

	footer .inner {
		margin: 0 auto;
		max-width: 1400px;
		padding: 0px 20px;
	}
	
		footer .inner .left {
			float: left;
			position: relative;
		}
		
		footer .inner .right {
			float: right;
			position: relative;
		}
		
			@media only screen and (max-width: 650px) {
				footer .inner .left,
				footer .inner .right {
					float: left;
					position: relative;
					width: 100%;
				}
				
				footer .inner .right {
					margin-top: 5px;
				}
			}
		
			footer .inner .right a {
				text-decoration: none;
				color: #e4dddd;
				font-weight: 600;
			}

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

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

.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 {
	display: block;
	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 {
	margin: 0 0 1.5em;
}

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

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