/**
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
Theme Name: Material Design Google
Theme URI: https://github.com/material-components/material-design-for-wordpress
Author: Material Design
Author URI: https://material.io/
Description: The official Material Design theme for WordPress – from the team behind Google’s open-source design system. Apply Material Design principles and Material Theming to your site, and customize its style. Pair this with the official Material Design for WordPress plugin to customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons.
Version: 0.5.1
License: Apache License, Version 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Text Domain: material-design-google
Tested up to: 5.8.1
Requires PHP: 5.6
Tags: blog, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, one-column, threaded-comments, accessibility-ready, footer-widgets, editor-style, sticky-post, translation-ready, rtl-language-support, block-styles, wide-blocks, block-patterns, grid-layout, theme-options

The official Material Design theme for WordPress – from the team behind Google’s open-source design system. Apply Material Design principles and Material Theming to your site, and customize its style. Pair this with the official [Material Design for WordPress plugin](https://wordpress.org/plugins/material-design) to customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

:root {
	--mdc-third-color: #C0DFC2;
	--mdc-white: #FFFFFF;
	--mdc-black: #000000;
	--mdc-gray-dark: #666666;
	--mdc-gray-medium: #cccccc;
	--mdc-gray-light: #eeeeee;
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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


a,
a:hover {
	transition: var(--mdc-animation);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	border-left: 2px solid var(--mdc-gray-medium, #ccc);
	margin: 2rem 0;
	padding: 0.5rem 1rem;
}

blockquote p:last-child {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--mdc-gray-light, #eee);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted var(--mdc-gray-dark, #666);
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: var(--mdc-white, #fff);
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: var(--mdc-gray-medium, #ccc);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin: 0.5rem 0 0 1.5rem;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--mdc-theme-secondary);
	transition: var(--mdc-animation);
}

a:visited {
	color: var(--mdc-theme-secondary);
}

a:hover,
a:focus,
a:active {
	color: var(--mdc-third-color);
	transition: var(--mdc-animation);
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header .container {
	position: relative;
	max-width: inherit;
}

header h1 a {
	text-transform: uppercase;
	font-size: var(--mdc-typography-headline1-font-size);
}

#header-buttons {
	max-width: 50%;
	text-align: right;
	margin: 0;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 12%;
	padding: 0;
	width: 100%;
	z-index: 10;
}

#wpadminbar + #page #header-buttons { top: 35px; }

.the-header-buttons {
	float: right;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.drawer #header-buttons {}

@media all and (min-width:1024px) {
	#header-buttons {
		position: fixed;
	}
}

@media all and (max-width:1024px) {
	header h1 a { font-size: 24px; }
	#header-buttons { display:none!important; }
}

.the-header-buttons a {
	border: 1px solid var(--mdc-third-color, #C0DFC2) !important;
	border-radius: 4px !important;
}

.the-header-buttons a:hover,
.the-header-buttons a:focus {
	border: 1px solid var(--mdc-third-color, #C0DFC2) !important;
	background: var(--mdc-theme-primary, #0D1B15) !important;
	color: var(--mdc-third-color, #C0DFC2) !important;
}

.the-header-buttons .book-event-button a:hover,
.the-header-buttons .book-event-button a:focus {
	border: 1px solid var(--mdc-third-color, #C0DFC2) !important;
	background: var(--mdc-third-color, #C0DFC2) !important;
	color: var(--mdc-theme-primary, #0D1B15) !important;
}

/* nav */
.site__navigation .tab-bar__wrap {
	width: 100% !important;
	max-width: 100% !important;
	border-top: 1px solid var(--mdc-theme-secondary);
}

.site__navigation .tab-bar {
	max-width: 1024px;
	margin: 0 auto;
}

.mdc-tab {
	text-transform: uppercase !important;
}

.site__navigation .tab-bar .mdc-tab .mdc-tab__text-label {
	font-weight: 500;
	letter-spacing: 0.04em !important;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}
.mdc-tab--active span {
	border: 0 !important;
}
aside#secondary {
	background: var(--mdc-theme-primary, #18191a);
	color: var(--mdc-white, #fff);
}

#secondary .widget.widget_nav_menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-transform: uppercase;
}

@media all and (min-width: 1024px) {
	#secondary a.mdc-list-item {
		max-width: 47%;
		flex: 1 1 50%;
	}
}

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

