@media (max-width:579px) {
	.tickets #header h2 {
		display:none;
	}
}
#tickets #faq {
  margin: 3em auto;
}
#tickets {
	position: relative;
}
#tickets:before {
	display: block;
	position: relative;
	height: .25em;

}
#calendar {
  position: relative;
	display: flex;
	flex-direction: column;
	min-height: 44.4375em;
	margin-top: 3em;
	pointer-events:none;
	margin-top: -6em!important;
	padding-top: 6em;
}
#calendar a,
#calendar button {
	pointer-events:all;
}
@media (max-width:767px) {
	#calendar {
		min-height: 50em;
	}
	#tickets #faq {
		max-width: 100%;
	}
}
@media (max-width:599px) {
	#calendar {
		font-size: 2.625vw;
	}
}
#cal .calendar {
	text-align: center;
	user-select: none;
	flex: 0 0 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 3em;
} @media (max-width: 1023px) {
	.calendar {
		position: relative;
		left: 50%;
		transform: translate(-50%);
		max-width: calc(100vw - 2em);
	}
} @media (max-width: 767px) {
	.calendar {
		font-size: 4vw;
	}
}
.preload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.best-availability {
	font-size: .875em;
	margin: 0 auto 1em;
	text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .08em;
}

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

.month {
	position:relative;
	width: 100%;
	height: auto;
	display: none;
	pointer-events: none;
}
.month * {
	pointer-events:all;
}

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

.month h3 {
	color: #ff0000;
	font-family: 'ChampionHeavywt';
  font-size: 1.75em;
	line-height: .8;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
  flex: 0 0 auto;
}
.year {
	font-family: 'ChampionWelterwt';
	letter-spacing: 1px;
}
@media (min-width: 769px) {
	.month h3 {
		font-size: 2.25em;
	}
}

.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 {
	color: #01deec;
	font-family: 'ChampionHeavywt';
	font-size: .75rem;
	font-weight: 400;
	flex: 1 1 12%;
	letter-spacing: .125em;
	text-transform: uppercase;
}

.day {
  font-size: 1.25em;
	float: left;
	text-align: left;
	width: 13.2857142857%;
	padding-bottom: 4.75em;
	position: relative;
  margin: .5%;
	cursor: default!important;
	position: relative;
	transition: background-color .5s ease-in-out;

  background-color: #95e9f1;
	color: #000;
	border: 2px solid #95e9f1;
  display: flex;
  flex-direction: column;
	border-radius: 0;
}

@media (min-width: 768px) {
	.day {
		padding-bottom: 4.5em;
	}
}
.month:first-child .day.past,
.month:last-child .day.post-closing {
  opacity: 1;
	pointer-events: none;
}
.month.hidden/*,
.day.hidden*/ {
  display: none;
}
.day > * {
	z-index: 2;
}
.day.blank, .day.past, .day.post-closing, .day.dark {
	background-color: #d8d8bb;
	border: 2px solid #d8d8bb;

	& span.num {
		opacity: 0;
	}
}

.day > span.num {
	color: #FF0000;
	font-family: 'obviously', sans-serif;
  position: absolute;
  padding: 0em;
	top: 0.1875em;
	left: 0.25em;
  line-height: .9375;
  margin: auto;
	z-index:0;
}

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

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

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

.day > .event.eve,
.day.late > .event.late
/*.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-size: 1em;
	margin: 0 auto;
	display: block;
	font-weight: 700;
	text-align: center;
	line-height: .8;
	letter-spacing: normal;
  color: #000;
  display: inline-block;
  padding: 0.1875em 0.25em .3125em;
  align-self: center;
  transition: color .2s ease-out, background-color .2s ease-out, filter .2s ease-out;
  background-position: center;
  background-size: auto 15em;
	position: relative;
}
@media (max-width: 767px) {
	a.showlink {
		font-size: 1.5em;
	}
}
a.showlink:hover {
  transition: color .2s ease-out, background-color .2s ease-out, filter .2s ease-out;
  background-color: rgba(240,200,153,.25);/* #ecd79a;*/
	background-color: #222;
  color: #fff;
  /*background-image: url(../_img/gold.jpg);*/
}
a.showlink.best {
	color: #60aa27;
}
a.showlink.sold-out,
a.day.sold-out {
	pointer-events: none;
}
a.day.sold-out .time {
	position: relative;
}
a.showlink.sold-out:after,
a.day.sold-out .time:after,
.sold-out-icon:after {
	content: '*';
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% + 2.5em);
	transform: translateY(-64%);
	background: transparent;
	color: #000;
	font-size: .625em;
	padding: .125em 0 .125em;
	z-index: 2;
}
a.showlink * {
	pointer-events: none;
}
a.showlink.best:after {
	content: '';
	background-image: url(../_img/green-light.png);
	background-position:center;
	background-size: 2em;
	height: 1em; width: 1em;
	position: absolute;
	top: 50%;
	left: calc(50% + 1.5em);
	transform: translate(-50%, -50%);
}
a.showlink.best:hover:after {
	transition: all .3s;
	background-size: 4em;
}
/*
a.showlink.best.featured:after {
	content: '*';
	display: inline-block;
	width: 0;
	position: relative;
	font-size: 1.5em;
	top: 0.125em;
	color: #b28d28;
	line-height: 0;
}*/
.day {
	transition: background-color .2s ease-out;
}
.day:hover {
	cursor:pointer;
	transition: background-color .2s ease-out;
}

