/* custom css here */


/* ------------------------------ Theme Tessera ------------------------------ */
:root {
  --primary-color: #cd6437; /* orange */
	--secondary-color: #cd6437; /* orange */
	--tertiary-color: #dae7f1; /* light bg */
	--light-color: #79a9d1;
	--white-color: #ffffff;
	--black-color: #000000;
	--ltgray-color: #cccccc;
	--dkgray-color: #5a5a5a;
	--dark-color: #2a2a2a;
	--navback-color: #3b3b3b;
	--navlinks-color: #ffffff;
	--navlinkshvr-color: #cd6437;
    --background-image-url: url(""); /*blank*/
	--bodybg-color: #323030;
	--swiperbg-color: #2a2a2a;
	--swiperhdln-color: #F8F6F2;
    --link-color: #333333;
	--success-color: green;
    --error-color: red;
	--cardbg-color: #ffffff;
	--cardtxt-color: #000000;
	--cardtitle-color: #000000;
	--cardtitle-hover-color: #cd6437;
	--cardvenue-color: #F8F6F2;
	--aboutcard-brdr-color: #cccccc;
	--inactive-color: #666666;
	--soldout-color: #CC0000;
	--lastcall-color: #EBD01E;
	--darkfrmbrd-color: #757575;
	--filterback-color: #323030;
	--cardfooter-color: #cd6437;
	--infobutton-color: #cccccc;
	--datetext-color: #000000;
	--footertext-color: #000000;
	--textdefault-color: #ffffff;
	--abouticon-color: #000000;
	--clearbtn-color: #000000;
	--cleartxt-color: #FFFFFF;
	--accentline-color: #FFFFFF;
	--tickerlink-color: #F8F6F2;
	--icon-hvr-color: #E7DECD;
	--infoicon-hvr-color: #E7DECD;
	--buynow-swpr-color: #FF5D5D;
	--buynow-swprh-color: #F8F6F2;
	--mornfo-swpr-color: #daebf1;
	--mornfoh-swprh-color: #F8F6F2;
	--event-location-color: #2a2a2a;
	--tablehead-color: #a6a6a6;
	--tablehead-text-color: #F8F6F2;
	--footer-navicon-color: #2A2A2A;
	--btn-i-color: #000000;
	--top-socials-color: #E7DECD;
	--text-doors-color: #a0c2de;
	--modalcart-text-color: #000000;
	--sumo-text-color: #000000;
	--alt-hover-color: #2a2a2a;
	--location-headerbk-color: #a6a6a6;
	--ml-headline-color: #b88d47;
	--cardbn-txt-color: #79a9d1;
	--cardbn-txt-hvr-color: #E7DECD;	
	--purchase-code-input-color: #ffffff;
	--purchase-code-border-color: #757575;
	--pages-border-color: #b88d47;
	--preheaderbg-color: #5A5A5A;
	--swpr-addtlart-color: #F8F6F2;
	--tix-status-color: #2A2A2A;
	--event-addbtntxt-color: #2A2A2A;
	--event-addbtnhtxt-color: #F8F6F2;
	--act-cart-icon-color: #ffffff;
	--act-cart-iconh-color: #ffffff;
	--geotitle-color: #F8F6F2;	
	--checkoutbg-color: #ffffff;
	--modal-text-color: black;
	--exttixtext-color: #000000;
	--exttixtexthvr-color: #F8F6F2;
	--calrsvplinktext-color: #F8F6F2;
	--calrsvplinktexthvr-color: #b88d47;
}

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Raleway&display=swap');
/* GENERIC STYLES */

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: var(--textdefault-color);
}

body {
	background-color: var(--bodybg-color);
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: var(--textdefault-color);
}

a {
	text-decoration: none;
	color: var(--primary-color);
}

a:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.container {
	/*	max-width: 1300px;  */
}


/* ------------------------------ Header ------------------------------ */

header {
	background-color: rgba(0, 0, 0, 0.85);
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.bg-secondary {
	background-color: var(--dkgray-color);
}

.bg-dark {
	background-color: var(--dark-color) !important;
}

.navbar-toggler-icon svg {
	fill: var(--secondary-color) !important;
}

.ired svg {
	fill: var(--secondary-color) !important;
}

.reds {
	color: var(--secondary-color) !important;
}

.topbar i,
.topbar a,
.topbar {
	color: var(--light-color);
	font-weight: 600;
	font-size: 20px;
}

header a,
header .nav-link,
.socials a,
.socials .nav-link {
	color: var(--primary-color);
	text-transform: uppercase;
	padding: 0;
	margin-right: 16px
}

header a:hover {
	color: var(--white-color);
}

header .tessera-cart-icon a {
	color: var(--secondary-color);
}

header .mobile-hidden-menu {
	display: none;
}

.navbar-text {
	color: var(--top-socials-color);
}

@media (min-width: 500px) {
	.navbar-brand img {
		max-width: 180px;
	}
}

@media (max-width: 576px) {
	#sticky-header .navbar-brand img {
		max-width: 200px;
	}
}

#logo {
	display: inherit;
}

#links {
	position: absolute;
	top: 100px;
}

#sticky-header {
	padding-top: 20px;
}

#sticky-header.sticky {
	padding-top: 0;
}

.sticky #links {
	position: relative;
	top: 0;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 996;
	height: 64px;
}

.sticky .top-banner {
	display: none !important;
}

@media (min-width: 500px) {
	.sticky .dt-logo img {
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		max-width: 200px !important;
		height: 40px;
		margin-left: 0;
	}
}

.tessera-cart-icon a {
	margin-right: 0 !important;
}

.sticky .navbar .menu-menu-1-container {
	margin-right: 80px;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99;
}

.sticky-stack {
	/* for sites with two sticky bars */
	top: 64px;
}

@media (max-width: 576px) {
	.sticky-stack {
		top: 60px;
	}
}




.navbar {
	padding: 1px 0
}


/* .navbar svg {
	transform: scaleX(1.5) scaleY(1.5);
} */



.nav-cart:hover,
.acct-icon:hover {
	fill: var(--act-cart-iconh-color);
}




/* Safari 10.1+ help center 0 in cart */

@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		header .tessera-cart-icon a span {
			top: -1px;
			left: 49%
		}
	}
}

.page-menu {
	max-width: 100%
}



/* ------------------------------ Footer ------------------------------ */

footer {
	color: var(--light-color)
}

footer a,
footer .nav-link {
	color: var(--footer-navicon-color)
}

footer .row {
	--bs-gutter-x: 0;
	border-top: 1px solid var(--cardbg-color);
}

footer .address-socials {
	font-size: 18px;
}


/* ------------------------------ Site Specific Styles ------------------------------ */

body {
	background-color: var(--bodybg-color);
}

.bg-social-top {
	background-color: var(--preheaderbg-color);
}

.general-container {
	padding-top: 40px;
	/* create space on non-custom pages */
	border: 1px solid var(--pages-border-color);
	padding: 25px;
	border-radius: 10px;
	margin: 50px 0;
}



.navbar-nav li {
	display: inline;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

footer .navbar-nav li {
	display: inline;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: auto;
	margin-bottom: auto;
}

.page-menu ul {
	padding-left: 0px !important;
	margin-bottom: 0;
}



@media (max-width: 576px) {
	#menu-header {
		display: grid;
	}
}

