﻿/*event-list-item {
	/ *display: flex;
	align-items: center;
	justify-content: space-between;* /
	padding: 16px;
	margin-bottom: 24px;
	background-color: #f7f7f7;
	border-radius: 8px;
}*/

/*p, h2 {
	font-family: 'Poppins', sans-serif !important;
}*/

.event-listing-row {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-top: 0.6rem;
	background: var(--mainBackground);
	/*background-image: linear-gradient( 355deg, hsl(348deg 100% 54%) 0%, hsl(328deg 100% 47%) 35%, hsl(317deg 60% 46%) 52%, hsl(322deg 60% 45%) 69%, hsl(348deg 100% 54%) 100% );*/
	align-items: center;
	background-color: #f2f3f5;
	border: 4px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

@media (min-width: 992px) {
	.event-listing-row {
		padding: 1rem;
	}
}

/*.event-list-image {
	width: 100px;
}*/

.event-list-row-item {
	font-size: 1.4rem;
	padding-bottom: 1rem;
}

@media (min-width: 992px) {
	.event-list-row-item {
		padding-bottom: 0rem;
	}
}

.event-list-image img {
	border-radius: 50%;
	height:100px;
	/*width: 100%;*/
}

@media (min-width: 992px) {
	.event-list-image img {
		height: 125px;
		max-width: 125px;
		object-fit:cover;
	}

	.event-list-image{
		min-width: 125px;
	}
}

/*.event-list-details {
	width: 100px;
}*/

	.event-list-details h2 {
		text-transform: uppercase;
	}

@media (min-width: 992px) {
	.event-list-details {
		/*width: calc(100% - 600px);*/
		padding: 0 32px;
		/*min-width: 500px*/
	}
}

.event-list-preheader {
	font-weight: 700;	
	margin-top: 0;
	margin-bottom: 0.75rem;	
}



.event-title {
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.event-title {
		font-size: 1.5rem;
		margin: 0;
	}
}

.event-link a {
	color: #000;
}

	.event-link a:hover {
		color: var(--buttonSuccessColour);
	}

.event-link a, a:hover {
	text-decoration: none;
}

.event-list-cta-warning-text{
	font-size:1rem;
	font-weight:500;
	text-align:center;
}