@media all and (min-width:901px) {
	.top-app-bar .top-app-bar__menu-trigger {
		display: none;
	}
}

@media all and (max-width:900px) {
	.tab-bar__wrap {
		display: none;
	}
}

.material-drawer .mdc-drawer__title a, .mdc-drawer a.mdc-list-item, .mdc-chip.mdc-chip--selected, .mdc-icon-button, .mdc-icon-button:focus, .mdc-icon-button:hover, .mdc-icon-button:visited {
	color: var(--mdc-white, #FFF) !important;
	text-decoration: none;
}
.material-drawer .mdc-drawer__title a:hover,
.mdc-drawer a.mdc-list-item:hover { text-decoration: none; 	color: var(--mdc-theme-secondary) !important;
	 }

.mdc-drawer--modal.mdc-drawer--open {
	display: flex;
	background: var(--mdc-theme-primary);
}


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: var(--mdc-gray-light, #eee);
	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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

article.hentry {
	min-height: 600px;
}

h1.entry-title {
	text-transform: uppercase;
}

.home h1.entry-title,
.calendar h1.entry-title,
.private-events h1.entry-title {
	display: none !important;
}

.about h1.entry-title {
	margin: 0 auto;
	text-align: center;
}

@media all and (min-width:840px) {
#primary.content-area { margin-top: 10rem; }
}

.mdc-image-list__item-wrap .mdc-image-list__label {
	text-transform: capitalize !important;
}
.mdc-image-list__item-wrap:hover .mdc-image-list__label {
	text-decoration: none !important;
}

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

.post,
.page {
	margin: 0;
}

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

.page-links>* {
	padding: 0.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

#secondary a { text-decoration: none; color: var(--mdc-white); }
#secondary a:hover { text-decoration: none; color: var(--mdc-theme-secondary); }


.site-footer .mdc-layout-grid__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-gap: 0;
}

.mdc-layout-grid__cell.site-footer__copyright {
	margin: 0 auto !important;
	text-align: center !important;
}

.site-footer .back-to-top {
	position: absolute;
	bottom: 20px;
	right: 50px;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.justified-gallery>div>div>a>.caption, .justified-gallery>div>div>.caption, .justified-gallery>div>div .caption { display: none!important; }

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*MATERIAL DESIGN */
div.mdc-layout-grid {
	padding: 0;
}

.-has-tab-bar+.site-content #primary.content-area {
	margin-top: 0;
}
.page .top-app-bar .site-title a { color: var(--mdc-white); transition: var(--mdc-animation); }
.page .top-app-bar .site-title a:hover { color: var(--mdc-theme-secondary); text-decoration: none;  transition: var(--mdc-animation); }

.site__navigation .tab-bar .mdc-tab:hover { border: none!important; }

/* SEETICKETS */

.container {
	max-width: 84em;
}

#seetickets.list-view,
#seetickets.list-view .container {
	max-width: 84em;
}

#seetickets.list-view .container {
	display: flex;
	flex-wrap: wrap;
}

#seetickets.list-view .list-view-item {
	border-bottom: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 47%;
	margin: 1.5%;
	padding-bottom: 0;
	transition: var(--mdc-animation);
}

#seetickets.list-view .dates {
	display: none !important;
}

#seetickets .list-view-item .list-img {
	width: 50%;
	max-width: 100%;
	transition: var(--mdc-animation);
}

#seetickets .list-view-item .list-img img {
	margin: 0;
	padding: 0;
	object-fit: cover;
	max-width: inherit;
	max-height: inherit;
	width: 100% !important;
	/* 	height: auto; */
	display: block;
	transition: var(--mdc-animation);
}

#seetickets .list-view-item .list-right {
	flex-wrap: wrap;
	padding: 0;
	width: 49%;
	max-width: 49%;
	margin: 0;
	transition: var(--mdc-animation);
}

#seetickets .list-view-item .list-view-details {
	width: 100%;
	max-width: 100%;
	align-self: flex-start;
}

@media all and (max-width:1024px) {
	#seetickets.list-view .list-view-item {
		width: 100%;
		flex-wrap: wrap;
		margin: 1.5% 0;
		transition: var(--mdc-animation);
	}
	#seetickets .list-view-item .list-img,
	#seetickets .list-view-item .list-right,
	#seetickets .list-view-item .list-view-details {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}
	#seetickets .list-view-item .event-name.headliners { margin: 1rem 0; }
}

