
/*
 Theme Name: IA Creative Writing Child
 Theme URI: https://iacreativewriting.com
 Description: Hello Elementor child theme with responsive header and dynamic 3‑column footer (widgets), CPTs, and Elementor Free support.
 Author: IA Creative Writing
 Template: hello-elementor
 Version: 3.0.0
 License: GPL-2.0-or-later
 Text Domain: ia-creative-writing-child
*/

:root {
  --iacw-bg: #FAF3E0;
  --iacw-primary: #0A2342;
  --iacw-accent: #0E6251;
  --iacw-text: #2F2F2F;
  --iacw-orange: #f58220;
}

body {
  background: var(--iacw-bg);
  color: var(--iacw-text);
  font-family: 'Poppins', 'Open Sans', sans-serif;
  margin: 0;
}

/* ===== Header ===== */
.iacw-header { background:#fff; border-bottom:2px solid var(--iacw-orange); position:sticky; top:0; z-index:999; }
.iacw-container { display:flex; justify-content:space-between; align-items:center; max-width:1200px; margin:0 auto; padding:10px 20px; }
.iacw-logo img { max-height:80px; width:auto; }
.iacw-nav ul { list-style:none; display:flex; gap:25px; margin:0; padding:0; }
.iacw-nav a { color:var(--iacw-primary); text-decoration:none; font-weight:500; transition:color .3s; }
.iacw-nav a:hover { color: var(--iacw-orange); }
.menu-toggle { display:none; background:none; border:none; cursor:pointer; }
.menu-toggle span { display:block; width:25px; height:3px; background:var(--iacw-primary); margin:5px 0; transition:all .3s; }
@media (max-width:768px){
  .iacw-nav ul { flex-direction:column; position:absolute; top:70px; right:0; background:#fff; width:220px; display:none; box-shadow:0 2px 10px rgba(0,0,0,.1); padding:15px 10px; }
  .iacw-nav ul.active { display:flex; }
  .menu-toggle { display:block; }
}

/* ===== Footer: 3 Columns via Widgets ===== */
.iacw-footer { background: var(--iacw-orange); color:#fff; padding:60px 20px 30px; }
.iacw-footer a { color:#fff; text-decoration:none; opacity:.95; }
.iacw-footer a:hover { opacity:1; text-decoration:underline; }
.iacw-footer-widgets { display:flex; flex-wrap:wrap; justify-content:space-between; gap:40px; max-width:1200px; margin:0 auto; }
.footer-col { flex:1 1 30%; min-width:260px; }
.footer-col .widget { margin:0 0 20px; }
.footer-col h2, .footer-col h3, .footer-col h4 { color:#fff; margin:.4em 0 .6em; }
.iacw-footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,.25); margin-top:35px; padding-top:18px; font-size:14px; }
/* End */
