#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 {
	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:4px solid #fff3c8;
}

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

.month h3,
.cal-next,
.cal-prev {
	font-size: 250%;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

.month h3 {
	text-align: center;
	color: #fff3c8;
  text-transform: uppercase;
	letter-spacing: .05em;
	padding: 0 .5em;
	margin: 0;
	border: 1px solid #fff3c8;
}

.cal-next,
.cal-prev {
	position: absolute;
	top: 0;
	line-height: 1.375;
	cursor: pointer;
	padding: 0 .5em;
}

.month:first-of-type .cal-prev {
  display:none!important;
}

.hed-day {
	float: left;
  text-align: center;
  width: 14.28%;
  font-size: 150%;
  font-weight: bold;
}

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

.hed {
	position:relative;
}

.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%;
	display: none;
}

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

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

.day > span.num {
	position: absolute;
	padding: 0em;
	font-size: 95%;
	top: 4%;
	right: 5px;
	margin: auto;
	color: #fff3c8;
}

.day.active:hover{
}

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

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

.day .event {
	position:absolute;
	width:25px;
	margin:0 auto;
	left:-1px;
	right:0;
}

.day > .event:nth-child(3) {
	top:60% !important;
}

.day > .event:nth-child(2) {
	top:31% !important;
}

a.showlink {
	color: #fff3c8;
	font-size:130%;
	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;
	left:-1.25em;
	font-size:.65em;
	top:.4em;
}

.eva::before {
	content:'\2741';
	font-size: 1em;
	top: 0;
	right: 120%;
	left: auto;
}

.soldout {
	opacity:.4;
	pointer-events: none;
}

.soldout:hover {
	cursor:default!important;
}

@media (min-width:768px) and (max-width:900px) {
	.best::before {
  	top:.275em;
	}
	.best::before {
  	right:100%;
	}
}

@media (min-width:550px) and (max-width:767px) {
	.best::before,
	.eva::before {
	}
}

@media (max-width:549px) {
	.best::before {
		font-size: .8em;
  	top:.2em;
	}
}

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,
	.cal-prev {
		top: 2px;
	}

	.cal-next {
		right:10%;
	}

	.cal-prev {
		left:10%;
	}

	.month h3 {
		font-size:180%;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.dates-highlight {
		width:95%;
	}

	.cal-next {
		right:10%;
	}

	.cal-prev {
		left:10%;
	}

	a.showlink {
		font-size:120%;
	}

	.day > span.num {
	    position: absolute;
	    padding: 0em;
	    font-size: 85%;
	    top: 2%;
	    right: 5px;
	    margin: auto;
	}

  .day > .event:nth-child(2) {
		top:24%;
	}
}

@media (min-width:550px) and (max-width:767px) {
	.month {
		width:80%;
	}

	.dates-highlight {
		width:80%;
	}

	.cal-next {
		right:10%;
	}

	.cal-prev {
		left:10%;
	}

	a.showlink {
		font-size:140%;
		width:20px;
	}
}
