#cal-container {
	position: relative;
	font-size: .875em;
	line-height: 1em;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

#calendar {
	margin-top: -4em!important;
	padding-top: 4em;
}

.calendar {
	text-align: center;
	width:100%;
}


.month {
	display: none;
	width: 100%;
	margin: 1%;/*
	background:#100e0b;*/
	margin:0 auto;
	font-family: garage-gothic, sans-serif;
	font-weight: 700;
	border: .125em solid #fff3c8;
}

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

.month h3,
.cal-next,
.cal-prev {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
}

.month h3 {
	text-align: center;
	color: #fff3c8;
  text-transform: uppercase;
	letter-spacing: .025em;
	padding: 0 .5em;
	margin: 0;
	flex: 1 1 calc(100% - 2em);
}

.cal-next,
.cal-prev {
	cursor: pointer;
	padding: 0 .5em;
	transition: all .2s;
	color: #fff4c8;
	border: 0;
}
@media (max-width:767px){
	.cal-next,
	.cal-prev {
		line-height: .875;
	}
}
.cal-next:hover,
.cal-prev:hover {
	color: #c50000;
}

.month:first-of-type .cal-prev,
.month:last-of-type .cal-next {
  opacity: 0;
	pointer-events:none;
}
.day-hed {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: .125em auto .1875em;
}
.hed-day {
	float: left;
  text-align: center;
	font-size: .75em;
	letter-spacing: 0.125em;
	font-weight: normal;
	font-family: 'trade-gothic-next-condensed';
}

.hed-day:nth-of-type(9) {
	border-right:0px solid #000;
}

.hed {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: stretch;
	border: 1px solid #fff3c8;
}

.show-day-2022-04-25 a.showlink {
	display:none;
}


.show-day-2022-10-01 a.showlink.error {
	display:none;
}

.show-day-2022-10-01 a.showlink.eve {
	top:59%;
}

.cal-next {
	right: 18%;
}

.cal-prev {
	left: 18%;
}

.day {
	float: left;
	text-align: left;
	width: 14.24%;
	padding-bottom: 4em;
	position: relative;
	font-size: 1.125em;
	border-left:1px solid #fff3c8;
	border-top:1px solid #fff3c8;
}

.day:first-of-type {
	border-left:0px;
}

.day > span.num {
	font-family: 'trade-gothic-next-condensed';
	position: absolute;
	padding: 0em;
	font-size: .625em;
	top: .25em;
	left: .25em;
	margin: auto;
	color: #fff3c8;
}

.day.inUse {
	background: rgba(100,150,205,1);
}

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

.day .event {
	position: absolute;
	width: 1.375em;
	margin: 0 auto;
	left: 50%;
	right: auto;
	text-align: center;
	transform: translate(-50%);
}

.day > .event.eve {
	top:62% !important;
}

.day > .event.mat {
	top:29% !important;
}

a.showlink {
	color: #fff3c8;
	font-size:1.125em;
	margin:0 auto;
	display:block;
	width:25px;
	letter-spacing:.05em;
}

a.showlink:hover {
	cursor:pointer;
}

.best::before,
.eva::before {
	content:'\2605';
	color:#c50000;
	position:absolute;
	right: -1em;
	font-size: .5em;
	top: 50%;
	transform: translateY(-60%);
	z-index: -1;
}
.eva::before {
	content:'\2741';
	font-size: 1em;
	top: 0;
	right: 120%;
	left: auto;
}
.soldout {
	opacity:.4;
	pointer-events: none;
}
.soldout:hover {
	cursor:default!important;
}
a.showlink:hover {
	opacity:1;
	color: #c50000;
}
.day:hover {
}
.day:hover a.showlink {
	visibility:visible;
}
.dates-highlight {
	height:auto;
	clear:both;
	text-align:center;
	width:80%;
	margin:10px auto 0;
	margin-bottom: 1.5em;
	left:0;
	right:0;
	border-top: 2px solid #6a6a6a;
}
.dates-highlight h3 {
	font-size:140%;
	text-transform:uppercase;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width:767px) {
	.cal-next {
		right:10%;
	}
	.cal-prev {
		left:10%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.dates-highlight {
		width:95%;
	}
	.cal-next {
		right:10%;
	}
	.cal-prev {
		left:10%;
	}
  .day > .event:nth-child(2) {
		top:24%;
	}
}

@media (min-width:550px) and (max-width:767px) {
	.dates-highlight {
		width:80%;
	}
	.cal-next {
		right:10%;
	}
	.cal-prev {
		left:10%;
	}
}

@media (max-width:767px) {
  .day {
		height: 5em;
	}
}

@media (max-width:532px) {
  .day {
		height: 5.5em;
	}
}