
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

.testimonial_16 .testimonial_thumb {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  left: -14px;
  top: -18px;
}

.testimonial_16 {
  overflow: hidden;
  padding: 40px;
  padding-top: 115px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
}

.testimonial_16:before {
  content: "";
  position: absolute;
  background-image: url(feedback_quotation.png);
  background-repeat: no-repeat;
  width: 165px;
  height: 165px;
  top: 45px;
  right: 45px;
}
@media (max-width: 767px) {
  .testimonial_16 {
    padding: 60px 30px;
    padding-top: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial_16 {
    padding: 60px 50px;
    padding-top: 145px;
  }
}

.testimonial_16 .t_title {
  font-size: 24px;
  margin-bottom: 5px;
}

.testimonial_16 .t_subtitle {
  font-size: 15px;
  color: var(--clr-theme-1);
  text-transform: uppercase;
  font-weight: 500;
}

.testimonial_16 .testimonial_content p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 21px;
}

.testimonial_16 .rating i {
  color: #ffba00;
  font-weight: 600;
}
.testimonial_16 .rating i:not(:last-child) {
  margin-right: 2px;
}