/**
 * Gel 2021.2
 * Main Gel Stylesheet
 * @version 2021.2.1 r 18
 * @created 2013-03-21 by Fritz Green
 * @modified 2021-11-30 by Fritz Green
 */

/*
font-family: Montserrat, Verdana, sans-serif;
font-family: Georgia, Times New Roman, Times, serif;
Brick: #6e2405;
Light Brick: #83270e;
Olive: #737144;
Light Olive: #84824f;
Brown: #855914;
Light Brown: #966a25;
Gold: #c78500;
Medium Gold: #eda81c;
Light Gold: #ffd681;
Lighter Gold: #ffe4ac;
Off Black: #231f20;
Charcoal: #6a6969;
Light Grey: #e0e0e0;
*/

/* LIST VIEW */
.submit-an-event {
	position: absolute;
	top: 2.9em;
	right: 0;
	margin: 0;
}
.calendar-nav-bar {
	display: flex;
	justify-content: flex-end;
	margin: 2em -9.5% 4.5em;
	padding: 0 9.5%;
	min-height: 3.5em;
	align-content: center;
	background-color: #84824f;
	align-items: center;
}
.list-filters-o {
	display: flex;
	justify-content: space-between;
	flex: 0 0 50%;
	flex-wrap: wrap;
}
.list-filters-i {
	flex: 0 0 48%;
	margin-left: 2em;
}
/*.cal-event-box {
	margin: 0 0 1em 3%;
}*/
/*.cal-event-box h3 {
	margin-top: 0;
	font-size: 1.2em;
}*/
.cal-event-box p {
	margin: 0 5%;
	font-family: Montserrat, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #737144;
	line-height: unset;
}
.cal-event-box p:first-of-type {
	margin-top: .65em;
}
.month_header {
	margin: 2.2em 0 1em;
	/*padding: .5em 1%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;*/
}

/* ADDED FOR VB */
.cal-filter-h2 {
	position: relative;
	margin-top: .5em;
	padding-left: 1.4em;
	line-height: 1.2;
	color: #737144;
}
.cal-filter-h2 svg {
	position: absolute;
	top: .25em;
	left: 0;
}
.cat-listing-edit {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
}
.cat-listing-edit svg {
	width: 1.6em;
	max-height: 2em;
	fill: #4D4D4D;
	stroke: #e0e0e0;
	stroke-width: 3px;
 }
/* END ADDED */


/* TABULAR VIEW */
/*.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: flex;
	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;
	}
}*/

/* Category Classes can be set in the DB. These are working examples. Comment these out or replace them. */
.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
}


/* EVENT DETAIL */
/* ADDED FOR VB */
.event-page .content-o-simple {
	padding-top: 1.4rem;
}
.event-page .page-column-full {
	margin-top: 1.5rem;
}
.event-actions-top {
	text-align: right;
	margin-bottom: 5em;
}
.event-actions-top svg {
	max-width: 1.5rem;
	height: 1.2rem;
	margin-left: 1rem;
}
.event-print:hover svg, .event-ics:hover svg, .admin-edit-event:hover svg {
	fill: #6e2405;
	stroke: #6e2405;
}

/* Event Detail Content Containers */
.event-content {
	width: 100%;
}
.event-left {
	float: left;
	clear: left;
	width: 32%;
}
.event-right {
	width: 64%;
	margin-left: 36%;
}

