
.wp_researchers .content-area {
    width: 70%!important;
}

.researchers-col-4 .researchers-item {
    width: 25%;
    float: left;
    padding: 10px;
    margin-bottom: 0;
}

.researchers-col-4 .researchers-item h3 {
font-size: 18px;
}

.researchers-text-wrap {
    text-align: center;
}
.researchers-meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.researcher-social{
    display: inline-block;
    margin: 0 10px;
}

.socials{
    margin-right: 20px;
}
.socials a{
    font-size: 30px;
    width: 42px;
    height: 42px;
    display: inline-block;
}

.researcher-social_researchgate{
    background: url("images/RG-icon.png") no-repeat center center;
}
.researcher-social_scopus{
    background: url("images/Scopus-icon.png") no-repeat center center;
}
.researcher-social_linkedin{
    background: url("images/Linkedin-icon.png") no-repeat center center;
}
.researcher-social_orcid{
    background: url("images/Orcid-id.png") no-repeat center center;
}

.researchers-thumb a img{
    max-height: 290px!important;
}