/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


.findura-form_wrapper .gform_heading {
    display: none;
}

.findura-form .gform_fields {
	row-gap: 24px;
}

.findura-form .gform-field-label {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    gap: 0;
    position: relative;
    align-items: start;
}

.findura-form .gfield_required {
    color: #fff !important;
}

.findura-form ::placeholder {
    font-size: 16px;
    line-height: 1.5;
    color: #AAAAAA !important;
    font-weight: 400;
}

.findura-form .gfield_html a {
    color: #fff;
    text-decoration: underline;
}
.findura-form .gfield_html a:hover {
	color: #00D2B2;
	text-decoration: none;
}
.findura-form .gfield_html p {
    margin: 0;
}
.findura-form .gfield_html {
    color: #fff;
}

.findura-form .gform_button.button {
    background-color: #00D2B2 !important;
    border-radius: 10px 0 10px 0 !important;
    padding: 20px 24px !important;
    font-size: 18px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

.findura-form .gform_button.button:hover {
	background-color: #000 !important;
	color: #00D2B2 !important;
}