.destinations-slider img {
	display: inline-block !important;
}

..destinations-slider-wrap .slick-arrow {
	width: 14px;
	height: 35px;
	background: no-repeat center !important;
	z-index: 20;
}

.destinations-slider-wrap .slick-arrow::before {
	display: none;
}

.destinations-slider-wrap .slick-prev {
	background-image: url('/wp-content/uploads/2018/05/white-left-arrow.png') !important;
	left: 54px;
	width: 14px;
	height: 35px;
	z-index: 500;
}
.destinations-slider-wrap .slick-dots li button:before {
	font-size: 14px;
	color: #fff;
	opacity: .50;
	top: -30px;
}
.destinations-slider-wrap .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}
.destinations-slider-wrap .slick-next {
	background-image: url('/wp-content/uploads/2018/05/white-right-arrow.png') !important;
	right: 54px;
	width: 14px;
	height: 35px;
	z-index: 500;
}

.destinations-slider .inner-cont {
	min-height: 750px;
	background: no-repeat center #333;
	background-size: cover;
	position: relative;
}

.destinations-slider {
	padding: 0;
}

.destinations-slider .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(246, 246, 245, .93);
	color: #707070;
	font-size: 20px;
	font-family: agenda-medium;
	text-transform: uppercase;
	padding: 0px 10px 0 25px;
}

.destinations-slider .title a {
	color: #707070;
	text-decoration: none;
}

.destinations-slider .title a:hover {
	color: #333;
}

.destinations-slider .cta {
	text-align: center;
	padding-top: 150px;
	display: none;
}

.dining-slider .site-btn {
	letter-spacing: 2px;
	background: #a00062;
}

.dining-slider .site-btn:hover {
	background: #a03362;
}