@charset "utf-8";
/* CSS Document */
/* CUSTOM COLORS */


/* fonts */
@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");
@font-face {
 font-family: akkurat-mono;
 src: url("fonts/Akkurat-Mono.otf");
}
@font-face {
 font-family: neutralStd-bold;
 src: url("fonts/NeutralStd-Bold.otf");
}
@font-face {
 font-family: neutralStd-med;
 src: url("fonts/NeutralStd-Medium.otf");
}
@font-face {
 font-family: neutralStd-reg;
 src: url("fonts/NeutralStd-Regular.otf");
}
@font-face {
 font-family: neutralStd-regIt;
 src: url("fonts/NeutralStd-RegularItalic.otf");
}
@font-face {
 font-family: prophet;
 src: url("fonts/prophet-bold.otf");
}


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

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

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



/* GENERIC STYLES */
html {
 font-family: neutralStd-reg;
}
header {
 background-color: #fff;
 font-weight: 700;
 font-size: 13px;
}
header a {
 color: #000;
 text-transform: uppercase;
}
header a:hover {
 color: #1e8ba0;
}
.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: 10px 0;
 border-bottom: 2px solid #1e8ba0;
 background-color: #fff;
}
.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;
}
.socials .page-menu {
 text-align: center;
 margin-top: 17px;
 text-transform: uppercase;
 font-weight: bold;
}
.socials .page-menu li {
 display: inline;
 padding-right: 10px;
}
.header-navigation {
 padding: 24px;
 background-color: white;
}
.header-navigation nav {
 margin: 0;
 width: 100%;
 overflow: hidden;
 padding-bottom: 22px;
 font-family: neutralStd-reg;
 font-size: 25px;
 color: black;
 z-index: 100;
 position: fixed;
 top: 0;
 left: 0;
}
.header-navigation nav ul {
 list-style: none;
 font-size: 45px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.header-navigation nav ul li a {
 color: black;
}
.header-navigation nav ul li.current-menu-item a {
 border-bottom: 2px solid;
}
.header-navigation nav .menu-header-container {
 background-color: white;
 padding: 0 20px;
}
.header-navigation .desktop-logo {
 display: block;
 margin-top: 60px;
}
.header-navigation .mobile-logo {
 display: none;
 margin-top: 25px;
}
body {
 font-family: neutralStd-reg;
 background-color: #ebebeb;
 overflow-wrap: anywhere;
}
#no-results {
 margin-top: 30px;
}
p {
 color: #000;
}
a {
 color: #000;
}
a:hover {
 color: #000;
 text-decoration: none;
}
.navbar-brand img {
 max-width: 275px;
}
.navbar .navbar-collapse {
 position: relative;
}
.navbar .menu-menu-1-container {
 position: absolute;
 right: 0;
}
.navbar-dark .navbar-nav .nav-link {
 color: #9d3d27;
}
footer {
 margin-top: 50px;
 padding: 30px 0;
 background-color: #fff;
 color: #000;
 font-family: neutralStd-reg;
 color: #000;
 border-top: 1px solid black;
 font-family: neutralStd-reg;
 font-size: 14px;
}
footer img {
 width: 100%;
 width: 190px;
}
footer .socials {
 padding: 0;
 border: none;
 text-align: center;
 width: 100%;
}
footer .socials svg {
 padding: 5px;
 height: 48px;
}
footer .socials .navbar-expand-lg .navbar-nav {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 width: 190px;
}
footer .socials .navbar-expand-lg .navbar-nav .nav-link {
 padding-right: .5rem;
 padding-left: .5rem;
}
footer .socials .navbar-expand-lg .navbar-nav .nav-item {
 width: 33%;
}
footer .socials .navbar-expand-lg .navbar-nav svg {
 width: 100%;
}
footer .socials a {
 color: black;
}
footer .socials a:hover {
 color: #1e8ba0;
}
footer .socials .navbar {
 padding: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
footer a {
 color: black;
}
footer #copyright {
 margin-top: 12px;
 text-align: center;
 color: #000;
 font-size: 10px;
}
footer #copyright img {
 max-width: 130px;
}
footer .terms {
 text-transform: uppercase;
 color: black;
 text-decoration: underline;
}
footer .mobile {
 display: none;
 text-align: center;
}
footer .mobile .col-md-12 .address-socials {
 width: 200px;
 margin: 0 auto;
}
footer .builtbytecture span {
 font-size: 11px;
 display: inline-block;
}
footer .builtbytecture svg {
 width: 100px;
 display: inline-block;
}
.btn-primary {
 background-color: #1e8ba0;
 border: 1px solid #1e8ba0;
}
.btn-primary:hover {
 background-color: #000;
}
.btn-outline-primary {
 color: #1e8ba0;
 border: 1px solid #1e8ba0;
}
.tessera-show-location .showLocationBody {
 padding-left: 15px;
 color: #000;
 font-family: neutralStd-reg;
 background-color: #fff;
}
.tessera-show-description {
 padding: 25px;
 margin: 50px 0;
 background-color: #fff;
}

