.articles--wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.articles--wrapper .slick-track {
	min-height: 500px;
}
.article--item {
	position: relative;
	background-size: cover;
	width: 268px;
	min-height: 400px;
	border-color: #eaeaea !important;
	box-shadow: 0px 6px 16px 0px rgb(22 35 58 / 10%) !important;
}
/* the slides */
.articles--wrapper .slick-slide {
	margin-right: 20px;
	margin-left: 5px;
}
.articles--wrapper .slick-list {
	padding-left: 2px;
}
.articles--wrapper .slick-track {
	padding-left: 5px;
}
.host-next.slick-arrow {
	right: -80px;
	position: absolute;
	top: 43%;
}
.host-prev.slick-arrow {
	left: -80px;
	top: 43%;
	position: absolute;
}
.slick-arrow:hover {
	cursor: pointer;
}
.slick-disabled svg circle {
	fill: #acafac !important;
}
.article--title {
	font-size: 17px;
	font-weight: 700;
	color: #1E1926;
}
.article--content {
	padding: 20px 15px 10px;
	overflow: hidden;
}
.article--image {
	position: relative;
	overflow: hidden;
}
.badge--cat {
	left: 10px;
	top: 10px;
	position: absolute;
	font-family: "Hind", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	background-color: #66B65D;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	line-height: 1.2;
}
.badge--numbers {
	top: 10px;
	right: 10px;
	position: absolute;
	font-family: "Hind", Sans-serif;
	font-weight: 500;
	background-color: #FE1743;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
	padding: 5px 5px 5px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.item--overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	z-index: auto;
}
.item--icon {
	position: absolute;
	top: calc( 50% - 10px );
	left:  calc( 100% / 2 - 20px );
}
.item--icon i {
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: rgba(255,255,255,0.25);
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	padding-left: 2px;
	line-height: 0.5;
	box-shadow: 0px 0px 5px #666;
	text-shadow: 0px 0px 5px #666;
}
.more--button {
	padding: 13px 22px;
	background-color: #66B65D !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 14px;
}
.item--button {
    position: absolute;
    bottom: 7px;
    right: 0;
}
.badge--text {
	padding: 0px;
	background-color: rgba(255,255,255,0);
	color: #64778a;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	display: inline-block;
}
.content--wrapper p {
    font-size: 15px;
    margin-top: 10px;
}
a.video--item:hover img {
    transform: scale(1.1);
}
.the--image img {
    transition: all .3s ease-in-out;
}
.item--share {
    position: absolute;
    top: 50%;
    left: calc( 100% / 2 - 35px );
    opacity: 0;
    z-index: 3;
}
.popover-contents {
	position: absolute;
	padding-left: 10px;
	padding-right: 15px;
	color: #ffffff;
	height: 40px;
	width: 120px;
	line-height: 42px;
	text-align: center;
	bottom: 40px;
	right: -25px;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.popover-contents:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 12px solid #cccccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.popover-contents:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
span.pull-right.popover--trigger {
    color: #fff;
    font-size: 16px;
}
.rex-share-button.share-button i {
    font-size: 16px;
}
.article--image:hover {
	cursor: pointer;
}
.article--image:hover .item--share {
    opacity: 1;
}
.article--image:hover img {
    transform: scale(1.1);
    overflow: hidden;
}
.article--image img {
    transition: all .4s ease-out;
}
.image--overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	z-index: 2;
	display: none;
}
.article--image:hover .image--overlay {
	display: block;
}

@media (max-width: 767px) {
	.host-prev.slick-arrow {
		z-index: 9;
	}
	.host-prev {
		left: 0 !important;
	}
	.host-next {
		right: 0 !important;
	}
	.articles--wrapper .slick-list {
	    padding-left: 0px;
	}
	.host-prev.slick-arrow, .host-next.slick-arrow {
		top: 32% !important;
	}
}