
/*------------------------------------------------------------------------
# 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-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff;
  color: #222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.15);
          box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.15);
}

.testimonial-item .img {
  padding: 10px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ff4500;
}

.testimonial-item .img img {
  border-radius: 50%;
}

.testimonial-item .setbody  {
  color: #222;
}
.testimonial-item .setbody h5 {
  margin-bottom: 10px;
}

.testimonial-item .setbody span {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ff4500;
}

.testimonial-item .setbody p {
  margin-bottom: 15px;
}

.testimonial-item .setbody .rating i {
  margin-right: 2px;
  color: #ff4500;
}

.testimonial-item .setbody .rating i:last-child {
  margin-right: 0;
}

.testimonial-item .quote-icon {
  top: 30px;
  right: 30px;
  padding: 10px;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ff4500;
}

.testimonial-item .quote-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

@media only screen and (max-width: 767.98px) {
  .testimonial-item {
    display: block;
  }
  .testimonial-item .img {
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#testimonials.owl-carousel .owl-nav button{
  border-radius: 50%;
  border: 2px solid #ff4500;
}

#testimonials.owl-carousel .owl-nav button span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
  border: 2px solid #ff4500;
}

#testimonials.owl-carousel .owl-nav button:hover {
  border-color: #171718;
}

#testimonials.owl-carousel .owl-nav button:hover span {
  background: #171718;
}

#testimonials.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.testimonial-item .img {
  border-color: #ff4500;
}

.testimonial-item .setbody span {
  color: #ff4500;
}

.testimonial-item .setbody .rating i {
  color: #ff4500;
}

.testimonial-item .quote-icon {
  border-color: #ff4500;
}

.testimonial-item .quote-icon i {
  background: #ff4500;
}