.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 {
	position: relative;
}

.cal #availability {
	position: absolute;
	top: 0;
	right: 0;
}

#cal .hed {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2em;
}

/* navigation */

.cal-next,
.cal-prev {
	display: block;
	position: relative;
	font-size: 1.5rem;
	height: 1em;
	flex: 0 0 1em;
	z-index: 1;
	border-radius: 50%;
	transition: all .2s;
	padding: 0;
}
.month:first-child .cal-prev,
.month:last-child .cal-next {
	opacity: 0;
	pointer-events: none;
}

.cal-next:hover, .cal-prev:hover{
	color: #f00;
	background: transparent;
}

.cal-next:hover {
  /*background: #e9011b;*/
	transform: translateX(5%);
}
.cal-prev:hover {
  /*background: #e9011b;*/
	transform: translateX(-5%);
}
.cal-next:active {
  /*background: #e9011b;*/
	transform: scale(.9);
}
.cal-prev:active {
  /*background: #e9011b;*/
	transform: scale(.9);
}

.cal-next::before,
.cal-prev::before {
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	color: #000;
	transition: all .2s;
	position: absolute;
	border-radius: 1.5px;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cal-next::before {
	content: '\25B6';
}
.cal-prev::before {
	content: '\25C0';
}
.cal-next:hover::before,
.cal-prev:hover::before {
  color: #f00;
}

/* --- upcoming --- */
#upcoming {
	max-width: 100%;
	position: relative;
  padding: 4em 0 1em;
	margin: 0 auto;
	z-index: 0;
}
#upcoming .container {
	max-width: 58em;
}
#upcoming h2 {
	margin-bottom: .375em;
	margin-top: 0;
	text-align: left;
}
#upcoming .week {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
	flex-wrap: wrap;
	row-gap: .375em;
}
#upcoming .day {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 5.25em;
	min-width: 4em;
  padding: 1em 0;
  font-weight: normal;
  text-align: center;
	text-transform: uppercase;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media (max-width:768px) {
  #upcoming .week {
    font-size: 2.375vw;
  }
	#upcoming .day {
    flex: 1 1 calc(90% / 7);
	}
  #upcoming .week .day:nth-last-child(1),
  #upcoming .week .day:nth-last-child(2),
  #upcoming .week .day:nth-last-child(3),
  #upcoming .week .day:nth-last-child(4) {
  }
}
#blurbs #sexual-misconduct-of-the-middle-classes h2,
#upcoming a.sexual-misconduct-of-the-middle-classes {
	color: #d6120a;
}
#blurbs a.event.creditors h2,
#upcoming a.creditors {
	color: #99a6f6;
}
#calendar a.event.readings h2,
#upcoming a.readings {
	color: #78c659;
}
#upcoming a.energy-curfew-music-hour:hover {
	background-color: #99f6f3;
}
#upcoming a.energy-curfew-music-hour {
	color: #36c2ba;
}
#upcoming a.energy-curfew-music-hour:hover {
	background-color: #99f6f3;
}
#upcoming a.energy-curfew-music-hour {
	color: #36c2ba;
}
#blurbs #the-pansy-craze h2,
#upcoming a.the-pansy-craze {
	color: #f78bf5;
}
#upcoming a.the-pansy-craze:hover {
	background-color: #f78bf5;
}
#blurbs #patton-oswalt h2,
#upcoming a.patton-oswalt {
	color: #40f21b;
}
#upcoming a.patton-oswalt:hover {
	background-color: #40f21b;
}
#blurbs #devon-franklin h2,
#upcoming a.devon-franklin {
	color: #f49287;
}
#upcoming a.devon-franklin:hover {
	background-color: #f49287;
}
#blurbs #mexodus h2,
#upcoming a.mexodus {
	color: #f00;
}
#upcoming a.mexodus:hover {
	background-color: #f00;
}
#upcoming a.day:hover {
	color: #fff;
	cursor:pointer;
}
#upcoming a.day {
	background-color: #fff;
}
#selected-date a {
	color: #fff;
}
#upcoming a.sexual-misconduct-of-the-middle-classes:hover,
#selected-date a.sexual-misconduct-of-the-middle-classes {
	background-color: #d6120a;
}
#upcoming a.creditors:hover,
#selected-date a.creditors {
	background-color: #99a6f6;
}
#upcoming a.readings:hover,
#selected-date a.readings {
	background-color: #78c659;
}
#upcoming a.energy-curfew-music-hour:hover,
#selected-date a.energy-curfew-music-hour {
	background-color: #99f6f3;
}
#upcoming a.the-pansy-craze:hover,
#selected-date a.the-pansy-craze {
	background-color: #f78bf5;
}
#upcoming a.the-pansy-craze:hover,
#selected-date a.the-pansy-craze {
	background-color: #f78bf5;
}
#upcoming a.patton-oswalt:hover,
#selected-date a.patton-oswalt {
	background-color: #40f21b;
}
#upcoming a.patton-oswalt:hover,
#selected-date a.patton-oswalt {
	background-color: #40f21b;
}
#upcoming a.devon-franklin:hover,
#selected-date a.devon-franklin {
	background-color: #f49287;
}
#upcoming a.devon-franklin:hover,
#selected-date a.devon-franklin {
	background-color: #f49287;
}
#upcoming a.mexodus:hover,
#selected-date a.mexodus {
	background-color: #f00;
	margin: 0 .25em;
}
#upcoming a.mexodus:hover,
#selected-date a.mexodus {
	background-color: #f00;
}
@media (max-width: 532px) {
  #upcoming .day:nth-of-type(20),
  #upcoming .day:nth-of-type(21),
  #upcoming .day:nth-of-type(22),
  #upcoming .day:nth-of-type(23),
  #upcoming .day:nth-of-type(24),
  #upcoming .day:nth-of-type(25),
  #upcoming .day:nth-of-type(26),
  #upcoming .day:nth-of-type(27) {
    display: none;
  }
	#upcoming .day {
    flex: 1 1 calc(90% / 3);
		font-size: 4vw;
	}
}
#upcoming .day .info {
	display: none;
}
#upcoming .date {
  margin: 0 auto;
  height: 2em;
  color: #000;
  font-size: 1em;
}
#upcoming .week span.time {
	display: inline-block;
	padding: .2em 0;
	align-self: center;
	transition: all .2s ease-out;
	line-height: 1;
	font-size: 1em;
	margin: 0 auto;
	width: auto;
}
#upcoming a:hover {
  text-decoration: none;
}
#upcoming .btn {
  margin-top: .5em;
}
#upcoming .btn img {
  max-width: 12em;
}
#upcoming .btn:hover {
  color: #fff;
}

