.elementor-icon-list-item a:hover span {
    opacity: 0.75;
}

body {
	margin: 0;	
}

p {
	margin-top: 0;
}

#breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
	#breadcrumbs {
		font-size: 13px;	
	}
}


/* Gravity Forms Styling */
.heabb-form_wrapper .gform_validation_errors {
	display: none !important;
}

.heabb-form {
	--gf-form-gap-y: 14px;
}



.heabb-form .gf_progressbar_title {
	color: #000;
	font-size: 24px;
}

.heabb-form_wrapper .gform_required_legend {
	display: none !important;	
}

.heabb-form .gfield label {
	
}

.heabb-form-show-label .gfield label {
	display: block;	
}

.heabb-form .gfield label,
.heabb-form .gfield legend {
  	font-family: "Onest" !important;
	font-size: 17px;
	color: #1b223e;
}

.heabb-form .gfield .gfield_required_asterisk {
	font-size: 17px !important;
}

.heabb-form .gfield .ginput_container input,
.heabb-form .gfield .ginput_container textarea,
.heabb-form .gfield.gfield--type-select select {
	color: #7e7e7e;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	/*box-shadow: none;*/
	height: unset;
	padding: 3px 12px;
	border-radius: 5px;
  	font-family: "Onest", sans-serif !important;
	font-size: 16px;
}

.heabb-form .gfield .ginput_container textarea {
	padding: 16px;
	height: 130px;
}

.heabb-form .gfield.gfield--type-select label {
	display: block;
  	font-family: "Onest" !important;
	font-size: 17px;
	color: #1b223e;
}

.heabb-form .gfield .gfield_checkbox input {
	border-radius: 2px;
	padding: 0;
}

.heabb-form .gfield .gfield_radio input {
	border-radius: 100%;
	padding: 0;
	width: 24px;
	height: 24px;
}

.heabb-form .gfield .gfield_checkbox input::before {
	color: #1b223e;
}

.heabb-form .gfield .gfield_radio input::before {
	background-color: #1b223e;
}

.heabb-form .gfield .gfield_checkbox label,
.heabb-form .gfield .gfield_radio label {
	display: block;
	cursor: pointer;
	color: #000;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button {
  color: white !important;
  background-color: #761234 !important;
  transition: 0.3s ease;
  border-radius: 8px !important;
  font-family: "Onest" !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  text-decoration: none;
  padding: 0.9em 1.8em !important;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button:hover,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button:hover {
  background-color: #f0533d !important;
}