/* Baseline Phase-1 overrides for triwestern. 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: hide the standard WP post header (stray date + featured thumb). */
.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; }

/* Remove stray WP blog sidebar ("Categories" widget) — full-width content like aarc-west. */
.vamtam-body-sidebar { display: none !important; }
.vamtam-main.layout-left-only,
.vamtam-main.layout-right-only { display: block !important; grid-template-columns: 1fr !important; }
.vamtam-main.layout-left-only > *,
.vamtam-main.layout-right-only > * { width: 100% !important; max-width: 100% !important; float: none !important; }

/* content <article> capped at max-width:70% in sidebar layout — force full width */
.vamtam-main.layout-left-only article,
.vamtam-main.layout-right-only article { max-width: 100% !important; flex: 1 1 100% !important; width: 100% !important; }