#seetickets .list-view-item .list-view-details .detail {
	display: flex;
	grid-template-columns: auto;
	text-align: left;
	width: auto;
}

.price-and-age {
	display: flex;
}

.price-and-age .detail_age .name::before {
	content: " / ";
	margin: 0 3px;
	display: inline-block;
}

#seetickets .list-view-item .list-view-details .label {
	display: none;
}

#seetickets .list-view-item .list-view-details .name {
	width: 100%;
}


#seetickets .list-view-item .list-view-details .detail_door_time .name::before {
	content: "Doors: ";
	display: inline-block;
	margin-right: 3px;
}

#seetickets.list-view h1.headliners a,
#seetickets.calender a.event-title {
	color: var(--mdc-theme-primary, #0D1B15);
	font-size: 24px;
	line-height: 1;
}

#seetickets.list-view h1.headliners a:hover,
#seetickets.calender a.event-title:hover {
	color: var(--mdc-theme-secondary) !important;
}

#seetickets.list-view .ticket-price {
	width: 100%;
	max-width: 100%;
	align-self: end;
}

#seetickets .list-view-item .ticket-price a,
#seetickets a.event_tickets {
	display: inline-block;
	width: auto;
	border: 1px solid var(--mdc-third-color, #C0DFC2);
	background-color: var(--mdc-third-color, #C0DFC2);
	color: var(--mdc-theme-primary, #0D1B15);
	border-radius: 4px;
	flex: 0;
	transition: var(--mdc-animation);
}

#seetickets .list-view-item .ticket-price a:hover,
#seetickets .list-view-item .ticket-price a:focus,
#seetickets a.event_tickets:hover,
#seetickets a.event_tickets:focus {
	background-color: transparent !important;
	border-color: var(--mdc-theme-primary, #0D1B15);
	color: #var(--mdc-theme-primary, #0D1B15);
	transition: var(--mdc-animation);
}

#seetickets a.event_tickets.sold-out,
#seetickets a.event_tickets.not-available,
#seetickets a.event_tickets.more-info,
#seetickets .list-view-item .ticket-price a.sold-out,
#seetickets .list-view-item .ticket-price a.not-available,
#seetickets .list-view-item .ticket-price a.more-info {
	border: 1px solid var(--mdc-theme-primary, #0D1B15);
	background-color: var(--mdc-theme-primary, #0D1B15);
	color: var(--mdc-white, #fff);
}

#seetickets a.event_tickets.sold-out:hover,
#seetickets a.event_tickets.not-available:hover,
#seetickets a.event_tickets.more-info:hover,
#seetickets a.event_tickets.sold-out:focus,
#seetickets a.event_tickets.not-available:focus,
#seetickets a.event_tickets.more-info:focus,
#seetickets .list-view-item .ticket-price a.sold-out:hover,
#seetickets .list-view-item .ticket-price a.not-available:hover,
#seetickets .list-view-item .ticket-price a.more-info:hover,
#seetickets .list-view-item .ticket-price a.sold-out:focus,
#seetickets .list-view-item .ticket-price a.not-available:focus,
#seetickets .list-view-item .ticket-price a.more-info:focus {
	border: 1px solid var(--mdc-theme-primary, #0D1B15);
	background-color: transparent !important;
	color: var(--mdc-theme-primary) !important;
}

/*seetickets calendar*/

#seetickets.calender {
	margin: 0 auto;
}

#seetickets h2.month-name {
	font-size: 2em;
	font-weight: 400;
}

#seetickets table.calendar {
	border-top: 1px solid var(--mdc-gray-medium, #ccc);
	border-left: 1px solid var(--mdc-gray-medium, #ccc);
	width: 100%;
}

#seetickets td.calendar-day-np {
	background: var(--mdc-gray-light, #eee);
}

#seetickets td.calendar-day,
#seetickets td.calendar-day-np,
#seetickets td.calendar-day-no-events {
	width: 11%;
	max-width: 150px;
	border-bottom: 1px solid var(--mdc-gray-medium, #ccc);
	border-right: 1px solid var(--mdc-gray-medium, #ccc);
	text-align: center;
}

#seetickets .calendar-event .detail {
	grid-template-columns: auto;
}

#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 1.25rem;
	line-height: 1.25;
	word-break: break-word;
	overflow-wrap: break-word;
}

#seetickets .calendar-event .detail.detail_event_date,
#seetickets .calendar-event .detail.detail_event_header,
#seetickets .calendar-event .detail.detail_door_time,
#seetickets .calendar-event .detail.detail_event_time,
#seetickets .calendar-event .detail.detail_headliners,
#seetickets .calendar-event .detail.detail_price_range,
#seetickets .calendar-event .detail.detail_sort_date,
#seetickets .calendar-event .detail.detail_supporting_talent,
#seetickets .calendar-event .detail.detail_event_subtitle,
#seetickets.calender .detail_age {
	display: none;
}

#seetickets .calendar-event .detail.detail_room {
	font-size: inherit !important;
}