#menu-header li {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px;
	text-transform: uppercase;
}

.socials-large img {
	width: 10px;
	height: 10px;
}

@media (max-width: 1100px) {
	#menu-header li {
		margin-right: 30px;
	}
	.nav-link {
		padding: 0px
	}
	.venue-link-images .nav-item {
		margin-right: 0px
	}
	.topbar i,
	.topbar a,
	.topbar {
		font-size: 14px;
	}
}

@media (max-width: 1050px) {
	#menu-header li {
		margin-right: 8px;
	}
}

@media (min-width: 500px) {
	.sticky .dt-logo {
		margin-top: 5px;
	}
}

#menu-header a {
	color: var(--navlinks-color);
}
#menu-header a:hover {
	color: var(--navlinkshvr-color);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: var(--navlinkshvr-color);
	text-decoration-thickness: 3px;
	text-underline-offset: .65em;
}




#menu-header .current-menu-item a {
	color: var(--navlinkshvr-color);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: var(--navlinkshvr-color);
	text-decoration-thickness: 3px;
	text-underline-offset: .65em;
}








li.current-menu-item a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: var(--navlinks-color);
	text-decoration-thickness: 3px;
	text-underline-offset: .65em;
}

li.current-menu-item a:hover {
	color: var(--navlinkshvr-color);
	text-decoration-color: var(--navlinkshvr-color);
}
	
	
	
	
@media (max-width: 576px) {
	li.current-menu-item a {
		text-decoration-line: none;
		text-decoration-style: solid;
		text-decoration-color: var(--white-color);
		text-decoration-thickness: 3px;
		text-underline-offset: .65em;
	}
}

.image-background-swiper {
	background-color: var(--swiperbg-color);
}

a#slider-buy-now {
	color: var(--buynow-swpr-color);
	font-weight: bold;
	border-bottom: 4px solid var(--buynow-swpr-color);
	margin-right: 30px;
	padding-bottom: 6px;
}

a#slider-buy-now:hover {
	color: var(--buynow-swprh-color);
	border-bottom: 4px solid var(--buynow-swprh-color);
}

a#slider-more-info {
	color: var(--mornfo-swpr-color);
	font-weight: bold;
	border-bottom: 4px solid var(--mornfo-swpr-color);
	padding-bottom: 6px;
	text-transform: uppercase;
}

a#slider-more-info:hover {
	color: var(--mornfoh-swprh-color);
	border-bottom: 4px solid var(--mornfoh-swprh-color);
}

.sticky-stack {
	background-color: var(--filterback-color);
}

.tessera-search-bar {
	background-color: var(--filterback-color);
	justify-content: start;
	padding: 0;
	height: unset;
}

.swiper-button-prev,
.swiper-button-next {
	fill: var(--primary-color);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	fill: var(--icon-hvr-color);
}

#showSearch {
	border: none;
}

.SumoSelect {
	width: 22%;
	height: 48px;
	font-size: 18px;
	border-radius: 3px;
}

@media (max-width: 991px) {
	.SumoSelect {
		width: 20%;
	}
}

@media (min-width: 576px) {
	.SumoSelect {
		margin: 0 10px 0 0;
	}
	.clearFilters {
		margin-left: 0;
	}
	.searchContainer {
		margin-right: 0;
	}
}

@media (max-width: 576px) {
	.searchContainer {
		margin-left: 0;
	}
	.image-background-swiper {
		position: relative;
		z-index: 100;
	}
}

.searchContainer {
	height: 48px;
	font-size: 18px;
}

.tessera-search-bar .searchContainer #showSearchButton {
	margin-top: -35px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
	background-color: var(--primary-color);
}

#showSearchButton i {
	color: var(--secondary-color);
}

.clearFilters {
	color: var(--cleartxt-color);
	background-color: var(--clearbtn-color);
	padding: 0 15px;
	border-radius: 3px;
	height: 48px !important;
	width: 113px;
	border: none;
	cursor: pointer;
	font-size: 18px;
}

.clearFilters:hover {
	color: var(--primary-color);
}

.SumoSelect>.CaptionCont label {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.SumoSelect p {
	display: flex;
	align-items: center;
}

.clearFilters:active {
	color: var(--primary-color);
	background-color: var(--dkgray-color);
}

.SumoSelect,
.searchContainer {
	background: transparent;
}

.SumoSelect,
.searchContainer,
.clearFilters {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
	box-shadow: 0 0 7px rgba(0, 0, 0, .15);
}

@media (min-width: 576px) {
	.searchContainer { margin-left: auto; margin-right: auto; }
	.searchContainer,
	.showSearch,
	.fuzzy-searches {
		max-width: 100%;
	}
}

#showSearchButton {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	margin-left: -10px;
}

#showSearchButton i {
	margin-left: 10px;
}

footer a,
footer .nav-link,
footer {
	color: var(--footertext-color);
}

footer a.nav-link i {
	color: var(--footer-navicon-color);
	font-size: 20px;
}

.card {
	background-color: var(--cardbg-color);
	color: var(--cardtxt-color);
	border: none;
}

.tessera-show-card {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
	box-shadow: 0 0 20px rgba(0, 0, 0, .35);
}

.ml-block-form .footer-button,
.ml-block-form input {
	border-radius: 2px;
}

.bi-arrow-repeat {
	-webkit-animation: rotation 2s infinite linear;
	-moz-animation: rotation 2s infinite linear;
	-o-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
	display: block;
	margin-top: -2px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.bi-spinner {
	animation: spin 2s linear infinite;
}

.cart-qty-wait {
	-webkit-animation: rotation 2s infinite linear;
	-moz-animation: rotation 2s infinite linear;
	-o-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
	display: block;
	margin-top: -20px;
}

.bi-spinner {
	animation: spin 2s linear infinite;
}

.marquee strong {
	color: var(--primary-color);
}

.tessera-card-deck .card-footer {
	background-color: var(--cardfooter-color);
}

div.buy-now, div.buy-now a {
	background: none;
	font-weight: 700;
	font-size: 20px;
	color: var(--cardbn-txt-color);
	border: none;
	padding: 6px 0px;
	border-radius: 0px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: var(--cardbn-txt-color);
	text-decoration-thickness: 4px;
	text-underline-offset: .4em;
	cursor: pointer;
    line-height: 1.75em;
	text-transform: uppercase;
}

.external-link-icon {
  font-size: 20px;
  margin-left: 8px;
}

div.buy-now:hover, div.buy-now a:hover {
	color: var(--cardbn-txt-hvr-color);
	text-decoration-color: var(--cardbn-txt-hvr-color);
}

.more-info-single,
div.more-info i,
a.more-info i {
	font-size: 30px;
	color: var(--infobutton-color);
	cursor: pointer;
}

.more-info-single:hover,
div.more-info i:hover,
a.more-info i:hover {
	color: var(--infoicon-hvr-color);
}


/* Single Events */

.event-location {
	background-color: var(--event-location-color);
}

.event-location .card {
	border-radius: 0px;
	border: none;
	background: transparent;
	color: var(--white-color);
}

.tessera-show-info .date,
.tessera-date .date {
	background-color: var(--primary-color);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	color: var(--datetext-color);
	padding: 3px 6px;
}

.tessera-ticketing .card {
	background: transparent;
	border: none;
}

.tessera-ticketing thead {
	/* font-weight: bold;
	font-size: 20px;
	background-color: var(--tablehead-color);
	color: var(--tablehead-text-color);
	border-collapse: collapse; */
}

.tessera-ticketing tbody {
	/* background-color: var(--tertiary-color); */
	border-collapse: collapse;
}

.tessera-ticketing td:nth-child(2),
.tessera-ticketing td:nth-child(3) {
	font-weight: bold;
}

.tessera-ticketing .card {
	border-bottom: 1px solid var(--cardbg-color);
}

#purchase-code-input {
	height: 49px;
	background: var(--purchase-code-input-color);
	border: 1px solid var(--purchase-code-border-color);
	border-radius: 0px;
	display: flex;
	width: 170px;
}

