@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap");
/*.site-header {
  position: initial;
}  removed 11/2021 */



/* CUSTOM COLORS */
/* fonts */
/* GENERIC STYLES */
html {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.socials {
  padding: 10px 0;
  border-bottom: 2px solid #bd0000;
}

.socials .navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.socials .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

p {
  color: #242424;
}

a {
  color: #bd0000;
}

a:hover {
  color: #242424;
  text-decoration: none;
}

.btn-primary {
  background-color: #bd0000;
  border: 1px solid #bd0000;
}

.btn-primary:hover {
  background-color: #212121;
}

/* event detail page */
.tessera-event-location {
  margin-top: 40px;
}

.tessera-event-location .showLocation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  background-color: #bd0000;
  color: white;
}

.tessera-event-location .showLocation span {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.single-shows .tessera-title {
  color: #242424;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0 20px;
}

.tessera-card-container {
  background-color: white;
  margin: 0;
  border-radius: 10px;
}

.tessera-card-container .col-md-6 {
  padding: 0;
}

.tessera-card-container .tessera-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-position: center;
  border-radius: none;
  position: relative;
  background-size: 100%;
}

.tessera-card-container .tessera-all-sold-out {
  background-color: #212121;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  color: white;
  border-radius: 0 0 0 0;
}

.tessera-card-container .tessera-last-call {
  background-color: #bd0000;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  color: white;
  border-radius: 0 0 0 0;
}

.tessera-card-container .tessera-show-info .date {
  background-color: #bd0000;
  color: white;
  padding: 10px;
  padding-left: 20px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: none;
}

.tessera-card-container .tessera-show-info .tessera-artists {
  padding: 20px;
  text-transform: uppercase;
}

.tessera-card-container .tessera-show-info .tessera-artists a {
  color: #111111;
}

.tessera-card-container .tessera-show-info .tessera-artists a:hover {
  color: #bd0000;
}

.tessera-card-container .tessera-show-info .tessera-time {
  padding: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.tessera-card-container .tessera-show-info .tessera-time .time-item {
  margin-top: 5px;
}

.tessera-card-container .tessera-show-info .external-ticket-button {
  margin-left: 20px;
}

.tessera-ticketing {
  margin-top: 20px;
}

.tessera-ticketing #tessera-error-code {
  color: #bd0000;
  margin-top: 0;
}

.tessera-ticketing #purchase-code-input {
  padding: 9px;
}

.tessera-ticketing .tessera-show-tickets {
  width: 100%;
}

.tessera-ticketing .tessera-show-tickets thead {
  background-color: #bd0000;
}

.tessera-ticketing .tessera-show-tickets thead th {
  color: white;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.tessera-ticketing .tessera-show-tickets tbody {
  background-color: white;
}

.tessera-ticketing .tessera-show-tickets tbody td {
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
}

.tessera-ticketing .tessera-show-tickets tbody .tessera-quantity-control {
  min-width: 110px;
}

.tessera-ticketing .tessera-show-tickets tbody .input.group-prepend {
  display: inline-block;
  vertical-align: top;
}

.tessera-ticketing .tessera-show-tickets tbody .input.group-prepend button {
  border: 1px solid #212121;
}

.tessera-ticketing .tessera-show-tickets tbody .tessera-quantity-control-input {
  width: 40px;
  height: 28px;
  display: inline-block;
  text-align: center;
}

.tessera-ticketing .tessera-show-tickets tbody .tessera-quantity-control-plus {
  display: inline-block;
}

.tessera-ticketing .tessera-show-tickets tbody .tessera-quantity-control-plus button {
  background-color: #bd0000;
  color: white;
  border: 1px solid #212121;
}

.tessera-ticketing .tessera-show-tickets tbody .red {
  color: #e60000;
  font-weight: 700;
}

.tessera-purchase-container {
  margin-top: 40px;
}

.tessera-purchase-container .tessera-code-button {
  padding: 10px 15px;
  border: 1px solid #bd0000;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  white-space: nowrap;
	height:45px;
}
.tessera-purchase-container .tessera-code-button:hover {
	background: #333;
	color: #ffffff;
}
.tessera-purchase-container #tessera-code-input {
  padding: 10px 15px;
  margin-right: 10px;
}

.tessera-purchase-container .tessera-add-to-cart-container {
  text-align: right;
}

