

.q_logo {
    top: 50%;
    left: 0;
    display: none;
}
nav.main_menu ul {
    list-style: none;
    margin: 10px auto;
    padding: 0px;
}
.header_top .left .inner>div, .header_top .left .inner>div:last-child {
    float: left;
    border-bottom: 0;
    border-top: 0;
    margin-top: 5px;
}
.pagination ul li a:hover, .pagination ul li span {
    border-color: #65b200;
    background-color: #ffffff;
    color: #65b200;
}
.menu_recent_post_text {
    display: none;
}


.footer_top .q_icon_list {
    margin-bottom: 10px;
}
.social_academia, .social_slideshare, .social_researchgate {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.social_academia{
    background: url('/wp-content/uploads/academia.png') no-repeat;
}
.social_academia:hover{
    background: url('/wp-content/uploads/academia_hover.png') no-repeat;
    transition:  all 0.3s ease-in-out;
}
.social_researchgate{
    background: url('/wp-content/uploads/researchgate.png') no-repeat;   
}
.social_researchgate:hover{
    background: url('/wp-content/uploads/researchgate_hover.png') no-repeat;
    transition:  all 0.3s ease-in-out;
}
.social_slideshare{
    background: url('/wp-content/uploads/slideshare.png') no-repeat;
}
.social_slideshare:hover{
    background: url('/wp-content/uploads/slideshare_hover.png') no-repeat;
    transition:  all 0.3s ease-in-out;
}
.social-icons{
    display: inline-block;
}
.social-icons span{
    margin-right: 0!important;
}
.social-icons .social_slideshare{
    background: url('/wp-content/uploads/slideshare_verde.png') no-repeat;
}
.social-icons .social_researchgate{
    background: url('/wp-content/uploads/researchgate_verde.png') no-repeat;
}
.social-icons .social_academia{
    background: url('/wp-content/uploads/academia_verde.png') no-repeat;
}
.cool-timeline-wrapper {

    margin-top:0!important;

}
.timeline-main-title {
display: none!important;
}
.timeline-search .widget_search {
    display: flex;
    width: 100%;
    max-width: 500px;
align-items: center;
margin: 0px auto;
}
.timeline-search h5 {
    margin: 0px!important;
    line-height: 1!important;
    margin-right: 6px!important;
}
.timeline-search input[type="text"] {
    border: 4px solid #eaeaea!important;
}
.timeline-search #searchform div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blog_search_result {
    display: grid;
    align-items: top;
    display: grid;
    align-items: top;
    grid-template-columns: repeat(auto-fill, minmax(320px, 360px));
    grid-gap: 1rem;
}