/*
 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
*/


 /* Root Settings */
:root {
	--border-radius: 4rem;
	--cmplz_hyperlink_color: var(--primary) !important;
	--cmplz_banner_background_color: var(--primary-ultra-light) !important;
	--cmplz_banner_border_color: var(--primary) !important;
}

.brxe-image {
	border-radius: var(--border-radius);
}

/* CTA Section */

html {
  	--cta-overlap: min(300px, 10vw);; 
  }
  /* Auto-space adjacent content */
.overlap-cta-section + * {
	padding-block-start: calc(var(--section-space-m) + var(--cta-overlap));
}