/**
* 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: 10.0
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: 8.0
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.
*/
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;
}
.hidemobile {display:block !important;}
.showmobile {display:none !important;}
/* 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;
}
/*--------------------------------------------------------------
# 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;
	letter-spacing: 0 !important;
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i,
q {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #6200ee;
	margin: 2rem 0;
	padding: 0.5rem 1rem;
}
blockquote p:last-child {
	margin: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #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 #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: #000;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #333;
	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. */
}
.wp-block-image figcaption {
	text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--amh-yellow);
	text-decoration: none;
}
a:visited {
	color: var(--amh-yellow);
}
a:hover,
a:focus,
a:active {
	color: #FFF;
	outline: none !important;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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;
}
/* 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;
	}
}
.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: #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: 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.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;
}
/* SEE TICKETS CUSTOMIZATIONS */
@font-face {
	font-family: 'Museo Sans';
	src: url('https://ardmoremusichall2022.kinsta.cloud/wp-content/themes/material-design-google/assets/fonts/MuseoSans/MuseoSans_500-webfont.woff2') format('woff2'),
		url('https://ardmoremusichall2022.kinsta.cloud/wp-content/themes/material-design-google/assets/fonts/MuseoSans/MuseoSans_500-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
:root {
	--mdc-typography-headline1-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-headline2-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-headline3-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-headline4-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-headline5-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-headline6-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-subtitle1-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-subtitle2-font-family: "Bebas Neue", sans-serif !important;
	--mdc-typography-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-typography-body1-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-typography-body2-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-typography-caption-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-typography-button-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-typography-overline-font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
	--mdc-theme-header: #000;
	--amh-transition: all .5s ease-in-out;
	--amh-yellow: #f7edc4;
	--amh-blue: #033a60;
	--amh-black: #000;
}
body {
	font-family: 'Museo Sans', 'Helvetica', sans-serif !important;
}
body:not(.home) main#main {
	max-width: 1200px;
	margin: 0 auto;
}
.header-widgets form {
	justify-content: flex-end;
	align-items: center;
}
input#is-search-input-240, .header-widgets input[name="seetickets-search"] {
	border-radius: 2px 0 0 2px;
	margin: 0 !important;
	background: #000;
	color: var(--amh-yellow);
	 border: 2px solid var(--amh-yellow);
}
.header-widgets input[name="seetickets-search"]::placeholder { color: var(--amh-yellow); }

.header-widgets button.seetickets-search {
	background: var(--amh-yellow);
	color: var(--amh-black);
	border-radius: 0 2px 2px 0;
	padding: 9px 16px;
}
.header-widgets button.seetickets-search .ml-1r {
	display: none;
}
span.is-search-icon, .header-widgets span.dashicons-search {
	border-radius: 0 2px 2px 0;
	line-height: 0.85;
}
button.is-search-submit:hover, .header-widgets button.seetickets-search:hover {
	opacity: 0.8;
	transition: var(--amh-transition);
}
/* NAV */
.mdc-tab-scroller,
.mdc-tab-scroller__scroll-area,
.mdc-tab-scroller__scroll-area--scroll {
	overflow: visible !important;
}
.mdc-top-app-bar-wrapper {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	width: 100%;
	height: 90px;
	position: relative;
	padding: 0 0 0 3vw;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
}
.top-app-bar .mdc-top-app-bar__row {
	margin: 0;
	max-width: 15%;
	position: absolute;
	top: 15px;
	width: 100%;
	flex: 15%;
}
.mdc-top-app-bar__section--align-start {
	display: none !important;
}
.site__navigation .tab-bar__wrap {
	margin: 0rem auto 0 !important;
	flex: 1;
	z-index: 9999;
	max-width: 1024px !important;
	background-color: transparent !important;
}
.site__navigation .tab-bar {
	background-color: transparent !important;
}
.top-app-bar .logo img {
	margin-top: 0;
	max-height: 150px !important;
	padding-left: 0;
	transition: padding .5s ease-in-out;
}
body:not(.home).has-hide-title .-has-tab-bar+.site-content .content-area {
	margin-top: 5rem !important;
}
.mdc-top-app-bar.top-app-bar.mdc-top-app-bar--fixed {
	padding: 0 10px;
}
.site__navigation .tab-bar__wrap {
	text-transform: uppercase;
}
.site__navigation .tab-bar {
	position: relative;
	height: 90px;
	margin-top: 10px;
}
.mdc-tab-scroller {
	position: absolute;
	top: 25px;
	right: auto;
}
.header-widgets {
	flex: 33%;
	max-width: 16%;
	text-align: right;
	position: relative;
	z-index: 1;
}
.header-widgets .widget {
	margin-bottom: 0 !important;
}
.site__navigation aside ul {
	margin: 0 0 0 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	font-family: "Bebas Neue", sans-serif !important;
	font-size: 20px !important;
}
nav a:hover,
nav li.current_page_item a,
.site__navigation li.mega-current-menu-item a.mega-menu-link {
	transition: var(--amh-transition);
}
nav a.mdc-list-item {
	color: var(--amh-yellow) !important;
}
nav a.mdc-list-item.mdc-list-item--activated {
	font-weight: 700;
	background-color: var(--amh-blue);
}
nav a.mdc-list-item:hover {
	text-decoration: none;
}
nav a.mdc-list-item--activated:before {
	background-color: transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	border-color: transparent !important;
}
.home #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background: none;
}
.home #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:hover {
	background: var(--amh-blue);
}
.site__navigation a.mega-menu-link {
	color: var(--amh-yellow) !important;
	text-transform: uppercase !important;
	padding: 10px 20px;
	font-family: "Bebas Neue", sans-serif !important;
}
.site__navigation ul ul a.mega-menu-link:hover {
	color: var(--amh-blue) !important;
}
#mega-menu-wrap-menu-1>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1:not(.mega-keyboard-navigation)>li.mega-menu-item>a.mega-menu-link:focus {
	border: none !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle:not(.mega-menu-open)+ul .header-widgets {
	display: none !important;
}
#mega-menu-wrap-menu-1 .header-widgets .wp-block-group {
	padding: 0;
}
#mega-menu-wrap-menu-1 .header-widgets .widget {
	margin: 0;
}
/*08-07-2022*/
#seetickets .detail.detail_event_date {
	color: #000;
}
#seetickets.list-view .list-view-item .mdc-card {
	background: #f7edc4;
	box-shadow: none;
}
#seetickets.list-view .list-view-item .mdc-typography {
	color: #000;
	font-size: 24px;
	font-family: ;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}
