/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Override Bricks default <blockquote> serif font on review/testimonial cards.
   Bricks frontend ships `blockquote { font-family: georgia, ... serif }`;
   reviews should inherit the site font (Poppins). */
.brxe-zwozom { font-family: inherit; }

/* Why StayMint — darken the CTA overlay (was a washed-out 0.4, looked white-ish over the section bg). */
body.page-id-1079 .cta-section__overlay { opacity: 0.75; }

/* Contact Us / Start Hosting / Guest Help Center — these pages have a mint hero that extends
   up under the (transparent) fixed header, so the "Mint" portion of the logo blends invisibly.
   Force the logo to render in pure white so all of it reads against the mint background. */
body.page-id-62 .brxe-logo img,
body.page-id-994 .brxe-logo img,
body.page-id-66 .brxe-logo img {
/*   filter: brightness(0) invert(1); */
}
