/* Listing CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

.home-listings ul,
.category-listings ul {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	list-style-type: none;
	padding: 0;
}

.home-listings li article {
	overflow: hidden;
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.home-listings li img {
	height: 100%;
	width: 100%;
	position: relative;
	object-fit: cover;
}

figure.event-item-frame {
	grid-area: image;
	align-self: center;
	width: 100%;
	max-height: 180px;
}
.event-item-details {
	grid-area: details;
}

.category-listings li img {
	width: 100%;
	object-fit: cover;
}

.details-listings .container-fluid {
	padding: 0px;
}


.details-listings .event-item-title {
	color: #292929;
	font-weight: 500;
	text-transform: unset;
}


.r25live ul .event-list-item li {
	background-color: #FFF !important;
	box-sizing: unset !important;

}


.r25live ul .event-list-item {
	background-color: #FFF !important;
	margin-bottom: auto !important;
	cursor: auto !important;
	transition: none !important;
	position: relative !important;
	overflow: hidden !important;
	text-align: inherit !important;
	border-radius: 5px !important;
	padding: 10px !important;;
	box-shadow: 1px 1px 9px #e3e3e3 !important;
}

.r25live ul .event-list-item:before, .r25live ul .event-list-item::before {
	content: inherit !important;
	border-bottom: none !important;
	border-color: #275d38 !important;
	position: relative !important;
	width: 100% !important;
	left: inherit !important;
	bottom: inherit !important;
	z-index: inherit !important;
}

.event-item-details h3,
.event-item-details h3 a,
.event-item-details p,
.event-item-description,
a.event-item-category,
a.event-item-tickets,
a.event-item-details {
	font-size: 16px;
	line-height: 1.42857143;
	font-family: "Lato", arial, sans-serif;
}

.event-item-details h3 a, .event-item-title {
	color: #275D38;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

.event-item-details header,
.event-item-description,
.event-item-category,
.event-item-date,
.event-item-location {
	margin: 0 15px !important;
	padding: 5px 0 !important;
	/* padding-top: 10px !important; */
}
.event-item-description p {
	margin-bottom: 0px !important;
}

.event-item-description,
.event-item-location {
	color: #757677;
}

.event-item-details {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	height: 100%;
}

.event-item-details footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
	width: 100%;
}
.event-item-details footer .fas {
	padding-left: 5px;
}

a.event-item-category {
	color: #00843D;
}

a.event-item-link-1,
a.event-item-link-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border: 2px solid #FFF;
	text-transform: capitalize;
	width: 48%;
	text-decoration: none;
	font-size:12px;
}
a.event-item-link-1:hover,
a.event-item-link-2:hover {
	color: black;
	border-color: #275D38;
	background: #FFF;
}

a.event-item-link-1 {
	background: #275D38;
	color: #FFF;
}
a.event-item-link-2 {
	background: #e8e8e8;
	color: #35712C;
}
a.event-item-link-1 div,
a.event-item-link-2 div {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.feat-category-title {
	font-size: 24px;
}


.slider-listings {
	padding-bottom: 5px;
	background-color:#102b18;
}

.slider-listings, .slider-listings .r25-slider .slick-items,  .slider-listings .r25-slider .slick-list {
	padding-bottom: 5px;
	background-color:#102b18;
	min-height: 470px;
}

.slider-listings .event-item-description {
	margin: auto !important;
	margin-bottom: 30xpx;
	margin-top: 5px;
	max-width: 600px;
	color: #FFF;
}

.slider-listings .event-item-details {
	align-items: center;
	justify-content: center;
	height: auto;
	padding-bottom: 50px;
	padding-top: 20px;
	color: #FFF;
	text-align: center;

}

.slider-listings .event-item-date {
	font-size: 20px;
}

.slider-listings .event-item-details footer {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.slider-listings .event-item-frame {
	display: flex;
	padding: 0px;
	max-height: 183px;
}

.slider-listings .event-item-image {
	object-fit: cover;
}

.slider-listings a.event-item-link-1,
.slider-listings a.event-item-link-2 {
	max-width: 320px;
	margin: 15px;
}

.slider-listings .event-item-title {
	color: #FFF;
	font-size: 24px;
	font-family: "Lato", arial, sans-serif;
	text-transform: uppercase;
}

.view-all-items p {
	width: 100%;
	text-align: right;
}
.view-all-items a {
	color: #275D38;
	font-family: "Lato", arial, sans-serif;
	text-decoration: none;
	padding-bottom: 5px;
}
.view-all-items a:focus, .view-all-items a:hover {
	color: #275D38;
	text-decoration: underline;
}

/* event slider - override to work on this page */
.slider-listings .slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
}
section:has(.slider-listings):not(:has(.slick-slide)):has(.slider-listings) {
    display: none;
}
.no-events {
	margin-bottom: 180px;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.feat-category-title {
		font-size: 30px;
	}
	.slider-listings .event-item-title,
	.details-listings .event-item-title {
		font-size: 48px;
	}

	.slider-listings .event-item-frame {
		max-height: 439px;
	}


}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	.home-listings ul {
		grid-template-columns: repeat(3, minmax(28%, 1fr));
	}

	.category-listings article.event-list-item {
		display: grid;
		grid-template-areas: "image details";
		grid-template-columns: 5fr 5fr;
	}

	.category-listings .event-item-frame {
		padding-right: 15px;
	}
	.category-listings .event-item-details {
		padding-left: 15px;
	}

	.category-listings .event-item-details h3 {
		padding-top: 0px;
	}

	.slider-listings .event-item-frame {
		max-height: 498px;
	}
	
		/* EVENTS SLIDER IMAGE overrride to work on this page */
.slider-listings .event-item-image {
    width: 100%;
}

}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	.event-home-container {
		padding: 0px 5%;
	}

	.slider-listings .event-item-details {
		width: 50%;
		padding: 30px;
	}

}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/