.tessera-purchase-container .tessera-add-to-cart {
  padding: 10px 15px;
  background-color: #bd0000;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
}


.tessera-purchase-container .tessera-add-to-cart:hover {
  cursor: pointer;
  background: #000000;
}

.tessera-sponsors {
  margin-top: 50px;
  padding: 25px;
  border: 1px solid #bd0000;
  border-radius: 10px;
}

.tessera-sponsors h5 {
  color: #bd0000;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}

.tessera-sponsors .tessera-grid img {
  width: 100%;
}

.tessera-show-description {
  border: 1px solid #bd0000;
  padding: 25px;
  border-radius: 10px;
  margin: 50px 0;
}

.tessera-show-description .tessera-artist-videos iframe {
  width: 100%;
}

.tessera-show-description h3 {
  text-transform: uppercase;
  color: #bd0000;
  font-weight: 700;
  padding-bottom: 10px;
}

.tessera-show-description .show-description {
  padding-top: 10px;
}

.tessera-show-description .tessera-content img {
  width: 100%;
}

.tessera-show-location {
  border: 1px solid #bd0000;
  border-radius: 10px;
}

.tessera-show-location .showLocationTitle {
  border-radius: 9px 9px 0 0;
  background-color: #bd0000;
  color: white;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.tessera-show-location .showLocationTitle i {
  padding-right: 10px;
}

.tessera-show-location .buildingImage {
  margin-top: 15px;
  max-width: 100%;
}

.tessera-show-location .buildingImage img {
  max-width: 100%;
}

.tessera-show-location .showLocationBody {
  padding-left: 15px;
  color: #242424;
}

.tessera-show-location h5 {
  color: #242424;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .navbar .menu-menu-1-container {
    position: initial;
    text-align: right;
  }
  .tessera-ticketing #purchase-code-input {
    margin-bottom: 5px;
  }
  .tessera-purchase-container .tessera-code-button {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .tessera-show-location .showLocationBody {
    padding-right: 15px;
  }
}

@media screen and (max-width: 580px) {
  header .tessera-cart-icon {
    right: 120px;
  }
}

@media screen and (max-width: 380px) {
  .tessera-purchase-container .tessera-add-to-cart-container {
    text-align: left;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=main.css.map */

















/* Added with Nov 2021 Update */
/* ------------------------------ Tessera Filter Bar ------------------------------ */

.sticky-stack {
	height: auto;
	background: #000;
}

.sticky-stack .container {
	display: grid;
	align-items: center;
    min-height: auto;
}

@media (max-width: 576px) {
	.sticky-stack .container {
		display: grid;
		align-items: center;
	}
}

.tessera-search-bar {
	background-color: #000;
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
}

.fuzzy-searches {
	position: absolute;
	z-index: 10;
}


/**** Fix Filterbar Dropdown Styles ****/

.searchContainer {
	width: 20%;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	height: 36px;
}

.fuzzy-searches {
	background-color: #ffffff;
	object-fit: cover;
	position: relative;
	background-size: 100%;
}

.tessera-search-bar {
	height: 56px;
}

.tessera-search-bar .searchContainer #showSearchButton {
	display: inline-block;
	float: right;
	border: none;
	outline: none;
	margin-top: -30px;
	position: relative;
	z-index: 2;
	background: none;
	padding: 0px 5px 0px 0px;
	color: #bd0000
}

#showSearch {
	height: 36px;
	border-radius: 2px;
	height: 100%;
}

.dropdown-item {
	white-space: normal;
}

.SumoSelect {
	width: 20%;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	height: 36px;
}

.SumoSelect .placeholder {
	background-color: transparent;
}

.sumoSelect {
	width: 100%;
}

.SelectClass,
.SumoUnder {
	width: 100%;
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #000000;
	opacity: 1;
	font-style: normal !important;
	font-weight: bold !important;
}

.st-dropdown-arrow {
	/* arrow in select box resize style the svg */
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #bd0000 !important;
}

.SumoSelect>.CaptionCont>label {
	margin-top: 3px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt,
.SumoSelect>.optWrapper>.options li.opt label,
.SumoSelect>.CaptionCont,
.SumoSelect .select-all>label {
	color: #000000;
}

.SumoSelect>.optWrapper>.options li.opt label {
	display: flex;
	position: relative;
	margin-left: 9px;
}

.SelectBox {
	width: 100%;
}

.clearFilters {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	height: 36px;
	border: 1px solid #999;
	border-radius: 2px;
	color: #999;
	font-weight: bold;
}

.CaptionCont span,
#showSearch::placeholder {
	font-weight: bold;
	color: #000000;
}

div.filter-accordion {
	display: none;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.SumoSelect {
		display: none;
		width: 45%;
	}
	.clearFilters {
		display: none;
		height: 36px;
	}
	.searchContainer {
		width: 60%;
	}
	div.filter-accordion {
		display: block;
		margin-top: 8px;
		font-weight: bold;
	}
	.dropdown-item {
		white-space: pre-wrap;
	}
	.tessera-search-bar {
		max-height: 190px;
		min-height: 58px;
		justify-content: start;
	}
}


/** Animate Arrows **/

.SumoSelect>.CaptionCont>label svg {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 250ms linear;
	transition: -webkit-transform 250ms linear;
	transition: transform 250ms linear;
	transition: transform 250ms linear, -webkit-transform 250ms linear;
}

.SumoSelect.open>.CaptionCont>label svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-accordion>span#plus-minus svg {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 750ms linear;
	transition: -webkit-transform 750ms linear;
	transition: transform 750ms linear;
	transition: transform 750ms linear, -webkit-transform 750ms linear;
}

