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

h1 {
  font-size: 50px;
  background: -webkit-linear-gradient(45deg, #5355e5, #53e59e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gform_required_legend {
	display:none;
}