.slider {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 36px;
}
.slider .slides:not(.slick-initialized) {
	display: none
}
.slider .slider-cont {
	position: relative;
}

.slider .slider-cont::after {
	content: '';
	background: url("https://res.cloudinary.com/simpleview/image/upload/v1571786467/clients/boonenc/beige-background.png");
	width: calc(100% + 40px);
	height: 156px;
	position: absolute;
	bottom: -36px;
	left: -20px;
	right: 0;
	z-index: -1;
}

.slider .slide {
	position: relative;
}

.slider .slide-content {
	position: absolute;
	left: 15px;
	bottom: 0;
	padding-right: 15px;
}

.slider [data-slides]:not(.slick-initialized) .slide:nth-child(n+2) {
		display: none;
}

.slider .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.slider .img-cont {
	position: relative;
}

.slider .img-cont img {
	width: 100%;
	height: 100%;
}

.slider .date-block {
	display: inline-block;
	font: 800 18px "Gotham A", "Gotham B";
	color: #1A6E99;
	line-height: 1.3em;
	text-transform: uppercase;
	background-color: white;
	padding: 0 10px;
	margin-bottom: 8px;
}

.slider .date-block .middle-dot {
	font-size: 25px;
}

.slider h4, .slider h4 a {
	color: white;
	font: 800 26.5px "Gotham A", "Gotham B";
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.slider p {
	margin-bottom: 13px;
}

.slider .read-more {
	color: #90A74D;
	font: 800 17px "Gotham A", "Gotham B";
	line-height: 1em;
	text-transform: uppercase;
}

.slider .read-more img {
	width: 28px;
	height: 13px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.slider .read-more img.no-hover {
	display: inline-block;
}

.slider .read-more img.hover {
	display: none;
}

.slider .arrow-cont {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: calc(100% + 40px);
	top: calc(50% - 40px);
	left: -20px;
	right: 0;
}

.slider .arrow-cont .custom-arrow {
	cursor: pointer;
	z-index: 2;
}

.slider .arrow-cont .fas {
	color: #90A74D;
	font-size: 60px;
}

@media screen and (min-width: 640px) {
	.slider {
		margin-bottom: 100px;
	}

	.slider .slide {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (min-width: 1024px) {
	.slider .read-more:hover img.hover {
			display: inline-block;
	}

	.slider .read-more:hover img.no-hover {
			display: none;
	}
}

@media screen and (min-width: 1300px) {
	.slider {
		margin-bottom: 158px;
	}

	.slider .slider-cont {
			max-width: 1103px;
			margin: 0 auto;
	}

	.slider .slider-cont::after {
		width: calc(100% + 80px);
		margin: 0 auto;
		left: -35px;
	}

	.slider .arrow-cont {
		left: -79px;
		width: calc(100% + 148px);
	}
}
