.page-content-container .button {
	color: #fff;
	display: inline-block;
	margin: 10px 0;
	padding: 14px 25px;
	border: 1px solid #0092c6;
	transition: background-color .3s, color .3s;
}
.page-content-container .button:hover {
	color: #0092c6;
	background-color: #fff;
}

.overview.current {
	margin-top: 1px;
}
.overview.current .filters {
	margin-bottom: 18px;
}
.overview.current .filters [name="filter-theme"] + .select2 {
	min-width: 301px;
}
.overview.current .filters .filter-checkbox {
	padding: 16px 15px;
	margin-left: 18px;
}

.overview.current .block-item {
	margin-bottom: 20px;
	margin-right: 2%;
	overflow: hidden;
}
.overview.current .block-item:nth-child(3n) {
	margin-right: 0;
}
.overview.current .block-item p {
	color: #3E3F44;
	overflow: hidden;
}
.overview.current .block-item a {
	bottom: 0px;
	right: 0px;
	position: absolute;
}
.overview.current .no-results {
	margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
	.overview.current .block-item {
		width: 49%;
		max-width: none;
	}
	.overview.current .block-item:nth-child(even) {
		margin-right: 0 !important;
	}
	.overview.current .block-item:nth-child(3n) {
		margin-right: 2%;
	}
}
@media screen and (max-width: 660px) {
	.overview.current .block-item {
		width: 100%;
	}
}
