#site-title a, .next a:hover, .previous a:hover, .social-links i.fa:hover, a, #masthead.colormag-header-clean .social-links li:hover i.fa, #masthead.colormag-header-classic .social-links li:hover i.fa, #masthead.colormag-header-clean .breaking-news .newsticker a:hover, #masthead.colormag-header-classic .breaking-news .newsticker a:hover, #masthead.colormag-header-classic #site-navigation .fa.search-top:hover, #masthead.colormag-header-classic #site-navigation.main-navigation .random-post a:hover .fa-random {
    color: #00BEE8;
}
.widget_featured_slider .slide-content .entry-title a {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.widget_featured_slider .slide-content .entry-title a {
    color: white;
    background-color: lightslategrey;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_highlighted_posts .article-content .entry-title a {
    color: white;
    font-size: 110%;
    font-weight: bolder;
  background-color: lightslategrey;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}