.filter-accordion.openacc>#plus-minus svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ------------------------------ Modal Side Cart ------------------------------ */


/* Added by RM */

.calendarIcon {
	width: 25px;
	padding-bottom: 6px;
}

.dateDivModalCart {
	padding-top: 15px;
}

.calendarIconModalCart {
	width: 20px;
	padding-bottom: 4px;
}

.bullet {
	list-style-type: disc;
	padding-left: 50px;
}

#agree-terms {
	vertical-align: middle;
}

.cart-footer {
	padding-top: 10px !important;
}

.cart-container {
	padding-bottom: 20px;
}

.terms-of-service {
	color: white;
	background-color: #444444;
	margin-bottom: -6px;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
}

.red-terms {
	background-color: #B53A22;
}


/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 100001;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
	color: #000000;
}

.modal-title {
	color: #000000;
}


/* The Close Button */

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.no-display {
	display: none !important;
}

#terms-link {
	text-decoration: underline;
	color: white !important;
}

.termslabel {
	font-size: 0.75rem;
	padding-left: 5px;
}


/* End RM */

.modal-cart .cart-container {
	-webkit-transition: right 250ms ease;
	transition: right 250ms ease;
	color: #000000;
}

#tessera-cart-errors p {
	color: #bd0000 !important;
}

#tessera-cart-errors ul li {
	color: #bd0000;
}

.modal-cart.tessera-cart-hidden .overlay {
	visibility: hidden;
	opacity: 0;
	margin-top: -10000px;
	-webkit-transition: visibility 0ms 250ms, opacity 250ms ease, margin-top 0s 250ms;
	transition: visibility 0ms 250ms, opacity 250ms ease, margin-top 0s 250ms;
}

.modal-cart.tessera-cart-hidden .cart-container {
	right: -1000px;
}

.modal-cart.tessera-cart-hidden .cart-footer {
	right: -1000px;
}

.cart-container {
	position: fixed;
	background-color: #FFFFFF;
	z-index: 100000;
	/* Because bulletin plugin is using 99999 */
	top: 0;
	right: 0;
	height: 100%;
	width: 350px;
	overflow-y: hidden;
	padding-bottom: 0;
}

.cart-container .cart-header {
	display: inline-flex;
	width: 100%;
	position: relative;
}

.cart-container .cart-header h2 i {
	padding-right: 15px;
}

.cart-container .cart-header .close-cart {
	position: absolute;
	right: 0;
	font-size: 26px;
}

.cart-container .scrolling-container {
	height: calc(100% - 166px);
	overflow-y: auto;
	padding: 20px;
}

.cart-container .cart-product {
	margin: 15px 0;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
	opacity: 1;
}

.cart-product span,
.cart-acct span {
	cursor: pointer;
}

.cart-container .cart-product a:hover {
	color: #000000;
}

.cart-container .cart-product .ticket-id a:hover {
	color: #333;
}

.cart-container .cart-footer-container {
	color: #FFFFFF;
	position: relative;
	bottom: -6px;
}

