/**********************************************************
// Post >> Excerpt
**********************************************************/
.Excerpt {
	margin: 30px 1% 0 1%;
	width: 31.3%;
	max-width: 380px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	height: 380px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-Thumb:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Excerpt-Thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Excerpt-Thumb span,
.Excerpt-Thumb a {
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Thumb img { z-index: 1000; }
.Excerpt-Thumb a { z-index: 2000; }
.Excerpt-Thumb:hover img { opacity: 0.7; }

.Excerpt-Header { padding: 10px 10px 20px 10px; }

.Excerpt-Title {
	padding: 0 !important;
	font-size: 20px;
	}

.Excerpt-Title a { color: #3D4D5A; }
.Excerpt-Title a:hover { color: #FCBDAD; }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Excerpt { width: 48%; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Excerpt {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}
}
