
/* Shotcut : Featured Image
/* -------------------------- */

.fm-featured--container {
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;
}

.fm-featured--image {
	display: block;
}
.fm-featured--image img {
	display: block;
	width: 100%;
	height: auto;
}

.fm-featured--bordered .fm-featured--image {
	border: 1px solid #8a9da6;
}
.fm-featured--fancy .fm-featured--image {
	position: relative;
}

.fm-featured--footer {
	display: block;
	margin-top: 13px;
}
.fm-featured--title {
	margin-bottom: 5px;
}
.fm-featured--has_only_title .fm-featured--footer {
	margin-top: 10px;
}
.fm-featured--has_only_title .fm-featured--title {
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}
.fm-featured--caption {
	font-size: 13px;
	margin-bottom: 5px;
}
.fm-featured--terms {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.fm-featured--terms a {
	color: #2a72b9;
	margin-right: 20px;
}
@media (hover: hover) {
	.fm-featured--terms a:hover {
		color: #FA5C19;
	}
	.fm-featured--hover.fm-featured--fancy .fm-featured--image::after {
		display: none;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(226,229,237,0.25);
	}
	.fm-featured--hover.fm-featured--fancy .fm-featured--image:hover::after {
		display: block;
	}
}


@media (max-width: 1008px) {
}

@media (max-width: 785px) {
}

@media (max-width: 592px) {
}

@media (max-width: 435px) {
}

