/*=== Team Member style 5 ===*/

.cspt-team-style-5,
.cspt-team-style-5 .creativesplanet-box-content,
.cspt-team-style-5 .creativesplanet-box-content-inner {
    -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-5.creativesplanet-ele-team {
    position: relative;
}

.cspt-team-style-5 .creativesplanet-box-content {
    padding: 150px 0 0;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--cspt-emphires-white-color);
    background-color: rgba(0, 0, 0, .6);
}

.cspt-team-style-5 .cspt-featured-wrapper img {
    width: 100%;
}

.cspt-team-style-5 .creativesplanet-box-content {
    visibility: hidden;
    opacity: 0;
}

.cspt-team-style-5:hover .creativesplanet-box-content {
    visibility: visible;
    opacity: 1;
    background-color: rgba(var(--cspt-emphires-global-color-rgb), 0.90);
}

.cspt-team-style-5 .creativesplanet-box-content-inner {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.cspt-team-style-5 .creativesplanet-box-content .cspt-team-title a {
    color: var(--cspt-emphires-white-color);
}

.cspt-team-style-5 .creativesplanet-box-content .cspt-team-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.cspt-team-style-5 .creativesplanet-box-social-links li {
    display: inline-block;
    margin-right: 0;
}

.cspt-team-style-5 .creativesplanet-box-social-links li a {
    font-size: 24px;
    line-height: 24px;
    color: var(--cspt-emphires-white-color);
    margin: 0 2px;
}