/*
*********************
Colour Updates
Some css selectors seem to be missing from the scss files - I'm assuming the site was partially reskinned at some point
This is the most time efficient way to update a few of the colours without having to untangle the styling mess.
*********************
*/

.more,
.icon-Back_To_Top {
  color: #505A62 !important;
}

.slick-slider .carousel__dots li button {
 border: 1px solid #B5A39C!important;
}

.slick-slider .carousel__dots li.slick-active button,
.slick-slider .carousel__dots li button:hover {
  background: #B5A39C!important;
}

.btn {
  border: 1px solid #505A62;
  background-color: #505A62;
  color: #fff;
}

.btn:hover {
	color: #505A62;
	background-color: #fff;
}


.footer__social-icon path {
	fill: #B5A39C;
}


.footer .footer__social-icon path {
	fill: #ADADAD;
}