/**
 * CoderkubeTeam
 * Copyright(C) 06/2020 CoderkubeTeam <support@coderkube.com>
 * @package Coderkube_Team
 * @copyright Copyright(C) 06/2020 CoderkubeTeam (https://coderkube.com/)
 * @author CoderkubeTeam <support@coderkube.com>
 */
body.team-index-index ul > li,
ol > li {
    list-style: none;
}
body.team-index-index .founders .fa {
    padding: 10px;
    font-size: 20px !important;
    width: 21px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
body.team-index-index i.fa.fa-envelope-square {
    background: #03967d;
    color: white;
}
body.team-index-index i.fa.fa-facebook {
    background: #3b5998;
    color: white;
}
body.team-index-index .fa-linkedin {
    background: #007bb5;
    color: white;
}
body.team-index-index i.fa.fa-twitter {
    background: #55acee;
    color: white;
}
body.team-index-index ul.social-icons {
    display: flex;
}
body.team-index-index .founders ul > li > a {
    margin-right: 18px;
}
body.team-index-index .fa:hover {
    opacity: 0.7;
}
/*background*/
body.team-index-index .founders {
    background: #dbdce0;
    padding: 3% 0 5%;
    margin-bottom: 20px;
}
body.team-index-index .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.team-index-index .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
body.team-index-index .founders .title h2 {
    font-size: 54px;
    margin-bottom: 40px;
    color: #242424;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.2;
    margin-top: 0;
    text-decoration: center;
}
body.team-index-index .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
body.team-index-index .col-md-4 {
    position: relative;
    width: 33%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 30%;
}
body.team-index-index figure {
    margin: 0 0 1rem;
}
body.team-index-index figcaption {
    margin-bottom: 50px;
}
body.team-index-index .col.image .images {
    background: #fff;
    border-radius: 100%;
    width: 71%;
    height: 71%;
    margin: auto;
}
body.team-index-index figcaption .col.name h3 {
    color: #e99f32;
    font-size: 38px;
    margin-bottom: 0;
}
body.team-index-index figcaption .col.designation span {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2;
}
body.team-index-index .social-container ul {
    margin-left: -45px;
}
/*less and more css*/
body.team-index-index .show-read-more .more-text {
    display: none;
}
body.team-index-index .page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
body.team-index-index .show-read-more {
    margin-bottom: 15px;
    min-height: 100px;
}
body.team-index-index .social-container ul {
    margin-left: 0;
    padding-left: 0;
}
body.team-index-index
    .team-index-index
    .page-main
    > .page-title-wrapper
    .page-title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
body.team-index-index .image-block img {
    border-radius: 100%;
    height: 250px;
    width: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    body.team-index-index .col-md-4 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%;
        text-align: center;
    }
    body.team-index-index .col-xs-12 {
        max-width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        width: auto;
    }
    body.team-index-index .container {
        width: auto;
    }
    body.team-index-index .show-read-more {
        margin-bottom: 15px;
    }
    body.team-index-index .founders {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    body.team-index-index .image-block,
    .name,
    .designation,
    .show-read-more,
    .mine {
        text-align: center;
    }
    body.team-index-index .social-container ul {
        justify-content: center;
    }
}
