.history-slider {
	padding-left: 200px
}

.history-slider .slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 25px;
	text-align: center;
}

.history-slider .slick-dots li {
	display: inline-block;
}

.history-slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	position: relative;
	margin-bottom: 30px;
}

.history-slider .slick-dots button:before {
	width: 25px;
	height: 25px;
	border: 2px solid #824E2C;
	background-color: #F3F5F5;
	content: '';
	position: absolute;
	border-radius: 25px;
	top: 0;
	left: 0;
}

.history-slider .slick-dots li.slick-active button:before {
	background-color: #824E2C;
}

.history-slider .slick-dots li button:after {
	border-right: 2px solid #824E2C;
	position: absolute;
	left: calc(50% - 1px);
	top: 25px;
	height: 50px;
	content: '';
}

.history-slider .slick-dots li:last-child button:after {
	display: none;
}

.slick-vertical .history-slide {
	height: 800px;
}

/* Editor only */
.acf-block-preview .history-slider .slide {
	display: none;
}

.acf-block-preview .history-slider .slide:first-child {
	display: block;
}