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

:root {
	--bricks-color-fnzwsr : #1676bc !important;
}

.bricks-type-hero,
.bricks-type-lead {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}

.bricks-type-hero::before,
.bricks-type-lead::before {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--bricks-color-fnzwsr);
    display: inline-block;
    margin-top: auto;
    margin-bottom: 3px;
    margin-right: 10px;
}

.bricks-type-lead::after {
    content: "";
    height: 2px;
    width: 30px;
    background: #d33;
	background: var(--bricks-color-fnzwsr);
    display: inline-block;
    margin-top: auto;
    margin-bottom: 3px;
    margin-left: 10px;
}

/* Gravity Form */

.gform_wrapper {
	background: transparent;
    padding: 0;
}

.gform_wrapper .gform_heading .gform_title {
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	margin-bottom: 18px;
}

.gform_wrapper .gform_body .gform_fields {
	gap: 20px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
    line-height: 1.5em;
    font-weight: 400;
    border: none ;
    outline: none;
    box-shadow: none;
    resize: none;
    min-height: 43px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 0;
    background: #f8f8f8;
	color: #363636;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"])::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
	color: #8d8d8d !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield select {
    height: auto;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield textarea.large,
.gform_wrapper .gform_body .gform_fields .gfield textarea.medium {
    height: 150px;
	padding: 10px 20px;
    min-height: 0;
}
.gform_wrapper input[type="button"],
.gform_wrapper .button {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	letter-spacing: 0.1px !important;
	background: var(--bricks-color-fnzwsr) !important;
	border: none;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
	margin: 0;
	text-align: center !important;
	margin-bottom: 0 !important;
	width: max-content;
	height: 53px !important;
	border-radius: 6px !important;
	padding: 0 25px;
	font-family: "Montserrat", sans-serif !important;
}
.gform_wrapper input[type="button"]:hover,
.gform_wrapper .button:hover {
    background: #19435a !important;
}

.gform_wrapper .gform_validation_errors {
    display: none !important;
}

.gform_wrapper .gfield_validation_message {
    margin: 0 !important;
    padding: 5px 0 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 12px !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error  select,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error  textarea {
    border-color: #c02b0a!important;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"])::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea::placeholder {
    color: #c02b0a!important;
}
.gform_wrapper .gform_footer {
	justify-content: start;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
}
.gform_wrapper .gform-loader{
	position: absolute!important;
	top: 16px!important;
	left: auto!important;
	right: 10px!important;
	margin: 0!important;
    z-index: 2;
}

.gfield_required {
	display: none !important;
}

.gform_wrapper .gform_button {
    /* width: max-content !important; */
	min-width: 123px;
    border-radius: 0;
    height: 33px;
}

/*  */
.list-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-services li {
	border-radius: 6px;
}

.list-services li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
}

.list-services li a:hover {
	color: #fff;
}

.form-request {
	position: sticky;
	top: 40px;
}
