
/*  EVENTS */

	/*
.events-list {
 	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 400px);
	grid-template-rows: auto;
	grid-row-gap: .5em;
	grid-column-gap: .5em;
	padding-bottom: 2rem;
}

.event-single-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 400px;
	max-width: 400px;
	max-height: 480px;
	height: 440px;
	background-color: white;
	padding-bottom: 5px;
	border:1px solid #dfddfd;
	border-radius: 5px;
	margin-left: 10px;
}

.event-single img {
	width: 100%;
}
*/

.box-link {
	opacity: 1;
	display: block;
	/* width: 100%; */
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.box-link a {
	color: #333;
}

.box-link:hover {
}

