@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700;800;900&family=Roboto:wght@400;500;700&display=swap');

/* ── BODY ── */
body {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  background: #ffffff;
  overflow-x: hidden;
}

/* ══════════════════
   HEADER
══════════════════ */
.site-header,
.ast-primary-header-bar {
  background-color: #111111 !important;
  border-bottom: 3px solid #C60F21 !important;
  min-height: 70px !important;
}

.custom-logo {
  max-height: 80px !important;
  width: auto !important;
}
.ast-site-identity {
  padding-left: 20px !important;
}

/* Nav links */
.main-header-menu .menu-item > a {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  border-radius: 3px !important;
}
.main-header-menu .menu-item > a:hover,
.main-header-menu .menu-item.current-menu-item > a {
  background: rgba(255,255,255,0.1) !important;
  color: #ffffff !important;
}

/* Dropdown */
.main-header-menu .sub-menu {
  background-color: #111111 !important;
  border-top: 3px solid #C60F21 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4) !important;
  min-width: 210px !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.main-header-menu .sub-menu .menu-item > a {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: none !important;
  color: #cccccc !important;
  padding: 12px 18px !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 0 !important;
}
.main-header-menu .sub-menu .menu-item > a:hover {
  background: #C60F21 !important;
  color: #ffffff !important;
}

/* Donate button in header */
.ast-masthead-custom-menu-items a,
.ast-header-custom-widget a {
  background-color: #C60F21 !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 9px 18px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
}
.ast-masthead-custom-menu-items a:hover,
.ast-header-custom-widget a:hover {
  background-color: #a50d1c !important;
  color: #ffffff !important;
}

/* Mobile hamburger */
.menu-toggle,
.ast-mobile-menu-trigger span,
.ast-mobile-menu-trigger svg,
.ast-mobile-menu-trigger {
  color: #ffffff !important;
  fill: #ffffff !important;
  background: transparent !important;
}

/* ══════════════════
   MOBILE MENU
══════════════════ */
.ast-mobile-popup-drawer .ast-popup-header-wrap,
.ast-popup-header-wrap,
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .main-navigation,
.ast-mobile-popup-drawer .main-navigation ul,
.ast-mobile-popup-drawer .main-navigation ul li,
.ast-mobile-popup-drawer .main-navigation ul li ul,
.ast-mobile-popup-drawer .ast-mobile-menu-container,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul li {
  background-color: #111111 !important;
  background: #111111 !important;
}

.ast-mobile-popup-drawer .main-navigation ul li a,
.ast-mobile-popup-drawer .main-navigation ul li > a,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul li a,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul li > a,
.ast-mobile-popup-drawer .main-navigation .menu-item > a,
.ast-mobile-popup-drawer .main-navigation li > a {
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 14px 20px !important;
  display: block !important;
  background: transparent !important;
}

.ast-mobile-popup-drawer .main-navigation ul li a:hover,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul li a:hover {
  color: #C60F21 !important;
  background: rgba(255,255,255,0.05) !important;
}

.ast-mobile-popup-drawer .main-navigation ul ul li a,
.ast-mobile-popup-drawer .main-navigation ul li ul li a,
.ast-mobile-popup-drawer .ast-mobile-menu-container nav ul ul li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #aaaaaa !important;
  padding-left: 36px !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

.ast-mobile-popup-drawer .ast-menu-toggle,
.ast-mobile-popup-drawer .ast-menu-toggle svg,
.ast-mobile-popup-drawer button.ast-menu-toggle {
  color: #ffffff !important;
  fill: #ffffff !important;
  background: transparent !important;
  border: none !important;
}

/* ══════════════════
   FOOTER
══════════════════ */
#colophon,
.site-footer,
.ast-footer-overlay {
  background-color: #111111 !important;
  border-top: 4px solid #C60F21 !important;
  padding: 50px 24px 0 !important;
}

.ast-small-footer {
  display: none !important;
}

.site-footer a {
  color: #888888 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.site-footer a:hover {
  color: #C60F21 !important;
}

/* ══════════════════
   SOCIAL ICONS
══════════════════ */
.elementor-social-icons-wrapper .elementor-social-icon {
  background-color: rgba(255,255,255,0.1) !important;
  border-radius: 3px !important;
  transition: background 0.2s !important;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  background-color: #C60F21 !important;
}
.elementor-social-icons-wrapper .elementor-social-icon i,
.elementor-social-icons-wrapper .elementor-social-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* ══════════════════
   GLOBAL BUTTONS
══════════════════ */
.ast-button,
.button,
input[type="submit"],
button[type="submit"] {
  background-color: #C60F21 !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 13px 26px !important;
  border-radius: 3px !important;
  border: none !important;
  transition: background 0.2s !important;
  cursor: pointer !important;
}
.ast-button:hover,
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #a50d1c !important;
  color: #ffffff !important;
}

