/* Default Template */
.wdt-team-holder.wdt-rc-template-default .wdt-column .wdt-content-item { margin-bottom:15px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item > div:not(:last-child){ margin-bottom:10px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group > div:not(:last-child){ margin-bottom:30px; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group > div:not(:last-child){ margin-bottom:0; }

.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span{
    border-radius: var(--wdtRadius_2X); padding: 6px; background-image: linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    display:inline-block; position:relative; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span::before{
    content:""; position:absolute; z-index:-1; top: -2px; left: -2px; right: -2px; bottom: -2px; margin:auto; width: calc(100% + 4px); height: calc(100% + 4px);
    background-image: linear-gradient(180deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    filter: blur(8px); transition:var(--wdtBaseTransition); border-radius: inherit; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span::after{
    content: ""; position:absolute; z-index:0; top:0; left:0; right:0; bottom:0; margin:auto; width:calc(100% - 4px); height:calc(100% - 4px); 
    border: 1px solid var(--wdtBorderColor); border-radius:inherit; transition:var(--wdtBaseTransition); }

.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group{ display:grid; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-detail-group >div{ grid-area:1/1; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-container .wdt-social-icons-list{
    opacity:0; transform:translateY(0px)  scale(0.5); -webkit-transform:translateY(0px)  scale(0.5); transition:var(--wdtBaseTransition); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-social-icons-container .wdt-social-icons-list{
    opacity:1; transform:translateY(0px)  scale(1); -webkit-transform:translateY(0px)  scale(1); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-subtitle{
    transition:var(--wdtBaseTransition); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-subtitle{
    opacity:0; transform:translateY(-20px) scale(0.5); -webkit-transform:translateY(-20px) scale(0.5); }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-social-icons-list li{ margin: 0 10px; }
