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


/* ==================== */
/* === FORMS === */
/* ==================== */
input, textarea, select {
	box-shadow: none !important;
	min-height: 50px;
}

textarea {
	min-height: 150px;
}

button[type="submit"] {
	min-height: 50px;
}
/* ==================== */
/* === FORMS END === */
/* ==================== */

.bricks-background-primary {
	background: linear-gradient(#7ab6f9, #3954a0);
	border: 0px !important;
}

.bricks-background-primary:hover {
	background: linear-gradient(#62A8F8, #32498A);
}