/* Listing Details Content */
.event-titles {
	margin: 1em 0 2em 36%;
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
}
.event-content h1 {
	position: relative;
	margin-top: 0;
	padding: .4em 0 0 1em;
	font-size: 3.4em;
}
.event-content h1:before {
	content: "";
	display: block;
	position: absolute;
	top: .8em;
	left: 0;
	width: .72em;
	height: .72em;
	border-radius: 50%;
	background: #737144;
}
.event-content h2 {
	position: relative;
	margin-top: 0;
	padding: 0 0 .5em 1.6em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 2.2em;
	text-transform: unset;
}
.event-images-one img, .event-images-two img {
	margin-bottom: 1.5em;
	width: 100%;
}
.event-tickets h4, .event-contact-block h4 {
	position: relative;
	padding-bottom: .2em;
	margin-top: 1em;
	font-size: 2em;
	color: #855914;
	border-bottom: 1px solid #000;
}
.event-more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 4%;
}
.event-tickets, .event-contact-block {
	flex: 1 0 48%;
}
.event-tickets a.button {
	width: 100%;
	margin-right: 0;
}
/* END ADDED */
/*.page-column-sr .button {
	width: 100%;
}
.page-column-sr .button + .button {
	margin-top: 0;
}
.add-to-calendar svg {
	margin-right: 1em;
}
.event-date-svg {
	width: 1.225em;
	height: 1.24em;
	margin: 0 .25em 0 0;
}*/
.calendar-event-time {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #635e33;
}
.calendar-event-time span {
	font-weight: normal;
	font-size: .9em
}
.calendar-event-time:last-of-type {
	margin-bottom: 1em
}
.recurring-event-timespan {
	margin: 0;
	font-family: Montserrat, Verdana, sans-serif;
	font-size: .8em;
}
/*.calendar-event-time:first-of-type {
	margin-top: .6em !important
}*/
.event-categories {
	color: #737144;
}
.event-contact,
.event-description, .event-tickets {
	margin: 0 0 1em;
}
.event-location, .event-ticket-info, .event-contact {
	font-family: Montserrat, Verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
}
.event-ticket-info, .event-contact {
	font-size: 1.4em;
	line-height: 1.4em;
}
/*.event-svg {
	clear: both;
	float: left;
}.event-location-svg {
	width: .96em;
	height: 1.35em;
	margin: .2em .6em 0 0;
}
.event-contact-svg {
	width: 1.15em;
	height: 1.15em;
	margin: .2em .8em 0 0;
}*/
.event-facebook svg, .event-pinterest svg, .event-twitter svg,
.event-google svg, .event-youtube svg, .event-instagram svg {
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
	margin: .4em .5em 0 0;
	-moz-transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.event-facebook svg:hover, .event-pinterest svg:hover, .event-twitter svg:hover,
.event-google svg:hover, .event-youtube svg:hover, .event-instagram svg:hover {
	opacity: .8;
}
.event-facebook + br, .event-pinterest + br, .event-twitter +br,
.event-google + br, .event-youtube + br, .event-instagram + br {
	display: none;
}

/*.page-column-sr img {
	width: 100%;
	margin: 1em 0;
}*/
.event-map {
	margin: 2em 0;
}
#event_map_window_info {
	display: none;
}
div#map_canvas {
	width: 100%;
	height: 20em;
}
div#map_canvas img {
	max-width: 3000px;
}
div#contact_map_location_string {
	margin-top: 1em;
}


