/* Homepage Featured Posts
--------------------------------------------- */

.macs_featured_post {
	border-left: solid 14px #C61F26;
    border-right: solid 14px #C61F26;
	padding: 80px 0 100px;
}

.macs_featured_post h3.news-intro.entry-title {
	color: #fff;
    font-family: 'veneerregular';
    font-size: 5.2rem;
    font-weight: normal;
    line-height: calc(24px*3.3);
    text-align: center;
	margin-bottom: 60px;
}

.macs_featured_post .dd_section_intro {
	margin-bottom: 40px;
}

.macs_featured_post article.featured-post {
    float: left;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 10px;
    width: 33.33%;
}

.macs_featured_post .post-image.js-box img {
	height: 275px;
	width: 100%;
	display: block;
	object-fit: cover;
}

.macs_featured_post article.featured-post .post-content {
	padding: 25px 0 10px;
}

.macs_featured_post article.featured-post h3.entry-title {
	font-size: 2.4rem;
	font-weight: normal;
	margin-top: 15px;
}

.macs_featured_post article.featured-post h3.entry-title:hover {
	color: #fff;
}

.macs_featured_post article.featured-post a.more-link {
	margin-bottom: 0;
}

.macs_featured_post article.featured-post a.more-link:after {
	content: "\f0a9";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: 7px;
}

.macs_featured_post time.entry-time {
    color: #ff565c;
}

.featured-post p.entry-meta,
.featured-post span.entry-categories {
    font-size: 12px;
    font-size: 1.2rem;
}

.featured-post span.entry-categories {
	color: #9a9a9a;
    font-size: 10px;
    font-size: 1rem;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    padding-top: 8px;
}

@media only screen and (max-width: 860px) {
	
	.macs_featured_post h3.news-intro.entry-title {
		font-size: 4.2rem;
	}
	
	.macs_featured_post article.featured-post {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.featured-post p.entry-meta, .featured-post span.entry-categories {
		font-size: 1rem;
	}
}
