/* 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;
}
/* Global single-post headline sizing */
.single-post h1,
.single-post .entry-title,
.single-post .title {
    line-height: 1.1 !important;
}

/* Phones */
@media screen and (max-width: 768px) {
    .single-post h1,
    .single-post .entry-title,
    .single-post .title {
        font-size: 36px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.5px !important;
    }
}

/* Small phones */
@media screen and (max-width: 480px) {
    .single-post h1,
    .single-post .entry-title,
    .single-post .title {
        font-size: 34px !important;
    }
}
@media screen and (max-width: 768px) {

    /* Widen the inner article header area */
    .single-post .mg-blog-post-box .small {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .single-post .mg-blog-post-box .title,
    .single-post .mg-blog-post-box .entry-title {
        width: 100% !important;
        max-width: none !important;
    }
}
/* Mobile article headlines */
@media screen and (max-width: 768px) {
    body.single-post h1,
    body.single-post h1.entry-title,
    body.single-post .entry-title,
    body.single-post .title {
        font-size: 24px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.3px !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
}