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

*:focus {
    outline: none;
}

.bricks-background-primary {
	background:linear-gradient(273deg, #C23F4E 0.55%, #AC2131 99.45%)!important;
}

.bricks-background-primary:hover {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset!important;
}