/* Default Template */

.wdt-team-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }

.wdt-team-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child){
    margin-bottom: clamp(1rem, 0.8746rem + 0.5732vw, 1.5625rem); /* Min-16 & Max-25 */ 
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item>div[class*="group"] .wdt-content-title+.wdt-content-subtitle {
    margin-top: -8px;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group > div.wdt-content-image-wrapper {
  margin-bottom: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem); /* Min-25 & Max-40 */ 
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image>span,
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image>a {
    -webkit-border-radius: var(--wdtRadius_Full);
    border-radius: var(--wdtRadius_Full);
    width: 190px;
    height: 190px;
    position: relative;
    overflow: hidden;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image>span:before,
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image>a:before{
    content:"";
    height:100%;
    width:100%;
    border-radius:inherit;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(var(--wdtHeadAltColorRgb),0.5);
    opacity:0;
    transition:var(--wdt-Ad-Transition);
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-image>span:before,
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-image>a:before{
    opacity:1;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span > img,
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5{
    font-size: clamp(1.25rem, 1.1664rem + 0.3822vw, 1.625rem);/* Min-20 & Max-26 */ 
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description a{
    font-size: var(--wdtFontSize_H6);
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{
    color: rgba(var(--wdtHeadAltColorRgb),0.5);
}
.wdt-dark-bg .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{
    color: rgba(var(--wdtAccentTxtColorRgb),0.5);
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child){
    margin-bottom: 20px; 
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid var(--wdtBorderColor);
  border-radius: var(--wdtRadius_Full);
  background-color: var(--wdtAccentTxtColor);
  color: var(--wdtHeadAltColor);
  font-size: var(--wdtFontSize_H6);
}
.wdt-dark-bg .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a{
    background-color: transparent;
    color: var(--wdtAccentTxtColor);
    border-color: var(--wdtAccentTxtColor);
}
.wdt-dark-bg .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description a{
    color: var(--wdtAccentTxtColor);
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-description a:hover{
    color: var(--wdtPrimaryColor);
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a:hover{
  background: var(--wdtPrimaryColor);   
  color: var(--wdtAccentTxtColor);
  border-color: var(--wdtPrimaryColor); 
}

/** Standard Template */

.wdt-team-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item > div[class*="group"] .wdt-content-title + .wdt-content-subtitle { margin-top: -8px; }