/*
Theme Name: Bricks Child — Stremmel Gallery
Theme URI: https://stremmelgallery.com
Description: Bricks child theme for StremmelGallery.com. Registers artist/exhibition CPTs, staff editing meta boxes, and site tweaks.
Author: Asa Gilmore
Template: bricks
Version: 2.5
*/

/* ---- Salient parity: links + text rhythm (measured from live 2026-08-17) ---- */
a { color: #555555; text-decoration: none; }
a:hover { color: #27CCC0; }
.brxe-text p, .brxe-text div { margin-bottom: 17px; }
.brxe-text p:last-child { margin-bottom: 0; }
.brxe-text h4 { font-size: 14px; line-height: 20px; font-weight: 400; color: #444444; }
/* Salient shifted long "h4" statements down slightly */
.brxe-image-gallery .bricks-layout-inner { border-radius: 0; }

/* Root container width = Salient's content width (1425 max minus 90px side padding).
   Set here because Bricks' frontend.css outranks the deprecated theme-style control. */
body .brxe-section > .brxe-container { width: 1205px; max-width: 100%; }

/* Side gutters once the 1205px container no longer fits (live uses 28px gutters on phones). */
@media (max-width: 1260px) { body .brxe-section > .brxe-container { max-width: calc(100% - 56px); } }
@media (max-width: 767px) { body .brxe-section > .brxe-container { max-width: calc(100% - 48px); } }
