/* 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 .wdt-content-image > span, .wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-team-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-team-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.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-team-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-team-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); }


/** Standard Template */

.wdt-team-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; }


/* Minimal Template */


.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item {
  position: relative;
  overflow: hidden;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item > div:not(:last-child) {
    margin-bottom: 0;
}

/* Media group*/
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a {
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    background-color: var(--wdtTertiaryColor);
    overflow: hidden;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-title h5 {
    font-family: var(--wdtFontTypo_H3);
    text-transform: uppercase;
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem); /* Min-20 & Max-26 */
    line-height: var(--wdtLineHeight_Alt);
    font-weight: var(--wdtFontWeight_Alt);
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-subtitle {
    line-height: var(--wdtLineHeight_H6);
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item > div[class*="group"] .wdt-content-subtitle + .wdt-content-title{
    margin-top: 0;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-column .wdt-content-item .wdt-content-image-wrapper {
    margin-bottom: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.5625rem); /* 25 - 20 */
}


/* Detail group*/
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 0 40px 40px 40px;
    background: var(--wdtPrimaryColor);
    opacity: 0;
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
    transform: translateY(100%);
    height: 100%;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-detail-group {
  transform: translateY(0);
  opacity: 1;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group .wdt-content-title{
    margin-top: auto;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group .wdt-content-title h5 {
    font-size: var(--wdtFontSize_H6);
    text-transform: capitalize;
    font-family: var(--wdtFontSize_H6);
    font-weight: var(--wdtFontWeight_H6);
    padding-left: 5px;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group{
    opacity: 0;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-description {
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}


/* social icon style */

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list {
    margin: -8px;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li{
    padding: 8px;
    margin: 0;
}
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a {
    height: 60px;
    width: 60px;
    font-size: var(--wdtFontSize_H6);
    background: var(--wdtLinkColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--wdtRadius_Full);
    transform: scale(1);
    color: var(--wdtAccentTxtColor);
    transition: var(--wdt-Ad-Transition);
}

/* Hover effect */

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a:hover {
    transform: scale(1.15);
    background: var(--wdtAccentTxtColor);
    color: var(--wdtLinkColor);
}


/* Improvements */

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-media-group {
    opacity: 1;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group {
    position: absolute;
    top: 20px;
    right: 20px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    opacity: 0;
    height: auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    border-radius: var(--wdtRadius_Zero);
    -webkit-border-radius: var(--wdtRadius_Zero);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group > div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-description,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    display: none;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list {
    margin: -5px;
    flex-direction: column;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li {
    padding: 5px;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-social-icons-list li {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-social-icons-list li:nth-child(2) {
    transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-social-icons-list li:nth-child(3) {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-social-icons-list li:nth-child(4) {
    transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-social-icons-list li:nth-child(5) {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a {
    height: 45px;
    width: 45px;
    font-size: var(--wdtFontSize_Base);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a:hover {
    transform: scale(1.12);
    background: var(--wdtPrimaryColor);
    color: var(--wdtLinkColor);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > span img,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-image-wrapper .wdt-content-image > a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: var(--wdt-Ad-Transition);
    -webkit-transition: var(--wdt-Ad-Transition);
}

.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > span img,
.wdt-team-holder.wdt-rc-template-minimal .wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image > a img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}


@media only screen and (max-width:1540px) {
    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a {
        width: 45px;
        height: 45px;
        font-size: calc(var(--wdtFontSize_Base) + 2px);
    }
}

@media only screen and (max-width:1280px) {
    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a {
        width: 38px;
        height: 38px;
        font-size: var(--wdtFontSize_Base);
    }

    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list {
        margin: -5px;
    }

    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li{
        padding: 5px;
    }

    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group {
        padding: 20px;
    }

    /* Improvements */

    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group {
        padding: 0;
        top: 18px;
        right: 18px;
    }

    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-social-icons-list li a {
        width: 35px;
        height: 35px;
        font-size: calc(var(--wdtFontSize_Base) - 2px);
    }

}

@media only screen and (max-width:767px){
    .wdt-team-holder.wdt-rc-template-minimal .wdt-content-item .wdt-content-detail-group{
        text-align: left;
    }
}