#seetickets .calendar-event>.date {
	display: none !important;
}

#seetickets a.event_tickets {
	margin-top: 10px;
}

#seetickets.search-results h3.search-for {
	margin-bottom: 30px;
	font-size: 2em;
}

#seetickets table.calendar .calendar-event {
	background: none;
}

.calendar #seetickets form#searchform {
	display: none;
}


/*seetickets calendar*/

#seetickets.calender {
	margin: 0 auto;
}

#seetickets.calender h2.month-name {
	font-weight: 400;
	font-size: var(--mdc-typography-headline2-font-size, 3.75em);
	line-height: 1;
	margin: 1em 0;
}

#seetickets table.calendar {
	border-top: 1px solid var(--mdc-gray-medium, #ccc);
	border-left: 1px solid var(--mdc-gray-medium, #ccc);
	width: 100%;
}

#seetickets td.calendar-day-np {
	background: var(--mdc-gray-light, #eee);
}

#seetickets td.calendar-day,
#seetickets td.calendar-day-np,
#seetickets td.calendar-day-no-events {
	width: 11%;
	max-width: 150px;
	border-bottom: 1px solid var(--mdc-gray-medium, #ccc);
	border-right: 1px solid var(--mdc-gray-medium, #ccc);
	text-align: center;
}

#seetickets .calendar-event .detail {
	grid-template-columns: auto;
}

#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 1.25rem;
	line-height: 1.25;
	word-break: break-word;
	overflow-wrap: break-word;
}

#seetickets .calendar-event .detail.detail_event_date,
#seetickets .calendar-event .detail.detail_event_header,
#seetickets .calendar-event .detail.detail_door_time,
#seetickets .calendar-event .detail.detail_event_time,
#seetickets .calendar-event .detail.detail_headliners,
#seetickets .calendar-event .detail.detail_price_range,
#seetickets .calendar-event .detail.detail_sort_date,
#seetickets .calendar-event .detail.detail_supporting_talent,
#seetickets .calendar-event .detail.detail_event_subtitle,
#seetickets.calender .detail_age {
	display: none;
}

#seetickets .calendar-event .detail.detail_room {
	font-size: inherit !important;
}


#seetickets .calendar-event>.date {
	display: none !important;
}

#seetickets a.event_tickets {
	margin-top: 10px;
}

#seetickets.search-results h3.search-for {
	margin-bottom: 30px;
	font-size: 2em;
}

#seetickets table.calendar .calendar-event {
	background: none;
}

.calendar #seetickets form#searchform {
	display: none;
}

#sponsors {
	padding: 0;
	background: var(--mdc-theme-primary, #0D1B15);
}

/* Private Events */
@media (min-width: 840px) {
	#block-material-image-list-0 .mdc-image-list__item {
		width: calc(100% / 7 - 20.166666666667px) !important;
		margin: 20px;
		background: var(--mdc-white, #fff);
		padding: 10px;
		text-align: center;
		border-radius: 4px;
	}
}

.wpcf7 button, .wpcf7 [type="button"], .wpcf7 [type="reset"], .wpcf7 [type="submit"] {
	font-family: inherit;
	-webkit-appearance: none;
	border: 0;
	background: none;
	color: var(--mdc-third-color);
	line-height: 2;
	text-align: center;
	width: auto;
	margin: 0;
	display: block;
}
.containerr { max-width: 1200px !important; margin: 0 auto !important; }

.subscribe form.hive-signup-form {
	margin: 0 auto;
	max-width: 50%;
}

.subscribe h1.entry-title {
	text-align: center;
}

@media all and (max-width:840px) {
	.hive-subscribe .wp-block-column {
		flex-basis: 100%!important;
		flex-grow: 1 !important; 
	}

	.hive-subscribe .wp-block-columns {
		flex-direction: column!important;
	}
}