#seetickets.list-view .search_card_link_parent .post-card__primary {
	padding: 10px;
}
#seetickets .list-view-item .detail .name {
	color: #000;
}
#seetickets.list-view .detail_door_time::after,
#seetickets.list-view .detail_event_time::before,
#seetickets.list-view .detail_door_time::before {
	color: #000;
}
#seetickets.list-view .search_card_link_parent {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}
#seetickets.list-view .list-view-item .mdc-card.post-card {
	margin-bottom: 0;
}
#seetickets.list-view .list-view-item .mdc-card .mdc-card__primary-action {
	height: 100%;
}
#seetickets.list-view .search_card_link_parent .event-tickets-link a.mdc-typography {
	width: 100%;
	text-align: center;
	border-radius: 0 !important;
	font-size: 20px;
	font-weight: 400;
	color: #f7edc4;
}
html body #seetickets.list-view .list-view-item {
	border-radius: 0 !important;
}
#seetickets.list-view .post-card__container.list-view-item .mdc-card.post-card {
	height: 100%;
	border-radius: 0;
}
#seetickets .list-view-item .detail.detail_event_header .name {
	color: #033a60;
	font-style: italic;
	font-size: 12px;
	font-weight: 700;
}
@media all and (max-width:1024px) {
	.mdc-tab-scroller {
		position: absolute;
		top: 25px;
		right: 0;
	}
	.tab-bar__wrap+.header-widgets {
		display: none !important;
		visibility: hidden !important;
	}
	.mdc-top-app-bar__section--align-start {
		display: block !important;
	}
	#rmp-container-216 {
		background: #111111;
	}
	#rmp-container-216 .header-widgets {
		max-width: 100%;
		padding: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#rmp-menu-wrap-216 .rmp-submenu .rmp-menu-item-link {
		font-family: 'Bebas Neue';
		font-size: 20px;
		height: 50px;
	}
}
@media all and (max-width: 1024px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
		width: 300px !important;
		right: 0 !important;
	}
}
/*seetickets listings*/
@media all and (min-width: 840px) {
	.mdc-layout-grid__inner {
		grid-gap: 0 !important;
		grid-template-columns: auto !important;
	}
}
#seetickets .mdc-layout-grid {
	padding: 0;
}
#seetickets.list-view,
#seetickets.single-view {
	margin: 0 auto;
	max-width: 60rem !important;
	width: 60rem !important;
	text-align: center;
}
#seetickets.list-view .container,
#seetickets.single-view .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
}
#seetickets.list-view .list-view-item {
	flex: 0 0 31%;
	width: 31%;
	margin: 1% 1% 2em;
	border-bottom: 0;
	flex-direction: column;
	padding: 0;
	transition: var(--amh-transition);
	background-color: #f7edc4;
	color: #000;
	border-radius: 2px !important;
}
#seetickets .list-view-item .list-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	transition: var(--amh-transition);
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
#seetickets .list-view-item .list-img a.image-url {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	resize: horizontal;
	position: relative;
}
#seetickets .list-view-item img {
	margin-top: 0;
	object-fit: cover;
	max-width: inherit;
	min-height: inherit;
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1/1;
	opacity: 1;
	transition: .3s ease-in-out;
}
#seetickets .list-view-item .list-img a.image-url:hover img {
	opacity: 0.8;
	transition: .3s ease-in-out;
}
#seetickets.list-view .detail_event_date,
#list-view-events .date {
	width: 100%;
	background-color: #f7edc4;
	text-align: center;
	border-bottom: 2px solid #000;
	padding: 0 0 10px 0;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	margin-bottom: 0 !important;
}
.search-results .detail_event_date .name {
	padding-top: 10px;
}
#seetickets .list-view-item .list-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	transition: var(--amh-transition);
}
#seetickets .list-view-item .list-view-details {
	max-width: 100%;
	font-size: 14px;
}
@media all and (max-width:840px) {
	#seetickets .list-view-item .list-view-details {
		margin-top: 0;
	}
	#block-10 .wp-block-social-links {
		justify-content: flex-start !important;
	}
}
@media all and (max-width:600px) {
	#seetickets .list-view-item .list-view-details {
		margin-top: 0;
	}
}
#seetickets .list-view-item .dates,
#seetickets .list-view-item .detail .label {
	display: none !important;
}
#seetickets .list-view-item .detail {
	display: block;
}
.doors-and-times {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.doors-and-times .detail {
	width: auto;
}
#seetickets.list-view h1.headliners {
	margin: 0 !important;
	letter-spacing: 0 !important;
}
#seetickets.list-view h1.headliners a,
#list-view-events p.event-title a {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 0;
	color: #000;
	letter-spacing: 0 !important;
}
#seetickets.list-view h1.headliners a:hover {
	opacity: 0.5;
}
#seetickets .list-view-item .detail.detail_supporting_talent {
	font-size: 16px;
}
#seetickets .list-view-item .doors-and-times .detail,
#seetickets .list-view-item .detail.detail_event_subtitle {
	font-size: 14px;
}
#seetickets .single-view-item .detail.detail_supporting_talent .name:before,
#seetickets .list-view-item .detail.detail_supporting_talent .name:before {
	content: "with ";
	text-transform: none !important;
	/* margin-right: 5px; */
}
#seetickets .artist-details {
	min-height: 50px;
}
#seetickets .list-view-item .list-view-details .detail {
	grid-template-columns: auto;
	width: auto;
	display: flex;
}
#seetickets .list-view-item .list-view-details .detail .label {
	display: none !important;
}
#seetickets .detail.detail_event_date {
	font-size: 24px !important;
	line-height: 1.1;
}
#seetickets .detail.detail_venue {
	font-size: 20px !important;
	line-height: 1.1;
}
#seetickets.list-view .detail.detail_door_time,
#seetickets.list-view .detail.detail_event_time {
	display: flex;
}
#seetickets.list-view .detail_door_time,
#seetickets.list-view .detail_event_time {
	text-transform: uppercase;
}
#seetickets.list-view .detail_door_time:before {
	content: "Doors:";
	text-transform: none;
	margin-right: 5px;
}
#seetickets.list-view .detail_door_time:after {
	content: " / ";
	text-transform: none;
	margin-left: 5px;
	margin-right: 5px;
}
#seetickets.list-view .detail_event_time:before {
	content: "Show:";
	text-transform: none;
	margin-right: 5px;
}
#seetickets.list-view .ticket-price,
.event-tickets-link {
	max-width: 100%;
	padding: 10px 0 0;
}
#seetickets .list-view-item .ticket-price a,
#seetickets .single-view-item .list-right .ticket-price a,
.event-tickets-link a {
	background: var(--amh-blue);
	border-color: var(--amh-blue);
	color: var(--amh-yellow);
	padding: 20px;
	font-size: 21px;
	transition: var(--amh-transition);
	font-family: 'Bebas Neue', sans-serif !important;
	font-weight: 400;
}
#seetickets .list-view-item .ticket-price a:hover,
#seetickets .single-view-item .list-right .ticket-price a:hover,
.event-tickets-link a:hover {
	background: var(--amh-blue);
	border-color: var(--amh-blue);
	color: var(--amh-yellow);
	opacity: 0.6;
	transition: var(--amh-transition);
}
.event-tickets-link a {
	display: inline-block;
	padding: 10px 20px;
}
#seetickets .single-view-item .detail.detail_event_header .label,
#seetickets .single-view-item .detail.detail_supporting_talent .label,
#seetickets .single-view-item .detail.detail_event_subtitle .label {
	display: none;
}
#seetickets .single-view-item .detail {
	margin-bottom: 1rem;
}
#seetickets .single-view-item .detail.detail_event_date {
	font-family: 'Bebas Neue', sans-serif;
}
#seetickets .pagination {
	flex: 100%;
	width: 100%;
}
#seetickets.list-view .pagination {
	flex: 0 0 100%;
}
#seetickets .pagination .page-numbers {
	background-color: #003A62;
	color: #fff;
	line-height: 2.15;
}
#seetickets .pagination .page-numbers.current,
#seetickets .pagination .page-numbers:hover {
	background-color: #000;
	color: #fff;
}
@media all and (max-width:1024px) {
	#seetickets.list-view .list-view-item {
		flex: 0 0 31%;
		width: 31%;
		transition: var(--amh-transition);
	}
}
@media all and (max-width:840px) {
	#seetickets.list-view,
	#seetickets.single-view {
		max-width: 100% !important;
		width: 90% !important;
	}
	#seetickets.list-view .list-view-item {
		flex: 0 0 48%;
		width: 48%;
		transition: var(--amh-transition);
	}
}
@media all and (max-width:600px) {
	.hidemobile {display:none !important;}
.showmobile {display:block !important;}
	#seetickets.list-view .list-view-item {
		flex: 0 0 100%;
		width: 100%;
		margin: 1% 0 10px;
		transition: var(--amh-transition);
	}
	#seetickets .list-view-item .list-img {
		max-width: 100% !important;
		max-height: 100% !important;
		height: auto !important;
		width: 100% !important;
		transition: var(--amh-transition);
	}
	#seetickets .list-view-item .list-right {
		display: flex !important;
		width: 100% !important;
		transition: var(--amh-transition);
	}
	#seetickets .list-view-item .ticket-price {
		margin-top: 10px;
		max-width: 100%;
	}
}
#seetickets.livestream-list-view {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}
#seetickets.list-view .supports a:hover,
#seetickets.list-view h1.headliners a:hover {
	color: var(--amh-blue) !important;
	opacity: 1;
}
/*single view*/
.single-events .entry-content {
	min-height: 600px;
	margin: 8rem 2% !important;
}
#seetickets .single-view-item {
	margin-top: 2rem;
	border: 0;
}
#seetickets .single-view-item .list-img span.dates {
	display: none;
}
#seetickets .single-view-item .list-right h1 a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}
#seetickets .single-view-item .detail {
	display: flex !important;
}
#seetickets .single-view-item .detail .label {
	margin-right: 3px;
}
#seetickets .single-view-item .detail.detail_event_date .label,
#seetickets .single-view-item .detail.detail_age .label,
#seetickets .single-view-item .detail.detail_price_range .label {
	display: none;
}
#seetickets .single-view-item>div {
	flex: 50%;
}
.single #seetickets .calendar-link {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center !important;
}
.search-results .mdc-card {
	background-color: transparent;
}
.seetickets-list-view-search-results:has(.searchresults)+.the-page-content,
.seetickets-list-view-search-results:has(.mdc-card)+.the-page-content,
article:has(.mdc-card) h1,
.site-main .the-page-content .post-navigation {
	display: none !important;
}
.the-page-content { max-width: 100% !important; width: 100% !important; }
.seetickets-list-view-search-results { margin-bottom: 0 !important; }
/*calendar*/
#seetickets table.calendar {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	width: 100%;
}
#seetickets td.calendar-day-np {
	background: var(--amh-black);
}
#seetickets td.calendar-day,
#seetickets td.calendar-day-np,
#seetickets td.calendar-day-no-events {
	width: 11%;
	max-width: 150px;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	text-align: center;
}
#seetickets .calendar-event .detail {
	grid-template-columns: 100% 100%;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 1.5rem;
	line-height: 1.25;
	text-transform: none !important;
	margin: 0 auto;
}
#seetickets .calendar-event .detail.detail_event_date,
#seetickets .calendar-event .detail.detail_event_header,
#seetickets .calendar-event .detail.detail_age,
#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_supporting_talent,
#seetickets .calendar-event .detail.detail_event_subtitle {
	display: none;
}
#seetickets .calendar-event>.date {
	display: none !important;
}
#seetickets a.event_tickets {
	margin-top: 10px;
	background-color: var(--amh-yellow);
	border-color: #FFF;
	color: #FFF;
	transition: var(--amh-transition);
}
#seetickets a.event_tickets:hover {
	background-color: var(--amh-black) !important;
	border-color: var(--amh-yellow);
	color: #FFF !important;
	transition: var(--amh-transition);
}
#seetickets.search-results h3.search-for {
	margin-bottom: 30px;
	font-size: 2em;
}
#seetickets table.calendar .calendar-event {
	background: none;
}
.calendar .entry-content {
	margin-top: 12rem;
}
.calendar .seetickets-calendar th {
	color: #FFF;
	font-family: 'Bebas Neue';
	height: 25px;
	padding: 0;
	margin: 0;
}
.calendar .seetickets-calendar-year-month-container * {
	color: #FFF;
	font-family: 'Bebas Neue';
}
.calendar .seetickets-calendar td {
	background-color: #000;
	color: #FFF;
	border: 1px solid #555;
}
.calendar .seetickets-calendar td.today {
	border: 3px solid var(--amh-blue);
	border-radius: 3px;
}
.calendar .seetickets-calendar td.today .date-number {
	color: var(--amh-yellow);
}
.calendar .seetickets-calendar td.today .date-number:after {
	font-family: 'Material Icons';
	content: "\e019";
	margin: 0;
	font-weight: 200;
	display: inline-block;
	color: var(--amh-yellow);
	padding-left: 2px;
	vertical-align: middle;
}
.calendar .seetickets-calendar td .date-number {
	color: #999;
	font-family: 'Bebas Neue';
}
.calendar .seetickets-calendar-event-container {
	border: 0;
	background-color: transparent;
}
.calendar a.seetickets-calendar-event-picture {
	display: none;
}
.calendar .seetickets-calendar-event-container>* {
	color: #FFF;
	font-weight: 400;
	text-align: center;
}
.calendar .seetickets-calendar-event-container p.event-title a {
	color: var(--amh-yellow);
	font-weight: 400;
	text-align: center;
}
.calendar .seetickets-calendar-event-container a:hover {
	color: #FFF;
}
.calendar a.seetickets-buy-btn,
.calendar div.seetickets-buy-btn a {
	font-size: 18px;
	padding: 10px;
	line-height: 1;
	border-radius: 0;
	font-weight: 400;
	color: var(--amh-yellow);
}
.calendar div.seetickets-buy-btn {
	border-radius: 0;
	padding: 1px 3px;
	margin-top: .25rem;
}
.calendar .seetickets-calendar-event-date {
	margin-top: .25rem;
}
.calendar .seetickets-calendar-event-container a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.1;
	font-family: 'Bebas Neue';
}
.showmobile {display:none;}
	.hidemobile {display:block;}
