/** general **/
#home-content .invisible{
	display: none;
}

/** calendar **/
#home-content #fullCalendar .grid3{
	padding-right: 10px;
	margin-bottom: 10px;
}
#home-content #fullCalendar .searchFilters > div{
	margin-bottom: 10px;
}
#home-content #fullCalendar .searchFilters label{
	font-weight: bold;
}
#home-content #fullCalendar .searchFilters input{
	width: 100%;
}
#home-content #fullCalendar .filter .container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#home-content #fullCalendar .filter input{
	position: absolute;
	opacity: 0;
}
#home-content #fullCalendar .filter .checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #ccc;
}
input#allChecker:checked + label .checkmark{
	background-color: #D9AA2A;
}
input#chkFeaturedEvents:checked + label .checkmark{
	background-color: #F00;
}
input#chkConferencesCamps:checked + label .checkmark{
	background-color: #360;
}
input#chkCultureDiversity:checked + label .checkmark{
	background-color: #c06;
}
input#chkExhibits:checked + label .checkmark{
	background-color: #630;
}
input#chkLecturesSeminars:checked + label .checkmark{
	background-color: #903;
}
input#chkMusicalPerformances:checked + label .checkmark{
	background-color: #660;
}
input#chkOpenHouse:checked + label .checkmark{
	background-color: #930;
}
input#chkTheatreDance:checked + label .checkmark{
	background-color: #333;
}
#home-content #fullCalendar .filter input + label.container:hover .checkmark{
	opacity: .5;
}
#home-content #fullCalendar .filter input[type="checkbox"]{
	display: none;
}
#home-content #fullCalendar .filter .checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
#home-content #fullCalendar .filter input:checked + label.container .checkmark:after{
	display: block;
}
#home-content #fullCalendar .filter .container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#home-content #fullCalendar .filter input + label.container .checkmark:focus{
	outline: #382140 dotted 3px;
}
#home-content #fullCalendar #loader{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #382140;
}
#home-content #fullCalendar .fc-scroller{
	overflow-x: scroll !important;
}
#home-content #fullCalendar .fc-header-toolbar button:focus{
	outline: #382140 dotted 3px;
	box-shadow: none;
}
#home-content #fullCalendar .fc-button{
	background-color: #6e3061;
}
#home-content #fullCalendar .fc-button:hover{
	background-color: #382140;
}
#home-content #fullCalendar .fc-button.fc-button-active{
	background-color: #382140;
}
#home-content #fullCalendar .fc-event-time{
	overflow: visible;
}
#home-content #fullCalendar .invisible{
	display: none;
}
#home-content #fullCalendar .eventDescription{
	font-size: .75em;
	font-style: italic;
}
#home-content #fullCalendar .fc-event-main{
	padding: 0 5px;
	white-space: normal;
}

/** event info **/
#home-content #eventInfoLinks img{
	width: 100%;
}

@media only screen and (max-width:768px){
	/** calendar **/
	#home-content #fullCalendar .grid3{
		padding-right: 0;
	}
	#home-content #fullCalendar .fc-toolbar-chunk{
		padding: 0 5px;
	}
	#home-content #fullCalendar .fc-toolbar-title{
		text-align: center;
	}
	#home-content #fullCalendar .fc-button{
		width: 100%;
		margin: 2px 0;
	}
	#home-content #fullCalendar .fc .fc-button-group{
		display: flex;
	}
	#home-content #fullCalendar .fc-direction-ltr .fc-toolbar > * > :not(:first-child){
		margin: 0;
	}
}