/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/

.member-thumb-wrap {
    max-width: 191px;
}

.member-content {
    padding-left: 10px;
}

h2.member-name {
    font-size: 26px;
    font-weight: 700;
    color: #414141;
    margin: 0;
    line-height: 34px;
}

h4.member-subject {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.member-content > .content-body {
    padding-bottom: 20px;
    padding-top: 0px;
    border: none;
}

.member-content > .content-footer p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9;
    line-height: 22px;
}

.content-footer p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9;
    line-height: 22px;
}

.member-thubmnail {
    position: relative;
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.img-responsive{
    min-width: 100%;
}

.member-thubmnail img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: none;
}

p.member-content {
    margin: 0;
}

.content-footer {
    overflow: hidden;
}

.member-box {
    padding: 12.5px 0;
    overflow: hidden;
}

.member-img,
.member-placeholder{
    padding-top: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 185px;
}

.contact-form-icon{
    display: block;
    float: left;
    padding-left: 6px;
    padding-right: 1px;
}

.member-email a{
    display: block;
    word-break: break-all;
}

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

    h2.member-name {
        font-size: 18px;
        line-height: 20px;
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option i{
        width: 30px;
    }
}