/* Gravity Forms replacement for the original Elementor appointment form. */
#gform_wrapper_1 .gform-footer {
	display: block;
}

#gform_wrapper_1 #gform_submit_button_1 {
	display: block;
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 15px 30px;
	border: 0;
	border-radius: 30px;
	background: #ed9956;
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
}

#gform_wrapper_1 #gform_submit_button_1:hover,
#gform_wrapper_1 #gform_submit_button_1:focus {
	background: #1a455f;
	color: #fff;
}

/* ElementsKit 3.10 compatibility: prevent FAQ controls stretching with the row. */
.elementor-element-8e97c8b .elementskit-accordion .ekit_accordion_icon_group {
	display: inline-flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	border-radius: 50%;
}
