/*** Team Member style 1 ***/

.cspt-team-style-1.creativesplanet-ele-team {
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 60px;
}

.cspt-element-team-style-1 .col-md-5 {
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}

.cspt-element-team-style-1 .col-md-7 {
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}

.cspt-element-team-style-1 .col-md-5 .cspt-team-1-inner {
    padding-top: 50px;
    margin-left: 15px;
}

.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner:after {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner:after {
    height: 60%;
}

.cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner {
    padding-left: 33px;
}

.cspt-element-team-style-1 .cspt-carousel-navs a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #dbdbdb;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50%;
}

.cspt-element-team-style-1 .cspt-carousel-navs a.cspt-carousel-next {
    margin-left: 10px;
}

.cspt-element-team-style-1 .cspt-carousel-navs a i:before,
.cspt-element-team-style-1 .cspt-carousel-navs a i:after {
    margin: 0;
    line-height: normal;
    padding: 0;
}

.cspt-team-style-1,
.cspt-team-style-1 .creativesplanet-box-social-links,
.cspt-team-style-1 .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-1 .creativesplanet-box-content {
    background-color: #fff;
    border-radius: 2px;
    margin: -30px 15px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}

.cspt-team-style-1 .creativesplanet-box-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
}

.cspt-team-style-1 .cspt-featured-wrapper img {
    border-radius: 2px;
	width: 100%;
}

.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title,
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a {
    color: #232323;
}

.cspt-team-style-1 .creativesplanet-box-team-position {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cspt-team-style-1 .creativesplanet-box-social-links {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.cspt-team-style-1:hover .creativesplanet-box-social-links {
    height: 32px;
    opacity: 1;
}

.cspt-team-style-1 .creativesplanet-box-social-links .fa-share-alt {
    display: none;
}

.cspt-team-style-1 .creativesplanet-box-content ul {
    margin: 0;
    padding: 0;
}

.cspt-team-style-1 .creativesplanet-box-content ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.cspt-team-style-1 .creativesplanet-box-content ul li:first-child {
    margin-left: 0;
}

.cspt-team-style-1 .creativesplanet-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
}

.cspt-team-style-1:hover .creativesplanet-box-content {
    transform: translateY(-30px);
    border-bottom-width: 3px;
}

.elementor-element .cspt-element-team-style-1.creativesplanet-element-team.creativesplanet-element-viewtype-carousel .row .cspt-ele {
    padding: 0px;
}

.cspt-element-team-style-1 .cspt-carousel-navs a:hover,
.cspt-team-style-1 .creativesplanet-box-team-position,
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-element-team-style-1 .cspt-carousel-navs a:hover {
    border-color: var(--cspt-greenly-global-color);
}

.cspt-element-team-style-1.creativesplanet-element-viewtype-carousel {
    overflow: hidden;
}

@media(max-width:991px) {
    .cspt-element-team-style-1 .cspt-element-posts-wrapper .col-md-5,
    .cspt-element-team-style-1 .cspt-element-posts-wrapper .col-md-7 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cspt-element-team-style-1 .cspt-element-posts-wrapper .col-md-5 {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .cspt-element-team-style-1 .col-md-5 .cspt-team-1-inner {
        padding-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0;
    }
    .cspt-element-team-style-1 .col-md-7.cspt-team-1-carousel-area .cspt-team-1-inner {
        padding-left: 15px !important;
        padding-right: 30px !important;
    }
}

@media(max-width:1200px) {
    .cspt-element-team-style-1.creativesplanet-element-viewtype-carousel {
        margin-bottom: 20px;
    }
}