.tessera-code-button {
	height: 35px;
	font-size: 20px;
	line-height: 24px;
	background: none;
	font-weight: bold;
	color: var(--secondary-color);
	border-bottom: 3px solid var(--secondary-color);
	padding: 4px 0px;
	border-radius: 0px;
}

.tessera-code-button:hover {
	color: var(--alt-hover-color);
	border-bottom: 3px solid var(--alt-hover-color);
}

.tessera-add-to-cart {
	font-weight: bold;
	color: var(--black-color);
}

.about-show .card {
	border: none;
	background: transparent;
	margin: 0 134px 80px 134px;
}

@media (max-width: 991px) {
	.about-show .card {
		border: none;
		background: transparent;
		margin: 0 58px 40px 58px;
	}
}

@media (max-width: 575px) {
	.about-show .card {
		border: none;
		background: transparent;
		margin: 20px 0px;
	}
}

.about-show .card-about {
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	margin-bottom: 23px;
}

.about-show .card-body {
	border: 2px solid var(--aboutcard-brdr-color);
	padding: 40px 60px;
	background: transparent;
}

@media (max-width: 991px) {
	.about-show .card-body {
		padding: 44px 44px;
	}
}

@media (max-width: 576px) {
	.about-show .card-body {
		padding: 25px 21px;
	}
}

.about-show .card-body {
	margin-top: 0px;
}

.about-show .card-body i,
.about-show .card-body {
	color: var(--abouticon-color);
}

.about-show .about-links a {
	font-weight: bold;
	margin-right: 25px
}

@media (max-width: 576px) {
	.about-show .about-links a {
		margin-right: 1px;
	}
	.location-card p {
		font-size: 18px;
		line-height: 26px
	}
}


/* div.location-card {padding-left: 0; padding-right:0} */

.location-card p {
	font-size: 24px;
	line-height: 36px
}

.location-card .card {
	border: none;
	background: transparent;
	border-radius: 0px;
}

.location-card .card-header {
	background-color: var(--location-headerbk-color);
	color: var(--tablehead-text-color);
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	border-radius: 0px;
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: none;
}

.location-card .card-body {
	color: var(--black-color);
}

.tessera-artists,
.tessera-artists h2,
.tessera-artists a,
.tessera-artists a:hover {
	color: var(--cardtxt-color);
	margin: 10px 0
}

.time-item i,
.time-item {
	color: var(--geotitle-color);
	font-size: 24px;
	line-height: 32px;
}

.text-doors {
	color: var(--text-doors-color);
}


/* Footer */

footer {
	margin-bottom: 0;
}

.ml-form-embedContent {
	display: none;
}

.ml-headline {
	color: var(--ml-headline-color);
	margin-left: 0px;
}

.ml-form-embedWrapper.embedForm {
	max-width: unset !important;
}

#copyright {
	margin-left: 0px;
}

@media (max-width: 576px) {
	footer {
		text-align: center
	}
}

.mobile-socials {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	text-align: right;
	font-size: 16px;
	margin-left: 17px;
}

.mobile-socials li {
	display: inline-block;
}

.socials {
	padding: 0;
	height: 56px
}

.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: 0;
	padding-left: 0;
}

.socials .page-menu {
	text-align: center;
	margin-top: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

.socials .page-menu li {
	display: inline;
	padding-right: 20px;
}

.socials .tessera-cart-icon {
	text-align: right;
	margin-top: 12px;
	font-size: 22px;
}

.socials .tessera-cart-icon span {
	padding-left: 5px;
	font-weight: bold;
}

.socials .tessera-cart-icon .nav-cart {
	cursor: pointer;
}

.socials a {
	color: var(--socials-link-color);
}

.tessera-quantity-control-minus {
	background-color: #999 !important;
	border: none;
	font-weight: bold;
	width: 30px;
	height: 30px;
}

.tessera-quantity-control-plus {
	background-color: var(--secondary-color) !important;
	border: none;
	font-weight: bold;
	width: 30px;
	height: 30px;
}

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

.btn-success {
	background-color: var(--secondary-color) !important;
	border: var(--secondary-color) !important;
}

.calendar-links {
	color: var(--bodybg-color);
}

.calendar-links a {
	color: var(--bodybg-color);
	margin-right: 15px;
	text-decoration: underline;
}

.SumoSelect>.CaptionCont {
	border: none;
	height: 100%
}

.SumoSelect>.CaptionCont span {
	display: flex;
	align-items: center;
	padding-left: 8px;
}

.event-location .tessera-image {
	border-radius: 3px;
}

#btn-back-to-top {
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 999999;
	border-radius: none;
}

.btn-floating {
	color: var(--black-color);
	width: 40px;
	height: 60px;
	background-color: var(--secondary-color);
	border-radius: none;
	display: none;
}

.btn-floating i {
	position: absolute;
	left: 25%;
	top: 25%;
	font-size: 24px;
	font-weight: 700
}

.tessera-show-card .card-header {
	position: relative;
	padding: 0;
	margin: 0;
}

.sold-out svg,
.last-call svg {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.special_notice {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    margin: 20px;
    color: var(--cleartxt-color);
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
}

.may-like h3 {
	text-align: center;
	position: relative;
}

.may-like h3 span {
	background-color: var(--bodybg-color);
	padding-right: 30px;
	padding-left: 30px;
}

.may-like h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid var(--navback-color);
	z-index: -1;
}

.may-like h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid var(--navback-color);
	z-index: -1;
}

.may-like .card-body a {
	color: var(--white-color)
}

#mlb2-4132153.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-4132153.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 20px 0 0 0 !important;
}

.tessera-show-tickets.tessera-show-tickets.table td,
.tessera-show-tickets.tessera-show-tickets.table th,
.tessera-show-tickets.tessera-show-tickets.table thead th {
	border-bottom: none;
	border-top: none;
}

.tessera-show-tickets.table> :not(caption)>*>* {
	border-bottom-width: 0px;
}

.tessera-show-tickets.table> :not(:first-child) {
	border-top: none
}

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

.tessera-show-tickets td,
.tessera-show-tickets th {
	border: none;
}

.tessera-quantity-control-input-container {
	margin-left: 0 !important;
}

@media (max-width: 576px) {
	#tessera-ticket-types th {
		font-size: 16px;
	}
}

