/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 700 12px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width: 2460px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
	background: #000;
	padding: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
/* logo */
.logo {}
.logo-img {
	max-width: 270px;
	width: 100%;
}
/* nav */
.nav {
	display: inline-block;
}
.nav a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}
.nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 1.39em;
	padding: .618em 0;
}
/* sidebar */
.sidebar {}
/* header social icons */
.sidebar-widget {
	display: inline-block;
	padding: 2%;
}
header .sidebar-widget {
	padding: 0;
}
.header a {
	color: #FFF;
}
.header a:hover {
	opacity: 0.6;
}
/* footer */
.footer {
	background: #000;
	color: #FFF;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer ul {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
footer li.menu-item {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
p.copyright {
	margin: 0 auto;
	padding-bottom: 2%;
	text-align: center;
	font-size: 11px;
}
h1 {
	font-size: 72px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
@media (max-width:1024px) {
	h1.the-page-title { font-size: 42px; margin-top: 12px; }
}
/*------------------------------------*\
EVENT LISTING
\*------------------------------------*/
.list-view-events, .see-slider, .seetickets-calendar-container, .seetickets-list-events {
	max-width: 90vw !important;
	margin: auto !important;
}
#seetickets .list-view-item .ticket-price a,
.list-view-events a.seetickets-buy-btn {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	padding: 21px 34px;
	border-radius: 0;
	text-transform: uppercase;
}
#seetickets .list-view-item .ticket-price a:hover,
.list-view-events a.seetickets-buy-btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
}
.detail.detail_supporting_talent .name:before {
	content: 'with ';
	font-size: 18px;
	color: #FFF;
}
.event-date {
	margin-bottom: 10px;
}
.event-info-block {
	max-width: 75%;
}
.event-info-block p,
#seetickets .list-view-item .list-view-details .detail {
	font-size: 15px;
	line-height: 22px;
}
#seetickets .list-view-item .list-view-details {
	padding: 10px 10px 10px 30px;
}
.list-view-events p.subtitle,
.list-view-events p.event-date,
.list-view-events p.supporting-talent {
	font-size: 22px;
	line-height: 24px;
}
.list-view-events p.supporting-talent + .subtitle {
 display: none;
}
.event-title a,
#seetickets.list-view h1.headliners a {
	font-size: 30px;
	line-height: 35px;
	color: #000;
}
.seetickets-calendar .event-title a { line-height: 1.2; }
.event-title a:hover,
#seetickets.list-view h1.headliners a:hover {
	color: #000;
}
#seetickets.list-view .ticket-price {
	padding: 20px 10px 10px 10px;
	margin-top: 20px;
}
.detail.detail_door_time .label,
.detail.detail_event_time .label {
	display: inline-block !important;
}
.detail.detail_door_time .label:after,
.detail.detail_event_time .label:after {
	content: ':' '\00a0';
}
.detail.detail_event_time .name {
	text-transform: uppercase;
}
#seetickets .list-view-item, .list-view-events .mdc-card {
	border: 0;
	border-bottom: 1px solid #090909;
	border-radius: 0;
	padding: 0 0 30px;
}
.list-view-events .mdc-card.grid-item {
	max-width: 100%;
	width: 100% !important;
	flex-direction: row !important;
}
.mdc-card .seetickets-list-view-event-image-container {
	aspect-ratio: 1/1;
	margin: 12px 0 0;
	max-width: 20vw !important;
	width: 100% !important;
	transition: .5s ease all;
}
.mdc-card.grid-item .seetickets-list-view-event-image-container {
	max-width: 40%;
}
@media (max-width:1024px) {
	.mdc-card .seetickets-list-view-event-image-container {
		max-width: 40vw !important;
		width: 100% !important;
		transition: .5s ease all;
	}
}
.mdc-card .seetickets-list-view-event-image-container img {
	margin: 0;
	aspect-ratio: 1/1;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	transition: .5s ease all;
}
#seetickets table.calendar {
	width: 100%;
}
#seetickets .calendar td,
#seetickets td.calendar-day,
#seetickets td.calendar-day-np,
#seetickets td.calendar-day-no-events {
	width: 11%;
}
#seetickets td.calendar-day-np {
	background: #e9e9e9;
}
#seetickets h2.month-name {
	text-align: center;
	font-size: 3em !important;
	line-height: 2 !important;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 13px;
}
#seetickets .calendar-event .detail {
	display: none;
}
.seetickets-buy-btn, .seetickets-buy-btn a, .seetickets-load-more-btn {
	color: #000;
}
.seetickets-calendar .mdc-card {
	width: 100% !important;
	margin: 0 auto;
	border: 0 !important;
	background: none;
}
.seetickets-calendar-event-picture {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #eee;
}
.seetickets-calendar .calendar-body {
	width: 100% !important;
	min-width: 100% !important;
}
.seetickets-calendar .calendar-body p {
	margin-bottom: 8px;
}
.seetickets-calendar .calendar-body .seetickets-calendar-event-title a {
	font-size: 18px;
	color: #000;
}
p.doortime-showtime.fs-12 {
	display: none;
}
.seetickets-calendar .seetickets-buy-btn,
#seetickets .calendar-event .event_button,
.hive-signup-form button {
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 0;
	text-transform: none;
	font-size: 12px;
	color: #000;
	padding: 5px;
	width: auto;
}
.list-view-events a.seetickets-buy-btn:hover,
#seetickets .calendar-event .event_button:hover {
	background-color: #000;
	color: #FFF !important;
}
.seetickets-calendar .seetickets-buy-btn:hover,
.seetickets-calendar .seetickets-buy-btn:hover a {
	color: #FFF !important;
	background-color: #000;
}
.calendar tbody {
	border-top: 1px solid #999;
}
#seetickets {
	margin: 0 auto;
}
.list-view-events .event-title a,
#seetickets .list-view-item .event-name.headliners {
	margin-bottom: 5px;
	margin-top: 20px;
}
.seetickets-social-media-container {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 8px;
}
.mdc-card:not(.grid-item) .buy-and-share-block {
	position: absolute !important;
}
.mdc-card.grid-item .buy-and-share-block {
	position: relative !important;
}
@media (min-width: 1024px) {
	.mdc-card:not(.grid-item) .buy-and-share-block {
		bottom: auto;
		top: 25px;
		right: 10px;
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.mdc-card .buy-and-share-block {
		align-self: flex-start;
	}
	.mdc-card.grid-item .seetickets-social-media-container {
		margin: 8px 0 !important;
	}
}
@media (max-width: 1023px) {
	.mdc-card .buy-and-share-block {
		position: relative !important;
		bottom: auto;
		align-items: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.mdc-card:not(.grid-item) .seetickets-list-event-content-container {
		display: flex;
		flex-direction: column !important;
	}
	.mdc-card .event-info-block {
		flex: 1;
	}
	.mdc-card:not(.grid-item) .buy-and-share-block {
		bottom: auto;
		position: relative !important;
		display: flex;
		flex-direction: column;
		margin-top: 1em;
	}
	.mdc-card .buy-and-share-block .seetickets-buy-btn {
		align-self: flex-start;
	}
	
	.mdc-card:not(.grid-item) .buy-and-share-block {
		justify-content: flex-start;
	}
	.mdc-card.grid-item .seetickets-social-media-container div p {
		margin: 8px auto !important;
		text-align: center;
	}
	.grid-item .event-info-block {
		max-width: 100%;
	}
}
@media (max-width:600px) {
	.mdc-card.grid-item .buy-and-share-block {
		position: relative !important;
		bottom: auto;
		align-items: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.mdc-card.grid-item .buy-and-share-block .seetickets-buy-btn {
		width: 100%;
			justify-content: center;
			display: flex;
		
	}
}
p.headliners {
	display: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1.the-page-title {
	margin: 0 auto;
	max-width: 95%;
	display: block;
	padding: 2% 2% 1% 2%;
}
.home main h1.the-page-title,
.eat-drink main h1.the-page-title,
.contact main h1.the-page-title {
	display: none;
}
p.food-bev.has-text-align-center {
	border: 1px solid #FFF;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 0 auto;
}
.box-office-hours .wp-block-cover__inner-container {
	text-align: center;
}
.box-office-hours p.food-bev {
	display: inline-block;
	border: 1px solid #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
}
.about-wave .wp-block-cover.has-background-dim {
	width: 50%;
}
.about-wave hr {
	width: 50%;
	margin: 1em 0;
}
.about-wave,
.home .merch-2021,
.wp-block-group.contact-details,
.contact .contact-wave,
.faq .the-faqs {
	width: 95%;
	margin: 0 auto;
	padding: 2%;
}
.contact-wave h2,
.faq h2 {
	font-size: 2em;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	border-radius: 0;
	padding: 21px 34px;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link:hover {
	background-color: #000;
	color: #FFF;
}
.about .about-wave {
	max-width: 50%;
}
.eat-drink .aligncenter,
.eat-drink div.aligncenter {
	margin-bottom: 0;
}
.eat-drink .shows-and-beers {
	max-width: 60%;
	margin: 0 auto;
}
.about main .wp-block-columns {
	padding: 2%;
	max-width: 95%;
	margin: 0 auto;
}
.email-signup {
	background: #000;
	color: #FFF;
	margin: 0 auto -6px;
	padding-bottom: 3em;
}
main .hive-signup-form {
	max-width: 300px;
	margin: 0 auto 2em;
	text-shadow: 1px 1px 3px #000;
}
main .hive-signup-form h2 {
	font-size: 3em;
}
main .hive-signup-form h3 {
	font-size: 1.5em;
}
main .hive-signup-form button {
	background-color: rgba(255, 255, 255, 0.9);
	color: 000;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 21px 34px;
}
main .hive-signup-form button:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 21px 34px;
}
main .hive-signup-form label {
	text-align: left;
}
main .hive-signup-form input {
	margin-bottom: 16px;
	padding: 8px 10px;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
main .hive-signup-form-segment-toggle {
	width: auto !important;
}
main .hive-signup-form button {
	background: #FFF;
	color: #000;
}
main .hive-signup-form button:hover {
	background: 000;
	color: #FFF;
}
form.wpcf7-form {
	max-width: 600px;
}
form.wpcf7-form .form-names {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}
form.wpcf7-form input {
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	border-radius: 2px;
}
form.wpcf7-form textarea {
	width: 100%;
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	border-radius: 2px;
}
form.wpcf7-form p {
	margin-bottom: 0;
}
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
	border: 3px solid #000;
}
form.wpcf7-form select {
	padding: 12px 6px;
	margin: 4px 0;
	background: #fafafa;
	color: #000;
	border: 1px solid #ccc;
	width: 270px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media all and (max-width:800px) {
	.header {
		position: relative;
		background-color: transparent;
		margin-top: -50px;
		margin-bottom: 25px;
	}
	.header .logo {
		position: fixed;
		top: 4px;
		right: 5px;
		z-index: 999999;
		width: 33%;
		margin: 5px auto;
	}
	.header ul.wp-block-social-links {
		margin: 0;
		margin-top: 9px;
	}
	.header .sidebar-widget {
		padding: 0;
		position: fixed;
		z-index: 999999;
		top: -6px;
		left: 60px;
	}
	.items-justified-right {
		justify-content: flex-start;
	}
	.wp-block-social-links .wp-social-link svg {
		width: 0.6em;
		height: 0.6em;
	}
	div#block-15 {
		margin-top: -10px;
		font-size: 12px;
	}
	.show-nav-left .mobmenu-panel.show-panel {
		z-index: 9999999 !important;
	}
	#mobmenuleft .mob-expand-submenu,
	#mobmenuleft>.widgettitle,
	#mobmenuleft li a,
	#mobmenuleft li a:visited,
	#mobmenuleft .mobmenu-content h2,
	#mobmenuleft .mobmenu-content h3,
	.mobmenu-left-panel .mobmenu-display-name,
	.mobmenu-content .mobmenu-tabs-header li {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	}
	#seetickets .list-view-item {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.list-view-events .event-title a,
	#seetickets.list-view h1.headliners a,
	#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
		font-size: 24px;
		line-height: 1.1;
	}
	#seetickets table.calendar .date {
		display: none;
	}
	.eat-drink .shows-and-beers {
		max-width: 90%;
		margin: 0 auto;
	}
	footer li.menu-item {
		font-size: 12px
	}
}
@media (max-width: 640px) {
	.list-view-events .mdc-card.grid-item { flex-direction: column!important;}
	.seetickets-list-view-event-image-container {
		max-width: 100% !important;
		width: 100% !important;
		transition: .5s ease all;
	}
	.seetickets-list-view-event-image-container img,
	.grid-item .seetickets-list-view-event-image-container img {
		margin: 0;
		aspect-ratio: 1/1;
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		transition: .5s ease all;
	}
	.grid-item .seetickets-list-view-event-image-container {
		max-width: 100% !important;
		width: 100% !important;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}