/* Version 1.0.0 */

/* Testimonials slide */
.lvd-testimonials-s .lvd-container                             {border-radius:8px; }
.lvd-testimonials-s .lvd-style-transparent.lvd-container       {box-shadow:unset; background:none;}
.lvd-testimonials-s .lvd-section-title                         {color:var(--lvd-color-black); }

/*swiper*/
.lvd-testimonials-s .swiper                                    {position:relative;}
.lvd-testimonials-s .swiper-wrapper                            {z-index:2; position:relative; padding-top:50px; margin:0 auto;}
.lvd-testimonials-s .lvd-img.lvd-image-filter img              {filter: brightness(1.2) grayscale(100%); transition: all .3s;}
.lvd-testimonials-s .lvd-img.lvd-image-filter img:hover        {filter: none;}
.lvd-testimonials-s .lvd-img img                               {width:150px; height:150px; margin-right:40px; object-fit: cover; object-position: center; border-radius:75px; }
.lvd-testimonials-s .lvd-content                               {width: calc(100% - 190px); flex-grow: 1;}
.lvd-testimonials-s .lvd-metadata                              {font-weight:700; color:var(--lvd-color-black);}
.lvd-testimonials-s .swiper-button-next                        {top: 0 !important; right:0 !important; width: 40px !important; height: 40px !important; border-radius:2px; margin-top: auto !important;color: var(--lvd-color-black) !important; text-align: center!important; vertical-align:middle;}
.lvd-testimonials-s .swiper-button-next:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-s .swiper-button-next:after                  {font-size:18px !important;}
.lvd-testimonials-s .swiper-button-prev                        {top: 0 !important;left:auto !important; right:50px !important; width: 40px !important;height: 40px !important; border-radius:2px; margin-top: auto !important;color: var(--lvd-color-black) !important;  text-align: center!important; vertical-align:middle;}
.lvd-testimonials-s .swiper-button-prev:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-s .swiper-button-prev:after                  {font-size:18px !important;}

.lvd-testimonials-s .lvd-stars                                 {margin-bottom:20px; color:var(--lvd-color-success);} 
.lvd-testimonials-s .lvd-stars span                            {margin-right:6px;}
.lvd-testimonials-s .lvd-4stars                                {width:87px; overflow:hidden;}
.lvd-testimonials-s .lvd-3stars                                {width:64px; overflow:hidden;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-testimonials-s                                             {margin-right:20px !important; margin-left:20px !important;}
.lvd-testimonials-s .lvd-title                                  { padding:0 40px;}
.lvd-testimonials-s .lvd-container                              {padding-left:40px; padding-right:40px; }
.lvd-testimonials-s .lvd-img                                    {margin:0 auto 40px auto; text-align:center;}
.lvd-testimonials-s .lvd-img img                                {margin-right:0;}
.lvd-testimonials-s .lvd-content                                {width:100%;}
.lvd-testimonials-s .lvd-stars                                  {margin:0 auto 20px auto;} 
.lvd-testimonials-s .lvd-stars span:first-child                      {margin-left:6px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-testimonials-s                                             {margin-right:20px !important; margin-left:20px !important;}
}