/**********************************************************
// Post >> Excerpt
**********************************************************/
.Excerpt {
	margin: var(--30px) 1% 0 1%;
	width: 31.3%;
	max-width: 21.875rem;
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-Thumb {
	width: 100%;
	height: 15.625rem;
	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: var(--10px) var(--10px) var(--20px) var(--10px); }

.Excerpt-Title {
	padding: 0 !important;
	font-size: var(--20px);
	}

.Excerpt-Title a { color: var(--Color-Black); }
.Excerpt-Title a:hover,
.Excerpt-Title a:focus { color: var(--Color-Red); }

.Excerpt-Date {
	padding: 0 !important;
	font-size: var(--14px);
	}

.Excerpt-Text p { padding: 0 !important; }
.Excerpt-Text {
	font-size: var(--14px);
	line-height: 1.5em;
	}

.Excerpt-More {
	margin: var(--20px) auto 0 auto;
	padding: var(--10px) var(--20px) !important;
	letter-spacing: var(--1px);
	line-height: 1.5em;
	text-transform: uppercase;
    font-size: var(--14px);
    background: var(--Color-Black);
    color: var(--Color-White) !important;
	display: inline-block;
	}

.Excerpt-More:hover,
.Excerpt-More:focus { background: var(--Color-Red); }

/**********************************************************
// Excerpt >> SM
**********************************************************/
.Excerpt-SM {
	margin: 0 1%;
	width: 23%;
	max-width: var(--300px);
	display: inline-block;
	vertical-align: top;
	}

.Excerpt-SM-Thumb {
	width: 100%;
	height: 15rem;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	}

.Excerpt-SM-Thumb:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Excerpt-SM-Thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Excerpt-SM-Thumb span,
.Excerpt-SM-Thumb a {
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Excerpt-SM-Thumb img { z-index: 1000; }
.Excerpt-SM-Thumb a { z-index: 2000; }
.Excerpt-SM-Thumb:hover img { opacity: 0.7; }

.Excerpt-SM-Header { padding: var(--10px) var(--10px) var(--20px) var(--10px); }

.Excerpt-SM-Title {
	padding: 0 !important;
	text-transform: initial;
	font-weight: 700;
	font-size: var(--20px);
	}

.Excerpt-SM-Title a { color: var(--Color-Dark); }
.Excerpt-SM-Title a:hover,
.Excerpt-SM-Title a:focus { color: var(--Color-Green); }

/**********************************************************
// Product >> SM
**********************************************************/
.Product-SM {
	margin: 0 1%;
	width: 31.3%;
	max-width: var(--400px);
	display: inline-block;
	vertical-align: top;
	}

.Product-SM-Thumb {
	width: 100%;
	height: var(--400px);
	position: relative;
	overflow: hidden;
	}

.Product-SM-Thumb > span,
.Product-SM-Thumb > a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

.Product-SM-Thumb > a { z-index: 200; }
.Product-SM-Thumb:hover > span { opacity: 0.7; }
.Product-SM-Thumb > span {
	background-color: #F8F8F8;
	z-index: 100;
	}

.Product-SM-Thumb > span:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Product-SM-Thumb > span img {
	object-fit: cover;
    object-position: top center;
    height: 100%;
	}

.Product-SM-Main { padding: var(--15px); }
.Product-SM-Title {
	padding: 0 !important;
	text-transform: initial;
	font-style: italic;
	font-weight: 400;
	font-size: 1.375rem;
	}

.Product-SM-Title a { color: var(--Color-Black); }
.Product-SM-Title a:hover,
.Product-SM-Title a:focus { color: var(--Color-Red); }

/**********************************************************
// Media Queries
**********************************************************/
@media /* 1024px */
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Excerpt,
	.Product-SM { width: 48%; }
	.Excerpt-SM { width: 31.3%; }
}

@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.Excerpt,
	.Product-SM {
		margin: var(--30px) auto 0 auto;
		width: 100%;
		display: block;
		}

	.Excerpt-SM { width: 48%; }
}

@media /* 500px */
all and (max-width: 31.25rem),
all and (max-device-width: 31.25rem)
{
	.Excerpt-SM {
		margin: var(--30px) auto 0 auto;
		width: 100%;
		display: block;
		}
}
