/* ------------------------------------------------------------ *\
	Featured Post
\* ------------------------------------------------------------ */
.featured-post {
	margin-bottom: 50px;
}

.featured-post__image {
	margin-bottom: 30px;
}

.featured-post__content .head a {
	color: #000;
	text-align: left;
}


.featured-post__content .content {
	margin-bottom: 30px;
}

.actions .categories,
.actions .terms {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.actions .categories h5,
.actions .terms h5 {
	margin: 0 10px 0 0;
}

.actions .categories ul,
.actions .terms ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -6px -6px;
}

.actions .categories li a,
.actions .terms li span {
	padding: 2px 15px;
	color: #fff;
	background-color: #164373;
	display: block;
}

.actions .categories a:hover {
	background-color: #2d5580;
	color: #bae0f7;
}

.actions .categories li,
.actions .terms li {
	padding: 6px 6px;
	color: #fff;
	border-radius: 2px;
}

.actions .categories li {
	font-size: 16px;
}

.actions .terms li {
	font-size: 14px;
	pointer-events: none;
}

.featured-post__image img {
	width:  100%;
}