@media (max-width:1023px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.calendar .with-calendar .seetickets-list-events.grid-container {
		flex-wrap: wrap;
	}
	.calendar .with-calendar .mdc-card {
		background-color: transparent;
		border: 0;
		color: #FFF;
		max-width: 96%;
		flex: 96%;
		width: 100% !important;
		margin: 0 auto 2rem;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.calendar .with-calendar .seetickets-list-event-container p.event-date,
	.calendar .with-calendar .seetickets-list-event-container .seetickets-list-event-content-container {
		max-width: 425px;
		width: 100%;
		margin: 0 auto;
	}
	.calendar .with-calendar .seetickets-list-view-event-image-container,
	.calendar .seetickets-list-view-event-image-container img {
		display: none;
	}
	.calendar .with-calendar .mdc-card a,
	.calendar .with-calendar .mdc-card p,
	.calendar .with-calendar .mdc-card p.event-title a,
	.calendar .with-calendar .seetickets-list-event-container * {
		color: #FFF !important;
		text-align: center;
	}
	.calendar .with-calendar p.fs-18.bold.mt-1r.event-date {
		border: 1px solid var(--amh-yellow);
		color: var(--amh-yellow) !important;
		display: inline-block;
		width: auto;
		padding: 10px 15px;
	}
	.calendar #list-view-events p.event-header {
		margin-bottom: .5rem;
	}
	.calendar #list-view-events p.event-title a {
		font-size: 36px !important;
		color: var(--amh-yellow) !important;
	}
	.calendar #list-view-events p.event-title a:hover {
		color: #FFF !important;
	}
	.calendar .with-calendar a.seetickets-buy-btn {
		width: auto;
		display: inline-block;
		font-size: 21px !important;
		padding: 12px 24px;
		margin-bottom: 4rem;
	}
	.calendar #list-view-events div.seetickets-buy-btn a {
		max-width: 300px;
		width: auto;
		display: inline-block;
		font-size: 21px;
		margin-bottom: 4rem;
	}
	.calendar .grid-container+.justify-end {
		justify-content: center !important;
	}
}
/* single event page */
.single-seetickets-event .mdc-card.seetickets-list-event-container:not(.grid-item) {
	flex-direction: column !important;
}
.single-seetickets-event .mdc-typography--headline2 {
	display: none;
}
/* other content */
.home .hero.wp-block-group.alignfull {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.wp-container-624cb82ee8920.wp-block-group.alignwide {
	text-align: center !important;
}
.home .n2-section-smartslider {
	max-width: 700px;
	margin: 0 auto;
}
.wp-container-6245f23325bf6.wp-block-group {
	max-width: 840px !important;
	width: 100% !important;
}
.wp-container-6245f23325bf6.wp-block-group span.mdc-button__label {
	white-space: nowrap;
}
.logo,
.logo-img {
	max-height: 150px !important;
	width: 220px;
	z-index: 999;
}
@media all and (max-width:1440px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.mdc-top-app-bar-wrapper {
		max-width: 1220px;
	}
	.logo,
	.logo-img,
	.top-app-bar .logo img {
		margin: 0 !important;
		max-height: 100px !important;
		width: auto !important;
	}
	.mdc-top-app-bar.top-app-bar.mdc-top-app-bar--fixed {
		padding: 0 10px 10px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		padding-left: 0;
	}
	.header-widgets .wp-block-group {
		padding: 0;
	}
}
@media all and (max-width:1024px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.top-app-bar .logo {
		position: relative;
		left: auto;
		transition: all .5s ease-in-out;
	}
	.mdc-top-app-bar-wrapper,
	.top-app-bar .logo {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		width: 100% !important;
		margin: 10px auto 0;
		padding: 0;
		height: 110px !important;
	}
	.logo,
	.logo-img,
	.top-app-bar .logo img {
		max-height: 120px !important;
	}
	.hero .wp-block-cover.is-light {
		padding: 2rem 1rem 0 !important;
		max-height: 50vh !important
	}
	.home .n2-section-smartslider {
		max-width: 650px !important;
		transition: var(--amh-transition);
	}
	#rmp_menu_trigger-216 {
		background: none !important;
	}
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 1.25rem !important;
}
.wp-block-social-links.aligncenter {
	justify-content: flex-end;
}
.wp-block-social-links.aligncenter {
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0.25rem;
}
.site__navigation aside ul {
	margin-bottom: 0;
}
.header-widgets .wp-block-group {
	padding: 0;
}
.home .amh-links {
	display: flex;
	margin: 0 auto;
}
.home .amh-links .wp-block-group__inner-container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
.home .amh-links .wp-block-columns {
	max-width: 80%;
	margin: 0 auto 2rem;
	flex-wrap: wrap;
}
.home .amh-links h5 {
	margin: 0;
	padding-right: 2rem;
	text-align: center;
}
@media all and (max-width: 840px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.amh-links .wp-block-columns {
		flex-direction: column;
		align-content: center;
		max-width: 100%;
	}
	.amh-links .wp-block-column {
		margin-bottom: 1rem;
		text-align: center;
	}
	.amh-links .wp-block-material-buttons {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.home .amh-links h5 {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.home .amh-links .wp-block-group__inner-container {
		text-align: center;
		justify-content: center !important;
		width: 100%;
	}
}
.home .amh-links .wp-block-group .wp-block-group__inner-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.amh-links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-shrink: 1;
	flex-grow: 0;
	flex-basis: auto;
}
.amh-links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: 5px;
}
.amh-links .wp-block-material-buttons {
	align-items: center;
	display: flex;
	width: auto;
}
.wp-block-material-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-image img {
	border-radius: 2px !important;
}
.wp-block-image img:hover {
	opacity: 0.8;
	transition: .3s all;
}
.about .about-slider {
	max-width: 50% !important;
	margin: 0 auto;
}
@media (max-width:840px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.about .about-slider {
		max-width: 100% !important;
		margin: 0;
	}
}
#sb_instagram #sbi_load .sbi_load_btn,
.wp-block-material-buttons .mdc-button,
.wpcf7 button {
	white-space: nowrap;
	font-size: 20px;
	font-weight: 400;
	color: var(--amh-yellow) !important;
	background-color: var(--amh-black) !important;
	border: 2px solid var(--amh-yellow);
	transition: var(--amh-transition);
	margin-bottom: 1rem;
	border-radius: 2px !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif !important;
}
.gift-cards .wp-block-material-buttons .mdc-button {
	color: var(--amh-yellow) !important;
	background-color: var(--amh-blue) !important;
	border: 2px solid var(--amh-blue);
	font-family: 'Bebas Neue', sans-serif !important;
}
#sb_instagram #sbi_load .sbi_load_btn {
	height: 50px;
	padding: 16px 32px;
	line-height: 1;
	font-family: 'Bebas Neue', sans-serif !important;
}
@media all and (max-width: 840px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.instagram-feed.alignwide.wp-block-group {
		margin: 0 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	.callouts,
	.instagram-feed {
		padding: 5% 0px !important;
	}
	#sb_instagram.sbi_width_resp {
		width: 92% !important;
	}
	.callouts .wp-block-column {
		flex-grow: 0 !important;
	}
	.wp-container-9.wp-block-group.alignwide.callouts {
		padding: 0 !important;
		margin: 0 auto !important;
		width: 100% !important
	}
	.amh-links .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 48% !important;
		margin: 0 auto;
	}
	.wp-block-image,
	.wp-block-image figcaption {
		margin-bottom: .3rem !important;
	}
}
.wpcf7 button {
	width: 300px;
}
.wpcf7 .mdc-button input {
	border: 0;
	background: none;
	color: var(--amh-yellow);
	padding: 0;
	line-height: 1;
	margin: 0 auto 1rem;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 400;
	border-radius: 2px !important;
	font-family: 'Bebas Neue', sans-serif !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
.wp-block-material-buttons .mdc-button:hover,
.wp-block-material-buttons .blue_button a.mdc-button,
.hive-signup-form button,
.wpcf7 button:hover,
.just-announced .wp-block-material-buttons .current_justannounced .mdc-button,
body:not(.just-announced) .wp-block-material-buttons .current_all_events .mdc-button {
	background-color: var(--amh-blue) !important;
	color: var(--amh-yellow) !important;
	border: 2px solid var(--amh-blue) !important;
	transition: var(--amh-transition);
	opacity: 1 !important;
	box-shadow: none !important;
	font-family: 'Bebas Neue', sans-serif !important;
}
.wp-block-material-buttons .blue_button a.mdc-button {
	width: 250px;
	height: 50px;
}
.wp-block-material-buttons .blue_button a.mdc-button:hover,
.gift-cards .wp-block-material-buttons .mdc-button:hover {
	background-color: var(--amh-blue) !important;
	color: var(--amh-yellow) !important;
	border: 2px solid var(--amh-blue) !important;
	opacity: 0.7;
}
.hive-signup-form button {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif !important;
}
.hive-signup-form button:hover {
	white-space: nowrap;
	font-size: 20px !important;
	font-weight: 700;
	color: var(--amh-yellow) !important;
	background-color: var(--amh-black) !important;
	border-color: var(--amh-yellow) !important;
	transition: var(--amh-transition);
}
.just-announced-view .container.wp-block-group__inner-container.mdc-layout-grid,
.just-announced .entry-content>.alignwide {
	margin: 0 auto !important;
	padding: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
.just-announced h1.entry-title.mdc-typography.mdc-typography--headline2 {
	margin-left: 2.5rem;
}
.just-announced .wp-container-2.wp-block-group {
	padding: 1rem;
}
.just-announced .wp-container-2.wp-block-group .wp-block-column {
	display: flex;
	flex-wrap: wrap;
	margin-left: 2rem;
}
.all-events .wp-container-2 .wp-block-column.is-vertically-aligned-top {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.75rem;
}
.wp-block-columns h5 {
	margin: 0;
	padding: 0 2rem 0 0;
}
.callouts,
.instagram-feed {
	margin: 0 auto !important;
	/* padding: 5% 1% !important;*/
	max-width: 64rem !important;
}
.private-events h1,
.full-room-rental h1,
.balcony h1,
.lounge h1,
.catering h1,
.private-event-photos h1,
.book-your-private-event h1 {
	text-align: center;
}
.private-events-links {
	display: flex;
	flex-direction: row;
	justify-content: center !important;
	/* justify-content: flex-start !important; */
}
.private-event-links a.mdc-button {
	padding: 0 25px !important;
	height: 40px !important;
	margin: 0 10px !important;
}
@media (max-width: 1024px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.private-events video {
		max-width: 300px !important;
		justify-content: center;
		align-items: center;
	}
}
.the-ardmore-music-club h5 {
	margin-bottom: 0;
}
.food-h5 {
	margin-bottom: 0;
}
.food-p {
	margin-top: 0;
}
/*Footer*/
.site-footer .mdc-layout-grid {
	display: block;
}
.site-footer .mdc-layout-grid__inner {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 1.5rem;
}
#secondary {
	border-top: 1px solid #fff;
	margin-top: 2rem;
	padding: 2rem 1% 0;
}
#secondary .mdc-layout-grid__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#secondary,
#secondary .widget-area {
	max-width: 1200px;
	width: 100%;
}
#secondary .widget,
#secondary .widget a,
#secondary ul,
#secondary h6 {
	margin: 0;
	padding: 0;
}
#secondary p {
	margin-top: 0;
}
#secondary h4 {
	margin: 1rem auto;
}
#secondary h6 {
	font-weight: 700;
	color: #FFF;
}
#secondary .mdc-layout-grid__cell--span-4 {
	min-width: 33%;
}
#secondary .wp-block-group {
	padding: 0 0;
}
#secondary .footer-right {
	text-align: right;
}
#nav_menu-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 300px;
	margin-top: 1rem !important;
}
#nav_menu-2 a.mdc-list-item {
	display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	color: var(--amh-yellow);
	transition: var(--amh-transition);
	height: 32px;
	width: 50%;
}
#nav_menu-2 a.mdc-list-item.mdc-list-item--activated:before {
	display: none;
}
#nav_menu-2 a.mdc-list-item:hover,
#nav_menu-2 a.mdc-list-item:focus,
#nav_menu-2 a.mdc-list-item:active {
	background-color: transparent !important;
	opacity: 0.8;
}
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover:before {
	opacity: 0 !important;
}
#nav_menu-2 a.mdc-list-item.mdc-list-item--activated {
	background-color: transparent;
	opacity: 1 !important;
	transition: var(--amh-transition);
	outline: none !important;
}
.hive-signup-form button {
	background-color: var(--amh-blue) !important;
	border: 0;
	border-radius: 2px !important;
	padding: 15px 20px !important;
	font-size: 20px;
	color: var(--amh-yellow);
	max-width: 300px !important;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.hive-signup-form button:hover {
	opacity: 0.9;
	transition: 0.3s;
}
.hive-signup-form input,
.hive-signup-form input[type="date"] {
	font-family: 'Lato', sans-serif;
	background: #000;
	color: #FFF;
	border: 2px solid #333 !important;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	line-height: 1.3;
	max-width: 300px !important;
	box-shadow: none !important;
	margin-bottom: 10px !important;
	border-radius: 2px !important;
}
input#_HIVE-birthday-1505 {
	color: #666;
}
input#_HIVE-birthday-1505:focus {
	color: #FFF;
}
.hero,
.hero .wp-block-cover.is-light,
.hero .wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover .wp-block-cover__gradient-background,
.hero .n2-ss-slider .n2-ss-slide-background-image img,
.home .n2-section-smartslider {
	transition: var(--amh-transition);
	max-height: auto !important
}
.hero .wp-block-cover.is-light {
	padding: 3rem;
}
@media all and (max-width:840px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.hive-signup-form input[type="date"] {
		display: block;
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		min-height: 2.5rem;
	}
}
.is-search-icon svg {
	margin-top: -1px;
}
.single-events .entry-content {
	margin-top: inherit;
}
@media all and (min-width:501px) and (max-width:1100px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	.home .n2-section-smartslider {
		margin-top: 2rem;
		max-width: 400px;
		transition: var(--amh-transition);
	}
	.hero,
	.hero .wp-block-cover.is-light,
	.hero .wp-block-cover img.wp-block-cover__image-background,
	.wp-block-cover .wp-block-cover__gradient-background,
	.hero .n2-ss-slider .n2-ss-slide-background-image img {
		overflow: hidden;
		display: block;
		transition: var(--amh-transition);
	}
	.wp-container-8.wp-block-group.amh-links {
		width: auto;
	}
	.single-events .entry-content {
		margin-top: 4rem;
	}
}
@media all and (max-width:666px) {
	.showmobile {display:block;}
	.hidemobile {display:none;}
	h1 {font-size:36px !important;}

	.home .n2-section-smartslider {
		margin-top: 2rem;
		max-width: 100% !important;
		transition: var(--amh-transition);
	}
	.hero,
	.hero .wp-block-cover.is-light,
	.hero .wp-block-cover img.wp-block-cover__image-background,
	.wp-block-cover .wp-block-cover__gradient-background,
	.hero .n2-ss-slider .n2-ss-slide-background-image img {
		max-height: 50vh !important;
		overflow: hidden;
		display: block;
		transition: var(--amh-transition);
	}
	.wp-container-8.wp-block-group.amh-links {
		width: auto;
	}
	.single-events .entry-content {
		margin-top: 8rem;
	}
}
@media all and (max-width:1100px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	#secondary .mdc-layout-grid__cell--span-4 {
		min-width: 100%;
	}
	#secondary .footer-right {
		text-align: center;
	}
	#secondary #block-23 {
		display: flex;
		justify-content: center;
	}
	#secondary .hive-signup-form {
		max-width: 300px;
		margin: 0 auto;
	}
	#secondary .hive-signup-form label,
	#secondary .hive-signup-form input,
	#secondary .hive-signup-form button {
		max-width: 300px !important;
		width: 100% !important;
	}
	#secondary .hive-signup-form label.hive-signup-form-sms-optin-toggle.active,
	#secondary .hive-signup-form label.hive-signup-form-sms-optin-toggle.active input {
		width: auto !important;
	}
	#secondary #nav_menu-2 {
		display: flex;
		margin: 2rem auto 0 !important;
		text-align: center;
		padding: 0;
		max-width: 300px;
		flex-direction: column;
	}
	#nav_menu-2 a.mdc-list-item {
		width: 100%;
	}
	#secondary .wp-block-social-links.aligncenter {
		justify-content: center;
		align-items: center;
	}
	.wp-block-group.callouts,
	.wp-block-group.instagram-feed {
		padding: 5% 0px !important;
		max-width: 100%;
	}
	.single-events .entry-content {
		margin-top: 8rem;
	}
}
.envira-album-title a {
	color: #FFF;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	display: none;
}
.wpcf7 .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
	color: #fff;
	border: 3px solid #333333 !important;
	border-radius: 0;
	width: 300px;
}
.wpcf7 .mdc-floating-label,
.wpcf7 .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: #FFF;
	z-index: 999;
	background: #000;
}
.wpcf7 .mdc-text-field--textarea .wpcf7-textarea {
	padding-top: 10px;
}
.wpcf7 .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-90%) scale(.75) !important;
}
.food-and-drink h2,
.food-and-drink h3,
.food-and-drink h4,
.food-and-drink h5,
.food-and-drink h6 {
	margin: 0 0;
	color: var(--amh-yellow) !important;
}
.food-and-drink article p {
	margin: 0 0 10px 0 !important;
}
.food-and-drink .wp-block-group {
	padding: 0;
}
.fade-in {
	animation: fadeIn ease .5s;
	-webkit-animation: fadeIn ease .5s;
	-moz-animation: fadeIn ease .5s;
	-o-animation: fadeIn ease .5s;
	-ms-animation: fadeIn ease .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media all and (max-width:1024px) {
	.showmobile {display:none;}
	.hidemobile {display:block;}
	#mega-menu-wrap-menu-1 {
		display: none !important;
		visibility: hidden !important;
	}
}
video {
	max-width: 650px !important;
	width: auto !important;
	display: flex;
	padding: 0;
	margin: 0 auto !important;
	max-height: 325px;
}
.wp-block-group.no-padding-box {
	padding: 0 !important;
}
.search-results .mdc-card {
	margin-bottom: 2rem;
}
.search-results .mdc-card__media:before {
	display: inline-block;
}
.search-results .post-card .mdc-card__media img {
	object-position: top center;
}
.search-results .post-card .post-card__primary,
.search-results .post-card .post-card__secondary {
	padding: 0;
}
.search-results .mdc-card h2 {
	margin-bottom: 0;
}
.ngg-albumoverview.default-view {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
}
.photos .is-layout-flow.wp-block-group.alignwide {
	padding: 0;
	margin: 0 auto;
	width: 78rem !important;
}
.ngg-album-compact {
	max-width: 31%;
	padding: 0 !important;
	margin: 0 auto !important;
	border: 0 !important;
	box-shadow: none !important;
}
a.ngg-album-desc {
	text-align: center;
	margin: 5px 0;
	font-size: 18px !important;
	line-height: 26px;
	font-weight: 600 !important;
	color: #FFF;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-family: 'Lato';
}
.mdc-image-list__supporting {
	display: none !important;
}
.mdc-image-list__details p {
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.no-results {
	min-height: 600px;
}
div.searchresults * { color: #FFF; }
@media (max-width: 840px) {
    .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        padding-left: 10px;
        padding-right: 10px;
	}
}
.-has-tab-bar + .site-content .content-area {
    margin-top: 10rem !important;
}