/* ══════════════════
   WPFORMS
══════════════════ */
.wpforms-field-label {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  border: 2px solid #e0e0e0 !important;
  border-radius: 3px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  padding: 12px 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
}
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  border-color: #C60F21 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wpforms-submit {
  background: #C60F21 !important;
  color: #ffffff !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 13px 26px !important;
  border-radius: 3px !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
}
.wpforms-submit:hover {
  background: #a50d1c !important;
}

/* ══════════════════
   ELEMENTOR FIXES
══════════════════ */
.elementor-page .entry-content,
.elementor-page .ast-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.ast-archive-description,
.page-header {
  display: none !important;
}
html {
  scroll-behavior: smooth !important;
}

/* TEXT COLORS */
.elementor-widget-text-editor p,
.elementor-widget-text-editor li,
.elementor-icon-box-description {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}
.elementor-widget-text-editor span {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

/* White text inside dark boxes */
div[style*="background:#111"] p,
div[style*="background:#111"] span,
div[style*="background: #111"] p,
div[style*="background: #111"] span,
div[style*="background:#111111"] p,
div[style*="background:#111111"] span,
div[style*="background: #111111"] p,
div[style*="background: #111111"] span {
  color: #ffffff !important;
}

/* Red wins everywhere */
*[style*="color:#C60F21"],
*[style*="color: #C60F21"],
*[style*="color:#c60f21"],
*[style*="color: #c60f21"] {
  color: #C60F21 !important;
}

/* Red wins inside dark boxes */
div[style*="background:#111"] p[style*="color:#c60f21"],
div[style*="background:#111"] span[style*="color:#c60f21"],
div[style*="background:#111111"] p[style*="color:#c60f21"],
div[style*="background:#111111"] span[style*="color:#c60f21"],
div[style*="background: #111111"] p[style*="color:#c60f21"],
div[style*="background: #111111"] span[style*="color:#c60f21"],
div[style*="background:#111"] p[style*="color:#C60F21"],
div[style*="background:#111"] span[style*="color:#C60F21"],
div[style*="background:#111111"] p[style*="color:#C60F21"],
div[style*="background:#111111"] span[style*="color:#C60F21"],
div[style*="background: #111111"] p[style*="color:#C60F21"],
div[style*="background: #111111"] span[style*="color:#C60F21"] {
  color: #C60F21 !important;
}

/* Red X override */
.elementor-widget-text-editor p span[style*="color:#C60F21"],
.elementor-widget-text-editor p span[style*="color: #C60F21"],
.elementor-widget-text-editor p span[style*="color:#c60f21"],
.elementor-widget-text-editor p span[style*="color: #c60f21"] {
  color: #C60F21 !important;
}

/* Matthew reference */
.matthew-ref {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  color: #C60F21 !important;
}

/* ══════════════════
   RESPONSIVE
══════════════════ */
@media (max-width: 900px) {
  .custom-logo { max-height: 65px !important; }
  .ast-site-identity { padding-left: 10px !important; }
}
@media (max-width: 600px) {
  .custom-logo { max-height: 50px !important; }
  .ast-site-identity { padding-left: 6px !important; }
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* ══════════════════
   GLOBAL ICON COLOR OVERRIDE
══════════════════ */
i,
svg,
.elementor-icon,
.elementor-icon i,
.elementor-icon svg,
.elementor-icon-box-icon i,
.elementor-icon-box-icon svg,
.elementor-icon-list-icon i,
.elementor-icon-list-icon svg,
.fa,
.fas,
.far,
.fab {
  color: #C60F21 !important;
  fill: #C60F21 !important;
}
/* ══════════════════
   MOBILE MENU POPUP FIX
══════════════════ */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer *,
.ast-mobile-popup-drawer .ast-popup-header-wrap,
.ast-mobile-popup-drawer .ast-mobile-menu-container,
.ast-mobile-popup-drawer .ast-mobile-menu-container > *,
.ast-mobile-popup-drawer nav,
.ast-mobile-popup-drawer nav > *,
.ast-mobile-popup-drawer ul,
.ast-mobile-popup-drawer ul li,
.ast-mobile-popup-drawer ul li ul,
.ast-mobile-popup-drawer .main-navigation,
.ast-mobile-popup-drawer .main-navigation *,
.ast-popup-header-wrap,
.ast-popup-header-wrap * {
  background-color: #111111 !important;
  background: #111111 !important;
}

/* Re-apply link styles so they aren't overridden by the wildcard above */
.ast-mobile-popup-drawer ul li a,
.ast-mobile-popup-drawer ul li > a,
.ast-mobile-popup-drawer nav ul li a {
  color: #ffffff !important;
  background-color: transparent !important;
  background: transparent !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 14px 20px !important;
  display: block !important;
}

.ast-mobile-popup-drawer ul li a:hover,
.ast-mobile-popup-drawer nav ul li a:hover {
  color: #C60F21 !important;
  background: rgba(255,255,255,0.05) !important;
}

.ast-mobile-popup-drawer ul li ul li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #aaaaaa !important;
  padding-left: 36px !important;
}

/* Close button & toggle icons */
.ast-mobile-popup-drawer .ast-menu-toggle,
.ast-mobile-popup-drawer button,
.ast-mobile-popup-drawer button svg,
.ast-mobile-popup-drawer .ast-menu-toggle svg {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border: none !important;
}
/* ══════════════════
   MOBILE MENU NUCLEAR FIX
══════════════════ */
#ast-mobile-popup,
#ast-mobile-popup *:not(a):not(svg):not(i):not(path) {
  background: #111111 !important;
  background-color: #111111 !important;
}

