/**
 * @file
 * Visual styles for Confea Theme slider.
 */
.slide__caption {
  background-color: rgba(0, 0, 0, .75);
  color: #ffffff;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 0px;
  font-size: 1.71rem;
}
.slide__caption a {
  color: #ffffff;
}
.slick-arrow:before {
  color: #ffffff;
  opacity: 1;
  text-shadow: #434343 0px 0px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-arrow:hover:before {
  color: #dddddd;
}