.shows-template-default .youMayAlsoLike .alsoLike-container .youMayAlsoLikeHeader {
 background-color: black;
}

.home .tessera-show-card .tessera-venue {
 display: none;
}
.home .tessera-show-card .tessera-date, .home .tessera-show-card .tessera-venue {
 color: black;
 text-transform: capitalize;
 font-size: 25px;
}
.tessera-purchase-container .tessera-code-button {
 padding: 10px 15px;
 padding-bottom: 8px;
 border: 1px solid black;
 font-family: neutralStd-reg;
 text-transform: capitalize;
 margin-left: 15px;
 white-space: nowrap;
 color: black;
 border-radius: 16px;
}
.home .tessera-show-card .tessera-buttons-container .more-info {
 margin-right: 10px;
 border: 1px solid black;
 color: black;
}

/*# sourceMappingURL=main.css.map */






/******* September 23 2021 *******/
/******* Global *******/
.container {
 width: 100%;
}
.search-container, .search-container .container {
 padding: 0px;
}
div.tessera-time {
 position: absolute;
 bottom: 0;
}
.tessera-card-prefooter {
 padding-bottom: 20px !important;
}
.tessera-show-card .tessera-buttons-container.tessera-no-ticket-types {
 display: block !important;
 width: 100% !important;
}
.tessera-time .time-item {
 padding-left: 4px;
 padding-right: 20px;
}
div.tessera-show-info {
 min-height: 50px;
}
.tessera-artists {
 margin-bottom: 10px
}
span.title {
 font-family: neutralStd-bold;
}
.btn-primary {
 border-radius: 20px !important;
}
a btn:hover {
 background-color: #000;
}
.buttons-container {
 text-transform: none;
}






/******* Modal Side Cart *******/
.scrolling-container > hr {
 margin-left: -10px;
}
.cart-header div {
 float: left;
}
.cart-header {
 padding-left: 15px;
}
.fa-times-circle {
 margin-top: -5px;
 margin-right: 4px;
 vertical-align: top;
 font-size: 22px
}
.tessera-quantity-control-input-container input:focus {
 border: none;
 outline: none;
}
.cart-content {
 padding: 0 0 0 10px
}
div.cart-product {
 position: relative;
 padding-left: 10px
}
.remove-product {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 margin-bottom: auto;
}
.cart-product i {
 margin: 24px 0 0 -20px;
 margin-bottom: auto;
}
.cart-container .product-meta {
 margin-left: 20px;
 padding-top: 0px !important;
}
hr {
 text-align: right;
 max-width: calc(100% - 0px);
 margin-right: 0px
}
.hr {
 width: calc(100% - 20px);
 float: right;
 margin-top: -15px;
}

.cart-container .tessera-quantity-control { max-width: 111px; }

.tessera-quantity-control > div, .cart-container .tessera-quantity-control .tessera-quantity-control-input { height: 33px; }

.price-breakdown { font-family: 'neutralStd-reg' !important; font-size: 80% !important; }

.tessera-quantity-control-minus, .tessera-quantity-control-plus {
 position: relative;
 width: 33px;
}
.tessera-quantity-control-minus i, .tessera-quantity-control-plus i {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 /* add code below to also center horizontally */
 left: 0;
 right: 0;
 margin: 0 auto;
}
.cart-container .cart-header .close-cart {
 position: absolute;
 right: 0;
 font-size: 26px;
}


.tix-now { width: 50%; }
.tix-now:hover { background: #000 !important; color: #FFF !important; }


/******* Filter Bar *******/
.search-container {
 background: #1e8ba0;
 top: 67px;
 position: sticky;
 z-index: 101;
}
#showSearch {
 border-radius: 0px;
 border: 1px solid #ced4da !important;
 height: 36px
}
#showSearch::placeholder {
 text-transform: uppercase;
 font-weight: bold;
 color: #cccccc;
}
.clearFilters {
 display: block;
 margin-left: 20px;
 margin-top: -2px;
 height: 40px !important;
}
.clearFilters {
 text-transform: lowercase !important;
}
.clearFilters:first-letter {
 text-transform: uppercase
}
div.SumoSelect {
 display: block;
 min-width: 275px;
 max-width: 275px;
 margin-left: 10px;
}
.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
 background-color: #000000;
  !important;
}
.sumoSelect {
 border: 1px solid #ced4da !important;
 background-color: #fff;
 background-clip: padding-box;
 border-radius: none;
}
.SumoSelect > .CaptionCont {
 border: 1px solid #ced4da !important;
 border-radius: 0px !important;
}
div.searchContainer {
 display: block;
 min-width: 275px;
 max-width: 275px;
 margin-left: 20px;
 height: 36px;
}
div.filter-accordion {
 display: none;
 height: 36px;
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 padding-top: 5px;
 width: 100px;
}
.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
}
.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
 margin-bottom: 0px;
}
.tessera-search-bar {
 background-color: #1e8ba0;
 margin-top: 0;
}
.fuzzy-searches {
 position: absolute;
 z-index: 99999;
}






