/*** Team Member style 2 ***/

.cspt-team-style-2.creativesplanet-ele-team {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.cspt-team-style-2,
.cspt-team-style-2 .creativesplanet-box-social-links,
.cspt-team-style-2 .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-2 .creativesplanet-box-content {
    background-color: #fff;
    border-radius: 2px;
    bottom: 15px;
    margin: 0px 15px 0;
    box-shadow: 0 0px 30px rgb(0 0 0 / 3%);
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.cspt-team-style-2 .creativesplanet-box-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
}

.cspt-team-style-2 .cspt-featured-wrapper img {
    border-radius: 2px;
    width: 100%;
}

.cspt-team-style-2 .creativesplanet-box-content .cspt-team-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.cspt-team-style-2 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-2 .creativesplanet-box-content .cspt-team-title a {
    color: #232323;
}

.cspt-team-style-2 .creativesplanet-box-team-position {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0px;
}

.cspt-team-style-2 .creativesplanet-box-social-links {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.cspt-team-style-2:hover .creativesplanet-box-social-links {
    height: 32px;
    opacity: 1;
}

.cspt-team-style-2 .cspt-social-links li a:hover {
    color: #222;
}

.cspt-team-style-2 .creativesplanet-box-content ul {
    margin: 0;
    padding: 0;
}

.cspt-team-style-2 .creativesplanet-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.cspt-team-style-2 .creativesplanet-box-content ul li:first-child {
    margin-left: 0;
}

.cspt-team-style-2 .creativesplanet-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

.cspt-team-style-2:hover .creativesplanet-box-content {
    border-bottom-width: 3px;
}

.cspt-team-style-2 .cspt-team-title a:hover,
.cspt-team-style-2 .creativesplanet-box-team-position {
    color: var(--cspt-greenly-global-color);
}

.cspt-team-style-2:hover .creativesplanet-box-content {
    border-bottom-color: var(--cspt-greenly-global-color);
}

@media (max-width: 767px) {
    .elementor-element .cspt-team-style-2.creativesplanet-ele-team {
        padding-bottom: 30px;
    }
}