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

/** GRAVITY FORMS **/

.gform_wrapper {

	input[type="text"], 
	input[type="tel"], 
	input[type="email"],
	select, textarea {
		background-color: #000 !important;
		border-color: #1E9BFF87 !important;
		border-radius: var(--at-radius--xs) !important;
		padding: 15px !important;
		color: #fff !important;
		line-height: 1.3;
	}
	
	input[type="text"], 
	input[type="tel"], 
	input[type="email"] {
		height: 50px !important;
	}

	.gform-field-label__text {
		display: inline;
		padding-inline-end: 0;
		text-transform: uppercase;
		font-weight: 600;
		color: #fff;
	}

	.gfield ::placeholder {
		color: #FFFFFF5E !important;
	}

	label.gform-field-label {
		color: #fff !important;
	}
	
	.gform_fields {
		row-gap: 15px !important;
	}

}

div#gform_wrapper_4 {
    .gform_fields {
        row-gap: 35px !important;
    }
	
	p.gf_progressbar_title {
		color: #1E9BFF !important;
		text-transform: uppercase !important;
	}
	
	.gf_progressbar .percentbar_blue {
		background-color: #1E9BFF;
	}
}