/**** Fix Filterbar Dropdown Styles ****/
.sumoSelect select {
 border: none;
 -webkit-appearance: none;
 -webkit-border-radius: 0px;
 border-radius: none;
}
.st-dropdown-arrow {
 fill-rule: evenodd;
 clip-rule: evenodd;
 fill: #000000 !important;
}
.SumoSelect > .CaptionCont > label {
 margin-bottom: 0px !important
}
.SelectBox svg {
 margin-top: 7px;
 height: 18px;
 width: 18px
}
.SumoSelect > .CaptionCont > span.placeholder {
 color: #000 !important;
 font-style: normal !important;
 font-weight: bold !important;
 text-transform: uppercase
}






/******* Screen Size Adjustments *******/

@media screen and (max-width: 1199px) {
 div.searchContainer {
  min-width: 170px;
  max-width: 170px;
 }
 div.SumoSelect {
  min-width: 170px !important;
  max-width: 170px !important;
 }
}




@media screen and (max-width: 991px) {
 .tessera-search-bar .searchContainer {
  right: auto;
  margin-top: 0px;
 }
 div.filter-accordion {
  display: none;
 }
 .clearFilters {
  display: block;
  height: 20px;
  margin-left: 20px;
 }
 div.SumoSelect {
  min-width: 150px !important;
  max-width: 150px !important;
 }
}




@media screen and (max-width: 797px) {
 div.search-container {
  top: 37px;
 }
 div.searchContainer {
  display: block;
  max-width: 250px;
  min-width: 250px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  float: left;
 }
 div.SumoSelect {
  display: none;
  max-width: 250px;
  min-height: 0px;
  min-width: 250px;
  margin: 5px 0px 0px 5px;
 }
 .clearFilters {
  display: none;
  width: 120px;
  height: 34px;
  float: left;
  margin-top:5px !important;
 }
 div.filter-accordion {
  display: inline-block;
 /* height: 36px; */
  margin-left: 20px;
  font-weight:bold;
 }
 .tessera-card-container .tessera-show-info .date {
  font-size: 14px;
 }
}




@media screen and (max-width: 500px) {
 div.tessera-search-bar {
	 min-height: 78px !important;
	max-height:140px !important;
	}

	div.search-container, div.SumoSelect {
	margin-bottom:5px !important;
	}
	
 div.search-container {
  top: 35px;
 }

 div.searchContainer {
  display: block;
  float: left;
  max-width: 125px;
  min-width: 125px;
/* margin-bottom: 5px !important; */
 }
 div.SumoSelect {
  display: none;
  max-width: 200px;
  min-height: 0px;
  min-width: 200px;
  margin: 5px 0px 0px 5px;
 }
 .showSearch {
  height: 20px;
  padding: 0px;
  margin: 0px;
 }
 .clearFilters {
  display: none;
  margin-left: 5px;
  width: 100px;
  margin-top: 10px;
 }

.SelectBox {
    padding: 4px 8px;
}

/* .search-container {padding:0px;margin:0px;top: 3px;}	 */
 .tessera-search-bar {
  padding: 0px;
  margin: 0px
 }
 .tessera-ticketing #purchase-code-input {
  max-width: 150px;
 }
 .header-navigation .mobile-logo {
  display: block;
 }
 .header-navigation .desktop-logo {
  display: none;
 }
 .header-navigation nav .menu-header-container {
  padding-top: 5px;
 }
}




@media screen and (max-width: 410px) {
 .div.searchContainer {
  max-width: 164px
 }
 div.filter-accordion {
  display: block !important;
 }
 #showSearch {
  width: 164px;
 }
 .tessera-purchase-container .tessera-code-button, .tessera-purchase-container .tessera-add-to-cart {
  float: right
 } 

/* right justify buttons small screens */
}




