@charset "utf-8";
/* CSS Document */


/* === EVENTS CALENDAR PRO === */
/*
 * Tribe Events Bar
*/
/* Search button */
.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-search__button:active,
.tribe-events .tribe-events-c-search__button:visited {
	background-color:#67be5c;
}
.tribe-events .tribe-events-c-search__button:hover {
	background-color:#666666;
}




/*
 * PHOTO VIEW - Image & Content Area
*/
/* Removes big padding at top & bottom of calendar */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 10px;
	padding-bottom: 20px;
}

.tribe-events .tribe-events-l-container {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Consistent event photo height */
.tribe-events-pro-photo__event-featured-image-wrapper {overflow:hidden;}
.tribe-events-pro-photo__event-featured-image-wrapper img.tribe-events-pro-photo__event-featured-image {
	height:220px;
	background-color: #f5f5f5;
	overflow:hidden;
}
.tribe-events-pro-photo__event-featured-image-wrapper a img.tribe-events-pro-photo__event-featured-image {
	width:100%!important;
	max-width:100%!important;
	object-fit: cover;
}

/* .tribe-events-pro-photo__event-featured-image-wrapper img.tribe-events-pro-photo__event-featured-image {height:146px; object-fit: cover;}

@media only screen and (max-width: 990px) {
	.tribe-events-pro-photo__event-featured-image-wrapper img.tribe-events-pro-photo__event-featured-image {width:100%; max-width:100%; height:auto; object-fit: cover;}
} */




/*
 * SINGLE (DETAILS) PAGE
*/
#top.tribe-theme-enfold.single-tribe_events h2 span.tribe-event-date-start,
#top.tribe-theme-enfold.single-tribe_events h2 span.tribe-event-date-end,
#top.tribe-theme-enfold.single-tribe_events h2 span.tribe-event-time {
	color: inherit!important;
}





#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title {
	font-family: "Relay", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}

/* content - font style */
.tribe-events-single-event-description.tribe-events-content p {
	font-family: "Relay", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: inherit;
	/* line-height: 1.375; */
}

#top .tribe-events-single-event-description.tribe-events-content a,
#top .tribe-events-cal-links a,
.tribe-events-single .tribe-events-sub-nav a,
.tribe-events-single .tribe-events-back a {
	font-family: "Relay", Helvetica, Arial, sans-serif;
  font-weight: 300;
	color: #67be5c!important;
}

/* Hide 'See All' recurring events link in content meta */
/* .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
    display: none;
} */

/* Footer Previous & Next links */
#top #tribe-events-footer .tribe-events-sub-nav {
    display: flex;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
	flex-basis: 48%;
	line-height: 1;
}
