
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
:root {
 --oltes7-base:#d82221;
}
.set_test7 .client {
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fafafa;  
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.set_test7 .client:hover .client-info {
    display: none;
}

.set_test7 .client:hover .client-quote {
    display: block;
}

.set_test7 .client-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    transition: 0.3s;
}

.set_test7 .client-userpic {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.set_test7 .client-userpic img {
    border-radius: 50%;
    vertical-align: top;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.set_test7 .client-name {
    font-size: 18px;
    display: block;
    color: #262626;
}
.set_test7 .client.-dark .client-name {
    color: #333!important;
}

.set_test7 .client-job {
    font-size: 14px;
    color: #262626;
    opacity: 0.6;
    display: block;
    padding: 13px 0 0;
}
.set_test7 .client .client-job {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.set_test7 .client-location {
    font-size: 14px;
    color: #262626;
    opacity: 0.6;
    display: block;
    padding: 13px 0 0;
}
.set_test7 .client .client-location {
    color: rgba(0, 0, 0, 0.8);
}

.set_test7 .client-quote {
    font-size: 14px;
    line-height: 23px;
    margin: 0 25px;
    color: #262626;
    display: none;
    position: relative;
    overflow-y: hidden;
    height: auto;
}
.set_test7 .client-quote::before {
	content: "";
	background-repeat: no-repeat;
	font-size: 23px;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
	color: #ddd;
display: inline-block;
float: left;
margin-right: 5px;
width: 22px;
height: 18px;
font-weight: 700;
}
.set_test7 .client .client-quote {
    color: #333;
}

.testimonial_7 .btn-style-one {
  border: 1px solid var(--oltes7-base);
  border-radius: 60px;
  overflow: hidden;
  padding: 4px 5.5px;
  padding-right: 27px;
  position: relative;
  color: var(--oltes7-base);
}
.testimonial_7 .btn-style-one .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--oltes7-base);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 45px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial_7 .btn-style-one .icon i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 10px;
}
.testimonial_7 .btn-style-one .icon i:first-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_7 .btn-style-one .icon i:last-child {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_7 .btn-style-one:before {
  background-color: var(--oltes7-base);
  bottom: 10px;
  border-radius: 50px;
  content: "";
  height: 45px;
  left: 5.5px;
  position: absolute;
  right: 5.5px;
  top: 4px;
  width: 45px;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial_7 .btn-style-one:hover {
  color: #fff;
}
.testimonial_7 .btn-style-one:hover i:first-child {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.testimonial_7 .btn-style-one:hover i:last-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.testimonial_7 .btn-style-one .icon i svg {
  fill: #fff;
}
.testimonial_7 .btn-style-one:hover:before {
  left: 11px;
  width: calc(100% - 16px);
}

.testimonial_7 .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial_7 .theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}