@media screen and (max-width: 394px) {
 .searchContainer {
  max-width: 70px !important;
 }
 div.filter-accordion {
  display: block !important;
  margin-left: -35px;
 }
 #showSearch {
  width: 100px !important;
 }
 #showSearchButton {
  display: none !important;
 }
}




@media screen and (max-width: 376px) {
 .searchContainer {
  max-width: 70px !important;
 }
 div.filter-accordion {
  display: block !important;
  margin-left: -35px;
 }
 #showSearch {
  width: 100px !important;
 }
 #showSearchButton {
  display: none !important;
 }
}











/******* Safari 10.1+ *******/

@media not all and (min-resolution: 0.001dpcm) {
 @supports (-webkit-appearance: none) {

  .page-template-temp-archive .image-tile .hover-tile p {
   margin-top: 55% !important;
   margin-bottom: 45% !important
  }
 }
 .SelectBox svg {
  margin-top: 8px;
  margin-bottom: 0px;
  height: 18px;
  width: 18px
 }
 #showSearch::placeholder {
  padding-top: 3px;
  padding-bottom: 0px;
  margin: 0px
 }
}






/******* Individual Event Page *******/
.rsvpfb {
 color: #fff;
 font-size: 14px;
 margin-top: 6px;
 text-align: right;
 text-transform: uppercase;
}
.rsvpfb > a {
 color: #fff
}
.bg-black {
 background: #000;
}
.ptags {
 color: #1e8ba0
}






/******* Mailchimp Form *******/
.button.footerForm {
 border: 1px solid black;
 font-family: neutralStd-reg;
 border-radius: 15px !important;
 padding: 5px 10px !important;
 margin-left: 5px:
}
#mce-EMAIL {
 height: 34px;
 margin-right: 10px;
}






/******* Last Call Banner Events Page *******/

.tessera-last-call .last-call {
	background-color: #1e8ba0;
  margin: 0;
  color:white;
	font-weight:bold;
  padding:1em 0;
  position: absolute;
  transform: translateX(25%) translateY(0%) rotate(45deg);
	width:110%;
	text-align:center;
    margin-top: 10%;
}
	
	.last-call:before,
.last-call:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background:;
}
.last-call:before {
  right:100%;
}

.last-call:after {
  left:100%;
}
	
	
	






/******* Filter Bar Animation *******/
.tessera-search-bar {
 transition: .3s transform ease-in-out;
}






/******* September 23 2021 *******/

@media screen and (max-width: 797px) {
 .header-navigation nav ul {
  font-size: 25px !important;
  left: 0px;
 }
}




@media screen and (max-width: 400px) {
 .header-navigation nav ul {
  font-size: 20px !important;
  left: 0px;
 }
}
.page-template-temp-archive .image-tile .hover-tile p {
 margin-top: 50%;
 margin-bottom: 50%
}
.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
 height: 230px;
 overflow: hidden;
 position: relative;
 margin-bottom: 15px;
 background-color: #fff;
}
.home .tessera-show-card .tessera-buttons-container .buy-now, .tix-now {
 cursor: pointer;
 background-color: #1e8ba0;
 color: white;
}