.cart-container .cart-footer {
	background-color: #333;
	padding: 20px;
	text-align: center;
}

.cart-container .button-checkout {
	background-color: #bd0000;
	padding: 14px;
	display: block;
	border-radius: 22px;
	margin-bottom: 12px;
	color: #ffffff;
}

.cart-container .button-checkout:hover,
.cart-container .close-cart:hover {
	color: #333;
}

.cart-container .cart-product .remove-product {
	display: inline-block;
	margin-right: 13px;
}

.cart-container .cart-product h3 {
	display: inline-block;
	font-size: 19px;
	color: #000;
}

.cart-product div:first-of-type {
	display: inline-flex;
}

.cart-container .cart-totals {
	text-align: right;
	float: right;
}

.cart-container .cart-totals td {
	padding: 0 10px 0 10px;
}

.cart-container .continue-shopping-container {
	clear: both;
	text-align: center;
	padding-top: 19px;
}

.cart-container .ticket-id {
	display: inline-flex;
}

.cart-container .product-price {
	/* padding: 13px 0 0 12px; */
}

.cart-container .tessera-quantity-control {
	margin-top: 10px;
}

.cart-container .tessera-quantity-control .tessera-quantity-control-plus button,
{
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	color: #FFF;
}

.cart-container .tessera-quantity-control .tessera-quantity-control-input .tessera-quantity-control-plus .tessera-quantity-control-minus {
	border: 1px solid #333;
}

.tessera-quantity-control-input-container input:focus {
	border: none;
	outline: none;
}

.cart-container .tessera-select-seats-button {
	background-color: #000000;
	padding: 10px 20px;
	border-radius: 22px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}

.cart-container .tessera-select-seats-button:hover {
	color: #ffffff !important;
	background-color: #bd0000;
}

.cart-container .ticket-type {
	font-size: 15px;
}

.cart-container .product-meta {
	padding-top: 14px;
}

.cart-container .product-meta i {
	padding-right: 10px;
}

.modal-cart .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 50%;
	z-index: 1001;
	-webkit-transition: all .2ms linear;
	transition: all .2ms linear;
	visibility: visible;
	-webkit-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

.overflow-hidden {
	overflow: hidden !important;
}

@keyframes slidein {
	from {
		margin-left: 100%;
		width: 0px;
	}
	to {
		margin-left: 0%;
		width: 350px;
	}
}

@keyframes slideinadd {
	from {
		margin-left: 100%;
		width: 300%;
	}
	to {
		margin-left: 0%;
		width: 100%;
	}
}

.tessera-quantity-control-td .input-group {
	width: 100px;
}






























/* old nav css */

.site-navigation {
	background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	padding-bottom: 160px;
}

.top-bar {
	background: 0 0;
	display: block;
}

.top-bar button.menu-icon {
	display: none;
}

.top-bar button.menu-icon {
	color: #fff;
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem;
}

button.menu-icon {
	float: right;
	margin-bottom: 10;
	display: block;
}

[data-whatinput="mouse"] button {
	outline: 0;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}

[type="button"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
}

button,
select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	margin-right: 0px;
	margin-left: 0px;
}

.title-bar-right {
	text-align: right;
}

