/*start Gravity Form*/
.et_pb_module .gform_wrapper.gform-theme .gform_validation_errors,
.et_pb_module .gform_wrapper.gform-theme .gfield_validation_message,
.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	background: #fff;
}

.et_pb_module .gform_wrapper.gform-theme .gfield_validation_message,
.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	padding: 5px;
}

.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	text-align: center;
}

.et_pb_module .gform_wrapper.gform-theme .gform_fields {
	grid-row-gap: 20px;
}

.et_pb_module .gform_wrapper.gform-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.et_pb_module .gform_wrapper.gform-theme .gfield select,
.et_pb_module .gform_wrapper.gform-theme .gfield textarea {
	background-color: #fff;
	border: 1px solid #cccccc !important;
	border-radius: 10px 10px 10px 10px !important;
	box-shadow: none;
	color: #999;
	font-family: inherit;
	font-size: 14px inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	line-height: 1.6em;
	margin: 0px !important;
	padding: 16px;
	width: 100% !important;
}

.et_pb_module .gform_wrapper.gform-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.et_pb_module .gform_wrapper.gform-theme .gfield select {
	height: auto;
}

.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error select,
.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error textarea,
.gform-theme--framework .gform_validation_errors {
	border: 1px solid #c02b0a !important;
}

.et_pb_module .gform_wrapper.gform-theme .gfield input:focus,
.et_pb_module .gform_wrapper.gform-theme .gfield select:focus,
.et_pb_module .gform_wrapper.gform-theme .gfield textarea:focus {
	color: #000000 !important;
}

.et_pb_module .gform_wrapper.gform-theme .ginput_counter {
	display: none;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer {
	float: right;
	margin: 0px !important;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button {
	background-color: var(--color-1) !important;
	border: 0px solid #fff !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	cursor: pointer;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	text-align: inherit !important;
	text-transform: uppercase !important;
	line-height: inherit !important;
	margin: 15px 0px 0px !important; /*same as .grid-row-gap*/
	padding: 12px 25px !important;
	opacity: 1 !important;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button:hover {
	opacity: .9 !important;
}

/*.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	text-align: center;
}*/
/*form_style_subscribe*/
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_fields {
	grid-row-gap: 30px;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield select,
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield textarea {
	background: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 14px 4% !important;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_footer {
	float: none;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button {
	background: #000000 !important;
	border: 2px solid #000000 !important;
	padding: 18px !important;
	margin: 30px 0px 0px !important; /*same as .grid-row-gap*/
	width: 100%;
}

/*end gravity form*/
@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 767px) {}