/*
 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 {
	
	/* Colors */
	
	--dark-grey: #2b2c2c;
	--dark-grey-two: #4f545c;
	--grey-two: #cfd4d8;
	--grey-three: #e4e6e5;
	--grey-four: #f2f2f2;
	--red: #fc432e;
	
	
	--border-radius: var(--radius);
	--website-bg: #fefefe;
	--section-padding-block-double: calc(var(--section-padding-block) * 2);
	--border-dark: var(--border-size) var(--border-style) var(--border-color-dark);
	--border-light: var(--border-size) var(--border-style) var(--border-color-light);
}

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


.accent-heading{
  color: var(--action);
}


.form--light .fluentform .iti__selected-flag{
	background: transparent;
}

.form--light .ff-btn-submit{
	width: 100%;
}