/* Baseline Phase-1 overrides for aarc-westgroup. Site-specific fixes appended during QA. */

/* Remove Login menu items + Search button from the header (per client convention). */
li:has(> a[href^="/login"]) { display: none !important; }
.header-search,
.vamtam-overlay-search-trigger,
.search-wrapper,
#vamtam-overlay-search { display: none !important; }

/* Home "Sustainability goals" sticky — pin the left column (bbe) within its tall
   container. Shared Vamtam/Beaver-Builder template across all AARC-West sub-sites
   (identical node ids), verified live in-browser on aarc-west + nor-westfirestop. */
.fl-node-599be884d9bbe {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px !important;
}

/* Project detail pages (single-project): the live theme hides the standard WP
   post header (publish date + featured thumbnail), showing only the BB hero.
   Replicate so the stray date above the hero is gone. Shared template, all sites. */
.single-project .post-content-outer > .post-meta,
.single-project .post-content-outer > .meta-top,
.single-project .post-content-outer > .post-media.post-media-image {
  display: none !important;
}

/* Footer copyright on ONE line: the © line sits in a Divi 1/3-width column which
   forced "Made By: Choquer Agency" to wrap. Widen that column to full width,
   hide the empty side columns, and prevent wrapping. */
.et_pb_text_14_tb_footer p,
.et_pb_text_14_tb_footer span { white-space: nowrap !important; }
.et_pb_column:has(.et_pb_text_14_tb_footer) { width: 100% !important; max-width: 100% !important; flex-basis: 100% !important; }
.et_pb_column_empty[class*="_tb_footer"] { display: none !important; }
