/* Make the "Most Recent" tab scarlet */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #FF2400 !important;  /* Scarlet */
    color: #fff !important;
    border: none !important;
}

/* Optional: Style inactive tabs on hover */
.nav-tabs > li > a:hover {
    color: #FF2400 !important;
    border-bottom: 2px solid #FF2400 !important;
}

.mg-headwidget .mg-head-detail {
    background: #C8102E !important;
}

.mg-headwidget .navbar-wp {
    background: #C8102E !important;
}

.mg-latest-news .bn_title {
    background-color: #C8102E;
}

.mg-latest-news .bn_title span {
    border-left-color: #C8102E !important;
    border-color: transparent transparent transparent #1151d3;
}

.mg-head-detail .info-left li span.time {
    background: #FFFFFF;
    color: #C8102E !important;
}

.mg-latest-news .mg-latest-news-slider a span {
    color: #C8102E !important;
}

.mg-latest-news .mg-latest-news-slider a::before, .mg-latest-news .mg-latest-news-slider a::after {
    color: #C8102E !important;
}

a.homebtn {
	background: #FFFFFF !important;
	color: #C8102E !important;
}

.btn-theme {
background: #FFFFFF !important;
	color: #C8102E !important;
}

a.newsup-categories.category-color-1 {
    background: #C8102E !important;
}

.mg-sec-title h4 {
    background-color: #C8102E !important;
    color: #fff;
}

.mg-sec-title {
    border-color: #C8102E !important;
}

a:hover{
    color: #C8102E !important;
}

.top-right-area .nav-tabs .nav-link.active {
	border-bottom-color: #C8102E !important;
}

.post-form {
    color: #fff;
    background: #C8102E !important;
}

.ta_upscr {
    background: #C8102E !important;
    border-color: #C8102E !important;
    color: #fff !important;
}

/* Add breathing room below article titles */
.single .entry-title {
  margin-bottom: 16px !important;
}

/* Slightly smaller headline on mobile only */
@media screen and (max-width: 600px) {
  .single .entry-title {
    font-size: 28px !important;
    line-height: 1.28 !important;
  }
}

/* Remove speckled texture but keep white background */
body,
.site,
.site-content,
.newsup-container,
.newsup-main,
.content-area {
  background-image: none !important;
  background-color: #ffffff !important;
}
/* Change author page post titles to black */
.author .entry-title a {
    color: #000000 !important;
}

/* Optional: keep them black on hover too */
.author .entry-title a:hover {
    color: #000000 !important;
}
/* More aggressive version */
.author a {
    color: #000000 !important;
}

.author a:hover {
    color: #000000 !important;
}
.author .entry-title a {
    color: #000000 !important;
}

.author .entry-title a:hover {
    color: #c8102e !important; /* Houston red */
}
/* Author archive: force post title links to black (all states) */
.author a:link,
.author a:visited,
.author a:hover,
.author a:active,
.author a:focus {
  color: #000 !important;
}