#upcoming a.showlink.best {
	color: #60aa27;
}

/* resizing desktop calendar for mobile */
@media (max-width:767px) {
	a.showlink {
		padding: .25em .25em .375em;
	}
}

/* cal callout */
/* jeremy-ryan callout */
#cal-callout-jan,
.day.day-2025-01-19:before {
	position: absolute;
	z-index: -1;
	top: .01em;
	left: 0;
	width: 315.25%;
	height: 100%;
	background-image: url(../_img/cal-callout-jan.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.webp #cal-callout-jan
.webp .day.day-2025-01-19:before {
	background-image: url(../_img/cal-callout-jan.webp);
}
.day.day-2025-01-19:before{
	content: '';
}
#cal-callout-jan:before {
	content: '';
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../_img/cal-callout-jan-top.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.webp #cal-callout-jan:before {
	background-image: url(../_img/cal-callout-jan-top.webp);
}
#cal-callout-jan {
	z-index:4;
	top: 0; left: 0;
	pointer-events: none;
	background: transparent;
}
.day-2025-01-19,
.day-2025-01-20,
.day-2025-01-21 {
	background: transparent;
}
.day.gala:before,
.day.gala:after {
	content: '★';
	position: absolute;
	top: 29%;
	left: 50%;
	transform: translateX(calc(-50% - 1.1875em));
	font-size: 1.375em;
}
.day.gala:after {
	content: 'Gatsby Centennial Gala';
	top: 23%;
	left: 67%;
	transform: translateX(-50%);
	font-size: .525em;
	line-height: 1.125;
	text-transform: uppercase;
}
.callout a.showlink {
	background-color: #000;
	color: #cfa94e;
}
.callout .time {
	background-color: #ecd79a;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	clip-path: inset(1px);
	z-index:1;
}
.callout a.showlink:hover .time {
	background-image: none;
	background-color: #fff;
}
.callout a.showlink:after {
	content: '';
	position: absolute;
	height: 100%; width: 100%;
	top: 0; left: 0;
	background: #000;
	z-index: -1;
}
.day.day-2025-01-19 .num {
  right: auto;
	left: 0.375em;
}
.day.day-2025-01-20 .num {
	display: none;
}
.day.day-2025-01-19,
.day.day-2025-01-21 {
	color: #fff;
}
/* eva callout */
.day.day-2025-01-30:before {
	position: absolute;
	z-index: -1;
	top: .01em;
	left: 0;
	width: 210%;
	height: 100%;
	background-image: url(../_img/cal-callout-eva.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.webp .day.day-2025-01-30:before {
	background-image: url(../_img/cal-callout-eva.webp);
}

.day.day-2025-01-30:before{
	content: '';
}
#cal-callout-jan {
	z-index:4;
	top: 0; left: 0;
	pointer-events: none;
	background: transparent;
}
.day-2025-01-30,
.day-2025-01-31 {
	background: transparent;
}
.callout a.showlink:hover .time {
	background-image: none;
	background-color: #fff;
}
.day.day-2025-01-30 .num {
  	right: 0.375em;
}
.day.day-2025-01-30,
.day.day-2025-01-31 {
	color: #fff;
}
#calendar-2025-01-30-mat, #calendar-2025-01-30-eve {
	background-color: black;
	color: #cfa94e;
}

