/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2025 | 00:42:39 */
/* NUCLEAR OVERRIDE: force Plover header/hero backgrounds to black */
:root {
  --wp--preset--color--background: #000000 !important;
}

body header,
body .wp-block-template-part,
body .plover-header,
body .plover-dark-header,
body .plover-hero,
body .plover-hero-header,
body .hero-header,
body .site-header {
  background-color: #000000 !important;
  background-image: none !important;
}

/* Kill common hero/cover overlays that stay red even after bg changes */
body .plover-hero::before,
body .plover-hero::after,
body .plover-hero-header::before,
body .plover-hero-header::after,
body .wp-block-cover::before,
body .wp-block-cover::after,
body .has-background::before,
body .has-background::after {
  background-color: #000000 !important;
  background-image: none !important;
  opacity: 1 !important;
}

/* If the red is coming from an overlay gradient */
body .plover-hero,
body .plover-hero-header,
body .wp-block-cover {
  background: #000000 !important;
}
/* FINAL OVERRIDE: target WP Cover overlays + Plover header overlays */
.wp-block-cover__background,
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim::before,
.wp-block-cover.has-background-dim::after,
.wp-block-cover__inner-container::before,
.wp-block-cover__inner-container::after,
.plover-hero-header__overlay,
.plover-hero__overlay,
.hero-header__overlay,
.site-header__overlay {
  background: #000000 !important;
  background-color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
}
