.editorial-readnext {
	position: relative;
	margin-bottom: 30px;
}
.editorial-readnext > h2 {
	display: inline-block;
	margin: 0 0 15px;
	padding-bottom: 25px;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	color: #000 !important;
	border-bottom: 4px solid var(--pink);
	cursor: default;
}

.editorial-readnext .editorial-readnext-inner {
	position: relative;
}

.editorial-readnext .editorial-readnext-inner .slick-controls .slick-nav .slick-arrow {
	width: 40px;
	height: 60px;
	background: #fff;
	cursor: pointer;
	opacity: 0.6;
	font-size: 24px;
	color: #be1e5a;
	transition: opacity ease 0.5s;
}

.editorial-readnext .editorial-readnext-inner .slick-controls .slick-nav .slick-arrow span.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

@media (hover:hover) {
	.editorial-readnext .editorial-readnext-inner .slick-controls .slick-nav .slick-arrow:hover {
		opacity: 1;
	}
}

.editorial-readnext .editorial-readnext-inner .slick-controls .slick-nav .slick-next { right: 0; }
.editorial-readnext .editorial-readnext-inner .slick-controls .slick-nav .slick-prev { left: 0; }

.editorial-readnext .slides {
	margin: 0px -10px;
}

.editorial-readnext .slides .slide {
	padding: 10px;
}

.editorial-readnext .items {
	display: block;
}
.editorial-readnext .items .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.editorial-readnext .item::after {
	display: block;
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(35,31,32,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(35,31,32,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(35,31,32,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#231f20',GradientType=0 );
}

.editorial-readnext .items .item img {
	width: 100%;
}

.editorial-readnext .items .item > h3 {
	margin-bottom: 0px;
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	z-index: 1;
	transition: opacity 0.5s ease;
}
.editorial-readnext .items .item:hover > h3 {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.editorial-readnext .items .item .content {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	padding: 30px;
	z-index: 2;
	background-color: #db2863cc;
	color: #fff;
}
.editorial-readnext .items .item .content > h3 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	z-index: 1;
}
.editorial-readnext .items .item .content > h3 > a {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}
.editorial-readnext .items .item .content > h3 > a:hover {
	text-decoration: none;
}

.editorial-readnext .items .item .content ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.editorial-readnext .items .item .content ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	cursor: default;
}

.editorial-readnext .items .item .content p {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	cursor: default;
}

.editorial-readnext .items .item .content .readmore {
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.editorial-readnext .items .item .content .readmore:hover {
	background-color: #fff;
	color: var(--pink);
	text-decoration: none;
	font-weight: 500;
}

/* Tablet & up */
@media only screen and (min-width: 40.063em) {
	.editorial-readnext .items .item > h3 {
		bottom: 25px;
		left: 30px;
		font-size: 30px;
		line-height: 35px;
	}
}

/* Desktop & up */
@media only screen and (min-width: 64.063em) {
	.editorial-readnext > h2 {
		margin: 0 0 35px;
	}

	.editorial-readnext .slides {
		margin: 0px -15px;
	}

	.editorial-readnext .slides .slide {
		padding: 15px;
	}

	.editorial-readnext .global-slick-controls .slick-nav .slick-arrow.slick-next {
		right: -1px;
	}
}
