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

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

.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-title{
    font-size: 18px;
}

@media only screen and (max-width:1024px) {
    .researchers-col-4 .researchers-item {
        width: 33%;
        float: left;
        padding: 15px;
        margin-bottom: 0;
    }

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

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

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


}

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

    .researchers-col-4 .researchers-item {
        width: 100%;
        float: none;
        padding: 15px;
        margin-bottom: 0;
    }


}



