/*
 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
*/
/* Center section headings on single location pages */
.single-location .brxe-post-content h2,
.single-location .brxe-post-content h3{ text-align:center; }

/* Blog card thumbnails: separate 4:3 preview image, uniform 405x300 cards.
   4:3 previews fit exactly; occasional banner previews are centred to fit. */
img.slk-cimg{ width:100% !important; aspect-ratio:405 / 300 !important; height:auto !important; object-fit:cover !important; }
.related-post-image img{ width:100% !important; aspect-ratio:405 / 300 !important; height:auto !important; object-fit:cover !important; background:transparent !important; }