.tessera-search-bar .venue-select, .tessera-search-bar .date-select, .tessera-search-bar .tags-select {
 border: 1px solid #1e8ba0;
 background-color: white;
 border-radius: 0;
}
.tessera-search-bar .cart-profile .nav-cart:hover {
 color: #1e8ba0;
}
.tessera-search-bar .cart-profile .tessera-account-icon .acct-icon:hover {
 color: #1e8ba0;
}
.tessera-sold-out .sold-out {
 position: absolute;
 width: 100%;
 background: #1e8ba0;
 background: -webkit-gradient(linear, left top, right top, from(rgba(30, 139, 160, 0.396796)), to(rgba(30, 139, 160, 0.399597)));
 background: linear-gradient(90deg, rgba(30, 139, 160, 0.396796) 0%, rgba(30, 139, 160, 0.399597) 100%);
 height: 100%;
 bottom: 0px;
 text-align: center;
 color: white;
 font-weight: bold;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
.tessera-event-location .showLocation {
 width: -webkit-fit-content;
 width: -moz-fit-content;
 width: fit-content;
 padding: 5px 15px;
 background-color: #1e8ba0;
 color: #000;
}
.tessera-card-container .tessera-show-info .tessera-artists a:hover {
 color: #1e8ba0;
}
.tessera-card-container .tessera-all-sold-out {
 position: absolute;
 width: 100%;
 background: #1e8ba0;
 background: -webkit-gradient(linear, left top, right top, from(rgba(30, 139, 160, 0.396796)), to(rgba(30, 139, 160, 0.399597)));
 background: linear-gradient(90deg, rgba(30, 139, 160, 0.396796) 0%, rgba(30, 139, 160, 0.399597) 100%);
 height: 100%;
 bottom: 0px;
 text-align: center;
 color: white;
 font-weight: bold;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
.tessera-ticketing #tessera-error-code {
 color: #1e8ba0;
 margin-top: 15px;
}
.tessera-purchase-container .tessera-add-to-cart {
 padding: 10px 15px;
 padding-bottom: 8px;
 background-color: #1e8ba0;
 color: white;
 font-family: neutralStd-reg;
 white-space: nowrap;
 border-radius: 16px;
}
.tessera-sponsors {
 margin-top: 50px;
 padding: 25px;
 border: 1px solid #1e8ba0;
 border-radius: 10px;
 background-color: #fff;
}
.tessera-sponsors h5 {
 color: #1e8ba0;
 text-transform: uppercase;
 font-weight: 700;
 padding-bottom: 10px;
}
.tessera-show-description h3 {
 text-transform: uppercase;
 color: #1e8ba0;
 font-weight: 700;
 padding-bottom: 10px;
}
.tessera-show-location {
 border: 1px solid #1e8ba0;
 border-radius: 10px;
}
.tessera-show-location .showLocationTitle {
 border-radius: 10px 10px 0 0;
 background-color: #1e8ba0;
 color: #fff;
 padding: 20px;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 20px;
 font-family: neutralStd-reg;
 text-align: center;
}
.page-template-temp-venues h3 {
 color: #1e8ba0;
 font-size: 16px;
 padding-top: 25px;
}
.cart-container .tessera-quantity-control-plus {
 display: inline-block;
 background-color: #1e8ba0;
 border-top: 1px solid #6c6c6c;
 border-right: 1px solid #6c6c6c;
 border-bottom: 1px solid #6c6c6c;
}
.cart-container .button-checkout {
 background-color: #1e8ba0;
 color: white;
}
.home-swiper-image .show-information .date, .home-swiper-content .show-information .date {
 font-family: neutralStd-reg;
 text-transform: uppercase;
 font-size: 30px;
 font-weight: 700;
 line-height: 1em;
 color: #1e8ba0;
 padding-bottom: 15px;
}
.swiper-pagination-bullet {
 border: 1px solid #1e8ba0;
 background: none;
 opacity: 1;
}
.swiper-pagination-bullet-active {
 background: #1e8ba0;
}
.home-ticker strong {
 color: #1e8ba0;
 margin-left: 15px;
}
.tessera-quantity-control-plus {
 display: inline-block;
 background-color: #1e8ba0;
 border-top: 1px solid #6c6c6c;
 border-right: 1px solid #6c6c6c;
 border-bottom: 1px solid #6c6c6c;
 padding: 1px;
}






/******* September 24 2021 *******/


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






/** Animate Arrows **/
.home .tessera-show-card .tessera-additionalArtists .featuring {
 display: block;
 font-family: neutralStd-reg !important;
 font-size: 13px;
}
.cart-profile {
 background-color: #000000;
 text-align: center;
 padding-left: 6px;
 display: inline-block;
 width: 100px;
 position: absolute;
 padding-top: 24px;

}
.tessera-search-bar {
 width: -webkit-calc(100% - 105px);
 width: -moz-calc(100% - 105px);
 width: calc(100% - 105px);
}
.cart-profile a {
 color: #ffffff;
 display: inline-block;
}
.cart-profile .tessera-account-icon .acct-icon i {
 padding-top: 20px;
 padding-left: 5px;
 padding-right: 6px;
}
.cart-profile .tessera-cart-icon .nav-cart i {
 padding-top: 20px;
 padding-left: 5px;
 padding-right: 6px;
}
.tessera-account-icon {
 float: left;
}
.continue-shopping-container a {
 color: #1e8ba0;
}
.btn-primary:active, .btn-primary.active {
 color: #fff;
 background-color: #000 !important;
 border-color: #000 !important;
}
.btn-primary:hover {
 color: #fff;
 background-color: #000 !important;
 border-color: #000 !important;
}
.btn.btn-primary:focus {
 background-color: #000 !important;
}
.dropdown-item {
 position: relative;
 z-index: 99
}
.SumoSelect {
 z-index: -4
}
.cart-container .cart-totals td:first-child {
 text-align: left;
}
.search-container {
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, #1e8ba0), color-stop(65%, black), to(black));
    background: linear-gradient(
90deg, #1e8ba0 65%, black 65%, black 100%);

    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    z-index: 100;
	height: 78px;
}
.tessera-search-bar {
 background-color: #1e8ba0;
 margin-top: 0px !important;
  height: 78px;
  min-height: 78px !important;
  max-height: 140px;
}






/** Show Page **/
.tessera-ticketing .tessera-show-tickets tbody td {
 font-family: 'neutralStd-bold';
}
span.showTimes {
 font-family: 'neutralStd-med';
}




@media screen and (max-width: 1200px) {
 div.searchContainer {
  width: 200px;
  min-width: 200px;
 }
 #showSearch {
  width: 200px;
 }
 div.SumoSelect, .tessera-search-bar .venue-select, .tessera-search-bar .date-select, {
  min-width: 200px !important;
  max-width: 200px !important;
 }
}




@media screen and (max-width: 992px) {
 div.searchContainer {
  width: 125px;
  min-width: 125px;
 }
 #showSearch {
  width: 125px;
 }
 div.SumoSelect, .tessera-search-bar .venue-select, .tessera-search-bar .date-select, {
  min-width: 125px !important;
  max-width: 125px !important;
 }
}