@media (min-width: 991px) {
	#tessera-ticket-types th:last-of-type {
		width: 220px;
	}
}

#plus-minus {
	color: var(--secondary-color);
}

.socials-large svg,
.nav-item-social svg {
	width: 20px;
	height: 20px;
	fill: var(--top-socials-color);
	display: inherit;
}

.m-nav-links {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 576px) {
	.mobile-nav-item li {
		display: list-item !important;
		margin: auto;
		text-align: center;
	}
	#menu-header li {
		margin-right: 0
	}
}

.sold-out-button {
	color: var(--inactive-color) !important;
	text-decoration-color: var(--inactive-color) !important;
}

.cardinfo {
	margin-top: 30px;
}

.time-item.geo-venue,
.time-item.text-doors,
.time-item.calendar-links {
	margin-bottom: .5rem;
}

.tessera-artists h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
}

.additional-artists span {
	font-size: 24px;
	line-height: 32px;
}

.primaryBandAppend {
	margin-top: 10px;
	font-size: 24px;
	line-height: 32px;
	color: var(--cardtxt-color)
}

.calendar-links {
	font-size: 18px;
	line-height: 24px;
}

@media screen and (max-width: 576px) {
	.tessera-artists h2 {
		font-weight: bold;
		font-size: 24px;
		line-height: 32px;
	}
	.primaryBandAppend {
		margin-top: 10px;
		font-size: 18px;
		line-height: 26px;
		color: var(--cardtxt-color)
	}
	.additional-artists span {
		font-size: 18px;
		line-height: 26px;
	}
}

header .header-ad {
	display: none;
	float: right;
	margin-right: -14px;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1300px) {
	header .header-ad {
		margin-right: -30px;
	}
}

@media screen and (max-width: 1199px) {
	header .header-ad {
		margin-right: -30px;
	}
}

@media screen and (min-width: 992px) {
	header .header-ad {
		display: inline-block;
	}
	.row-cols-lg-4 > * { width: 33.333%; }
}

@media screen and (min-width: 1281px) {
	.row-cols-lg-4 > * { width: 25%; }
}


header .row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}


/* header .navbar-collapse {
  padding: 9px 0 0;
} */

header .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}

header .navbar-dark .navbar-nav .current-menu-item .nav-link {
	font-weight: 900;
}

header .navbar-dark .navbar-nav li:first-of-type .nav-link {
	margin-left: -8px;
}


/* header .navbar-dark .navbar-nav.account-cart-nav {
  margin-right: -8px;
} */

header .navbar-dark .navbar-nav.account-cart-nav .nav-item .nav-link {
	margin-right: 5px;
}

header .navbar-dark .navbar-nav.account-cart-nav .nav-item:last-of-type .nav-link {
	margin-right: 0;
	margin-left: 0;
}

header .account-icon {
	width: 40px;
	height: 40px;
}

header .cart-icon {
	width: 40px;
	height: 37px;
	margin-top: 2px;
}


nav .container {
	position: relative;
}

header {
	height: 90px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


/* #sticky-header {
  height: 86px;
  top: 0;
} */

.menu-header-container {display: flex; align-items: center}



@media screen and (max-width: 576px) {
	#sticky-header {
		height: 60px;
		top: 0;
	}

}

@media screen and (min-width: 576px) {
	header .nav-row {
		position: absolute;
		top: 109px;
		/*  left: 30px; */
		/*  width: calc(100% - 30px); */
		width: 100%;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
}

header.sticky .nav-row {
	top: 0;
	left: 240px;
	width: calc(100% - 240px);
}

.main {
	padding-top: 236px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.home .main {
	padding-top: 186px;
}


header.sticky .nav-row {
	top: 0;
	left: 160px;
	width: calc(100% - 160px);
}

.main {
	padding-top: 167px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.home .main {
	padding-top: 117px;
}

header.sticky .logo-img {
	width: 92px;
	height: 59px;
}
header.sticky .header-ad {
	display: none;
}
header.sticky .row:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 142px;
	flex: 0 0 142px;
}
header.sticky .row:last-of-type {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 30%;
	flex: 1 0 30%;
}
header.sticky .navbar-dark .navbar-nav.account-cart-nav {
	margin: 15px 0 15px 0;
}
@media screen and (max-width: 992px) {
	header.sticky .col-12 {
		/*    margin-left: 15px;  fix mobile logo shift */
		padding: 0;
	}
	
	header.sticky .row:first-of-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	header.sticky .navbar-toggler {
		margin: 5px 0;
	}
}
.navbar-toggler {
	margin: 7px 0;
	-webkit-transition: margin-top 200ms linear;
	transition: margin-top 200ms linear;
}
.mobile-directions {
	display: none;
}
.no-scroll {
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	header .navbar-dark .navbar-nav li:first-of-type .nav-link {
		margin-left: 0;
	}
	
	header .navbar-dark .navbar-nav .nav-link {
		margin-left: 0;
	}
	
	header .mobile-directions {
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.sticky dt-logo {
		margin-top: 5px;
	}
}
.tessera-account-icon {
	height: 34px;
	/* fix underline */
}
.tessera-account-icon,
.tessera-cart-icon {
	cursor: pointer;
}
.tessera-account-icon img {
	height: 34px
}
.tessera-cart-icon img {
	height: 34px
}
.navbar-dark {
	z-index: 999;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 .05rem;
}
.tessera-quantity-control button {
	font-weight: bold;
}
.sold-out svg path {
	fill: var(--soldout-color);
}
.nav-row {
	border-bottom: 1px solid var(--accentline-color);
}
@media (max-width: 576px) {
	.nav-row {
		border-bottom: none;
	}
}
header.sticky .nav-row {
	border-bottom: none;
}
#sticky-header .container {
	border-bottom: none;
}

/* remove the header border on scroll header.sticky#sticky-header .container {border-bottom: 1px solid var(--accentline-color);} */

/*
#mlb2-4132153.ml-form-embedContainer .ml-form-align-center {text-align: start !important}
#mlb2-4132153.ml-form-embedContainer .ml-form-align-center {text-align: start !important}

*/
#mlb2-4132153.ml-form-embedContainer .ml-form-embedWrapper {
	background: transparent !important
}

/* navbar toggle change to X */
.navbar-toggler .icon-bar {
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background: var(--accentline-color);
	transition: all 0.2s;
}

/* Remove border from toggler */
.navbar-toggler.collapsed {
	border: none;
}
.navbar-toggler {
	border: none;
}

/* Adds Space between the lines */
.middle-bar {
	margin: 5px auto;
}

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}


.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 20% 90%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 20% 10%;
}

/* State when navbar is opened (END) */



/* State when navbar is collapsed (END) */


/* Fix the mobile filter bar expansion */
@media (max-width: 576px) {
	.searchContainer {
		position: absolute;
		top: 16px;
		left: 7px;
		width: calc(100% - 120px);
		z-index: 11
	}
	
	.filter-accordion {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	
	.SumoSelect:nth-of-type(odd) {
		position: absolute;
		bottom: 220px;
		left: 0px;
		display: none;
		width: calc(50% - 25px);
		z-index: 10;
	}
	
	.SumoSelect:nth-of-type(even) {
		position: absolute;
		bottom: 220px;
		right: 0px;
		width: 150px;
		width: calc(50% - 25px);
		z-index: 10;
	}
	
	.clearFilters {
		position: absolute;
		bottom: 154px;
		left: 7px;
		z-index: 9;
		margin-left: 0;
	}
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
	box-shadow: none;
}
#no-results .clearFilters {
	padding: 10px;
}
#no-results {
	text-align: center;
	margin-bottom: 40px;
}
#no-results div {
	display: flex;
	justify-content: center;
}

