/*** Team Member style 3 ***/

.cspt-team-style-3.creativesplanet-ele-team {
    position: relative;
}

.cspt-team-style-3,
.cspt-team-style-3 .creativesplanet-box-social-links {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cspt-team-style-3 .creativesplanet-box-content {
    padding: 20px 0px 0;
}

.cspt-team-style-3 .cspt-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.cspt-team-style-3:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.cspt-team-style-3 img {
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title a {
    color: #080337;
}

.cspt-team-style-3 .creativesplanet-box-team-position {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.cspt-team-style-3 .creativesplanet-box-social-links {
    margin-top: 10px;
}

.cspt-team-style-3:hover .creativesplanet-box-social-links {
    height: 32px;
    opacity: 1;
}

.cspt-team-style-3 .creativesplanet-box-content ul {
    margin: 0;
    padding: 0;
}

.cspt-team-style-3 .creativesplanet-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.cspt-team-style-3 .creativesplanet-box-content ul li:first-child {
    margin-left: 0;
}

.cspt-team-style-3 .creativesplanet-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
    color: #080337;
}

.cspt-team-style-3:hover .creativesplanet-box-content ul li {
    opacity: 1;
    top: 0;
}

.cspt-team-style-3 .creativesplanet-box-content ul li {
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    top: 20px;
    will-change: transform;
    position: relative;
    margin: 7px 22px 7px 0 !important;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.cspt-team-style-3:hover .creativesplanet-box-content ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.cspt-team-style-3:hover .creativesplanet-box-content ul li:nth-child(2) {
    transition-delay: 0.15s;
}

.cspt-team-style-3:hover .creativesplanet-box-content ul li:nth-child(3) {
    transition-delay: 0.2s;
}

.cspt-team-style-3:hover .creativesplanet-box-content ul li:nth-child(4) {
    transition-delay: 0.25s;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title a:hover,
.cspt-team-style-3 .cspt-social-links li a:hover {
    color: var(--cspt-greenly-global-color)!important;
}