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

/*Bold text on lists*/
.brxe-icon-box strong {
    font-weight: 600;
    color: #0c0f18;
}

@media (max-width: 512px) {
	.gt_switcher_wrapper{
		margin-top: 48px;
	}
}