/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* PHASE B6 — Blog color matching (mirrors main site's Section B palette) */
:root {
  --qe-green: #1a7a3c;
  --qe-gold: #C9921A;
  --qe-night: #0D3D20;
  --qe-mid-green: #1D9E75;
  --qe-marble: #F2EBD9;
  --qe-black: #000000;
}

/* Navbar */
.ct-header {
  background-color: var(--qe-green) !important;
  border-bottom: 3px solid var(--qe-gold);
}
.ct-header .ct-menu-link {
  color: #ffffff !important;
}
.ct-header .ct-menu-link:hover {
  color: var(--qe-gold) !important;
}
.ct-header .sub-menu {
  background-color: var(--qe-night) !important;
}
.ct-header .sub-menu .ct-menu-link {
  color: #ffffff !important;
}

/* Post cards */
.entry-card.card-content {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px;
}
.entry-card .entry-title a {
  color: var(--qe-green) !important;
}

/* Footer */
.ct-footer {
  background-color: var(--qe-black) !important;
}
.ct-footer .widget-title {
  color: #ffffff !important;
}
.ct-footer .widget-menu a,
.ct-footer a {
  color: #999999 !important;
}
.ct-footer .widget-menu a:hover,
.ct-footer a:hover {
  color: var(--qe-gold) !important;
}
.ct-footer-copyright {
  color: #cccccc !important;
}
