
#div_block-4-250 {
	width: 60%;
}

#div_block-5-250 {
	width: 40%;
}

@media (max-width:991px) {
	#new_columns-3-250> .ct-div-block {
		width: 100% !important;
	}
}

#_posts_grid-6-250 .oxy-posts {
	display: flex;
	flex-direction: column;
}

#_posts_grid-6-250 .oxy-post {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-bottom: 4em;
}

#_posts_grid-6-250 .oxy-post-image {
	position: relative;
	background-color: #ddd;
	background-image: repeating-linear-gradient(45deg, #eee, #eee 10px, #ddd 10px, #ddd 20px);
	width: 100%;
}

#_posts_grid-6-250 .oxy-post-image-fixed-ratio {
	padding-bottom: 52%;
	background-size: cover;
	background-position: center center;
}

#_posts_grid-6-250 .oxy-post-image-date-overlay {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: .7em;
	color: white;
	background-color: rgba(0, 0, 0, .5);
	padding: .7em 1em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

#_posts_grid-6-250 .oxy-post-wrap {
	background-color: white;
	padding: 2em;
	margin: 2em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -6em;
	z-index: 1;
	align-self: stretch;
}

#_posts_grid-6-250 .oxy-post-title {
	font-size: 1.5em;
	line-height: var(--oxy-small-line-height);
}

#_posts_grid-6-250 .oxy-post-meta {
	margin-top: .5em;
	font-size: .8em;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

#_posts_grid-6-250 .oxy-post-meta-item::after {
	content: "·";
	margin-right: .5em;
	margin-left: .5em;
}

#_posts_grid-6-250 .oxy-post-meta-item:last-child::after {
	content: "";
	display: none;
}

#_posts_grid-6-250 .oxy-post-content {
	margin-top: 1em;
	margin-bottom: 1em;
}

#_posts_grid-6-250 .oxy-post-content p {
	margin: 0;
}

@media (max-width:1120px) {
	#_posts_grid-6-250 .oxy-post-meta {
		display: none;
	}
}

#_posts_grid-6-250 .oxy-read-more {
	font-size: .8em;
	color: white;
	background-color: black;
	text-decoration: none;
	padding: .75em 1.5em;
	line-height: 1;
	border-radius: 3px;
	display: inline-block;
}

#_posts_grid-6-250 .oxy-easy-posts-pages {
	text-align: center;
}

#_posts_grid-6-250 .oxy-read-more:hover {
	text-decoration: none;
}
