/*
 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: var(--shadow) !important;
	min-height: 50px;
	background: white;
	margin-top: -5px;
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
	border-color: black !important;
}

.fluentform label {
	font-size: 0.9rem;
	color: black;
}

textarea {
	min-height: 150px;
}

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