.bocholt-events-home {
	grid-template-columns: repeat(3,1fr);
	display: grid;
	grid-column-gap: 13px;
	grid-row-gap: 0px;
	padding: 20px;
}
.bocholt-events-home-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: background,border,-webkit-box-shadow;
	transition-property: background,border,-webkit-box-shadow;
	-o-transition-property: background,border,box-shadow;
	transition-property: background,border,box-shadow;
	transition-property: background,border,box-shadow,-webkit-box-shadow;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
	margin-bottom: 13px;
}
.bocholt-events-home-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	border-width: 0px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.bocholt-events-home-thumbnail-link {
	margin-bottom: calc(20px / 2);
	margin-right: auto;
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.bocholt-events-home-thumbnail-link::after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
	background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bocholt-events-home-thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	padding-bottom: calc( 0.53 * 100% );
	overflow: hidden;
	text-align: center;
}

.bocholt-events-home-thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s;
	transition: filter .3s,-webkit-filter .3s;
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
}

.bocholt-events-home-badge {
	position: absolute;
	top: 0;
	background: #818a91;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px;
	text-transform: uppercase;
	font-size: 10px;
	margin: 8px;
	right: 0;
}

.bocholt-events-home-text {
	padding: 0 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2.bocholt-events-home-title {
	margin-bottom: 22px;
	font-size: 21px;
}
h2.bocholt-events-home-title a {
	color: #00648d;
}

.bocholt-events-home-excerpt {
	margin-bottom: 34px;
	line-height: 1.7;
}

.bocholt-events-home-excerpt p {
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #777;
}

.bocholt-events-home-read-more {
	margin-bottom: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #84be38;
}

.bocholt-events-home-meta-data {
	margin-top: auto;
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
	line-height: 1.3em;
	font-size: 12px;
	color: #adadad;
	border-color: #E1E8EE;
}
