.popover.calendar-event-popover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: rgb(120, 120, 120);
	border-radius: 2px;
	max-width: 300px;
}
.popover.calendar-event-popover h3 {
	font-size: 20px;
	font-size:2rem;
	font-weight: 300;
}
.popover.calendar-event-popover .location,
.popover.calendar-event-popover .datetime {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
.popover.calendar-event-popover .location > span,
.popover.calendar-event-popover .datetime > span {
	margin-right: 10px;
}
.popover.calendar-event-popover a.btn {
	margin-top: 10px;
	width: 100%;
	border-radius: 3px;
}

/* declare a 7 column grid on the table */
#calendar {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	font-family: 'Open Sans', sans-serif;
}

#calendar tr, #calendar tbody {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	width: 100%;
}

caption {
	text-align: center;
	grid-column: 1 / -1;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0;
}

#calendar a {
	color: #8e352e;
	text-decoration: none;
}

#calendar td, #calendar th {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
}

#calendar .weekdays {
	background: #8b032c;  
}


#calendar .weekdays th {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar td {
	min-height: 180px;
	display: flex;
	flex-direction: column;
}


#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    background: #333;
    color: #fff;
    width: 25px;
    border-radius: 50%;
    flex: 0 0 auto;
    align-self: flex-end;
    height: 25px;
    line-height: 20px;
    padding: 3px 4px 4px 4px;
}
#calendar td.other-month .date {
	display:none;
}


#calendar .event {
	flex: 0 0 auto;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #F5F5F5;
	border: 1px solid #ccc;
	color: #386FB3;
	text-decoration: none;
	cursor: pointer;
}


#calendar .event.planet {
	background: #FFF;
	border: 1px solid #9F3B93;
	color: #9F3B93;
}
#calendar .event.planet h3 {
	color: #9F3B93;
}
#calendar .event.holiday div.datetime {
	color:#9F3B93 !important;
}			


#calendar .event.holiday {
	background: #FFF;
	border: 1px solid #8b032c;
	color: #8b032c;
}
#calendar .event.holiday h3 {
	color: #8b032c;
}
#calendar .event.holiday div.datetime {
	display:none;
}

#calendar .event.acad-cal {
	background: #8b032c;
	border: 1px solid #8b032c;
	color: #f0c230;
}
#calendar .event.acad-cal h3 {
	color: #f0c230;
	font-weight:900;
	text-align:center;
	line-height:150%;
}
#calendar .event.acad-cal div.datetime {
	display:none;
}

#calendar .event.athl {
	background: #f0c230 ;
	border: 1px solid #f0c230;
	color: #8b032c;
}
#calendar .event.athl h3 {
	color: #8b032c;
}
#calendar .event.athl div.datetime {
	color: #8b032c !important; 
}

#calendar .event-desc {
	color: #666;
	margin: 3px 0 7px 0;
	text-decoration: none;	
}

#calendar .other-month {
	background: #f5f5f5;
	color: #666;
}

/* Alex Additions */

td.day div.event h3 {
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px;
	color:#333;
}
td.day div.event > .desc,
td.day div.event > .location,

td.day div.event > .link,
td.day div.event > .attending {
	display: none;
}
.datetime {font-size:11px;}	

/* ============================
Mobile Responsiveness
============================*/


@media(max-width: 768px) {

	#calendar .weekdays, #calendar .other-month {
		display: none;
	}

	#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}

	#calendar, #calendar tr, #calendar tbody {
		grid-template-columns: 1fr;
	}

	#calendar  tr {
		grid-column: 1 / 2;
	}

	#calendar .date {
		align-self: flex-start;
	}
}

div.f-outer {
	background: no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.f-inner {
background: -moz-linear-gradient(top, rgba(139,3,44,0) 0%, rgba(139,3,44,0.8) 47%, rgba(139,3,44,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(139,3,44,0) 0%,rgba(139,3,44,0.8) 47%,rgba(139,3,44,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(139,3,44,0) 0%,rgba(139,3,44,0.8) 47%,rgba(139,3,44,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b032c', endColorstr='#cc8b032c',GradientType=0 ); /* IE6-9 */
}
div.f-inner h2, div.f-inner h2 small, div.f-inner p {color:#fff;}
div.f-inner h2 small {font-weight:100;}
div.f-inner p {line-height:1.6;}
h3.event-title {
	font-size:30px;
	font-size:3rem;
	font-weight:300;
}

/*MINI CALENDAR*/

/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
	display: none;
	/* width: 294px; */
	padding: 10px;
	cursor: default;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border: 1px solid #8b032c;
	border-radius: 6px;
}

/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title { text-align: center; }

/* Month */
.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #565656;
	font-size: 18px;
}

.ui-datepicker-month:before {

}

/* Year */
.ui-datepicker-year {

	color: #8b032c;
	font-size: 18px;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 5px;
	height: 10px;
	position:fixed;
	left:-99999px;
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -5px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	color: #8b032c;
}

.ui-datepicker-calendar td {
	padding: 4px;
	text-align: center;
	line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: 26px;
	outline: none;
	text-decoration: none;
	color: #333;
	border: 1px solid transparent;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active {
	color: #8b032c;
	border-color: #8b032c;
}

/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #565656; }

a.ui-datepicker-prev:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
	font-weight:900;
}
a.ui-datepicker-next:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
	font-weight:900;
}



