.testimonials .testimonials_title {
  color: #885A31;
  font-family: "starling", "sans-serif", "Helvetica", "Arial";
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px; }

.testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single {
  position: relative; }
  .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single p {
    color: #333333;
    font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0; }
    .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single p:last-child {
      margin-bottom: 15px; }
  .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single .testimonial-author {
    display: block;
    color: #333333;
    font-family: "Open Sans", "sans-serif", "Helvetica", "Arial";
    font-size: 18px;
    font-weight: 500; }
  @media (max-width: 480px) {
    .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single {
      padding: 0; } }
  .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single:hover, .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single:focus, .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .testimonial-single:active {
    outline: none;
    text-decoration: none; }

.testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li {
    display: inline-block; }
    .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li button {
      display: block;
      margin-left: 5px;
      width: 25px;
      height: 4px;
      padding: 0;
      border: none;
      background-color: #95A090;
      text-indent: -9999px; }
      .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li button:hover, .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li button:focus, .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li button:active {
        outline: none;
        text-decoration: none; }
      .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li button:hover {
        background-color: #566B46; }
    .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li:first-child button {
      margin-left: 0; }
  .testimonials .testimonials-slideshow_wrapper .testimonials-slideshow .slick-dots li.slick-active button {
    background-color: #566B46; }
