body *{
	text-rendering: geometricPrecision;
}

#pagination .col{
	text-align: center;
}

.pagination-page-box{
	display: inline-block;
	min-width: 48px;
	text-align: center;
	margin: 1px;
	background-color: #96B432;
	border-radius: 0.25em;
}

.pagination-page-box a{
	display: block;
	padding: 0.5em;
	color: #fff;
}

.ekbo-event-row{
	display: flex;
	justify-content: center;
	min-height: 200px;
	margin-bottom: 2em !important;
	background-color: #f1f1f2;
	border: 2px solid #fff;
	/*perspective-origin: center center;
	transform: perspective(1000px) translate3d(0, 0, 0);*/
	transition: 0.35s all;
}

.ekbo-event-row:hover{
	border: 2px solid #96B432;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
	text-rendering: geometricPrecision;
	/*transform: perspective(1000px) translate3d(0, 0, 1rem);*/
	transition: 0.35s all;
}

.ekbo-event-row .col{
	display: inline-block;
	min-height: 200px !important;
}

.ekbo-event-row h4{
	margin: 1rem 0rem 0.5rem 0rem;
	line-height: 100%;
	text-align: left;
}

.ekbo-event-row .col:first-child{
	background-size: cover;
	background-position: center center;
	transition: 2s all;
}

.ekbo-event-row .col:last-child{
	padding-right: 0rem !important;
}

.ekbo-event-row .col:last-child div{
	display: block;
	clear: both;
	padding: 0.5rem 0.75rem;
	text-align: right;
}

.ekbo-event-row .col:nth-child(2) span{
	display: inline-block;
	font-size: 0.9em;
	background-color: #96B432;
	color: #fff;
	padding: 5px 7px 5px 7px;
}

.ekbo-event-type{
	display: inline-block;
	float: right;
	background-color: #888;
	color: #fff;
	font-weight: 300;
	padding: 5px 7px 5px 7px;
}

/*
	-------------------------------------------------------
	Events Template Styles
	-------------------------------------------------------
*/
#ekbo-event-form{
	margin-top: 4em;
}

.ek-event-row{
	display: block;
	min-height: 200px;
	margin-bottom: 2em !important;
	background-color: #f1f1f2;
	border: 2px solid #fff;
	transition: 0.35s all;
}

.ek-event-pic{
	background-position: center center;
	background-size: cover;
}

.ek-event-row h4{
	text-align: left;
	margin-top: 0.5em;
}

.ek-event-date{
	display: inline-block;
	font-size: 0.9em;
	background-color: #96B432;
	color: #fff;
	padding: 5px 7px 5px 7px;
}

.ek-infobox{
	text-align: right;
}

.ek-event-type{
	display: inline-block;
	font-size: 0.7em;
	color: #fff;
	padding: 0.75em;
	margin-right: -0.75rem;
	background-color: #999;
}

@media screen and (max-width: 480px){
	.ek-infobox{
		text-align: left;
	}
}