#main .k24-blogposts-ow article .read-more-link,
#main .k24-blogposts-ow article .post-meta-infos,
#main .k24-blogposts-ow article .post_delimiter {
	display: none;
}

#main .k24-blogposts-ow article .entry-content-header, {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#top #main .k24-blogposts-ow {
	display: flex;
	flex-wrap: wrap;
}

#main .k24-blogposts-ow article {
	width: 100%;
}

#top #main .k24-blogposts-ow article .entry-content-wrapper h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 0 0 0;
	text-align: center;
	margin-bottom: 0.75rem;
}

#top #main .k24-blogposts-ow article .entry-content-wrapper {
	text-align: center;
	font-size: 0.875rem;
	padding: 1.25rem;
	border: solid 1px #e1e1e1;
	border-radius: 3px;
	background: #fcfcfc;
	margin: 0 0 2.5rem;
}

#top #main .k24-blogposts-ow article .entry-content-wrapper .entry-content-header {
	padding: 0;
}

@media (min-width: 768px) {
	#main .k24-blogposts-ow article {
		width: 50%;
	}
	
	#top #main .k24-blogposts-ow article .entry-content-wrapper {
		margin: 0 1.25rem 2.5rem;
	}
}

@media (min-width: 1140px) {
	#main .k24-blogposts-ow article {
		width: 33.33%;
	}
}