/* Fix Left Justify Header Padding */

.navbar-dark .row {
	--bs-gutter-x: 0;
	padding: 0;
}
.btn-success.tessera-add-to-cart {
	color: var(--event-addbtntxt-color);
	width: 194px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-success.tessera-add-to-cart:hover {
	color: var(--event-addbtnhtxt-color);
}
.location-card .card-header i {
	margin: 0 16px 0 14px;
}
.form-control,
input,
btn {
	/* remove active shadows from form elements */
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
@media (max-width: 991px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 970px;
	}
}

.navbar-collapse.collapse.show {
	display: block;
}
.swiper-slide img.object-fit-cover {
	border-radius: 3px;
	width: 98%;
	height: 98%;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
	box-shadow: 0 0 7px rgba(0, 0, 0, .25);
}
.swiper-slide div.content {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 576px) {
	.about-links i,
	.about-links svg {
		margin-right: 10px;
	}
}
@media (max-width: 576px) {
	.location-card h3.card-header {
		font-size: 20px;
	}
}
.event-location .card-body {
	padding: 12px;
}
.SumoSelect.open>.optWrapper {
	top: 48px;
}
.calrsvplink {
	color: var(--calrsvplinktext-color);
}
.calrsvplink:hover {
	color: var(--calrsvplinktexthvr-color);
}

.show-information p {
	color: var(--swiperhdln-color);
	margin-top: 20px;
	font-size: 36px;
    font-weight: 700;
    line-height: 44px;
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 1399.99px) {
	#menu-header .current-menu-item a, li.current-page-item {
		text-decoration-line: none !important;
}
}

/* Force Img Sizes For Safari */
.tessera-card-container .tessera-image {
	padding-bottom: 66.6666667%;
	aspect-ratio: 9 / 16;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	position: relative;
}
	
.card-img-top {
	object-fit: cover;
	background-size: cover;
	background-position: center;
	aspect-ratio: 9 / 16;
	overflow: hidden;
}

footer * {
    color: white;
}

footer .footer-map {
    background: url(../img/map.jpg) 50% 60% no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    position: relative;
}

footer .footer-map-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: black;
    height: 100%;
}

footer .grid {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

footer .textlogo-container {
    max-width: 260px;
    margin-bottom: 1em;
}

footer .wrapper {
    max-width: 1169px;
    margin: 0 auto;
}

footer .text-logo {
  max-width: 100%;   
}

#mc_embed_signup {
    clear: left;
    font-size: 14px;
    width: 100%;
}

#mc_embed_signup form {
    text-align: left;
}

#mc_embed_signup label {
    font-weight: 500;
}

#mc_embed_signup input.email {
    width: auto;
}

#mc_embed_signup .clear {
    display: inline-block;
}

#mc_embed_signup .button {
    background-color: #cd6437;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    font-size: 14px;
    line-height: 6px;
    display: list-item;
    padding: 10px;
}

footer ul li a {
    word-break: break-word;
}

footer a {
    color: white;
}

footer .grid [class*='col-'] {
    float: left;
}