@media screen and (max-width: 796px) {
 .tessera-search-bar {
  padding-left: 10px !important;
 }
 footer .mobile {
  display: block;
 }
 .tessera-search-bar {
  background-color: #1e8ba0;
  margin-top: 0px !important;
  align-content: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
	 height: 78px;
	 min-height: 78px !important;
	 max-height: 140px;
 }
 .search-container {
  background: -webkit-gradient(linear, left top, right top, color-stop(97%, #1e8ba0), color-stop(3%, black), to(black));
  background: linear-gradient(90deg, #1e8ba0 85%, black 15%, black 100%);
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  z-index: 100;
 }
	

	
.page-template-temp-info .general-container, .page-template-temp-info .info-faq {
  padding: 30px 0px !important;}
   .cart-profile {
    background-color: #000000;
    text-align: center;
    padding-left: 6px;
    display: inline-block;
    width: 100px;
    align-content: center;
    position: absolute;
    min-height:58px;
    height: 100%;
	
}
}




@media screen and (max-width: 428px) {
 div.SumoSelect {
  min-width: 140px !important;
  max-width: 140px !important;
 }
 div.filter-accordion {
  margin-left: 23px
 }
 div.searchContainer {
  width: 140px !important;
 }
 #showSearch {
  width: 140px !important;
 }
}




@media screen and (max-width: 391px) {
 .tessera-search-bar .tags-select {
  width: 100% !important;
 }
 div.SumoSelect {
  min-width: 120px !important;
  max-width: 120px !important;
 }
 div.filter-accordion {
  margin-left: 15px
 }
 div.searchContainer {
  width: 120px !important;
 }
 #showSearch {
  width: 120px !important;
 }
 .SumoSelect > .CaptionCont > span.placeholder {
  margin-top: 2px;
 }
 .tessera-search-bar .clearFilters {
  margin-top: 5px !important;
 }
}




@media screen and (max-width: 376px) {
 .tessera-search-bar .tags-select {
  width: 100% !important;
 }
 div.SumoSelect {
  min-width: 115px !important;
  max-width: 120px !important;
 }
 div.filter-accordion {
  margin-left: 15px
 }
 div.searchContainer {
  width: 115px !important;
 }
 #showSearch {
  width: 115px !important;
 }
 .SumoSelect > .CaptionCont > span.placeholder {
  margin-top: 3px;
 }
 .tessera-search-bar .clearFilters {
  margin-top: 0px !important;
 }
}


/******* September 24 2021 *******/






/******* September 28 2021 *******/


/* Restyle Mailchimp Form */
button.yikes-easy-mc-submit-button.btn-primary {
 background-color: transparent !important;
 border: 1px solid #000;
 color: #000;
 width: 100px;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
 padding: 0px !important;
 margin-top: 2px !important;
}
.EMAIL-label {
 display: none;
}
.empty-label {
 display: none;
}
.yikes-easy-mc-form label.label-inline {
 margin-top: 3px !important;
}
.yikes-easy-mc-form .submit-button-inline-label {
 width: 15% !important;
}

@media (max-width: 768px) {
 .yikes-easy-mc-form label.label-inline {
  width: 175px !important;
 }
}




@media (min-width: 768px) {
 .yikes-easy-mc-form label.label-inline {
  width: 50% !important;
 }
}
.yikes-easy-mc-email {
 background-color: #ffffff !important;
 border: 1px solid #000000 !important;
}
button.yikes-easy-mc-submit-button.btn-primary:active, button.yikes-easy-mc-submit-button.btn-primary.active {
 color: #fff !important;
 background-color: #000 !important;
 border-color: #000 !important;
}
button.yikes-easy-mc-submit-button.btn-primary:hover {
 color: #fff !important;
 background-color: #000 !important;
 border-color: #000 !important;
}
button.yikes-easy-mc-submit-button.btn.btn-primary:focus {
 background-color: #000 !important;
}
.tessera-cart-icon span {
 font-size: 16px;
 font-weight: bold;
}
.address-socials {
 font-weight: bold;
}





