
:root{
  --cci-paper:#ead9b8;
  --cci-paper-card:rgba(245,235,215,.92);
  --cci-paper-rule:rgba(76,55,35,.24);
  --cci-paper-ink:#2d241c;
}

/* Main homepage background — faded authentic newspaper */
body.home .site-content,
body.home #content,
body.home #primary,
body.home #main,
body.home main.site-main,
body.home .mg-fea-area,
body.home .mg-posts-sec,
body.home .mg-posts-sec-inner,
body.home .missed-section,
body.home .cci-home-boxes {
  background-color:var(--cci-paper)!important;
  background-image:
    linear-gradient(rgba(250,244,229,.72), rgba(246,238,219,.72)),
    url('authentic-old-newspaper.png')!important;
  background-repeat:repeat!important;
  background-size:760px auto!important;
  background-position:top center!important;
  color:var(--cci-paper-ink)!important;
}

/* Lower functional panels */
body.home .cci-home-box,
body.home .cci-ce-live-comments,
body.home .cci-live-comments {
  background-color:var(--cci-paper-card)!important;
  background-image:
    linear-gradient(rgba(250,245,232,.80), rgba(244,234,213,.80)),
    url('authentic-old-newspaper.png')!important;
  background-repeat:repeat!important;
  background-size:760px auto!important;
  border:1px solid var(--cci-paper-rule)!important;
  box-shadow:none!important;
}

/* Latest / Popular / Trending */
body.home .top-right-area,
body.home .top-right-area .tab-content,
body.home .top-right-area .tab-pane,
body.home .top-right-area .small-list-post,
body.home .top-right-area .nav-tabs,
body.home .top-right-area .nav-tabs .nav-link {
  background-color:var(--cci-paper-card)!important;
  background-image:
    linear-gradient(rgba(252,248,237,.82), rgba(245,235,215,.82)),
    url('authentic-old-newspaper.png')!important;
  background-repeat:repeat!important;
  background-size:760px auto!important;
  border-color:var(--cci-paper-rule)!important;
}

/* Ticker strip */
body.home .mg-latest-news-sec,
body.home .breaking-news,
body.home .news-ticker {
  background-color:#efe1c6!important;
  background-image:
    linear-gradient(rgba(252,247,234,.80), rgba(246,236,215,.80)),
    url('authentic-old-newspaper.png')!important;
  background-repeat:repeat!important;
  background-size:760px auto!important;
}

/* Newspaper typography in text panels */
body.home .cci-home-box h2,
body.home .cci-ce-live-comments h2,
body.home .cci-ce-live-heading strong,
body.home .top-right-area .title_small_post,
body.home .top-right-area .title_small_post a {
  font-family:Georgia,"Times New Roman",serif!important;
}

/*
 IMPORTANT:
 Do NOT set background-image:none on .back-img, #homemain, .owl-item, or story cards.
 Newsup uses CSS background-image for the large featured-story photographs.
 This version intentionally leaves those background images completely untouched.
*/
body.home img,
body.home video,
body.home iframe {
  opacity:1!important;
  visibility:visible!important;
}

/* Keep CCI header/navigation/footer styling untouched */
body.home header,
body.home .cci-alert-bar,
body.home .navbar-wp,
body.home .navbar-header,
body.home .main-navigation,
body.home .navigation,
body.home footer,
body.home .site-footer {
  background-image:none!important;
}

/* Hide Citrus County Emergency Alerts footer widget */
body.home footer .mg-footer-widget-area #block-8,
body.home footer .mg-footer-widget-area .widget_block:has([style*="border:3px solid #b00000"]),
body.home footer .mg-footer-widget-area .widget_block:has([style*="border: 3px solid #b00000"]) {
  display:none!important;
}

body.home footer .mg-footer-widget-area .row > .col-md-4:has(#block-8){
  display:none!important;
}

@media(max-width:768px){
  body.home .site-content,
  body.home #content,
  body.home #primary,
  body.home #main,
  body.home .mg-fea-area,
  body.home .mg-posts-sec,
  body.home .cci-home-boxes,
  body.home .cci-home-box,
  body.home .cci-ce-live-comments,
  body.home .top-right-area{
    background-size:620px auto!important;
  }
}
