
/* Default Template */

.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item { text-align: center; background-color: var(--wdtAccentTxtColor); padding:  clamp(1.5625rem, 1.4928rem + 0.3185vw, 1.875rem) /*30px - 25px */; border: 1px solid transparent;}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover{
    border: 1px solid var(--wdtBorderColor);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-rating-image-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.2em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a{
    width: 60px;
    height: 60px;
    border-radius: var(--wdtRadius_Full);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below > span{
    display: none;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;  
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title{
    margin-right: 10px;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5{
    font-size: var(--wdtFontSize_H6);
    color: rgba(var(--wdtSecondaryColorRgb), 0.8);
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description {
    margin-bottom: clamp(2.5rem, 2.4303rem + 0.3185vw, 2.8125rem) /*45px - 40px*/;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{
    color: var(--wdtBodyTxtColor);
    line-height: 1;
    font-weight: var(--wdtFontWeight_Alt);
} 
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title-group.below > :not(.wdt-content-separator):not(:last-child){
    margin-bottom: 0;
}
.wdt-testimonial-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-title h5{
    color: var(--wdtPrimaryColor);  
}


/* Standard Template */

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; 
    -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; 
    box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group { background-color: rgba(var(--wdt-elementor-color-accent-rgb),0.25); }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5{ font-size:var(--wdtFontSize_H6); font-weight:var(--wdtFontWeight_H6); line-height:var(--wdtLineHeight_H4) }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-group { padding: 20px; }
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] .wdt-rating-container + .wdt-content-title{margin-top:0;}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle{ font-size:var(--wdtFontSize_Ext);}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-rating-container{margin-bottom:25px;}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description{color: rgb(var(--wdtAccentTxtColorRgb), .7); margin-bottom:20px;}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group { background-color: var(--wdt-elementor-color-accent); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-accent); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5, .wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }

.wdt-testimonial-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); }
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock){
    cursor: pointer;
}

@media(min-width:768px){
.wdt-testimonial-holder.wdt-rc-template-standard {display:grid; width:100%; align-items:center;}
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper{grid-area: 1/-1; width:100%}
.wdt-testimonial-holder.wdt-rc-template-standard .wdt-testimonial-container{grid-area:1/-1; width:100%;}
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination{display:flex; justify-content:space-between;}
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock){margin:0 -100px;}
}

@media (min-width: 768px) and (max-width: 1540px){
.wdt-testimonial-holder.wdt-rc-template-standard.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:not(.swiper-button-lock){margin:0 -80px;}    
}

/* Responsive */

@media (max-width: 479px) {
    .wdt-testimonial-holder.wdt-rc-template-side-image .wdt-content-item .wdt-content-detail-group { flex: 1 1 100%; }
}


/* Classic Template */

.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-description{font-size:var(--wdtFontSize_Ext); color:var(--wdtHeadAltColor); font-weight:var(--wdtFontWeight_Ext);}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-title h5{font-size:var(--wdtFontSize_Ext); font-weight:var(--wdtFontWeight_Ext); }
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-subtitle{font-size:var(--wdtFontSize_Ext); color:var(--wdtBodyTxtColor);}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-detail-group{display:flex; align-items:center; gap:8px; justify-content:flex-end;}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle{margin-top:0; width:fit-content;}
.wdt-testimonial-holder.wdt-rc-template-classic .wdt-content-item .wdt-content-detail-group .wdt-content-title{margin-bottom:0; width:fit-content;}