footer li {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .footersocial {
    color: white !important;
    font-size: 25px;
}

.show-header {
    border-bottom: 5px solid #cd6437;
    background-color: #323030;
}

.show-header .image-container {
    position: relative;
    padding-right: 0;
}

.show-header .show-info {
    padding-left: 0;
}

.show-header .image-container > .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.show-header .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.show-header .show-info .show-info-header {
    background: #cd6437;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}

.show-header .show-info .show-date {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.show-header .show-info .time-age {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
}

.show-header .show-info .time-age .icon-text-span {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.show-header .show-info .time-age img {
    margin-right: 7px;
}

.show-header .show-info .time-age .text {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.show-header .show-info .show-info-content {
    padding: 20px;
}

.show-header .show-info .show-info-content h5 {
    font-family: 'Raleway', serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

tr {
    border-bottom: 1px solid #b8b8b8;
}

.show-header .show-info .show-info-content .ticket-types th {
    color: #cdcdcd;
    border-bottom: 0;
    padding-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.show-header .show-info .show-info-content .ticket-types tbody {
    border: 1px solid #ddd;
    color: #ddd;
    font-size: 18px;
}

#table-loader tbody tr {
    height: 65px;
}

#table-loader th {
    padding-bottom: 10px;
}

.show-header .show-info .show-info-content .ticket-types tbody i {
    color: #d0d0d0;
}

.show-header .show-info .show-info-content .ticket-types tbody td {
    padding: 10px 15px;
}

.show-header .show-info .show-info-content .ticket-types .service-fee {
    font-size: 12px;
    color: white;
}

.show-header .show-info .show-info-content .ticket-types tbody .quantity-control-td {
    padding: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 120px;
}

.quantity-control {
    min-width: 110px;
}

.quantity-control .input-group-prepend, .quantity-control .input-group-append, .quantity-control .quantity-control-input {
    display: inline-block;
    vertical-align: top;
}

.quantity-control .quantity-control-input {
    color: black;
    width: 48px;
    height: 38px;
    font-size: 16px;
    line-height: 1.15em;
    border: 1px solid #3a608c;
}

.quantity-control .input-group-append {
    margin-left: -1px;
}

.quantity-control button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: black;
    height: 38px;
    padding: 0 10px;
}

.quantity-control button i {
    color: #fff !important;
    font-size: 10px;
    line-height: 38px;
}

.show-header .show-info .show-info-content .ticket-types .ticketStatus.red {
    color: #db4938;
}

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

.page-template, .single-shows {
    background-color: #323030;
}

.wrapper {
    max-width: 1169px;
    margin: 0 auto;
}
 
@media screen and (max-width: 1330px) {
.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
}

.show-card.merch-card {
    background-color: #cd6437 !important;
    min-height: 313px;
}


#apply-code:nth-last-word {
  display: none;
}


.show-card {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 12px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px -4px rgb(0 0 0 / 75%);
    box-shadow: 0px 0px 12px -4px rgb(0 0 0 / 75%);
}

.cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.show-card.merch-card .image-container {
    width: auto;
    float: none;
    background: #fff;
    position: relative;
    height: 100%;
}

.show-card.merch-card .image-container > .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.show-card .image-container .content {
    overflow: hidden;
}

.show-card.merch-card .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.show-card.merch-card .cardFooter {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-image: none;
}

.show-card .cardFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    background-color: #cd6437 !important;
    background-size: 48px 8px !important;
}

.show-card.merch-card .cardFooter h6, .show-card.merch-card .cardFooter .price {
    color: #fff;
}

.show-card.merch-card .cardFooter h6 {
    font-size: 22px;
}

.card-title {
    font-family: 'Bitter', serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.show-card.merch-card .cardFooter .price {
    font-size: 18px;
}

.show-card .cardFooter span {
    color: #fff;
}


header a, header .nav-link, .socials a, .socials .nav-link {
  text-transform: none;
	margin-right: 0;
}
#navbarSupportedContent {justify-content: end;}

#menu-header li {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  margin-left: 15px;

}
#menu-header li {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  margin-right: 0px;
  text-transform: none;
}

.nav-cart, .acct-icon {width: unset;}
.acct-icon svg, .nav-cart svg {width: 33px; height: 33px; padding: 0; margin:0}
.tessera-cart-icon, .tessera-account-icon {margin: 0; padding: 0; width: 33px; height: 33px; position: relative;}
.social-link img {padding-top: 2px;}
ul .menu {padding-left: 5px !important;}
header .tessera-cart-icon a span {
  position: absolute;
  top: 0;
  font-size: 12px;
  text-align: center;
  left: 5px;
  right: 0;
  font-family: Arial;
}
.nav-cart,
.acct-icon {
	fill: var(--act-cart-icon-color);
}

.tessera-account-icon {margin-right: 20px;}

.tessera-showTimes {color: var(--white-color);}
.tessera-show-info .date, .tessera-date .date {
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  color: var(--datetext-color);
  padding: 0 0 3px;
}

.page-menu {text-align: right; margin-right: 20px;}



.footer-socials {text-align: left; padding-left: 12px;}
.mr-40 {margin-right: 40px !important;}
.post-footer, .post-footer a, #copyright {color: var(--white-color);}
.post-footer {padding: 2em 0;
  background-color: #323030;
  height: 7em;
}


@media (max-width: 991px) {.menu {margin: 15px 0;} .menu li {margin-left: 15px;} #sticky-header {padding-top: 0;}}
@media (max-width: 576px) {header .tessera-cart-icon a span {top: 2px;} #menu-header .menu-item {margin-bottom: 10px;}}



/* HOME HERO */

.eatdrinkmusic {background: url(/wp-content/themes/McGonigels/img/venue.jpg) no-repeat, #323030; height: 100vh;}
.eatdrinkmusic a {color: var(--secondary-color);}
.bighomelogo {
  margin-top: 0;
}
audio, canvas, img, svg, video {
  max-width: 100%;
  height: auto;
}
.logowrapper {
  max-width: 500px;
  padding-top: 25px;
  margin: 0 auto;
}
.bighomelogo-divider {
  max-width: 60vw;
  border-top: 4px solid white;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  margin-bottom: 5em;
}
.edmwrapper, .wbswrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.grid {
  margin: 0 -10px;
  width: calc(100% + 20px);
}


a.edm {
  font-family: 'Playfair Display', serif;
  color: white;
  text-transform: uppercase;
  font-size: 100px;
  padding: 100px;
}
@media (max-width: 1200px) {
	a.edm {font-size: 70px;padding: 50px;}
}



.show-arrow {
  position: absolute;
  bottom: 13px;
  left: 47.5%;
}

.home .message {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #323030;
  padding: 26px;
}

.home .message p {margin:0; color: var(--secondary-color);}
.home .message a:hover {color: var(--dkgray-color);}




.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes float {
 0% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 50% {
  -webkit-transform:translateY(-6px);
  transform:translateY(-6px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
@keyframes float {
 0% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 50% {
  -webkit-transform:translateY(-6px);
  transform:translateY(-6px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
 -webkit-animation:float 2s linear infinite;
 animation:float 2s linear infinite
}
.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-float.faa-fast {
 -webkit-animation:float 1s linear infinite;
 animation:float 1s linear infinite
}
.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-float.faa-slow {
 -webkit-animation:float 3s linear infinite;
 animation:float 3s linear infinite
}
@-webkit-keyframes pulse {
 0% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 50% {
  -webkit-transform:scale(.8);
  transform:scale(.8)
 }
 100% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
}
@keyframes pulse {
 0% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
 50% {
  -webkit-transform:scale(.8);
  transform:scale(.8)
 }
 100% {
  -webkit-transform:scale(1.1);
  transform:scale(1.1)
 }
}




/* Filter Bar */
.SumoSelect > .CaptionCont {background-color: transparent; border: 1px solid #cccccc;}
.SumoSelect > .CaptionCont > span.placeholder {color: #fff;}
.SumoSelect > .optWrapper {background: #dddddd;}
.SumoSelect > .CaptionCont span {color: #fff;}
.SumoSelect > .optWrapper > .options li.opt label {top: 0;}
.fuzzy-searches {background-color: #dddddd; max-width: 100%; overflow: hidden;}
#showSearch {background: transparent; border: 1px solid #cccccc; color: #fff; font-weight: bold;}
#showSearch::placeholder {color: #fff; font-weight: bold;}
div.filter-accordion {color: #fff;}








/* Modal Cart */

.cart-container .tessera-quantity-control .tessera-quantity-control-plus button {color: var(--btn-i-color);}
.tessera-quantity-control-minus button, .tessera-quantity-control-plus button {color: var(--btn-i-color);}
.cart-totals tr:last-child {font-weight: bold;text-transform: none;}
.cart-totals tr {border-bottom: none;}




.bi-cart3:before {
  content:"\F23D";
}
.bi-x-circle-fill:before {
  content:"\F2E5";
}
.bi-calendar:before {
  content:"\F208";
}
.cart-product a, .cart-product h3 {font-size:24px !important; font-weight: 600;}

.close-icon {text-decoration: underline;}

.cart-container .button-checkout a {color: var(--dkgray-color);}
.cart-container .button-checkout a:hover {color: var(--primary-color);}

.cart-container .cart-footer-container {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
	color: #000;
}

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

.modal-cart .button-checkout {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 0;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
	border-radius: 20px;
	padding: 0;}

.modal-cart .cart-timer .timer-counter {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding-left: 25px;
	background-color: var(--dark-color);
	color: #fff;
}

.modal-cart .cart-timer .timer-tooltip {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    padding-left: 5px;
    padding-right: 25px;
    position: relative;
	background-color: var(--dark-color);
	color: #fff;
}

.modal-cart .cart-timer {
    text-align: center;
    padding: 15px;
    position: relative;
}

.modal-cart .terms-of-service {
    background: #2a2a2a;
    text-align: center;
    padding: 10px 10px 20px;
	margin-top: 18px;
}

.modal-cart .cart-timer #time {
    font-weight: bold;
}
.modal-cart .cart-timer .timer-line {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    border-top: 1px solid black;
}




/* Food + Drinks */
.food-message {
  border: 1px solid #cd6437;
  max-width: 1200px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.food-message h1 {
  font-size: 66px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.menu-page-hero {
  background-size: cover;
  min-height: 100vh;
  position: relative;
  min-height: 570px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 1330px) {
	.wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
}
.wrapper {
  max-width: 1169px;
  margin: 0 auto;
}
.menu-selector {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}
.menu-selector a {
  font-size: 32px;
  display: inline-block;
  margin: 0 20px 0 20px;
  color: #fff;
  text-decoration: none;
}
.menu-selector a.active {
  color: #cd6437;
  border-bottom: 1px solid #cd6437;
  padding-bottom: 8px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
hr.mb-40 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #eee;
}
.downloadfile {
  background-color: #ff4c06;
  color: white;
  font-family: 'Raleway', serif;
  border: none;
  float: right;
  padding: 7px 15px;
}
p, li, div, label {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

h6, h5, h4, h3, h2, h1, .btn {
  font-family: 'Raleway', sans-serif;
  color: #606060;
}
.mb-30 {
  margin-bottom: 30px !important; clear: both;
}
.menu-title {
  font-size: 35px;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.brunch-section .mb-30 .menu-image, .dinner-section .mb-30 .menu-image {
  height: 275px;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}

.grid {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.page-template-temp-drink .grid .col-4, .page-template-temp-food-drink .grid .col-4 {
  padding: 0 20px;
}
.page-template-temp-drink .grid, .page-template-temp-food-drink .grid {
  padding-bottom: 30px;
}
.grid .col-4 {
  width: 33.33%;
}
.grid [class*="col-"] {
  float: left;
}
.food-items, .drink-items {
  font-family: 'Raleway', serif;
  color: white;
}
.menu-item {
  color: #cd6437;
}
.menu-description {
  line-height: 26px;
  display: inline-block;
}
.ue-badge-container {
  float: right;
  margin-right: 3em;
  margin-top: 25em;
}



#fullpage {
  margin-top: -94px;
}
.collectionshero {
  background-image: url(/wp-content/themes/McGonigels/img/collection-image.jpg);
  height: 100vh;
}
.edmwrapper, .wbswrapper {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
.edmwrapper {
  display: none;
	}}
  @media only screen and (max-width: 450px) {
.edmwrapper {
	text-align: center;}
}
  @media only screen and (max-width: 800px) {
.edmwrapper {
  max-width: 280px;
	margin: 0 auto;}}

  @media only screen and (max-width: 850px) {
.edmwrapper {
	margin-left: -4em;}}

.edmwrapper, .wbswrapper {
  max-width: 1280px;
  margin: 0 auto;
}
  @media only screen and (max-width: 600px) {
p, li, div, label {
  line-height: 24px;
  font-size: 16px;
}}








.wbsgrid {
  text-align: center;
  position: relative;
  top: 32vh;
}
.wbs-title, .wbs {
  font-family: 'Playfair Display', serif;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000;
}
.wbs-title {
  margin: 0 auto;
  max-width: 1100px;
  font-size: 72px;
}
.wbsgrid .col-4.wbs {
  display: inline-block;
  padding: 45px;
  text-shadow: 2px 2px 8px #000;
}
div#whiskey {
  max-width: 1300px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 5em;
}
.wbs-text {
  text-align: center;
  padding: 0 50px;
}
.booze-container {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wbs-text p {
  font-family: 'Raleway', serif;
  color: white;
  text-align: justify;
}
.booze-container .col-6 {
  padding: 0 50px;
  margin-bottom: 70px;
}
.grid .col-6 {
  width: 50%;
}
.grid [class*="col-"] {
  float: left;
}
.boozedesc-container {
  text-transform: capitalize;
  color: white;
  font-family: 'Raleway', serif;
  text-align: center;
}
.boozedesc {
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: max-height .35s ease-out;
  transition: max-height .35s ease-out;
}
audio, canvas, img, svg, video {
  max-width: 100%;
  height: auto;
}
.boozedesc-container h4 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  color: white;
  padding: 10px 0;
}
.boozedesc li, .boozedesc p {
  line-height: 32px;
}
h4 {
  font-size: 38px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
.booze-container .col-6 {
  padding: 0 50px;
  margin-bottom: 70px;
}

.wbs a {
  color: white;
}
.wbs {
  font-size: 70px;
  position: relative;
  top: 125px;
}
.wbs-title, .wbs {
  font-family: 'Playfair Display', serif;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000;
}
.readmore {
  display: none;
}
p + p {
  margin-top: 12px;
}






/* Merch */
.merch-title {
  padding-top: 37px;
  text-align: center;
  font-size: 35px;
  color: white;
  font-family: 'Playfair Display', serif;
}
.show-header .show-info .buy-tickets {
  background: #cd6437;
  color: #fff;
  height: 49px;
  padding: 12px 5px;
  float: end;
  font-family: Montserrat;
  font-weight: 400;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

#tessera-ticket-types .btn, #tessera-ticket-types .btn-secondary {}
/* .tessera-purchase-container .col-sm-6 {display: flex} */

.tessera-purchase-container #purchase-code-input,
.tessera-purchase-container #apply-code {
	display: inline-block;
}

.apply-code {
  background-color: #798188 !important;
  color: #fff !important;
  padding: 10px 5px;
  font-family: Montserrat;
  border: none;
  display: inline-block;
  font-weight: 400;
  height: 49px;
  padding: 9px 5px !important;
  font-size: unset;
	line-height: 200%;
	overflow: clip;
  
}
.btn {
  position: relative;
}
.btn .fa-spinner {
  display: none;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.notice {
  padding-top: 50px;
}
#merch-types select {
  width: auto;
  min-width: 250px;
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/Assets/down-arrow.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  padding-right: 26px;
}
.wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select {
  width: 100%;
  line-height: 16px;
  font-size: 14px;
  color: #909090;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 8px;
    padding-right: 8px;
  border: 2px solid #909090;
}



/* About */

.mb-75 {
  margin-bottom: 75px !important;
}
hr.mb-75 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid #eee;
}
.red-border-content {
  padding-left: 75px;
  padding-right: 75px;
  margin-left: 40px;
  margin-right: 40px;
  border-right: 1px solid #cd6437;
  border-left: 1px solid #cd6437;
}
h4.blue-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.mt-50 {
  margin-top: 50px !important;
}


.page-template-default .main-title, .page-template-default, .error404 .main-title, .error404 h4 {
  color: white;
}


.cart-product h3 {
	color: var(--black-color) !important;
}
.cart-header h2 {
	color: var(--black-color) !important;
}
.tessera-quantity-control-input-container button:a {
	color: var(--black-color) !important;
}
.modal-open .modal {
	z-index: 100001
}

.builtbytecture {margin-bottom: 30px;}
.mobiledetails {text-align: left;}
ul.mobiledetails {padding-left: 0; margin-left: 0;}
a.mobile-phone {display: block; width: 100%}
.mobile-phone {background-color: #cd6437;color: white;border: none;border-radius: 10px;font-size: 25px;margin: 30px 0; padding: 15px 30px;}
.mobile-phone:hover {color: #fff}

#footer ul {padding-left: 0 !important}

.show-info-content h5 {color: #fff;}
.tessera-add-to-cart {
    background: #cd6437;
    color: #fff;
    padding: 10px 15px;
    float: right;
    font-family: Montserrat;
}
.tessera-add-to-cart:hover {color:#fff}
.about-image {
    min-height: 570px;
    background-position: center;
    background-size: cover;
}

.page-template-default, .error404 {
    background-color: #323030;
}
.page-template-default .main-title, .page-template-default, .error404 .main-title, .error404 h4 {
    color: white;
}
.page-template-default .main-title {
    margin-bottom: 0.5em;
}
.page-template-default h1 {
    font-size: 66px;
    line-height: 72px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.page-template-default .entry-content {
    padding: 40px 0 100px;
}
.page-template-default h3 {
    font-size: 44px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
	font-family: 'Raleway', sans-serif;
    color: #606060;
}
article {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 20px 0;
}

article .entry-title {color: #fff}
article .header {background-color: transparent;}
article h1 {font-size: 2.5rem}

.wpcf7 input[type="submit"] {
    width: 100%;
    margin-top: 0;
}
input[type="submit"].red-button, input.red-button, .red-button {
    background: #cd6437;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    margin-top: 35px;
    display: inline-block;
}
input[type="submit"] {
    background: #cd6437;
    color: #ffffff;
    border-radius: 0;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
}

.menu-selector .activ {
    color: #cd6437;
}

.press h4 {
    color: white;
    padding-bottom: 8px;
    font-weight: 600;
}
.press ul li a {
    color: white;
}

.blog-page .blog-header {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
}

.blog-page .post-row {
	background-color: #F8F3EF;
    border-radius: 0px 0px 5px 5px;
	padding-bottom: 40px;
}

.blog-page .individual-post {
    background-color: white;
    margin: 50px;
    padding: 35px;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
}

.blog-page .individual-post h1 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
.blog-page .individual-post h1 a {color: #000}
.blog-page .individual-post p {
    color: black;
}

.blog-page .individual-post p {
    color: black;
}

.blog-page .date i {margin-right: 5px;}

.blog-page .widget-container {
    background-color: white;
    padding: 35px;
    margin: 50px 50px 50px 0;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
    list-style-type: none;
}

.blog-page .blog-header h2 {
    text-align: center;
    position: relative;
    top: 125px;
    color: white;
    font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-weight: bold;
}
.blog-page .pagination .wp-pagenavi {
    text-align: left;
    margin-left: 50px;
}





article .entry-title {
    font-size: 30px;
    line-height: 40px;
}








.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    color: #909090;
    font-weight: 700;
    font-size: 18px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #da4a3b;
}

.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {border: 0}


.widget-container ul li {line-height: 200%}

.btn.btn-primary {
    background: #cd6437;
    color: #fff;
    padding: 10px 15px;
    font-family: Montserrat;
    border: none;
    display: inline-block;
}

.contact-address-link {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    background-image: url(../img/Assets/map-icon.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 5px 99%;
    color: #fff;
}
.contact-email-link {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    background-image: url(../img/Assets/email-icon.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    color: #fff;
}
.contact-phone-link {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px;
    background-image: url(../img/Assets/phone-icon.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    color: #fff;
}
.wrapper {padding-top: 40px;}

.post-template-default #content {background-color: #F8F3EF; padding: 20px}
.post-template-default article {
    background-color: white;
    margin: 30px;
    padding: 35px;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 10%);
}

.post-template-default h1 {
    color: black;
    font-size: 30px;
    line-height: 40px;
}


.post-template-default header {
    background-color: transparent;
    font-weight: 700;
    font-size: 13px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.post-template-default article .entry-title, .post-template-default article a, .post-template-default article .entry-date, .post-template-default article .meta-sep , .post-template-default article p {color: #000}


.post-template-default #sticky-header {background-color: var(--bodybg-color)}
.tessera-quantity-control-plus button {margin-top:3px}

.cart-container .scrolling-container {
    height: calc(100% - 140px);
}

.card-body .date {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
}

.merch-page .content img {
	width: 100%;   
}


/*
@media (max-width: 576px) {
	header .tessera-cart-icon a span {
		top: -1px;
		left: 47%
	}
}

header .nav-cart {
	position: relative;
}

header .nav-cart span {
	position: absolute;
	top: 16px;
	font-size: 14px;
	right: 55%;
	-webkit-transform: translateX(45%);
	transform: translateX(45%);
}

@media screen and (max-width: 576px) {
	header .nav-cart-container {
		-webkit-transition: margin-top 200ms linear;
		transition: margin-top 200ms linear;
		margin: auto;
	}
	header .nav-cart span {
		right: none;
		-webkit-transform: none;
		transform: none;
		left: 40%
	}
}

@media screen and (min-width: 577px) {
	header .nav-cart-container {
		margin-right: 20px;
	}
}


.tessera-cart-icon span {
	position: absolute;
	top: -2px;
	left: 40%;
	font-size: 12px;
}

header .tessera-cart-icon a span {
	color: var(--secondary-color);
	position: absolute;
	top: -1px;
	left: 41%
}

.tessera-cart-icon.nav-cart {
	margin-right: 0;
}

header .tessera-cart-icon a span:hover {
	color: var(--icon-hvr-color);
	position: absolute;
}

.tessera-cart-icon {
	position: relative;
	color: var(--secondary-color);
}



.acct-icon {
	width: 40px
}

.acct-icon img {
	width: 34px
}

.acct-icon svg {
	width: 40px
}



@media (min-width: 576px) {
	.sticky #navbarSupportedContent div.page-menu {
		position: absolute;
		left: 60px;
		width: calc(100% - 150px);
	}
	.sticky #navbarSupportedContent li.current-menu-item a {
		text-decoration: none;
		line-height: 28px;
	}
}

.sticky .page-menu ul {
	margin-bottom: 10px;
}

	.menu-header-container {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}

	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}

.navbar-nav {
	flex-direction: row
}
@media (max-width: 767px) {
	header {
		height: 117px;
	}
}

@media (min-width: 500px) {
	#tessera-ticket-types th {
		padding: 12px 33px;
	}
	#tessera-ticket-types td {
		padding: 20px 33px;
	}
} */

.tessera-artist-videos {
	display: flex;   
}

.tessera-video-container {
	margin: 5px;   
}

.wp-caption {
	float: none !important;   
}

.hide-show {
	display: none;   
}


/* Change for menu sub items */

@media screen and (min-width: 922px) {
  #social-links {
    text-align:center;
  }
  
  ul.menu {
      display: inline-block;
      list-style-type:none;
      position: relative;
  }
  
  li.menu-item {
      position:relative;
      display:inline-block;
      padding: 5px 10px;
      margin: 0 10px;
  }
  
  ul.sub-menu {
      display:none;
      position:absolute;
      width: 188px;
      padding: 20px;
      background: #000;
      z-index: 101;
      margin-left: 215px;
      list-style-type:none;
      line-height: 2;
  }
  
  ul.sub-menu li.menu-item {
    text-align: left;
    margin-top: 0px
  }
  
  .menu-item:hover > ul.sub-menu {
      display:block;
  }
  
  ul.sub-menu li.menu-item a {
    color: #fff;
  }
}

@media screen and (max-width: 921px) {
  ul.menu,
  ul.sub-menu {
    line-height: 2;
  }
}

@media screen and (max-width: 576px) {
  ul.sub-menu {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
	.navbar-header {
		float: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	
	.navbar-collapse.collapse {
		display: none;
	}
	
	.card-img-top { min-height: 177vw !important; }
	
	.navbar-nav>li {
		float: none;
	}
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mo-optin-form-lightbox { top: 120px; }
	#shows .col-md-5 { display: none; }
	#mc_embed_signup { max-width: 98%; margin: 0 1% !important; }
	#mc_embed_signup input.email { width: 100%; margin: 5px 0; }
	#LEzWdGnipk_lightbox { padding: 1.5em 1em !important; }
}