
#section-3-300 > .ct-section-inner-wrap {
	padding-top: 120px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#section-3-300 {
	display: block;
}

#section-3-300 {
	text-align: center;
}

#headline-4-300 {
	margin-bottom: 12px;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}

#text_block-5-300 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
	color: #fff;
	width: 100%;
}

#_posts_grid-6-300 .oxy-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#_posts_grid-6-300 .oxy-post {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	margin-bottom: 3em;
	width: 33.33%;
	padding: 1em;
}

#_posts_grid-6-300 .oxy-post-image {
	margin-bottom: 18px;
	position: relative;
	background-color: grey;
	background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 20px);
	width: 100%;
}

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

#_posts_grid-6-300 .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-300 .oxy-post-title {
	font-size: 20px;
	line-height: 1.1em;
	color: #566d8f;
	letter-spacing: .5px;
	font-weight: 600;
	text-transform: uppercase;
}

#_posts_grid-6-300 .oxy-post-meta {
	margin-top: .5em;
	font-size: 14px;
	color: #999;
	display: flex;
	flex-direction: row;
}

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

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

#_posts_grid-6-300 .oxy-post-content {
	margin-top: 6px;
	margin-bottom: 1em;
	font-size: 18px;
	line-heignt: 1.4;
	color: #2b2c28;
}

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

#_posts_grid-6-300 .oxy-post-meta-item a {
	color: #6799b2;
}

#_posts_grid-6-300 .oxy-post-meta-item a:hover {
	color: #566d8f;
}

#_posts_grid-6-300 a.oxy-read-more {
	background-color: transparent;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 34px;
	padding-right: 34px;
	font-size: 16px;
	border: 2px solid #65bec2;
	color: #65bec2;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#_posts_grid-6-300 a.oxy-read-more:hover {
	color: #6799b2;
	border: 2px solid #6799b2;
}

#_posts_grid-6-300 a.page-numbers {
	color: #6799b2;
	padding: 12px;
}

#_posts_grid-6-300 a.page-numbers:hover {
	color: #6799b2;
}

#_posts_grid-6-300 span.page-numbers {
	color: #fff;
	background: #65bec2;
	padding: 12px 18px;
	margin: 0 8px;
}

#_posts_grid-6-300 .oxy-easy-posts-pages {
	margin-top: 36px;
}

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

@media (max-width:991px) {
	#_posts_grid-6-300 .oxy-post {
		width: 50% !important;
	}
}

@media (max-width:767px) {
	#_posts_grid-6-300 .oxy-post {
		width: 100% !important;
	}
}
