
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
.tm-tst-wrapper .testimonial-item {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.tm-tst-wrapper .testimonial-item .testimonial-author {
  position: relative;
  padding-left: 64px;
  padding-top: 14px;
  padding-bottom: 30px;
  line-height: 18px;
}

.tm-tst-wrapper .testimonial-item .testimonial-author img {
  position: absolute;
  width: 54px;
  height: 54px;
  overflow: hidden;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.tm-tst-wrapper .testimonial-item .testimonial-author .author__title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.tm-tst-wrapper .testimonial-item .testimonial-author .author__meta {
  font-size: 15px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 8px;
}

.tm-tst-wrapper .testimonial-item .testimonial-author .author__rating {
  color: #ffb02b;
  font-size: 15px;
}

.tm-tst-wrapper .testimonial-item .testimonial-author .author__rating .la {
  margin: 0 -2px;
}

.tm-tst-wrapper .testimonial-item .testimonial-author:after {
  position: absolute;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 100px;
  font-weight: 900;
  line-height: 0;
  bottom: 50px;
  right: -15px;
  color: #7f8897;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.1;
}

.tm-tst-wrapper .testimonial-item .testimonial-desc .testimonial__desc {
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tm-tst-wrapper .testimonial-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tm-tst-wrapper .testimonial-item:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}

.tm-tst-wrapper .testimonial-item:hover .testimonial-author:after {
  opacity: 0.2;
}

.tm-tst-wrapper .testimonial-item:hover .testimonial-desc .testimonial__desc {
  color: #fff;
}

.tm-tst-wrapper .testimonial-item:hover .testimonial-author .author__title,
.tm-tst-wrapper .testimonial-item:hover .testimonial-author .author__meta {
  color: #fff;
}

.tm-tst-wrapper .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.tm-tst-wrapper .owl-dots div {
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 2px solid #ff4151;
}

.tm-tst-wrapper .owl-dots div.active, .tm-tst-wrapper .owl-dots div:hover {
  background-color: #ff4151;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*-- testimonial 2 --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item-wrap-2 .testimonial-item {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonial-item-wrap-2 .testimonial-img img {
  border-radius: 8px;
}

.testimonial-item-wrap-2 .testimonial-content {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-desc .la-quote-left {
  font-size: 120px;
  line-height: 70px;
  color: rgba(127, 136, 151, 0.2);
  margin-left: -15px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-desc .testimonial__desc {
  margin-top: 20px;
  line-height: 28px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author {
  margin-top: 50px;
  border-left: 2px solid rgba(127, 136, 151, 0.2);
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 5px 0 15px;
  padding-top: 4px;
  display: inline-block;
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__title {
    display: block;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__meta {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__meta {
    display: block;
    margin-left: 15px;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__rating {
  color: #ffb02b;
  font-size: 15px;
  display: block;
  margin-top: 4px;
  margin-left: 15px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__rating .la {
  margin: 0 -2px;
}

.read-rmore{
	position:relative;
	color:#222222;
	font-weight:500;
	padding:5px 15px;
	border:1px solid #cccccc;
	background-color:#f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.read-rmore:hover{
	color:#ffffff;
	border-color:#150b00;
	background-color:#150b00;
}