
* + .testimonial-slider{
  margin-top:var(--wp--preset--spacing--section-small);
}


.testimonial-slider .slick-list{
  overflow: visible;
  max-width: 80%;
}


.testimonial-slider .testimonial-slide {
  margin-right: 2rem; 
  /*opacity: .5;*/
}

.testimonial-slider .testimonial-slide.slick-current {

  opacity: 1;
}


.testimonial-slider .slick-slide:last-child {
  margin-right: 0;
}

.testimonial-slider .testimonial-container{
  background: #fff;
  border-radius: 16px;
  padding:var(--wp--preset--spacing--section-small);
}
/*Prev Next Buttons*/


.testimonial-slider .btn-wrap {
  display:flex;
  gap: clamp(1.5rem, 1.39rem + 0.542vw, 2rem);
  margin-top: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
}

.testimonial-slider .btn-wrap .prev-btn,
.testimonial-slider .btn-wrap .next-btn{
  background-size:cover;
  height: 75px;
  width:75px;
  opacity: .7;
  transition: all .5s ease-in-out;
  border-radius: 100%;
  background-color: transparent;
  border:0;
}

.testimonial-slider .btn-wrap .prev-btn:hover,
.testimonial-slider .btn-wrap .next-btn:hover{
  opacity:1;
  background-color: var(--wp--preset--color--yellow);

}
.testimonial-slider .btn-wrap .prev-btn.slick-disabled,
.testimonial-slider .btn-wrap .next-btn.slick-disabled{
  opacity: .2;
  background-color: transparent!important;
  pointer-events: none;
}

.testimonial-slider .btn-wrap .prev-btn {
  cursor: pointer;
  left:10%;
  background-image: url(img/arrow-back.svg);
 
}
.testimonial-slider .btn-wrap .next-btn {
  cursor: pointer;
  background-image: url(img/arrow-forward.svg);
  right:10%;
  
}

.testimonial-slider .quote-headline{
  margin: var(--wp--preset--spacing--small) 0;
}

.testimonial-slider .quote-source{
  margin-top: var(--wp--preset--spacing--medium);
  font-weight: 800;
}

.testimonial-slider .quote-organization{
  margin-top:0;
  font-weight: normal;

}



/*--------------------------------------
//Single Styling
--------------------------------------*/
.testimonial-slider.single .testimonial-slide{
  max-width: 950px;
  margin: auto;
}



/*--------------------------------------
//Mobile
--------------------------------------*/

@media only screen and (max-width: 1024px) {
  .testimonial-slider .btn-wrap{
  margin-left:32px;
  }
  .testimonial-slider .btn-wrap .prev-btn,
  .testimonial-slider .btn-wrap .next-btn{
  width:50px;
  height:50px;
    
  
  }
}
  
  
  
  @media only screen and (max-width: 640px) {
    .testimonial-slider{
      max-width: 110%!important;
    }
    
    
  .testimonial-slider:not(.single) .slider-container{
    padding-left: 32px;max-width: 110%!important; width:110%!important;
   }

 .testimonial-slider.single .slider-container{
    max-width: var(--wp--style--global--content-size);
    margin-left: auto; margin-right: auto;
   }

  .testimonial-slider .slick-list{
    overflow: visible;
    max-width: 100%;
  }
  
  .testimonial-slider .testimonial-slide {
    margin-right: 1rem; 
    
  }
    
  
}

