/**
 * 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>
 */

/*socile social media*/

.team-index-index .page-wrapper .page-main {
    padding-right: 140px;
}

.team-index-index .page-header {
    border-bottom: 1px solid #e2e7eb;
}
.team-index-index .page-title-wrapper {
    text-align: center;
    display: none;
}
.team-index-index .page-title-wrapper .page-title {
    display: inline-block;
    font-size: 4.5rem;
    margin: 50px 0px 50px;
    font-weight: 500;
    color: #000;
}

.team-index-index ul > li, ol > li {
    list-style: none;
}
.team-index-index .founders .fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    font-family: 'FontAwesome' !important;
}
.team-index-index i.fa.fa-envelope-square {
    background: #03967d;
    color: white;
}
.team-index-index i.fa.fa-facebook {
    background: #3B5998;
    color: white;
}
.team-index-index .fa-linkedin {
  background: #007bb5;
  color: white;
}
.team-index-index i.fa.fa-twitter {
    background: #55ACEE;
    color: white;
}
.team-index-index ul.social-icons {
    display: flex;
}
.team-index-index .founders ul > li > a {
    margin-right: 18px;
}
.team-index-index .fa:hover {
    opacity: 0.7;
}

/*background*/
.team-index-index .founders {
    background: transparent;
    padding: 0 0 0;
    margin-bottom: 20px;
}
.team-index-index .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.team-index-index .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.team-index-index .founders .title h2 {
    display: block;
    font-size: 4.5rem;
    margin: 50px 0px 10px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.team-index-index .founders .title p {
    text-align: center;
    margin: 0px 0px 50px;
}

.team-index-index figure {
    margin: 0 0 1rem;
}
.team-index-index figcaption {
    margin-bottom: 50px;
}
.team-index-index .col.image .images {
    background: #fff;
    border-radius: 100%;
    width: 71%;
    height: 71%;
    margin: auto;
}
.team-index-index figcaption .col.name h3 {
    color: #fff;
    font-size: 3.4rem;
    margin: 0px 0px 10px;
    font-weight: 500;
}
.team-index-index figcaption .col.designation span {
    font-weight: 500;
    font-size: 15px;
    display: block;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
}
.team-index-index .show-read-more a.read-more {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}
.team-index-index .social-container ul {
    margin-left: -45px;
}
/*less and more css*/
.team-index-index .show-read-more .more-text{
    display: none;
}
.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);
}
.team-index-index .show-read-more {
    margin-bottom: 15px;
    min-height: 100px;
}

.team-index-index .social-container ul {
    margin-left: 0;
    padding-left: 0;
}                
.team-index-index .team-index-index .page-main > .page-title-wrapper .page-title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.team-index-index .col.image-block {
    width: 100%;
    float: left;
}
.team-index-index .image-block img {
    object-fit: cover;
    display: block;
}
.team-index-index .nameand-designation {
    background: #7b380d;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1681px){

    .team-index-index .founders .title h2{font-size: 2.2rem;}
    .team-index-index figcaption .col.name h3{font-size: 2.2rem;}
    .team-index-index figcaption .col.designation span{font-size: 12px;}

}

@media (max-width: 767px){
    .team-index-index .page-wrapper .page-main {
        padding-right: 15px;
    }
    .team-index-index .founders .title h2{margin: 20px 0px 10px;}
    .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;
    }
  
    .team-index-index .container {
        width: auto;
    }
    
    .team-index-index .show-read-more {
        margin-bottom: 15px;
    }
    .team-index-index .founders {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .team-index-index .image-block, .name, .designation, .show-read-more, .mine {
        text-align: center;
    }

    .team-index-index .social-container ul {
        justify-content: center;
    }
    .team-index-index figcaption {
        margin-bottom: 20px;
    }
    .team-index-index .founders .container {
        padding: 0;
    }
    .team-index-index .founders .fa{padding: 8px;font-size: 14px;width: 30px;height: 30px;}
}    

@media only screen  and (max-width : 1181px) and (min-width:768px){

    .team-index-index .page-wrapper .page-main {padding-right: 45px;}
    .team-index-index .founders .title h2{margin: 20px 0px 10px;}

}