/*
Theme Name: GeneratePress Child
Template: generatepress
*/

/* NUCLEAR RESET - FORCE BLACK/WHITE/RED */
:root {
    --global-bg: #000000;
    --global-text: #ffffff;
    --global-accent: #dc2626; /* RED */
    --global-border: #333333;
}

/* Force Everything Black */
html, body, #page, .site-header, .site-content, .inside-article, .sidebar, .widget, .site-footer, .comments-area, .inside-header, .main-navigation, .inside-navigation, .container, .gb-container {
}

/* Typography High Contrast */
h1, h2, h3, h4, h5, h6, strong, b {
}

p, li, span, div {
}

a {
    text-decoration: none;
}
a:hover {
}

/* RED BARS & ACCENTS */
/* Header Border */
.site-header {
}

/* Featured / Category Tags (Red background) */
.category-tag, .cat-links a, .button, .wp-block-button__link {
    text-transform: uppercase;
}

/* Sidebar Titles (Red Left Bar) */
.sidebar .widget-title, h2.widget-title {
    text-transform: uppercase;
}

/* Menu Customization */
.main-navigation .main-nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
}
.main-navigation .main-nav ul li:hover > a, 
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
}

/* Form Inputs (Dark) */
input, textarea, select {
}

/* Remove any white shadows or borders */
* {
}
