/* Teambox default CSS */

.ttm-bgcolor-grey .minemopro-teambox-default .minemopro-content-inner {
    background-color: var(--ttm-whitecolor);
}

/**/

.minemopro-teambox-default {
    position: relative;
    text-align: left;
}

.minemopro-teambox-default .minemopro-content-inner {
    padding: 30px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
    background-color: var(--ttm-greycolor);
}

.minemopro-teambox-default .minemopro-team-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.minemopro-teambox-default:hover .minemopro-team-image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 84%) 90%);
    z-index: 1;
}

.minemopro-teambox-default .minemopro-team-image-box .ttm-member-social {
    position: relative;
    z-index: 6;
}

.minemopro-teambox-default .ttm-team-social-links-wrapper ul {
    transition: all 0.35s ease-in-out;
    position: absolute;
    bottom: 0;
    display: inline-block;
    justify-content: center;
    padding: 0;
    margin: 0;
    left: 10px;
    right: 0;
    text-align: center;
}

.minemopro-teambox-default .ttm-team-social-links-wrapper ul li {
    list-style: none;
    display: inline-block;
    transform: translateY(40px);
    transition: all 0.35s ease-in-out;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-greycolor);
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
    visibility: visible;
}

.minemopro-teambox-default .ttm-team-social-links-wrapper ul li:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

.minemopro-teambox-default .ttm-team-social-links-wrapper ul li:hover a {
    color: var(--ttm-whitecolor);
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li:nth-child(2) {
    transition-delay: 60ms;
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li:nth-child(3) {
    transition-delay: 120ms;
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li:nth-child(4) {
    transition-delay: 180ms;
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li:nth-child(5) {
    transition-delay: 240ms;
}

.minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li:nth-child(6) {
    transition-delay: 300ms;
}

.minemopro-teambox-default .minemopro-box-content h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
    cursor: pointer;
    display: inline-block;
}

.minemopro-teambox-default .minemopro-box-content {
    padding-top: 20px;
    text-align: left;
}

.minemopro-teambox-default .minemopro-team-image-box img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.minemopro-teambox-default:hover .minemopro-team-image-box img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.minemopro-teambox-default .minemopro-box-content .ttm-team-list-title {
    display: none;
}

.minemopro-teambox-default .minemopro-content-inner .minemopro-team-position .minemopro-box-name .minemopro-box-title h4 {
    margin-bottom: 5px;
}

.minemopro-teambox-default .minemopro-content-inner .minemopro-team-position {
    margin-bottom: 20px;
}

.minemopro-teambox-default .minemopro-box-content .minemopro-team-call .ttm-team-list-value a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.minemopro-teambox-default .minemopro-box-content .minemopro-team-mail .ttm-team-list-value a:not(:hover) {
    color: var(--body-fonts-color);
}

@media(max-width:767px) {
    .ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .minemopro-team-member-single-featured-area .minemopro-team-member-info .minemopro-team-img img, .minemopro-box-team.minemopro-teambox-default .minemopro-item-thumbnail img {
        min-width: 100%;
    }

}



@media only screen and (min-width:992px) and (max-width:1210px) { 

    .minemopro-teambox-default .minemopro-content-inner {
        padding: 20px;
    }

    .minemopro-teambox-default .ttm-team-social-links-wrapper ul li {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .minemopro-teambox-default:hover .ttm-team-social-links-wrapper ul li {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }


}   
