﻿/* Calendar */
form#event-date-filter label{
	color: #696b6c;
}
.calendar-holder{
	padding: 20px;
	border: solid 1px rgb(190, 190, 190);
	border-radius: 10px;
}

/* EVENT CARD */

.card-section .sub-title{
	font-weight: 500;
	margin-bottom: 1rem;
	text-transform: capitalize;
	color: #696b6c;
}

.card-section .dates,.card-section .time,.card-section .locales{
	font-size: 0.9rem;
}

/* EVENT DETAIL PAGE */

.event-sub-title{
	font-size: 1.5rem;
	text-transform: capitalize;
	color: #696b6c;
}

.event-date, .event-time{
	margin-bottom: .25rem;
}