/*=== Team Member style 3 ===*/

.cspt-team-style-3.creativesplanet-ele-team {
    position: relative;
    margin-left: 10px;
    margin-bottom: 30px;
}

.cspt-team-style-3 .creativesplanet-team-vertical:after,
.cspt-team-style-3 .creativesplanet-box-social-links,
.cspt-team-style-3 .creativesplanet-box-content {
    -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 {
    position: relative;
    padding-top: 25px;
}

.cspt-team-style-3 .creativesplanet-team-image-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.cspt-team-style-3 .creativesplanet-team-image-box img {
    border-radius: 6px;
}

.cspt-team-style-3 .creativesplanet-box-content {
    background: var(--cspt-emphires-white-color);
    border-radius: 6px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    padding-left: 212px;
    margin-left: -190px;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 15px;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title a {
    color: var(--cspt-emphires-blackish-color);
}

.cspt-team-style-3 .cspt-social-links li a {
    color: #77838f;
    background: #f1f2f4;
    font-size: 15px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.cspt-team-style-3 .cspt-social-links li a:hover {
    color: #272727;
}

.cspt-team-style-3 .creativesplanet-box-team-position {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 16px;
    color: var(--cspt-emphires-white-color);
    letter-spacing: 1px;
    line-height: inherit;
    font-weight: 800;
    background-color: var(--cspt-emphires-global-color);
}

.cspt-team-style-3 .creativesplanet-box-team-description {
    margin-bottom: 18px;
}

.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title a:hover {
    color: var(--cspt-emphires-global-color)!important;
}