/*events archive*/
.em-events-list .event-archive-single {
	border-bottom: 1px solid var(--ast-border-color);
	padding:2em 0;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:2em;
}
.em-events-list .event-archive-single:last-child {
	border-bottom:0;
}
.event-archive-single .featured-img-c {
	position:relative;
	padding-bottom:66.67%;
	background:#ece8d5;
	overflow:hidden;
}
.event-archive-single .featured-img-c img {
	position:absolute;
	height:102%;
	width:102%;
	left:0;
	top:-1%;
	object-fit:contain;
	object-position:center center;
}
.event-archive-single .post-title {
	margin-top:-.25em;
}
@media (max-width:640px) {
	.em-events-list .event-archive-single {
		grid-template-columns:100% !important;
	}
}
.event-archive-single .post-title {
	font-size:var(--twt-h3-size);
	margin-bottom:.5rem !important;
}

.twt-silent-auction {
	padding-left:0 !important;
	list-style-type:none !important;
}
.twt-silent-auction .silent-auction-item:first-child {
	padding-top:0;
}
.twt-silent-auction .content {
	margin-bottom:0;
}
.twt-silent-auction .content p:not(:last-child),
.twt-silent-auction .content ul:not(:last-child) {
	margin-bottom:.75em;
}
.twt-silent-auction .content > *:last-child {
	margin-bottom:-.125em;
}