/**********************************************************
// Post >> Excerpt >> Hero - Fixes
**********************************************************/
.featured-hero {
	margin: auto;
	padding: 30px 30px 0 30px;
	width: 100%;
	max-width: 1300px;
	background: #FFF;
	}

.featured-hero-container { padding: 0; }
.wrapper-featured-hero { max-width: 1235px; }

.h1 .excerpt-link:hover,
h1 .excerpt-link:hover { color: #F28710; }

.featured-hero-btn:hover { background: #14676D; }
.featured-hero-btn {
	padding: 10px 20px;
	line-height: 1.5em;
	background: #F28710;
	color: #FFF;
	font-weight: 500;
	display: inline-block;
	}

.article-read-more {
	padding: 10px 20px;
	line-height: 1.5em;
	background: #F28710 !important;
	color: #FFF;
	font-weight: 500;
	}

.article-read-more:hover {
	background: #14676D !important;
	color: #FFF;
	}

/**********************************************************
// Post >> Excerpt
**********************************************************/
.Excerpt {
	margin: 30px 1% 0 1%;
	width: 23%;
	max-width: 300px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	height: auto;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-Thumb:after {
	padding-bottom: 150%;
	content: '';
	display: block;
	}

.Excerpt-Thumb > img,
.Excerpt-Thumb a {
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Thumb > img {
	object-fit: cover;
	object-position: top center;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.Excerpt-Thumb > img { z-index: 1000; }
.Excerpt-Thumb a { z-index: 2000; }
.Excerpt-Thumb:hover > img { opacity: 0.7; }
.Excerpt-Thumb a img { display: none !important; }

.Excerpt-Header { padding: 10px 10px 20px 10px; }

.Excerpt-Title {
	padding: 0 !important;
	font-weight: 300 !important;
	font-size: 22px !important;
	}

.Excerpt-Title a { color: #000; }
.Excerpt-Title a:hover { color: #F28710; }

.Excerpt-Date {
	padding: 0 !important;
	font-size: 14px;
	}

.Excerpt-Text p { padding: 0 !important; }
.Excerpt-Text {
	font-size: 14px;
	line-height: 1.5em;
	}

.Excerpt-More:hover { background: #333; }
.Excerpt-More {
	margin: 20px auto 0 auto;
	padding: 10px 20px !important;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
    font-size: 14px;
    background: #555;
    color: #FFF !important;
	display: inline-block;
	}

/**********************************************************
// Post >> Excerpt >> MD
**********************************************************/
.Excerpt-MD {
	margin: 30px 1% 0 1%;
	width: 31.3%;
	max-width: 31.3%;
	display: inline-block;
	vertical-align: top;
	}

.Column_4 .Excerpt-MD {
	width: 23%;
	max-width: 23%;
}

.Column_2 .Excerpt-MD {
	width: 48%;
	max-width: 48%;
}

.Excerpt-MD-Thumb {
	width: 100%;
	height: auto;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-MD-Thumb:after {
	padding-bottom: 150%;
	content: '';
	display: block;
	}

.Excerpt-MD-Thumb > img,
.Excerpt-MD-Thumb a {
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-MD-Thumb img {
	object-fit: cover;
	object-position: top center;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	}

.Excerpt-MD-Thumb img { z-index: 1000; }
.Excerpt-MD-Thumb a { z-index: 2000; }
.Excerpt-MD-Thumb:hover img { opacity: 0.7; }
.Excerpt-MD-Thumb a img { display: none !important; }

.Excerpt-MD-Header { padding: 20px 10px 10px 10px; }

.Excerpt-MD-Meta {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Averta", sans-serif !important;
	font-weight: 700 !important;
	font-size: 10px !important;
	}

.Excerpt-MD-Title {
	padding: 0 !important;
	font-weight: 300 !important;
	font-size: 22px !important;
	}

.Excerpt-MD-Header a { color: #000; }
.Excerpt-MD-Header a:hover { color: #F28710; }

.Block-Latest-Posts-List, .Block-Featured-Posts-List { 
	margin: 0 auto;
	max-width: 1175px;
	width: 100%;
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Excerpt { width: 48%; }
	.Excerpt-MD, .Column_4 .Excerpt-MD { width: 48%; max-width: 48%; }
	
	.Excerpt-Header,
	.Excerpt-MD-Header { display: none; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	/*.Excerpt {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}*/

	/*.Excerpt-Thumb span { display: none; }
	.Excerpt-Thumb a {
		position: relative;
		display: block;
		}*/

	/*.Excerpt-Thumb a img { display: block !important; }*/
	/*.Excerpt-Thumb { height: initial; }*/
	.Excerpt-Thumb a.pinit-button { position: absolute; }

	/*.Excerpt-MD {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}*/

	/*.Excerpt-MD-Thumb span { display: none; }
	.Excerpt-MD-Thumb a {
		position: relative;
		display: block;
		}*/

	/*.Excerpt-MD-Thumb a img { display: block !important; }*/
	/*.Excerpt-MD-Thumb { height: initial; }*/
	.Excerpt-MD-Thumb a.pinit-button { position: absolute; }
	
	/*.Excerpt-MD-Thumb::after { display: none!; content:none; }*/
}

@media
all and (max-width: 650px),
all and (max-device-width: 650px)
{

}

@media
all and (max-width: 500px),
all and (max-device-width: 500px)
{
	/*.Excerpt-MD-Thumb { height: 345px; }*/
}
