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

.big_txt_shadow strong {
	color: var(--imn-dark-green);
	font-weight: initial;
}
.light-green-t strong {
	font-weight: initial;
	color: var(--imn-light-green);
}
.button-padding i {
	background: white;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b92d;
    border-radius: 50px;
    font-size: 1.2rem;
}