@charset "UTF-8";
.v-content-section {
  /*
   * STORMS
   */
}
.v-content-section .testimonial-content {
  font-style: italic;
  background-color: #f8fafa;
  color: #778888;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 25px 20px 35px 50px;
  margin-bottom: 25px;
  font-size: 16px;
  border: 1px solid #e5eaea;
  border-radius: 3px;
}
.v-content-section .testimonial-content:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 18px;
  position: absolute;
  top: 28px;
  font-style: normal;
  left: 18px;
  color: rgba(20, 20, 20, 0.3);
}
.v-content-section .testimonial-content:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f8fafa;
  border-bottom: 1px solid #e5eaea;
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  position: absolute;
  bottom: -10px;
  left: 64px;
}
.v-content-section .testimonial-photo {
  float: left;
  margin-right: 20px;
}
.v-content-section .testimonial-photo img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
.v-content-section .testimonial-author-info {
  padding: 7px 0 0 88px;
}
.v-content-section .testimonial-author-info h4 {
  font-size: 17px;
  margin-bottom: 2px;
}
.v-content-section .testimonial-3 .testimonial-content {
  background-color: #404040;
  color: rgba(254, 254, 254, 0.9);
  border: 1px solid #202020;
}
.v-content-section .testimonial-3 .testimonial-content:before {
  color: rgba(254, 254, 254, 0.7);
}
.v-content-section .testimonial-3 .testimonial-content:after {
  background-color: #404040;
  border-bottom: 1px solid #202020;
}
.v-content-section .testimonial-4 .testimonial-content {
  background-color: #e293bf;
  color: rgba(254, 254, 254, 0.9);
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.v-content-section .testimonial-4 .testimonial-content:before {
  color: rgba(254, 254, 254, 0.7);
}
.v-content-section .testimonial-4 .testimonial-content:after {
  background-color: #e293bf;
  border-bottom: none;
  bottom: -9px;
}
.v-content-section .testimonial.dark .testimonial-content,
.v-content-section .testimonial.dark .testimonial-content p {
  color: #444;
}
.v-content-section .testimonial-4.dark .testimonial-content,
.v-content-section .testimonial-4.dark .testimonial-content p,
.v-content-section .testimonial.dark .testimonial-author-info h4,
.v-content-section .testimonial.dark .testimonial-author-info p {
  color: rgba(254, 254, 254, 0.9);
}
.v-content-section.v-testimonial-section {
  padding: 80px 0;
}

/*# sourceMappingURL=voyo-testimonials.css.map */