/* MEDIA QUERIES */
@media screen and (max-width: 1450px) {
	/* LIST VIEW */
	.list-filters-o {
		flex: 0 0 60%;
	}
	.cal-event-box p {
		font-size: 1.4em;
	}


	/* EVENT DETAIL */
	.event-titles {
		margin: .8em 0 1.8em 36%;
	}
	.event-content h1 {
		font-size: 2.8em;
	}
	.event-content h2 {
		padding: 0 0 .5em 1.9em;
		font-size: 1.6em;
	}
	.calendar-event-time {
		font-size: 1.6em;
		line-height: 1.6em;
	}
	.event-location {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.event-ticket-info, .event-contact {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 1250px) {
	/* LIST VIEW */
	.list-filters-o {
		flex: 0 0 70%;
	}
	.cal-event-box p {
		font-size: 1.25em;
	}
	.cat-listing-edit svg {
		width: 1.3em;
		max-height: 1.3em;
	}


	/* EVENT DETAIL */
	.event-content h1 {
		font-size: 2.3em;
	}
	.event-content h2 {
		padding: .3em 0 .5em 1.8em;
		font-size: 1.4em;
	}
	.calendar-event-time {
		font-size: 1.35em;
	}

}
@media screen and (max-width: 1024px) {
	/* LIST VIEW */
	.month_header {
		margin: 2em 0 .8em;
	}


	/* EVENT DETAIL */
	.event-content h1 {
		font-size: 2em;
	}
	.event-content h2 {
		padding: .2em 0 .5em 1.8em;
		font-size: 1.1em;
	}
	.calendar-event-time {
		margin-bottom: .5em;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.event-location {
		font-size: 1.2em;
	}

}
@media screen and (max-width: 900px) {
	/* LIST VIEW */
	.submit-an-event {
		font-size: 1.1em;
	}
	.list-filters-o {
		flex: 0 0 100%;
	}
	.cal-event-box p {
		font-size: 1.36em;
	}

	/* EVENT DETAIL */
	.event-page .content-i {
		width: 90%;
	}

}
@media screen and (max-width: 768px) {
	/* LIST VIEW */
	.submit-an-event {
		font-size: 1em;
	}
	.cal-event-box p {
		font-size: 1em;
	}


	/* EVENT DETAIL */
	.event-page .content-o-simple {
		padding-top: 1.4rem;
	}
	.event-page .content-i {
		width: 100%;
	}
	.event-page .bread {
		margin: 0 3% 0 3%;
		top: 0.8em;
	}
	.event-page .bread ol {
		margin: 0;
	}
	.event-page .bread ol li {
		font-size: 13.6px;
	}
	.event-page .page-column-full {
		margin-top: 0;
	}
	.event-actions-top {
		margin-bottom: .5em;
		margin-right: 3%;
	}
	.event-actions-top svg {
		max-width: 1.5rem;
		height: 1rem;
		margin-left: .2em;
	}

	.event-content {
		display: flex;
		margin-top: 1em;
		flex-wrap: wrap;
	}
	.event-content > div {
		flex: 0 0 100%;
		width: 100%;
		float: unset;
		margin-left: 0;
	}
	.event-images-one {
		order: 1;
	}
	.event-categories {
		order: 2;
	}
	.event-titles {
		order: 3;
	}
	.event-dates {
		order: 4;
	}
	.event-location-div {
		order: 5;
	}
	.event-description-div {
		order: 6;
	}
	.event-more {
		order: 7;
	}
	.event-images-two {
		order: 9;
	}
	.event-map {
		order: 8;
	}

	.event-images-one img {
		margin-bottom: 0;
	}
	.event-categories p {
		margin: 1.2em 3% .5em;
	}
	.event-titles, .event-dates, .event-location-div, .event-description-div {
		padding: 0 3%;
	}
	.calendar-event-time {
		margin-bottom: .5em;
	}
	p.event-location {
		font-size: 1.2em;
	}
	.event-tickets h4, .event-contact-block h4 {
		padding: 0 3% .2em;
	}
	p.event-ticket-info, .event-tickets a.button {
		margin: 1.3em 3% .5em;
	}
	.event-tickets a.button {
		width: 94%;
	}
	p.event-contact {
		margin: 1em 3% 2em;
		line-height: 1.6em;
	}
	.event-facebook, .event-pinterest, .event-twitter, .event-youtube, .event-instagram {
		margin-right: .7em;
	}

}
@media screen and (max-width: 600px) {
	/* LIST VIEW */
	.submit-an-event {
		font-size: .8em;
		top: 2.6em;
		width: auto;
	}
	.calendar-nav-bar {
		margin: 1.5em -9.5% .5em;
	}
	.list-filters-o {
		padding: .4em 0;
	}
	select.list-filters-i {
		flex: 0 0 100%;
		margin: .3em 0;
	}
	.cal-event-box p {
		font-size: 1.2em;
	}

	/* EVENT DETAIL */
	.event-page .bread {
		margin: 0 10% 0 2.5%;
		top: .7em;
	}
	.event-page .bread ol li {
		font-size: 11.2px;
	}
	.event-categories p {
		font-size: .9em;
	}
	.event-content h1 {
		font-size: 1.8em;
	}
	.event-content h2 {
		font-size: 1.05em;
	}
	.calendar-event-time {
		font-size: 1.2em;
	}

}
@media screen and (max-width: 432px) {
	/* LIST VIEW */
	.cal-event-box p {
		font-size: .9em;
	}

	/* EVENT DETAIL */
	.event-page .bread {
		top: .6em;
	}
	#aaa, #bbb {
		display: none;
	}
	.event-tickets, .event-contact-block {
		flex: 1 0 100%;
	}
	.event-tickets h4, .event-contact-block h4 {
		font-size: 1.5em;
	}
	.event-tickets a.button {
		font-size: 1.1em;
		margin-top: .5em;
	}

}
@media screen and (max-width: 360px) {
	/* LIST VIEW */
	.submit-an-event {
		position: static;
		margin-top: 1em;
		width: 100%;
		font-size: .9em;
	}

	/* EVENT DETAIL */
	#ddd {
		display: none;
	}
	.event-actions-top svg {
		margin-left: .4em;
	}
	.event-titles {
		margin-bottom: 1.3em;
	}
	.event-content h1 {
		font-size: 1.4em;
	}
	.event-content h2 {
		font-size: 1em;
		padding: .2em 0 .5em 1.4em;
	}
	.calendar-event-time {
		font-size: 1.1em;
		line-height: 1.1em;
		letter-spacing: unset;
	}
	p.event-location {
		font-size: 1.1em;
	}
	.event-ticket-info, .event-contact {
		font-size: 1.1em;
		line-height: 1em;
	}
	.event-tickets a.button {
		font-size: 1em;
		margin-top: .3em;
	}

}

/* Print Styles */

@media print {
	header, .wave-h1, .calendar-nav-bar, .submit-an-event, .event-map, .event-tickets a.button, .event-actions-top, .event-content h1:before, .event-facebook, .event-pinterest, .event-twitter {
		display: none;
	}
	.cal-event-box .date-time {
		font-size: 9px;
	}
	aside .add-to-calendar {
		display: none;
	}
	aside img {
		max-width: 350px;
	}
	.event-content h1 {
		padding: unset;
		font-size: 2em;
		margin-top: .5em;
	}
	.event-content h2 {
		padding: unset;
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	.calendar-event-time {
		font-size: 1em;
	}
	.event-location {
		font-size: 1em;
	}
	.event-contact {
		font-size: 1em;
	}
	.event-ticket-info {
		font-size: 1em;
	}
	.event-more {
		margin-left: unset;
		width: 32%;
		position: absolute;
		top: 40em;
	}
}