/**
 * Archive Page
 */

.event__item__date {
	/*color: var(--anza-red);*/
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 5px;
}

.event__item__title {
	font-family: var(--feature-font);
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
}

.eventfilter {
	margin-bottom: 60px;
}

.eventfilter__select {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #DCDCDC
}

.event-reg-button {
	background-color: var(--anza-red);
	color: #FFF;
	padding: 10px;
	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
}



/**
 * Single Page
 */
.single-event__photo {
	aspect-ratio: 3 / 2;
	width: 100%;
	background-size: cover;
}


@media only screen and (min-width: 850px) {

	.single-event__photo { 
		max-width: 65%;	
	}
	
}