
/* Default Template */

.wdt-team-holder.wdt-rc-template-default .wdt-content-item{display: grid;     border-radius: var(--wdtRadius_2X); overflow: hidden;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item > div{grid-area: 1/-1; margin: 0;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image-wrapper{display: flex;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{   
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 15px 20px; 
    height: fit-content; 
    align-self: flex-end;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(var(--wdtSecondaryColorRgb), 0.3);
    flex-wrap: wrap;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div {width:fit-content;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-elements-group{margin: 0;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title h5{    font-size: var(--wdtFontSize_H6);}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-title{margin: 0 0 -40px;transition: var(--wdt-Ad-Transition);}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-title{margin: 0;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle,
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li a{    
    letter-spacing: var(--wdtLetterSpacing_2X);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
    width: fit-content;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li:first-child{margin-left: 0;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li:not(:last-child)::after{
    content: '/';
    display: inline-flex;
    height: fit-content;
    width: fit-content;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list{display: contents;}

.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li{position: relative; margin: 0 15px;transform: translateY(100%); margin-top: 15px; opacity: 0; transition: var(--wdt-Ad-Transition);pointer-events: none;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list li{transform: translateY(0); opacity: 1; pointer-events: auto;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list li:nth-child(2){transition-delay: 150ms;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list li:nth-child(3){transition-delay: 250ms;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-list li:nth-child(4){transition-delay: 350ms;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span{position: relative;}
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span::before{
    content: '';
    background-color: rgb(var(--wdtSecondaryColorRgb),0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media(max-width:1540px){
    .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{flex-direction: column; align-items: start;}
    .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span > img{min-height: 400px; object-fit: cover;object-position: center;}
}

/** Standard Template */


.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-image > span{
    width: 100px; height: 100px; display: inline-block; border-radius: var(--wdtRadius_Full); }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title{
    margin-top:20px; margin-bottom:25px }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-title h5{
    font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem); /* Min-20 & Max-24 */ }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-subtitle{
    color:var(--wdtPrimaryColor); font-size:var(--wdtFontSize_Ext); text-transform:uppercase; font-weight:var(--wdtFontWeight_Ext); 
    letter-spacing:var(--wdtLetterSpacing_1X); }
.wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-description{
    color:var(--wdtHeadAltColor); margin-bottom: 20px;
}
.widget .wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-social-icons-list{
    display: flex; width: 100%; justify-content: center; }
.widget .wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-social-icons-list li{
    display: inline-flex; align-items:baseline; width: fit-content; border: none; margin: 0; }

.widget .wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-social-icons-list li a{
    width: auto; height: fit-content; margin: 0; font-weight:500 }
.widget .wdt-team-holder.wdt-rc-template-standard .wdt-content-item .wdt-social-icons-list li:not(:last-child):after{
    content:""; height:13px;top:1px;position:relative; width:2px; background-color:currentcolor; color:inherit; margin:0 10px; 
    transform:rotate(15deg); -webkit-transform:rotate(15deg);}
