/**
 * Gel 2017.0
 * Main Gel Stylesheet
 * @version 2017.0.2 - r5
 * @modified 2020-09-02 by Alexandria Stull
 */.submit-an-event {
	position: absolute;
	top: 3.5em;
	right: 6%;
}
.calendar-nav-bar {
	width: 100%;
	border: 2px solid #D2E5E5;
	padding: 1em;
	margin-bottom: 2em;
}
.calendar-nav-bar h3 {
	margin: 0;
	color: #67AA46;
}
.list-filters-o {
	display: flex;
	flex-wrap: wrap;
	margin-left: .5em;
}
.list-filters-i {
	flex: 1 0 100%;
	width: 100%;
	border-bottom: 1px solid #D2E5E5;
	margin: 0 0 .8em;
	padding: 0 0 .8em;
}
.list-filters-i .toggle-link {
	background: #FFF;
	color: #E0AE2C;
	font-size: 1.625em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-filters-i .toggle-link:hover {color: #D07F39;}
.list-filters-i .toggle-box {
	display: none;
}
.list-filters-i ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-filters-i li {
	width: 100%;
	padding: .25em .5em;
	list-style-type: none;
}
.list-filters-i .filter-divider {
	height: 2px;
	background: #D2E5E5;
	padding: 0;
}
.list-filters-i .filter-divider + .filter-divider {
	display: none;
}
.list-filters-i a {
	
	width: 100%;
	
	font-style: normal;
	margin: 0;
}
.list-filters-i a:hover {
}
.cal-event-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #D2E5E5;
	justify-content: center;
	margin: 0 0 4em 2em;
	padding: 2em 1em 0em;
	flex: 0 0 245px;
	width: 245px;
}
.cal-event-box h4 {
	margin: 0;
	color: #006838;
	font-size: 1.25em;
}
.cal-event-box h4 a {
	margin-top: 0;
	color: #006838;
	background: linear-gradient(to bottom, transparent 68%, #fff 0) center center/0% 75% no-repeat;
}
.cal-event-box p {
	line-height: 1.7em;
	color: #006838;
	font-size: 1em;
	margin: .5em 0 0;
}
.month_header {
	margin: .5em 0 2em .8em;
	padding: 0;
	color: #67AA46;
	text-transform: uppercase;
	font-weight: 700;
}
@media screen and (max-width: 900px) {
	.submit-an-event {
		position: static;
	}
}
@media screen and (max-width: 800px) {
	.dropdown.list-filters {
		width: 100%;
		margin: 1em 0 0;
	}
	.calendar-nav-bar h5 {
		float: none;
	}
}
@media screen and (max-width: 650px) {
	.dropdown.list-filters > li {
		width: 48%;
		margin-right: 0;
	}
	.dropdown.list-filters > li:nth-of-type(2) {
		float: right;
	}
	.dropdown.list-filters li ul,
	.dropdown.list-filters li ul li,
	.dropdown.list-filters li ul li a {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.dropdown.list-filters > li {
		z-index: 1;
		width: 100%;
		margin-bottom: 1em;
	}
}


.submit-an-event.search-bar {
	margin: -8em 0 0 0;
}
.calendar li.submit-event {
	float: right;
	width: 160px;
	padding: .6em 0 0 0;
	text-align: right;
}
.calendar li.submit-event a {
	width: 9em;
	margin: 0;
	padding: .1em 17%;
	border-width: 1px;
	text-transform: none;
}
.calendar-nav-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: solid 1px #540B00;
}
.dropdown.tabular-filter>li {
	z-index: 1;
	width: 14em;
	margin: 0;
	padding: .5em 0;
	background: #555;
	color: #fff;
	font-size: .8em;
	text-align: center;
	font-weight: normal;
}
.tabular-filter>li:hover {
	background: #808080;
}
.dropdown.tabular-filter li ul {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14em;
	height: auto !important;
	margin: 0;
	padding: 0;
}
.tabular-filter a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}
.dropdown.tabular-filter ul li:hover a {
	background: #555;
	color: #fff;
	text-decoration: none;
}
.calendar {
	width: 100%;
}
.calendar ul {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.calendar ul.weekdays {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	border: solid 1px #A09273;
}
.calendar ul.weekdays li {
	padding: 8px 6px;
	border: none !important;
	color: #A09273;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.all-days {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.days {
	width: 100%;
}
.calendar li {
	float: left;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14.2857142857%;
	overflow: visible;
	padding: 5px;
	border-right: 1px solid #B7AB91;
	border-bottom: 1px solid #B7AB91;
}
.calendar .days:last-child li {
	margin-bottom: 0;
}
.calendar li .day,
.calendar li .month {
	display: none;
}
.calendar .date {
	margin: 0 0 0 3%;
	text-align: left;
}
.calendar li.calendar-day {
	min-height: 11em;
	color: #A09273;
	text-align: center;
}
.calendar li.calendar-day:nth-of-type(1) {
	border-left: 1px solid #B7AB91
}
.calendar li.today {
	color:#62300B;
	background: #f1f1f1;
}
.calendar li.calendar-day a {
	display: block;
	margin: 0 0 5px;
	padding: .3em 5%;
	line-height: 1.2em;
	text-decoration: none;
}
.calendar p {
	margin: 0;
}
@media screen and (min-width: 800px) {
	.calendar-nav-tab ul.month-browser {
		flex: 1 0 auto;
		width: auto;
		margin: .75em;
		list-style: none outside none;
	}
	.calendar-nav-tab ul.month-browser li {
		float: left;
		height: auto;
		margin: 0;
		border: 0;
		text-align: center;
		text-transform: uppercase;
	}
	.calendar-nav-tab li.calendar_nav {
		width: auto;
		padding: 1.25em 0 0;
	}
	.calendar-nav-tab li.calendar_nav a {
		text-decoration: none;
	}
	li#current-month {
		width: auto;
		padding: .25em 25px 0;
		font-size: 1.5em;
	}
}
@media screen and (max-width: 799px) {
	.dropdown.tabular-filter {
		width: 100%;
		margin: 0 0 1em;
	}
	.calendar-nav-tab ul.month-browser {
		width: 100%;
		margin: 1em 0;
		list-style: none outside none;
	}
	.month-browser a {
		text-decoration: none;
	}
	.month-browser li:first-of-type {
		float: left;
	}
	.month-browser li#current-month {
		float: left;
		width: 100%;
		margin-top: -1.5em;
		font-size: 1.75em;
		text-align: center;
	}
	.month-browser li:nth-of-type(3) {
		float: right;
		margin-top: -3.05em;
	}
	.dropdown.tabular-filter {
		margin: 1em 0 0;
	}
	.dropdown.tabular-filter li,
	.dropdown.tabular-filter li ul,
	.dropdown.tabular-filter li ul li,
	.dropdown.tabular-filter li ul li a {
		width: 100%;
	}
	.all-days {
		padding: 5px 0 25px;
	}
	.calendar ul {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.calendar li.out_of_range,
	.calendar .weekdays {
		display: none;
	}
	.calendar li.calendar-day {
		float: none;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
		width: 96%;
		padding: 0 10px 5px;
		border-right: none;
		border-radius: 0;
		margin: 6px auto;
		font-size: 28px;
	}
	.calendar li.calendar-day:nth-of-type(1) {
		border-left: none;
	}
	.calendar .days:first-child li:first-of-type {
		border-top: 1px solid #B7AB91;
	}
	span.day {
		font-size: 12px;
	}
	.calendar li.calendar-day {
		min-height: 0;
	}
	.calendar li .day,
	.calendar li .month {
		display: inline;
		color: #666;
	}
	.calendar li.calendar-day a {
		text-align: center;
		padding: 3px 5% 4px;
		font-size: 13px;
		border-radius: 14px;
		border-top: solid 1px #555;
	}
	.calendar .no-shows {
		display: block;
		color: #ccc;
		text-align: center;
	}
	.calendar .date {
		height: 1.6em;
		margin-left: 0;
		line-height: 1.8em;
	}
}
@media screen and (max-width: 600px) {
	.month-browser li:nth-of-type(3) {
		margin-top: -2.5em;
	}
}
@media screen and (max-width: 375px) {
	.month-browser li#current-month {
		margin-top: -2.4em;
		font-size: 1.75em;
	}
	.month-browser li:first-of-type {
		margin-top: 2.5em;
	}
	.month-browser li:nth-of-type(3) {
		margin-top: -1.8em;
	}
}


