
/*------------------------------------------------------------------------
# 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-testimonials-box {
position: relative; }
.tm-testimonials-box .icon-box-paragh2 {
text-decoration: underline; }
.tm-testimonials-box .tm-tst-wrapper {
position: relative; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
top: 0px;
position: absolute;
left: 0px;
z-index: 9; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb img {
transition: all 0.4s ease-in-out; 
width: 200px; height: 200px;border-radius: 50%; 
border: 10px solid #fff; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb img {
transition: none; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb .tm_tst_icon {
border-radius: 50%;
height: 42px;
background-color: #91c330;
color: #fff;
left: 0px;
line-height: 42px;
position: absolute;
text-align: center;
top: 40%;
width: 42px;
z-index: 9;
transition: all 0.4s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb .tm_tst_icon {
transition: none; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px 20px 20px 110px;
position: relative; 
margin-left: 100px !important;
border-top: 50px solid #fff;
}
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
background: #111;
border-radius: 0 25px 25px 0;
color: #fff;
font-size: 16px;
font-weight: bold;
height: 45px;
line-height: 45px;
padding-left: 20%;
text-align: left;
transition: all 0.4s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
transition: none; } }
@media (min-width: 576px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
position: absolute;
left: 0px;
top: -50px;
width: 50%; } }
@media (max-width: 575.98px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
margin-top: 0; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px;
position: relative; 
margin-left: 0px !important;
border-top: 0px solid #fff;
} }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details p {
color: #84899d;
font-weight: 500;
font-style: italic;
margin-bottom: 0; }
.tm-testimonials-box .tm-tst-wrapper:hover .tm-tst-thumb .tm_tst_icon {
transform: rotate(180deg); }

@media (max-width: 767.98px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
position: relative;
left: 20%; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
left: 43%;
top: -55%;
text-align: center;
padding-left: 0;
margin-bottom: 15px; }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details {
background-color: #f0f2f7;
padding: 20px;
position: relative; 
margin-left: 0px !important;
border-top: 0px solid #fff;
}}

@media screen and (min-width: 320px) and (max-width: 375px) {
.tm-testimonials-box .tm-tst-wrapper .tm-tst-thumb {
left: 16%; } }
.tm-testimonials-box .tm-tst-wrapper .tm-tst-details .title {
  background-color: #91c330; }

.tm-testimonials-box .tm-tst-wrapper:hover .tm-tst-details .title {
  background-color: #1975ff; }
