/**********************************************************
// Post >> Excerpt
**********************************************************/
.Excerpt {
	margin: 40px 2% 0 2%;
    width: 46%;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	height: 280px;
	border-radius: 20px;
	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;
	filter: grayscale(100%);
	}

.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,
.Excerpt-Thumb:focus img { transform: scale(1.1); filter: grayscale(0%); }

.Excerpt-Header { padding: 20px; }

.Excerpt-Title, h2.Excerpt-Title {
	padding: 0 !important;
	line-height: 1.35em;
	font-size: 32px;
	}

.Excerpt-Title a { color: #1A4EA2; }
.Excerpt-Title a:hover,
.Excerpt-Title a:focus { color: #EE3D8F; }

.Excerpt-More:hover,
.Excerpt-More:focus { color: #EE3D8F; }
.Excerpt-More {
	margin: auto;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
    font-size: 16px;
    color: #1A4EA2;
	display: inline-block;
	}

.Excerpt.Excerpt-No-Thumb .Excerpt-Header {
	padding: 20px 40px 30px 40px;
	border: 2px solid #1A4EA2;
	border-radius: 30px;
	position: relative;
	}

.Excerpt.Excerpt-No-Thumb .Excerpt-Header > * {
	position: relative;
	z-index: 20;
	}

.Excerpt.Excerpt-No-Thumb .Excerpt-Header:before {
	content: '';
	width: 90%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	right: 7%;
	left: 7%;
	top: -3px;
	}

.Excerpt.Excerpt-No-Thumb .Excerpt-Header:after {
	content: '';
	width: 90%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	bottom: -3px;
	right: 7%;
	left: 7%;
	}

/**********************************************************
// Post >> Excerpt >> Medium
**********************************************************/
.Excerpt-MD {
	margin: 30px 2% 0 2%;
	width: 29%;
	max-width: 270px;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb-MD {
	width: 100%;
	height: 190px;
	border-radius: 20px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-Thumb-MD:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Excerpt-Thumb-MD img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Excerpt-Thumb-MD span,
.Excerpt-Thumb-MD a {
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-Thumb-MD img { z-index: 1000; }
.Excerpt-Thumb-MD a { z-index: 2000; }
.Excerpt-Thumb-MD:hover img,
.Excerpt-Thumb-MD:focus img { opacity: 0.7; }

.Excerpt-Header-MD { padding: 20px; }

.Excerpt-Title-MD {
	padding: 0 !important;
	line-height: 1.2em;
	font-size: 22px !important;
	}

.Excerpt-Title-MD a { color: #1A4EA2; }
.Excerpt-Title-MD a:hover,
.Excerpt-Title-MD a:focus { color: #EE3D8F; }

.Excerpt-MD.Excerpt-No-Thumb .Excerpt-Header-MD {
	padding: 20px 40px 30px 40px;
	border: 2px solid #1A4EA2;
	border-radius: 30px;
	position: relative;
	}

.Excerpt-MD.Excerpt-No-Thumb .Excerpt-Header-MD > * {
	position: relative;
	z-index: 20;
	}

.Excerpt-MD.Excerpt-No-Thumb .Excerpt-Header-MD:before {
	content: '';
	width: 90%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	right: 7%;
	left: 7%;
	top: -3px;
	}

.Excerpt-MD.Excerpt-No-Thumb .Excerpt-Header-MD:after {
	content: '';
	width: 90%;
	height: 5px;
	background: #FFF;
	display: block;
	position: absolute;
	bottom: -3px;
	right: 7%;
	left: 7%;
	}

/**********************************************************
// Post >> Excerpt >> Small
**********************************************************/
.Excerpt-SM {
	margin: 30px 1% 0 1%;
	width: 31%;
	max-width: 350px;
	height: 350px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	}

.Excerpt-SM-Thumb {
	background: #5491BF;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-SM-Thumb:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Excerpt-SM:hover .Excerpt-SM-Thumb > img,
.Excerpt-SM:focus .Excerpt-SM-Thumb > img { transform: scale(1.1); }
.Excerpt-SM-Thumb > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Excerpt-SM-Thumb-Shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-SM-Thumb-Placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 20;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-SM-Thumb-Placeholder img {
	width: auto;
	height: auto;
	max-height: 350px;
	}

.Excerpt-SM:hover .Excerpt-SM-Thumb-Placeholder-Shadow,
.Excerpt-SM:focus .Excerpt-SM-Thumb-Placeholder-Shadow { opacity: 1; }
.Excerpt-SM-Thumb-Placeholder-Shadow {
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(0,0,0,0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a2000000',GradientType=0 );
	position: absolute;
	z-index: 25;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-SM-Header {
	padding: 25px;
	text-align: left;
	position: absolute;
	z-index: 30;
	bottom: 0;
	right: 0;
	left: 0;
	}

.Excerpt-SM-Date {
	padding: 0 !important;
	letter-spacing: 1px;
	font-size: 18px !important;
	color: #FFE160 !important;
	}

.Excerpt-SM-Title {
	margin-top: 10px;
	padding: 0 !important;
	min-height: 97.5px;
	font-family: "Oswald", sans-serif !important;
	font-weight: 400 !important;
	font-size: 26px !important;
	color: #FFF !important;
	}

.Excerpt-SM a {
	position: absolute;
	z-index: 40;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Excerpt-SM { width: 48%; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Excerpt {
		margin: 40px auto 0 auto;
		width: 100%;
		display: block;
		}

	.Excerpt-MD {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}

	.Excerpt-SM {
		margin: 30px auto 0 auto;
		width: 100%;
		display: block;
		}
}