/******* Safari 10.1+ *******/

@media not all and (min-resolution: 0.001dpcm) {
 @supports (-webkit-appearance: none) {
  .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select, .yikes-easy-mc-form::placeholder {
   margin-top: 3px;
  }
  .yikes-easy-mc-form .yikes-easy-mc-submit-button {
   padding: 0px !important;
   margin-top: 5px !important;
  }
 }
 .SumoSelect > .CaptionCont > span.placeholder {
  margin-top: 2px;
 }
}
.form-control {
 padding: .325rem .7rem !important;
 display: inline !important;
}
.infotext {
 font-family: neutralStd-bold;
 font-size: 25px;
 line-height: 110%;
}






/*   Moved from Tessera CSS */
.home .tessera-show-card .tessera-card-prefooter .tessera-showAges {
 display: none;
}
.home .tessera-show-card .tessera-venue {
 display: none;
}
.page-template-temp-general ul {
 list-style: disc !important;
 margin-left: 40px;
}
.cart-container .cart-product h3 {
 font-family: prophet;
 font-size: 32px;
 text-transform: uppercase;
}
.home .tessera-show-card .tessera-buttons-container .more-info {
 margin-right: 10px;
 border: 1px solid black;
 color: black;
}
.home .tessera-show-card .tessera-date, .home .tessera-show-card .tessera-venue {
 color: black;
 text-transform: capitalize;
 font-size: 25px;
}
.cart-container .ticket-type {
 font-weight: bold;
}

/*--vv sr_edit added this */
.faq-group h2 {
 font-family: 'neutralStd-med';
}

/*--vv sr_edit added this */
.moving-loader {
 height: 20px !important;
}

/*--vv sr_edit added this */
.tessera-show-card, .tessera-card-container, .tessera-show-description, .youMayAlsoLike .card-body {
 box-shadow: 10px 10px 31px -12px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 10px 10px 31px -12px rgba(0, 0, 0, 0.2);
}

/*--vv sr_edit added this */
.tessera-image {
 border-radius: 0;
}



/*--vv sr_edit added this */
.tessera-show-info .date {
 font-family: neutralStd-reg !important;
}

/*--vv sr_edit added this */
.tessera-time .time-item {
 font-family: 'neutralStd-med';
}

/*--vv sr_edit added this */
.tessera-additionalArtists .featuring, .tessera-additionalArtists {
 font-family: neutralStd-bold !important;
}

/*--vv sr_edit added this */
.tessera-code-button, .tessera-buttons-container a, .clearFilters, .buy-now, .button-checkout, .tessera-add-to-cart, .tix-now {
 border-radius: 30px !important;
 padding: 15px 20px !important;
}

/*--vv sr_edit added this */
.clearFilters {
 padding: 0 20px !important;
}

/*--vv sr_edit added this */
#purchase-code-input {
 border: 1px solid black;
 border-radius: 0;
}

/*--vv sr_edit added this */
#purchase-code-input:focus {
 outline: none;
}

/*--vv sr_edit added this */
.tessera-show-tickets th {
 font-family: neutralStd-med !important;
}

/*--vv sr_edit added this */
.filter-mobile-button {
 padding-top: 4px;
}

/*--vv sr_edit added this */
.cart-container hr {
 border-top: 2px solid black;
}

/*--vv sr_edit added this */
.cart-content .product-price .total-price {
 font-family: neutralStd-bold;
 width: 100%;
}

/*--vv sr_edit added this */
.modal-cart .close-cart {
 text-decoration: underline;
}

/*--vv sr_edit added this */
.cart-totals tr:nth-last-of-type(1) {
 font-family: neutralStd-med;
}

/*--vv sr_edit added this */
.footerForm {
 border: 1px solid #444;
 margin-bottom: 5px;
}

/*--vv sr_edit added this */
.footerFormHolder {
 margin-bottom: 10px;
}

/*--vv sr_edit added this */
.tessera-quantity-control-td button, .tessera-quantity-control-td input {
 outline: none;
 font-family: neutralStd-med;
}

/*--vv sr_edit added this */
.tessera-sold-out .sold-out {
 background: -webkit-gradient(linear, left top, right top, from(rgba(30, 139, 160, 0.67)), to(rgba(30, 139, 160, 0.67)));
 background: linear-gradient(90deg, rgba(30, 139, 160, 0.67) 0%, rgba(30, 139, 160, 0.67) 100%);
}






/* Safari 10.1+ */