#ast-mobile-popup a {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  display: block !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

#ast-mobile-popup a:hover {
  color: #C60F21 !important;
  background: rgba(255,255,255,0.05) !important;
}

#ast-mobile-popup svg,
#ast-mobile-popup i,
#ast-mobile-popup path {
  background: transparent !important;
  background-color: transparent !important;
}

#ast-mobile-popup button {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
}
/* ══════════════════
   MOBILE MENU TEXT VISIBILITY FIX
══════════════════ */
.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-drawer .menu-link:visited,
.ast-mobile-popup-drawer li.menu-item > a.menu-link,
.ast-mobile-popup-drawer .main-navigation a,
.ast-mobile-popup-drawer .main-navigation a:visited,
.ast-mobile-popup-drawer li > a {
  color: #ffffff !important;
  background-color: #111111 !important;
  background: #111111 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding: 14px 20px !important;
  display: block !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  text-decoration: none !important;
}

.ast-mobile-popup-drawer .menu-link:hover {
  color: #C60F21 !important;
  background: rgba(255,255,255,0.05) !important;
}

/* Fix the parent container background */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer .ast-mobile-menu-container,
.ast-mobile-popup-drawer .main-navigation,
.ast-mobile-popup-drawer ul,
.ast-mobile-popup-drawer li {
  background-color: #111111 !important;
  background: #111111 !important;
}
/* Fix dropdown toggle arrow color (was being overridden to red by global icon rule) */
.ast-mobile-popup-drawer .ast-arrow-svg path,
.ast-mobile-popup-drawer .dropdown-menu-toggle svg,
.ast-mobile-popup-drawer .dropdown-menu-toggle svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}
/* ══════════════════
   MOBILE MENU VARIABLE OVERRIDE
══════════════════ */
.ast-hfb-header .ast-builder-menu-mobile .main-header-menu .menu-item > .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item.sub-menu .menu-link,
.ast-builder-menu-mobile .main-header-menu .menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link,
.ast-builder-menu-mobile .menu-link,
.ast-builder-menu-mobile a.menu-link,
.ast-builder-menu-mobile li > a {
  color: #ffffff !important;
  --ast-global-color-3: #ffffff !important;
  background: #111111 !important;
  background-color: #111111 !important;
}

.ast-builder-menu-mobile .menu-link:hover,
.ast-builder-menu-mobile li > a:hover {
  color: #C60F21 !important;
}

/* Force the CSS variable itself */
.ast-builder-menu-mobile,
.ast-builder-menu-mobile * {
  --ast-global-color-3: #ffffff !important;
}