/* ------------------------------------------------------------ *\
	Form Widget
\* ------------------------------------------------------------ */

.form-widget {
	background-color: #6baddf;
	padding: 50px;
	max-width: 340px;
}

.form-widget .subtitle span {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.form-widget .subtitle span:before {
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	background: #000;
	margin-right: 10px;
}

.form-widget .title h3 {
    color: #0c0c0c;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.form-widget .subtitle,
.form-widget .title,
.form-widget .formbuilder__email {
	margin-bottom: 30px;
}

.form-widget button,
.form-widget input {
	width: 100%;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.form-widget  input {
	color: #cacaca !important;
	padding: 12px !important;
}

.form-widget input::placeholder {
	color: #cacaca;
}

.form-widget .gform_button {
	text-transform: uppercase;
	background-color: #000;
	color: #fff !important;
	font-size: 15px !important;
    padding: 0 !important;
	padding-right: calc( 20px/2 );
    padding-left: calc( 20px/2 );
    margin-bottom: 20px;
    min-height: 40px;
    width: 100% !important;
}

.form-widget input[type="submit"]:hover {
	background-color: #f40045;
}

.form-widget .gform_wrapper li.gfield.gfield_error {
	background-color: #6baddf;
	border: 0;

}

.form-widget .gform_wrapper .gform_footer {
	padding: 0 !important;
}

.form-widget .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100%;
	max-width: 100% !important;

}

.form-widget .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-color: #b20133 !important;
}

.form-widget .gform_wrapper .validation_message {
	color:  #b20133 !important;
}

.form-widget .gform_wrapper div.validation_error {
	display: none;
}

.form-widget .gform_wrapper .field_description_below .gfield_description {
	padding: 0;
}

@media screen and ( max-width: 1024px ) {
	.form-widget {
		width: 100%;
		max-width: 100%;
		margin: 30px 0;
	}
}
