.tribe_events .tribe-events-calendar-list__event-featured-image-link img,
.tribe_events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link img,
.tribe_events .tribe-events-calendar-day__event-featured-image-link img,
.tribe-common img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.tribe-events .tribe-events-c-search__button {
	background-color: var(--burntOrange);
}
.tribe-events .tribe-events-c-search__button:focus, 
.tribe-events .tribe-events-c-search__button:hover {
	background-color: var(--burntOrange);
}
body .et_pb_post_title .et_pb_title_featured_container img {
	max-height: 250px;
	object-fit: cover;
	margin-bottom: 30px;
}
body .et_pb_post_title .et_pb_title_meta_container {
	font-family: var(--museo);
	color: var(--black);
}
.single-tribe_events .et_pb_post_content {
	color: var(--grey);
	font-family: var(--schoolbook);
}
.tribe-events-widget .tribe-events-widget-events-list__event-title,
.tribe-events-content {
	font-family: var(--schoolbook);
}
.tribe-events-back a, 
.tribe-events-back a:visited {
	font-family: var(--museo);
}
.tribe-events-content {
	line-height: 35px;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding-top: 0;
}
.tribe-events-content p {
	font-size: var(--copyFontLarge);
	line-height: 35px;
}
.tribe-events-schedule {
	margin-top: 0;
}
.tribe-events-event-image {
	margin-bottom: 0;
}
.tribe-events-meta-group {
	flex: 1 0 auto;
}
.tribe-common .tribe-common-h1, .tribe-common .tribe-common-h2, .tribe-common .tribe-common-h4, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-h7 {
	font-family: var(--schoolbook);
}
.tribe-common h3.tribe-common-h7 {
	font-size: var(--copyFontLarge);
	line-height: 1.3;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events .tribe-events-calendar-month__day-cell--selected, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events .datepicker .day.active, 
.tribe-events .datepicker .day.active.focused, 
.tribe-events .datepicker .day.active:focus, 
.tribe-events .datepicker .day.active:hover, 
.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused, 
.tribe-events .datepicker .month.active:focus, 
.tribe-events .datepicker .month.active:hover, 
.tribe-events .datepicker .year.active, 
.tribe-events .datepicker .year.active.focused, 
.tribe-events .datepicker .year.active:focus, 
.tribe-events .datepicker .year.active:hover {
    background-color: var(--burntOrange);
}
.tribe-events .datepicker .day.current, 
.tribe-events .datepicker .day.current.focused, 
.tribe-events .datepicker .day.current:focus, 
.tribe-events .datepicker .day.current:hover, 
.tribe-events .datepicker .month.current, 
.tribe-events .datepicker .month.current.focused, 
.tribe-events .datepicker .month.current:focus, 
.tribe-events .datepicker .month.current:hover, 
.tribe-events .datepicker .year.current, 
.tribe-events .datepicker .year.current.focused, 
.tribe-events .datepicker .year.current:focus, 
.tribe-events .datepicker .year.current:hover {
	background-color: var(--oqagueOrange);
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title,
.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
	color: var(--white);
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid var(--burntOrange);
	color: var(--burntOrange);
}
h3.tribe-events-calendar-month__day-date.tribe-common-h4 {
    font-family: var(--museo);
}
.tribe-common .tribe-common-c-svgicon {
    color: var(--burntOrange);
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	color: var(--grey);
	transition: .4s ease;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: var(--grey);
	opacity: .7;
}
@media (min-width:768px) {
	body .et_pb_post_title .et_pb_title_featured_container img {
		max-height: 450px;
	}
	.tribe-events-event-meta.primary, 
	.tribe-events-event-meta.secondary {
		width: 100%;
	}
	.tribe-events-meta-group {
		width: auto;
	}
	.tribe-events-venue-map {
		width: 600px;
    	height: 300px;
	}
	.tribe-events-venue-map>iframe {
		max-height: 300px;
	}
}