#tickets {
	position: relative;
}
#tickets .cal {
  position: relative;
	display: flex;
	flex-direction: column;
	min-height: 800px;
}
#tickets .container {
	max-width: 60em;
}
@media (max-width:767px) {
	#tickets .cal {
		min-height: 332px;}
		#tickets{
			font-size: 12px;
		}
	#tickets > .container {
		max-width: 45em;
	}
}
#calendar {
	margin-top: -9em!important;
	padding-top: 6em;
	font-size: 1rem;
}
.calendar {
	text-align: center;
	user-select: none;
	flex: 0 0 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 3em;
}
.preload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.cal span.green,
.cal span.brown,
.cal span.red {
	font-size: 1.1em;
	line-height: .5rem;
	position: relative;
	top: 2px;
}
.cal span.green { color: #1c7c14!important; }
.cal span.brown { color: #ca8125!important; }
.cal span.red { color: #e8011b!important; }
@media (max-width: 767px) {
	.cal span.green,
	.cal span.brown,
	.cal span.red {
		/*font-size: 3em;
		line-height: .5rem;
		position: relative;
		top: 8px;*/
		color: black;
	}
}

.month {
	position:relative;
	width: 100%;
	height: auto;
	display: none;
}

.month.active {
	display: inline-block;
}

.month h3 {
  font-size: 1.75rem;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
  flex: 0 0 100%;
	font-synthesis-weight: none;
}

.month h4 {
	font-size: .75em;
	margin: 0.5em auto 1em;
	font-weight: 800;
	text-transform: uppercase;
}
.month h4 .star,
.select-directions .star {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	top: 0.3125em;
}
.select-directions .star {
	color: #fff;
}

.day-hed {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.hed-day {
	font-size: .75em;
	font-weight: 800;
	flex: 1 1 12%;
	letter-spacing: .05em;
	color: #fff;
}

.day {
	float: left;
	text-align: left;
	width: 13.2857142857%;
	padding-bottom: 13.2857142857%;
	position: relative;
	cursor: default !important;
	position: relative;
	transition: color .2s ease-out, background-color .2s ease-out;
  display: flex;
  flex-direction: column;
	border-radius: 0;
  background-image: radial-gradient(#e9f0fb, #dae9ff);;
  color: #000;
  background-image: none;
  background-color: #fff;
}
.calendar .day {
	margin: .49%;
}
.month:first-child .day.past,
.month:last-child .day.post-closing {
  opacity: .5;
	pointer-events: none;
}
.day:hover {
	border-color: #fff;
}
.day.hidden {
	display: none;
}

.December .day,
.March .day {
	padding-bottom: 11.79%;
}
/*
.month:hover .day {
	filter: brightness(.4) saturate(.5);
}
body .month  .day.showday {
	filter: brightness(1);
}*/
.day > * {
	z-index: 2;
}


.day > span.num {
  position: absolute;
  padding: 0em;
  top: 0.625em;
  right: 0.625em;
	font-size: .75em;
	font-family: "TradeGothicLTPro1";
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 1;
  margin: auto;
}

.cal-save {
	line-height: 1.5em;
}

.day .event {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.day > .event.mat
/*.day > .event:nth-child(2),*/ {
	top:28%;
}

.day > .event.eve
/*.day > .event:nth-child(3),*/ {
	top:60%;
}
/*
.day .event:after {
	content: '\2022';
	font-size: inherit;
	line-height: inherit;
}*/

.day .event.good:after, .day .event.good:hover {color: #1c7c14;}
.day .event.limited:after, .day .event.limited:hover {color: #ca8125;}
.day .event.low:after, .day .event.low:hover {color: #e8011b;}

a.showlink {
  font-family: "DINSlab";
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
	font-size: 1.625rem;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: .9375;
	letter-spacing: normal;
  display: inline-block;
	padding: .0875em .3em .1625em;
	border-radius: 0;
  align-self: center;
  transition: color .2s ease-out, background-color .2s ease-out;
	color: #db0000;
}
@media (max-width: 1199px) {
	.calendar .day {
		font-size: 1.66vw;
	}
}
a.showlink:hover {
	background-color: #db0000;
	color: #fff;
}

/*
to turn best availability back off:
• comment this section
• un-comment the following style (#callout-availability{ display:none!important; }) */
/* 
body.tickets a.showlink.best {
	color: #fe01da;
}
body.tickets a.showlink.best:after {
	content: '\2726';
	display: inline-block;
	width: 0;
	position: relative;
	font-size: .75em;
	top: -.2em;
	left: .125em;
	color: #fe01da;
	line-height: 0;
}
body.tickets a.showlink.best:hover {
	background-color:#fe01da;
	color: #fff;
}
#upcoming a.showlink.best {
	color: #fe01da;
}*/

#callout-availability {
	display: none !important;
}



.day:hover {
	cursor:pointer;
}

.day:hover a.showlink {
	visibility:visible;
}

.dates-highlight {
	height:50px;
	clear:both;
	text-align:center;
	width:100%;
	margin:10px auto 0;
	left:0;
	right:0;
}

.dates-highlight h3 {
	font-size:120%;
	text-transform:uppercase;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#cal .hed {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  margin: 0 auto 2em;
}

/* navigation */
#cal-nav {
	margin-top: 3em;
	height: 57px;
	opacity: 0;
	transition: all .2s ease-out;
}
.calendar-loaded #cal-nav {
	opacity: 1;
}
#nav-calendar-more {
	height: 57px;
	width: 120px;
	background-color: #000;
	z-index: 1;
	position: relative;
}
#nav-calendar-more svg > * {
	transition: all .2s ease-out;
}
#nav-calendar-more svg > * {
	fill:#fff;
}
#nav-calendar-more:hover svg > * {
	fill:#fe01da;
}
#nav-calendar-more:hover svg > * {
	transform: scale(.95);
	transform-origin: center;
}