/*  */
.day.day-2025-02-10:before {
	position: absolute;
	z-index: -1;
	top: .01em;
	left: 0;
	width: 210%;
	height: 100%;
	background-image: url(../_img/cal-callout-sarah.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.webp .day.day-2025-02-10:before {
	background-image: url(../_img/cal-callout-sarah.webp);
}

.day.day-2025-02-10:before{
	content: '';
}
#cal-callout-feb {
	z-index:4;
	top: 0; left: 0;
	pointer-events: none;
	background: transparent;
}
.day-2025-02-10,
.day-2025-02-11 {
	background: transparent;
}
.callout a.showlink:hover .time {
	background-image: none;
	background-color: #fff;
}
.day.day-2025-02-10 .num,.day.day-2025-02-11 .num {
  	display: none;
}
.day.day-2025-02-10,
.day.day-2025-02-11 {
	color: #fff;
}
#calendar-2025-02-10-mat, #calendar-2025-02-10-eve {
	background-color: black;
	color: #cfa94e;
}
#selected-date .event > span.info {
	display: none;
}

/* March 2025 calendar edits */
@media (min-width:768px) {
	#selected-date{
		display: none !important;
	}
	#cal .day .event > span.info {
		position: absolute;
		top: 0;
		left: 100%;
		transform: translate(-62%,-36%);
		height: 1em;
		width: 1em;
		color: transparent;
		background-color: transparent;
	}
	#cal .day > .event .info:after {
		content: '*';
		color: #000 !important;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: .5em;
		width: .5em;
		font-size: .75em;
		color: transparent;
		background-color: transparent;
	}
	#cal .day > .event:hover .info {
		height: auto;
		width: 16em;
		top: auto;
		left: 100%;
		bottom: 50%;
		color: #000;
		background: #fff;
		border-radius: .5em;
		padding: 1em;
		font-size: .75em;
		text-transform: none;
		line-height: 1.4;
		z-index: 2000000;
		text-align: left;
		filter: drop-shadow(.1em .1em .3em #0008);
	}
	#cal .day > .event:hover .info:after {
		display: none;
	}
	#cal .day > .event .asterix {
		display: none!important;
	}

	#selected-date .info.sexual-misconduct-of-the-middle-classes,
	#cal .day > .event:hover .info.sexual-misconduct-of-the-middle-classes {
		color: #d6120a;
	}
	#selected-date .info.creditors,
	#cal .day > .event:hover .info.creditors {
		color: #99a6f6;
	}
	#selected-date .info.readings,
	#cal .day > .event:hover .info.readings {
		color: #78c659;
	}
	#selected-date .info.energy-curfew-music-hour,
	#cal .day > .event:hover .info.energy-curfew-music-hour {
		color: #99f6f3;
	}
	#selected-date .info.the-pansy-craze,
	#cal .day > .event:hover .info.the-pansy-craze {
		color: #f78bf5;
	}
	#selected-date .info.patton-oswalt,
	#cal .day > .event:hover .info.patton-oswalt {
		color: #40f21b;
	}
	#selected-date .info.devon-franklin,
	#cal .day > .event:hover .info.devon-franklin {
		color: #f49287;
	}
	#selected-date .info.mexodus,
	#cal .day > .event:hover .info.mexodus {
		color: #f00;
	}
}
@media (min-width:769px) {
	.month {
	  background-color: white;
		background: transparent;
    padding: 0 2em;
    border-radius: 1em;
	}
	#calendar {
		margin-top: -6em!important;
	}
}

