/* Animated footer social media */
footer .social_img:hover {
    transform: scale(1.10);
    -webkit-filter: drop-shadow(0px 0px 1px white);
    filter: drop-shadow(0px 0px 1px white);
    transition: all .2s cubic-bezier(0, 2.26, 0.58, 1);
}
 
footer span.social_media {
    vertical-align: sub;
}
 
footer span.social_media a {
    text-decoration: none;
    vertical-align: sub;
}
 
@media (min-width: 992px) and (max-width: 1199px) {
    footer .social_media {
        display: block;
        margin-top: 5px;
    }
    footer .social_img {
        margin-top: 5px;
        margin-right: 5px;
    }
}

a.noble-link,
.page_index_journal #tab-about-journal a,
.page_index_journal #tab-announcement a,
.pkp_structure_content .page a:not(.cmp_article_list a):not(.cmp_breadcrumbs a):not(.search_results a):not(.obj_article_details #tabs-id a) {
  text-decoration: underline;
}

a.noble-link:hover,
.page_index_journal #tab-about-journal a:hover,
.page_index_journal #tab-announcement a:hover,
.pkp_structure_content .page a:not(.cmp_article_list a):not(.cmp_breadcrumbs a):not(.search_results a):hover {
  color: #AB4B5F !important;
}