/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
body .gform_wrapper .gfield_label, .gform-field-label {
    font-weight: 600;
	font-size: 1.125rem;
    line-height: 1.75rem;
	color: #004D2D!important;
	margin-bottom: 6px;
	font-family: "Lato", serif!important;
}
.gfield_required {
    color: #ff4f4f!important;
	font-size: 18px!important;
    margin-left: -3px!important;
}
.gfield--input-type-text input, .gfield--input-type-email input, .gfield--input-type-phone input, .gfield--input-type-select select, .gfield--input-type-number input, .gfield--input-type-textarea textarea {
	font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-family: "Lato", serif !important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    padding-left: 0.75rem!important;
    padding-right: 0.75rem!important;
    border-radius: 6px !important;
    border: 1px solid #DDE4E1 !important;
    height: 48px !important;
	color: #004D2D!important;
    box-shadow: none !important;
}
.gfield--input-type-text input:focus, .gfield--input-type-email input:focus, .gfield--input-type-phone input:focus, .gfield--input-type-select select:focus, .gfield--input-type-number input:focus, .gfield--input-type-textarea textarea:focus {
    border: 2px solid #004D2D!important;
    outline: none!important;
}
body .gform_wrapper .gform_button {
    font-family: "Lato", serif !important;
	background-color: hsl(40, 100%, 50%)!important;
  color: white!important;
  font-weight: 600!important;
  padding: 1rem 3rem!important;
  font-size: 1.125rem!important;
  border-radius: 0.75rem!important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)!important;
  transition: all 0.3s ease!important;
  border: none!important;
  cursor: pointer!important;
}
body .gform_wrapper .gform_button:hover{
	background-color: hsl(40, 100%, 45%)!important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)!important;
  transform: scale(1.05)!important;
}
body .gform_wrapper .gform_footer {
    justify-content: center!important;
}
body .gform_wrapper .gform_page_footer {
    text-align: center!important;
}
.gfield_radio{
	margin: 0 auto!important;
        text-align: center!important;
}
.gfield_radio .gchoice {
	background: #004d2dc2!important;
        border-radius: 6px!important;
        padding: 15px!important;
        margin-left: 10px !important;
}
.gfield_radio .gchoice label{
	color: #ffffff !important;
}
