/**
 * CORE Blog CSS Styles
 */

/* Theme Styles */

img {
    height: auto;
    max-width: 100%;
}

/* Editorial Styles */

section.news {
	background-color: #f1f1f1;
}

.single-post-wrapper {
	margin-bottom: 30px;
}

.post-card {
	background: #fff;
	box-shadow: 0 10px 8px 0 rgb(163 182 191 / 25%);
}

.post-card.horizontal,
.post-card.vertical {
	border-radius: 6px;
	overflow: hidden;
}

.post-card.horizontal .ct_image,
.post-card.vertical .ct_image {
	border-bottom: 1px solid #f1f1f1;
}

.post-card.horizontal .ct_content {
	padding: 24px 30px;
}

.post-card.vertical .ct_content {
	padding: 20px 24px 28px;
}

.post-card a {
	text-decoration: none;
	color: #3d474d;
}

.posted-on {
	display: block;
	line-height: 1;
}

.posted-on span {
	font-size: small;
	font-weight: 700;
	color: #a3b6bf;
}

span.rss-author,
span.api-author {
	display: block;
	margin-top: 6px;
}

.big-title {
	font-size: 24px;
}

.featured-title {
	font-size: 20px;
}

.post-cat-list, .read-more {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.category-button a,
.read-more a {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	background: #23b8d5;
	color: #fff;
}

.read-more a {
	background: #3e474e;
}

.ct_cat_39 a {
	background: #23b8d5;
}

.ct_cat_40 a {
	background: #94c01f;
}

.ct_cat_41 a {
	background: #c3a265;
}

.ct_rss_button,
.ct_api_button {
	padding-top: 20px;
}

.ct_rss_button a.btn,
.ct_api_button a.btn {
	background: linear-gradient(153.95deg, #94C01F 0%, #23B8D5 100%);
	color: #fff !important;
	font-weight: bold;
	border: 0;
}

@media (min-width: 768px) {
	.single-post-wrapper.col-md-3:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) {
	.post-card.horizontal .ct_image {
		border-bottom: 0;
		border-right: 1px solid #f1f1f1;
	}

	.post-card.horizontal .ct_content {
		padding: 24px 30px 24px 0;
	}

	.single-post-wrapper.col-md-3:nth-child(2n+1) {
		clear: none;
	}

	.single-post-wrapper.col-md-3:nth-child(4n+1) {
		clear: left;
	}
}

@media (max-width: 767px) {
	.news-container .feed {
		max-width: 380px;
		margin: 0 auto;
	}

	.post-card .ct_image img {
		display: none;
		/*width: 100%;*/
	}
}