/* new calendar interface */
@media (max-width:768px) {
	#cal {
		font-size: 1.25em;
		background-color: #fff;
    width: 24em;
    min-height: 24em;
    padding: 1em;
    border-radius: 1em;
	}
	.day.hidden {
		display: block;
	}
	#cal .day-hed {
		display: none;
	}
	#cal .day > .event {
		height: 5px;
		width: 5px;
		overflow: hidden;
		border-radius: 50%;
		position: absolute;
		top: calc(50% + .5em);
	}
	#cal .month .hed {
		margin: .625em auto 1.375em;
		display: flex;
		align-items:center;
		justify-content: stretch;
		flex-flow: row;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	#cal .month h3 {
		flex: 1 1 calc(100% - 3em);
	}
	#cal .day span.num {
		top: 50%;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	}
	#cal .day {
		padding: 7% 0;
	}
	#cal .day * {
		pointer-events: none;
		text-align: center;
	}
	#cal .day .time {
		display: none;
	}
	#cal .day > .event.mat,
	#cal .day.late > .event.eve
	/*.day > .event:nth-child(2),*/ {
		left:40%;
	}
	#cal .day > .event.eve,
	#cal .day.late > .event.late
	/*.day > .event:nth-child(3),*/ {
		left:60%;
	}
	#cal .day.active > .event {
		display: none;
	}
	#cal .day a.showlink {
	}
	#cal .day a.showlink:after {
		content: '\2022';
		display: inline-block;
	}
	#cal .day .event {
		padding: 0;
	}
	#cal .day > .event {
		color: transparent;
	}
	#cal .day.sexual-misconduct-of-the-middle-classes {
		color:#60aa27;
	}
	#cal .day.best {
		color:#60aa27;
	}
	#cal .day.best {
		color:#60aa27;
	}
	#cal .day.info .num:after {
		content:'*';
		position: absolute;
		top: .25em;
		left: 90%;
	}
	#cal .day > .event.mat,
	#cal .day > .event.eve,
	#cal .day > .event.late {
		top: 77%;
	}

	#cal #overlay.tickets .num {
		display: none;
	}
	#cal .day .num {
		font-size: 1em;
		padding: .25em 0;
		width: 1.5em;
		height: 1.5em;
		line-height: 1;
		transition: color .2s ease-out, background-color .2s ease-out;
	}
	#cal .day:hover .num,
	#cal .day:active .num,
	#cal .day.active .num {
		background-color: #000;
		color: #fff;
	}
	#cal .day.best:hover .num,
	#cal .day.best:active .num,
	#cal .day.best.active .num {
		background-color: #60aa27!important;
		color: #fff;
	}
	
	/* navigation */
	
	#cal .cal-next,
	#cal .cal-prev {
		display: block;
		position: relative;
		font-size: 1.5rem;
		height: 1em;
		flex: 0 0 1em;
		z-index: 1;
		border-radius: 50%;
		transition: all .2s;
		padding: 0;
		margin-bottom: 4px;
	}
	#cal .month:first-child .cal-prev,
	#cal .month:last-child .cal-next {
		opacity: 0;
		pointer-events: none;
	}
	
	#cal .cal-next:hover, .cal-prev:hover{
		color: #bf49a2;
	}
	
	#cal .cal-next:hover {
		/*background: #e9011b;*/
		transform: translateX(5%);
	}
	#cal .cal-prev:hover {
		/*background: #e9011b;*/
		transform: translateX(-5%);
	}
	#cal .cal-next:active {
		/*background: #e9011b;*/
		transform: scale(.9);
	}
	#cal .cal-prev:active {
		/*background: #e9011b;*/
		transform: scale(.9);
	}
	#cal .cal-next::before,
	#cal .cal-prev::before {
		width: 100%;
		height: 100%;
		border: 0px solid transparent;
		color: #000;
		transition: all .2s;
		position: absolute;
		border-radius: 1.5px;
		line-height: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		pointer-events:none;
	}
	#cal .cal-next::before {
		content: '\25B6';
	}
	#cal .cal-prev::before {
		content: '\25C0';
	}
	#cal .cal-next:hover::before,
	#cal .cal-prev:hover::before {
	}
	#cal-nav {
		display: none;
	}
	#cal .month:first-child .day.past,
	#cal .month:last-child .day.post-closing {
		opacity: .5;
		pointer-events: none;
	}

	#cal .day.dark {
		opacity: .3125;
	}
	#cal .callout-availability {
		color: #000;
	}

	#cal .day a.event.sexual-misconduct-of-the-middle-classes {
		background-color: #d6120a;
	}
	#cal .day a.event.creditors {
		background-color: #99a6f6;
	}
	#cal .day a.event.readings {
		background-color: #78c659;
	}
	#cal .day a.event.energy-curfew-music-hour {
		background-color: #99f6f3;
	}
	#cal .day a.event.the-pansy-craze {
		background-color: #f78bf5;
	}
	#cal .day a.event.patton-oswalt {
		background-color: #40f21b;
	}
	#cal .day a.event.devon-franklin {
		background-color: #f49287;
	}
	#cal .day a.event.mexodus {
		background-color: #f00;
	}

	/* selected date */
	#selected-date-wrapper {
		padding: 1em;
		border-radius: 1em;
		width: 30em;
		margin: 0 auto 2em;
		background-color: #01deec;
		color: #fff;
	}
	body #selected-date {
		display: flex;
		flex-flow: column;
		align-items:center;
		justify-content:center;
		z-index: 2;
		min-height: 12.75em;
		font-size: 1rem;
		margin-top: -8em;
		padding-top: 8em;
	}
	body #selected-date span.num {
		display: none;
	}
	body #selected-date h2 {
		margin-top: 0;
		margin-bottom: .25em;
		font-family: 'ChampionWelterwt';
		color: #fff;
	}
	#selected-date a:hover,
	#selected-date a:active {
		color: #000;
		background-color: #ffffff;
		border-color: #ffffff;
		background-image: none;
		text-decoration: none;
	}
	#selected-date span.info {
		display: block;
		margin-top: .5em;
		font-weight: bold;
	}/*
	#selected-date .info.sexual-misconduct-of-the-middle-classes .date {
		color: #d6120a;
	}
	#selected-date .info.creditors .date  {
		color: #99a6f6;
	}
	#selected-date .info.readings .date {
		color: #78c659;
	}
	#selected-date .info.energy-curfew-music-hour .date {
		color: #99f6f3;
	}*/
}
@media (max-width:769px) {
	#selected-day-content > a#calendar-2025-09-15-eve:hover::after {
		color: black !important;
	}
	#selected-day-content > a#calendar-2025-09-15-eve:after {
		color: black !important;
	}
}
a#calendar-2025-09-15-eve {
	display: flex;
	align-items: center;
}

/* a#calendar-2025-09-15-eve::after { */
	/* content: ''; */
	/* background-image: url('../_img/img-mic.png');
	background-size: contain;
	background-repeat: no-repeat;
    position: relative;
    font-size: .875em;
    color: black;
    width: .5em;
    height: 1.1em;
    left: .2em;
	top: 1px; */
/* } */
a#calendar-2025-09-15-eve:hover::after {
	color: white !important;
}

.day a#calendar-2025-09-15-eve::after {
	left: 100%;
	font-size: 1.125em;
	top: 0;
	position: absolute;
}