.top-bar .top-bar-left {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.top-bar-left,
.top-bar-right {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.large-4 {
	width: 33.33333%;
}

.small-4 {
	width: 33.33333%;
}

.column,
.columns {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.top-bar .menu,
.top-bar .menu.desktop-menu {
	background: 0 0;
}

.top-bar,
.top-bar ul {
	background-color: #2c3840;
}

.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

.top-bar .menu li.current-menu-item,
.top-bar .menu.desktop-menu li.current-menu-item {
	background: #bd0000;
	color: #fff;
}

.top-bar .menu.desktop-menu>li {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

[data-whatinput="mouse"] .menu li {
	outline: 0;
}

li {
	font-size: inherit;
}

.top-bar .menu li.current-menu-item a,
.top-bar .menu.desktop-menu li.current-menu-item a {
	color: #fff;
}

.top-bar .menu>li:not(.menu-text)>a {
	padding: 1rem;
}

.top-bar .menu.desktop-menu>li a {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.top-bar .menu li a,
.top-bar .menu.desktop-menu li a {
	color: #fff;
	background: 0 0;
	text-shadow: 2px 2px 0 #333;
	transition: all .3s;
}

.dropdown.menu .is-active>a {
	background: #36454f;
	color: #e6e6e6;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.menu .current-menu-item>a {
	background: #333;
	color: #fff;
}

.dropdown.menu a {
	padding: .7rem 1rem;
}

.menu .is-active>a {
	background: #bd0000;
	color: #fefefe;
}

.menu a,
.menu button,
.menu input,
.menu select {
	margin-bottom: 0;
}

.menu .button,
.menu a {
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: .7rem 1rem;
}

a {
	color: #bd0000;
	transition: all .3s;
}

a {
	line-height: inherit;
	color: #bd0000;
	text-decoration: none;
	cursor: pointer;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.large-pull-0,
.large-push-0,
.large-uncentered {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

.large-4 {
	width: 33.33333%;
}

.medium-pull-0,
.medium-push-0,
.medium-uncentered {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

.medium-4 {
	width: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.column,
.columns {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

#logo-wrapper {
	margin-top: 12px;
	margin-bottom: 12px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.top-bar .top-bar-right {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.top-bar-left,
.top-bar-right {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.large-4 {
	width: 33.33333%;
}

.medium-4 {
	width: 33.33333%;
}

.small-4 {
	width: 33.33333%;
}

.column,
.columns {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.top-bar .menu,
.top-bar .menu.desktop-menu {
	background: 0 0;
}

.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-menu {
	display: none;
	text-align: center;
}

.mobile-menu,
.site-title-bar {
	display: none !important;
}

.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-bar .menu,
.top-bar .menu.desktop-menu {
	background: 0 0;
}

.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-bar,
.top-bar ul {
	background-color: #2c3840;
}

.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

.mobile-menu {
	text-align: center;
}

.site-navigation {
	padding-bottom: 0px;
}

.home-cta {
	width: 100%;
	display: block;
	clear: both;
}

.home-cta .cta-box {
	text-align: center;
	color: #fff;
	padding: 48px;
	line-height: 1;
	height: 320px;
	background-position: center !important;
}

.large-4 {
	width: 33.33333%;
}

.small-12 {
	width: 100%;
}

.column,
.columns {
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.vertical-helper {
	height: 100%;
	display: inline-block;
	width: 0;
	vertical-align: middle;
}

section {
	clear: both;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

.cta-heading {
	font-size: 48px;
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 800;
	color: white;
	text-shadow: 1px 1px 4px #000;
}

.cta-sub-heading {
	font-size: 24px;
	color: white;
	text-shadow: 1px 1px 4px #000;
}

.top-bar .menu li.current-menu-item a,
.top-bar .menu.desktop-menu li.current-menu-item a {
	color: #fff;
}

.top-bar .menu>li:not(.menu-text)>a {
	padding: 1rem;
}

.top-bar .menu.desktop-menu>li a {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.top-bar .menu li a,
.top-bar .menu.desktop-menu li a {
	color: #fff;
	background: 0 0;
	text-shadow: 2px 2px 0 #333;
	transition: all .3s;
}

.dropdown.menu .is-active>a {
	background: #36454f;
	color: #e6e6e6;
}

[data-whatinput="mouse"] .dropdown.menu a {
	outline: 0;
}

.menu .current-menu-item>a {
	background: #333;
	color: #fff;
}

.dropdown.menu a {
	padding: .7rem 1rem;
}

.menu .is-active>a {
	background: #1779ba;
	color: #fefefe;
}

.menu a,
.menu button,
.menu input,
.menu select {
	margin-bottom: 0;
}

.menu .button,
.menu a {
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: .7rem 1rem;
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	margin-bottom: 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-top-color: rgb(202, 202, 202);
	border-right-color: rgb(202, 202, 202);
	border-bottom-color: rgb(202, 202, 202);
	border-left-color: rgb(202, 202, 202);
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.footer {
	background: #333;
}

.footer ul.menu {
	display: block;
	text-align: center;
	font-size: 20px;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu,
.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

.footer ul.menu li {
	display: inline-block;
}

[data-whatinput="mouse"] .menu li {
	outline: 0;
}

li {
	font-size: inherit;
}

.footer ul.menu li a {
	color: #fff;
	padding: 12px 24px;
}

.menu a,
.menu button,
.menu input,
.menu select {
	margin-bottom: 0;
}

.menu .button,
.menu a {
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: .7rem 1rem;
}

#sub-footer {
	background: #262626;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	display: inherit;
}

#sub-footer p {
	color: #fff;
}

.foottext a {
	color: #ccc !important;
}

.foottext a:hover {
	color: #bd0000 !important;
}

.footer article {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto;
	margin-right: .625rem;
	margin-left: .625rem;
	margin: 0;
}

footer li.menu-item:hover {
	background: #000;
}

.banner-image {
	display: block;
	width: 100%;
	height: 300px;
	background: #333;
	background-size: cover;
	position: relative;
}

.banner-image h1 {
	position: absolute;
	bottom: 0;
	z-index: 999;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	padding: 8px 48px;
	margin-left: -28px;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 800;
}

h1 {
	font-size: 3rem;
}

.section-heading,
.section-sub-heading {
	text-align: center;
}

.section-heading {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 48px;
	margin-bottom: 24px;
	color: #bd0000;
}

.drink-menu ul.food-list li span,
.food-menu ul.food-list li span {
	clear: both;
}

.drink-menu ul.food-list,
.food-menu ul.food-list {
	list-style: none;
}

.drink-menu ul.food-list li,
.food-menu ul.food-list li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}

.section-description {
	font-weight: 600;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: -24px;
	margin-bottom: 24px;
}

.row.favorites {
	background: #bd0000;
	padding: 24px 0;
	margin-top: 48px;
	color: #fff;
}

.drink-menu {
	margin-top: 48px;
	background: #f0f0f0;
	border: 8px double #ccc;
	padding: 8px;
}

.drink-menu ul.food-list li span.item-description,
.food-menu ul.food-list li span.item-description {
	font-style: italic;
}

.row.favorites {
	color: #fff;
}

.row.favorites .section-heading h2 {
	color: #fff;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #ffffff;
	text-decoration-thickness: 3px;
	text-underline-offset: .4em;
	cursor: pointer;
}

.favorites .food-list p {
	color: #ffffff
}

.how-to-info {
	font-size: 1.2rem;
	clear: both;
	display: block;
	margin-top: 36px;
}

#recurring-events .recurring-event {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
	padding: 10px;
}

#recurring-events .row .recurring-event .recurring-event-image {
	height: 300px;
	background-size: cover !important;
	display: block;
}

#recurring-events .row .recurring-event .recurring-event-info {
	min-height: 100px;
	border: 1px solid #ccc;
	color: #333;
	text-align: center;
	padding: 8px 12px;
}

.events-list .event-item .event-thumb {
	background-size: cover !important;
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
}

.events-list .event-item .event-info {
	border: 1px solid #ccc;
	color: #333;
	height: 100%
}

@media only screen and (max-width: 576px) {
	.events-list .event-item .event-info {
		height: unset;
		margin-left: auto;
		margin-right: auto;
	}
	.events-list .event-item .event-info {
		border: none;
	}
}

#recurring-events .row .recurring-event .recurring-event-info .recurring-event-title h4 {
	font-size: 30px;
	color: #bd0000;
	border-bottom: 2px solid #bd0000;
	display: inline-block;
}

#recurring-events .row .recurring-event .recurring-event-info .recurring-event-description {
	font-size: 18px;
	color: #333;
}

.events-list .event-item .event-info .event-info-wrapper .event-info-title {
	font-size: 36px;
	color: #bd0000;
}

.events-list .event-item .event-info .event-info-wrapper .event-info-sub-heading {
	font-size: 24px;
}

.event-info-wrapper .event-buttons {
	clear: both;
	margin-top: 6px;
}

.event-info-wrapper .event-buttons .event-button.tickets {
	display: inline-block;
}

.event-info-wrapper .event-buttons .event-button.tickets a {
	color: #fff;
	font-size: 18px;
	background: #bd0000;
	padding: 4px 12px;
}

.event-info-wrapper .event-buttons .event-button.info {
	display: inline-block;
}

.event-info-wrapper .event-buttons .event-button.info a {
	color: #fff;
	font-size: 18px;
	background: #333;
	padding: 4px 12px;
}

h3 {
	font-size: 36px;
}

h2,
h3 {
	color: #000000;
	clear: both;
}
/* end old nav css */


.top-bar {
	background: none;
	position: absolute;
	top: 0;
	z-index: 100;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	max-width: 900px
}

.nav-cart svg,
.acct-icon svg {
	width: 34px;
	fill: #ffffff;
	color:
}

.nav-cart span {
	color: #ffffff;
}

.nav-cart svg:hover,
.nav-cart span:hover,
.acct-icon svg:hover {
	fill: #bd0000;
	color: #bd0000;
}

.nav-cart:hover>span {
	color: #bd0000;
}

.tessera-cart-icon-fb .nav-cart svg,
.tessera-cart-icon-fb .nav-cart span {
	fill: #bd0000;
	color: #bd0000;
}

.tessera-cart-icon-fb .nav-cart svg:hover,
.tessera-cart-icon-fb .nav-cart span:hover {
	fill: #ffffff;
	color: #ffffff;
}

.tessera-cart-icon-fb .nav-cart:hover>span {
	color: #ffffff;
}

.tessera-icons {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
}

.tessera-cart-icon {
	position: relative;
	top: 16px;
}

.tessera-account-icon {
	position: relative;
	top: 12px;
	margin-right: 20px;
}

.tessera-cart-icon span {
	position: absolute;
	left: 17px;
	top: -1px;
	font-weight: bold;
}

.card-img-top {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

@media only screen and (max-width: 576px) {
	searchContainer {
		width: 60%
	}
}

.cta-col {
	object-fit: cover;
	aspect-ratio: 16 / 10;
	background-position: center center;
	align-content;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media only screen and (max-width: 576px) {
	.cta-col {
		margin-top: 10px
	}
}

.cta-box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cta-icon {
	width: 80px;
	height: 80px;
}

.top-bar .menu>li:not(.menu-text)>a {
	padding: 1rem;
}

.home-ticker {
	overflow: hidden;
	padding: 5px 30px 5px 30px;
	max-width: 90%;
    margin: auto;
}

.clearFilters {
	color: #ffffff;
	background-color: #bd0000;
	padding: 0 10px;
	border-radius: 3px;
	width: 80px;
	border: none;
	cursor: pointer;
	font-size: 18px;
}

.clearFilters:hover {
	background-color: #333
}

#mc-embedded-subscribe {
	border: none;
	color: #fff;
}

#navbarSupportedContent li {
	width: 100%;
	text-align: center;
	background: #36454f;
}

#navbarSupportedContent li a {
	color: #fff;
	font-weight: bold;
}

#navbarSupportedContent li a:hover {
	background: #000000;
}

#navbarSupportedContent li.is-active a {
	background: #bd0000;
	color: #FFFFFF;
}

.menu .is-active>a {
	background: #000000;
	color: #fefefe;
}

.tessera-card-container .tessera-show-info .tessera-artists h2 {
	font-size: 44px;
	font-family: "Alegreya Sans SC", sans-serif !important;
}

.tessera-date {
	color: #bd0000;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.btn-secondary {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.site-navigation {
	background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	padding-bottom: 160px;
}

.map img {
	border-radius: 0 0 9px 0;
}

.mobile-submit {
	padding: 0;
	margin-top: 15px !important;
	display: inline-block;
	max-width: 100%;
	position: relative;
	top: 15px;
	left: 8px
}

@media only screen and (max-width: 576px) {
	.mobile-submit-div {
		position: relative;
		top: 15px;
		left: 10px;
		right: 10px;
	}
}

@media only screen and (max-width: 576px) {
	#mc_embed_signup {
		margin-bottom: 80px;
	}
	#mc-embedded-subscribe {
		position: absolute;
		bottom: -60px;
		left: 0;
	}
	#mc_embed_signup_scroll {
		position: relative;
	}
	#mc_embed_signup .mc-field-group {
		padding: 0 !important
	}
	.mc-field-group {
		margin-bottom: 20px;
	}
}

.searchContainer {
	width: 40%
}

@media only screen and (max-width: 576px) {
	.searchContainer {
		width: 45%
	}
}

.card-footer {
	background-color: #fff;
	border-top: none;
}

#mc_embed_signup form {
	padding: 0 !important;
}

.tessera-has-inventory .sold-out {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	color: white;
	border-radius: 0 0 0 0;
}

.tessera-has-inventory .sold-out {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	color: white;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.tessera-has-inventory .last-call {
	background: rgba(255, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	color: white;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}



#no-results .clearFilters {
	padding: 4px 10px 0 17px;
}

#no-results .clearFilters:hover {
	color: #ffffff;
}