.calendar .calendar-day .seminar a,
.calendar .calendar-day .concerto a,
.calendar .calendar-day .workshop a,
.calendar .calendar-day .wedding a,
.calendar .calendar-day .birthday a,
.calendar .calendar-day .anniversary a {
	border-radius: 8px;
	color: #fff;
}
.calendar .calendar-day .seminar a {
	background-color: #d2d0c4
}
.calendar .calendar-day .concerto a {
	background-color: #B2B0A4
}
.calendar .calendar-day .workshop a {
	background-color: #7C7B74
}
.calendar .calendar-day .wedding a {
	background-color: #5c5b54
}
.calendar .calendar-day .birthday a,
.calendar .calendar-day .anniversary a {
	background-color: #3c3b34
}



.events-page h2 {
	color: #D07F39;
	border-bottom: 2px solid #BDCCD4;
	padding-bottom: .7em;
}
.cal-month {
	display: flex;
	flex-wrap: wrap;
}
.event-image-container.circle img {
	border-radius: 50%;
}
.event-image-container a {
	box-shadow: none;
	background: transparent;
}
.event-image-container a:hover img, .cal-event-box:hover .event-image-container img {
	border: 5px solid #E0AE2C;
}
img.cal-event-img {
	border: 5px solid #D2E5E5;
	height: auto;
	width: 175px;
}
.event-image-container {
	flex: 0 0 100%;
	margin-left: 0;
	display: flex;
	justify-content: center;
	margin-top: -4em;
	margin-bottom: 1em;
}
.event-text {
	flex: 0 0 100%;
	text-align: center;
	margin-left: 0;
}
.cal-event-box h4 a:hover, .event-details-link.button:hover, .cal-list-edit-link a:hover {
	background-size: 100% 100%;
}
.event-details-link.button, .cal-list-edit-link a {
	background: linear-gradient(to bottom, transparent 68%, #fff 0) center center/0% 75% no-repeat;
}
p.cal-list-edit-link {
	font-size: .8em;
}
.list-filters-i:first-of-type {
	margin-top: .8em;
}
.list-filters-i:last-of-type {
	border-bottom: none;
	margin-bottom: .3em;
	padding-bottom: 0;
}
.toggle-link p {
	margin: 0;
}
.box-open svg {
	transform: rotate(45deg);
}
.box-open p {
	color: #D07F39;
}
span.cal-date-display {
	font-weight: 700;
	color: #D07F39;
}
span.cal-days {
	font-size: 1.35em;
	margin-left: .2em;
}
span.cal-time-display {
	font-size: 1.15em;
}
span.cal-frequency-display {
	font-size: .9em;
}
@media screen and (max-width: 1180px) {
	.event-image-container {
		flex: 0 0 100%;
		margin-left: 0;
		display: flex;
		justify-content: center;
		margin-top: -4em;
		margin-bottom: 1em;
	}
	.event-text {
		flex: 0 0 100%;
		text-align: center;
		margin-left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.events-page .page-column-sr {
		order: 1;
		padding-top: 0;
		border-top: none;
		margin: 0 0 2em;
	}
	.events-page .page-column-full-sr {
		order: 2;
	}
}
@media screen and (max-width: 800px) {
	.event-image-container {
		flex: 0 0 100%;
		margin-left: 0;
		display: flex;
		justify-content: center;
		margin-top: -4em;
		margin-bottom: 1em;
	}
	.event-text {
		flex: 0 0 100%;
		text-align: center;
		margin-left: 0;
	}
	.cal-event-box {
		justify-content: center;
	}
	.month_header {
		margin: .5em 0 1.5em .2em;
	}
}
@media screen and (max-width: 700px) {
	.cal-event-box {
		flex: 1 0 100%;
		width: 100%;
		margin-left: 0;
	}
	.cal-event-box {
		margin: 2em auto 3em;
	}
}
@media screen and (max-width: 600px) {
	.cal-event-box p {
		font-size: .9em;
	}
	.event-details-link.button {
		font-size: 1em;
	}
	.event-details-link.button:after {
		border-top: 9px solid transparent;
		border-left: 14px solid #D07F39;
		border-bottom: 9px solid transparent;
		top: 2px;
	}
}