@media not all and (min-resolution: 0.001dpcm) {
 @supports (-webkit-appearance: none) {
  .cart-container .tessera-quantity-control .tessera-quantity-control-input {
   height: 30px !important;
   padding-top: 9px !important;
  }
 }
}





/******* October 7 2021 *******/

i.fas.fa-spin {
	margin: -8px auto !important;
}
.page-template-temp-info .general-container {
    padding: 30px 15%;
}

.page-template-temp-info .info-faq {
	padding: 0 15%;
}



/******* October 18 2021 *******/

.date-svg {
 width:25px; height:25px; margin-top:-5px;
}
.show-date-svg {
 width:25px; height:25px; margin-top:-5px;
}
.show-date-fill {fill:#ffffff;}

.tessera-ticketing .tessera-show-tickets tbody td.tessera-quantity-control-td {
	padding: 0px 0px 0px 10px !important;
	width: 116px !important;
}
.tessera-ticketing .tessera-show-tickets thead th {
	padding: 10px !important;
}
.tessera-ticketing .tessera-show-tickets tbody td {
	padding: 10px !important;
}
.tessera-show-tickets .fa-lock {
    padding-left: 12px !important;
}

.page-template-temp-venues .general-container p {
    font-family: 'neutralStd-bold';
}
.page-template-temp-venues .general-container a {
    font-family: 'neutralStd-med';
}


.page-template-temp-info .active .answer {
 display: block;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 /*--vv sr_edit added next two lines*/
width: 100%;
 margin: auto;
}

.shows-template-default .youMayAlsoLike .buttons-container {
 position: absolute;
 bottom: 20px;
 width: 100%;
}

.btn-ymal {
    background-color: #1E8BA0;
    border: 1px solid #1E8BA0;
    width: calc(50% - 20px);
    border-radius: 30px !important;
    padding: 15px 20px !important;
    color: #FFFFFF;
}

.shows-template-default .youMayAlsoLike .time-and-age {
 font-size: 14px;
 text-transform: uppercase;
	padding-bottom: 20px;
}

.btn-ymal:hover {
background-color: #000000;
border: 1px solid #000000;
	color: #FFFFFF;}
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
	height: 12vw;
	min-width: unset !important;
}
@media screen and (max-width: 1440px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
	height: 16vw;
	min-width: unset !important;
}
}
@media screen and (max-width: 1280px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
	height: 18vw;
	min-width: unset !important;
}
}
@media screen and (max-width: 1199px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img {
	height: 18vw;
	min-width: unset !important;
}
	.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
    height: 200px !important;
		min-width: unset;
}
}
@media screen and (max-width: 991px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img {
	height: 18vw;
	min-width: unset !important;
}
}
@media screen and (max-width: 991px) {
.shows-template-default .youMayAlsoLike .image-container {
	height: 60vw;
	min-width: unset !important;
}
}
@media screen and (max-width: 796px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
	height: 40vw;
	min-width: unset !important;
}
}
@media screen and (max-width: 576px) {
.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
	height: 60vw;
	min-width: unset !important;
}
	.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img, .shows-template-default .youMayAlsoLike .image-container {
		width: 100%;
	}
}
@media screen and (max-width: 796px) {
.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
    height: 400px !important;
}
}
@media screen and (max-width: 767px) {
	.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
		height: 350px !important;
	}
	.additional-artists span { display: block !important; }
	.additional-artists .d-none { display: none !important; }
	.single div.tessera-time { position: unset !important; font-size: 15px !important; }
}
@media screen and (max-width: 575px) {
.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
    height: 325px !important;
}
}
@media screen and (max-width: 450px) {
.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
    height: 270px !important;
}
	.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img {
		min-width: unset;
	}
}
@media screen and (max-width: 376px) {
.home .tessera-show-card .tessera-has-inventory, .home .tessera-show-card .tessera-sold-out {
    height: 230px !important;
}
	.home .tessera-show-card .tessera-has-inventory img, .home .tessera-show-card .tessera-sold-out img, .home .tessera-show-card .tessera-last-call img {
		min-width: unset;
	}
}
.singleeventimg {
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    aspect-ratio: 6 / 4;
    width: 100%;
}
.tessera-card-container .col-lg-6 {
    padding: 0;
}
      


.tessera-show-description h5 {
font-family: neutralStd-med;
text-transform: uppercase;
margin-top: 35px;
font-size: 25px;
}

.tessera-show-description a:hover {
	color: #1e8ba0;
}

.linkspan {
	margin-right: 10px;
}

.linkspan:hover path {
	fill: #1e8ba0;
}

.postid-29909 .ticketStatus.red, div#29909 .last-call { display: none !important; }