/*** Team Member style 2 ***/

.cspt-team-style-4.creativesplanet-ele-team {
    position: relative;
    margin-bottom: 0px;
}

.cspt-team-style-4,
.cspt-team-style-4 .creativesplanet-box-social-links,
.cspt-team-style-4 .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-4 .creativesplanet-box-content {
    bottom: 30px;
    position: absolute;
    opacity: 0;
}

.cspt-team-style-4 .creativesplanet-box-content {
    padding: 0 35px;
    text-align: center;
}

.cspt-team-style-4:hover .creativesplanet-box-content {
    opacity: 1;
}

.cspt-team-style-4 .cspt-featured-wrapper img {
    border-radius: 2px;
    width: 100%;
}

.cspt-team-style-4 .creativesplanet-box-content .cspt-team-title {
    margin-bottom: 0px;
    text-align: left;
}

.cspt-team-style-4 .creativesplanet-box-content .cspt-team-title a {
    color: var(--cspt-greenly-white-color);
}

.cspt-team-style-4 .creativesplanet-box-team-position {
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
}

.cspt-team-style-4 .creativesplanet-post-item .cspt-featured-wrapper {
    position: relative;
    transition: .5s ease;
}

.cspt-team-style-4 .creativesplanet-post-item .cspt-featured-wrapper:before {
    position: absolute;
    right: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: transparent;
}

.cspt-team-style-4:hover .creativesplanet-post-item .cspt-featured-wrapper:before {
    background-color: var(--cspt-greenly-blackish-color);
}

.cspt-team-style-4 .cspt-member-social .cspt-social-links li:hover a,
.cspt-team-style-4 .cspt-social-links li:hover a {
    color: var(--cspt-greenly-secondary-color);
}

.cspt-team-style-4 .creativesplanet-box-content ul {
    margin: 0;
    padding: 0;
}

.cspt-team-style-4 .creativesplanet-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.cspt-team-style-4 .creativesplanet-box-content ul li:first-child {
    margin-left: 0;
}

.cspt-team-style-4 .creativesplanet-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

.cspt-team-style-4 .cspt-team-title a:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-team-style-4 .cspt-member-social .cspt-social-links li {
    display: block;
    text-align: center;
    margin: 4px 0;
    background-color: var(--cspt-greenly-global-color);
    padding: 10px;
    height: 45px;
    width: 45px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-team-style-4 .cspt-member-social .cspt-social-links li:hover {
    background-color: var(--cspt-greenly-white-color);
}

.cspt-team-style-4 .cspt-member-social .cspt-team-btn {
    height: 45px;
    width: 45px;
    background: var(--cspt-greenly-global-color);
    line-height: 45px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}

.cspt-team-style-4 .cspt-member-social .cspt-social-links li a,
.cspt-team-style-4 .cspt-member-social .cspt-team-btn a {
    color: var(--cspt-greenly-white-color);
}

.cspt-team-style-4 .creativesplanet-team-image-box .cspt-member-social .creativesplanet-box-social-links {
    position: absolute;
    top: 75px;
    right: 30px;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transform: translateY(-30%);
}

.cspt-team-style-4 .creativesplanet-team-image-box .cspt-member-social:hover .creativesplanet-box-social-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}