/*------------------------------------------------------------------
Magazine Hero
-------------------------------------------------------------------*/
.oew-magazine-hero-post-item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.oew-magazine-hero-post-image img {
	display: block;
	margin: 0 auto;
}

.oew-magazine-hero-post-title {
	margin: 5px 0;
	display: inline-block;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: .198em .4em .3em;
	line-height: 1.126em;
	-webkit-transition: 1s cubic-bezier(.72, .22, .23, .9);
	-o-transition: 1s cubic-bezier(.72, .22, .23, .9);
	transition: 1s cubic-bezier(.72, .22, .23, .9);
	-moz-transition: 1s cubic-bezier(.72, .22, .23, .9);
	-ms-transition: 1s cubic-bezier(.72, .22, .23, .9);
	position: relative;
	text-transform: uppercase;
	font-weight: 800;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.oew-magazine-hero-post-info {
	display: block;
	line-height: 1;
}

.oew-magazine-hero-post-info>div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}

.oew-magazine-hero-post-info>div:last-child {
	margin-right: 0;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.85em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px 0 11px;
	margin-right: 3px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #f42548;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category a:not(:last-child)::after,
.oew-magazine-hero-post-info .oew-magazine-hero-post-info-date a:not(:last-child)::after  {
	content: "/";
	padding: 0 5px;
}
.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category:last-of-type {
	margin-right: 0;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category:hover {
	-webkit-transform: translateY(-5px) translateZ(0);
	transform: translateY(-5px) translateZ(0);
	-moz-transform: translateY(-5px) translateZ(0);
	-ms-transform: translateY(-5px) translateZ(0);
	-o-transform: translateY(-5px) translateZ(0);
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category a {
	color: #fff;
	font-size: 12px;
	line-height: 1em !important;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category a:hover {
	color: #fff;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-date {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6px;
	font-size: 15px;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-date a {
	color: #999;
	padding: 0;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-date a:hover {
	color: #000;
}

.oew-magazine-hero-post-info-top {
	position: relative;
	width: 100%;
}

.oew-magazine-hero-post-info-top>div {
	margin-right: 0;
	padding-right: 10px;
}

.oew-magazine-hero-post-info-top+div {
	padding-top: .34em;
	overflow: hidden;
	padding-bottom: .2em;
}

@media only screen and (max-width: 1024px) {
	.oew-magazine-hero-post-info-top+div {
		padding-top: .26em;
	}
}

.oew-magazine-hero-post-title a:only-child {
	margin-right: 0;
}

.oew-magazine-hero-post-item-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 140px;
}

@media only screen and (max-width: 680px) {
	.oew-magazine-hero-post-item-inner {
		min-height: 110px;
	}
}

.oew-magazine-hero-post-image {
	overflow: hidden;
	height: 100%;
    width: 100%;
    position: relative;
}

.oew-magazine-hero-post-image img {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.oew-magazine-hero-post-item:hover .oew-magazine-hero-post-image img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transform-origin: 90% 100%;
	-ms-transform-origin: 90% 100%;
	transform-origin: 90% 100%;
	-webkit-transition: .6s cubic-bezier(.21, .61, .25, 1);
	-o-transition: .6s cubic-bezier(.21, .61, .25, 1);
	transition: .6s cubic-bezier(.21, .61, .25, 1);
	-moz-transition: .6s cubic-bezier(.21, .61, .25, 1);
	-ms-transition: .6s cubic-bezier(.21, .61, .25, 1);
}

.oew-magazine-hero-post-content {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
	.oew-magazine-hero-post-content {
		padding: 30px 7%;
	}
}

@media only screen and (max-width: 768px) {
	.oew-magazine-hero-post-content {
		padding: 10px 10%;
	}
}

.oew-magazine-hero-post-content a {
	position: relative;
	z-index: 1;
}

.oew-magazine-hero-post-content-wrapper {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
}

.oew-magazine-hero-post-content-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 100%;
}

.oew-magazine-hero-post-info>div {
	color: #fff;
}

.oew-magazine-hero-post-info>div.oew-magazine-hero-post-info-category {
	z-index: 50;
}

.oew-magazine-hero-post-info-top {
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.oew-magazine-hero-post-info-top {
		bottom: -1px;
	}

}

@media only screen and (max-width: 680px) {
	.oew-magazine-hero-post-info-top {
		bottom: -2px !important;
		z-index: 0;
	}
}

.oew-magazine-hero-post-info-center {
	overflow: hidden;
	padding-top: 5px;
}

.oew-magazine-hero-post-info-bottom {
	margin-top: 12px;
}

.oew-magazine-hero-post-info-bottom>div {
	margin-right: 28px;
}

.oew-magazine-hero-post-info-bottom>div:last-child {
	margin-right: 0;
}

.oew-magazine-hero-post-item-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.oew-magazine-hero-post-item .oew-magazine-hero-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}