/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.no-margin p, p.no-margin {
	margin-bottom:0px!important;
}

#content ul li, #content ol li {
	margin-bottom:5px;
}


#content ul, #content ol {
	margin-bottom:10px;
	padding-left:15px;
}

#content ul li:has(ul)  {
	list-style:none!important;
}

.gform_required_legend {
	display:none;
}

input[type=submit].gform_button {
	text-transform:uppercase!important;
	font-size:0.9rem!important;
	font-weight:600!important;
	color:#FFFFFF!important;
	background:#74C044!important;
	border-radius:0!important;
	padding:15px 35px 15px 35px!important;
	border-bottom:4px solid #086d6c!important;
}

.gform-theme--foundation .gform_fields {
	row-gap: 15px;
}

.contact-button a {
    border: 2px solid #494949 !important;
    color: #494949 !important;
    padding: 10px 15px 10px 15px !important;

    line-height: 1 !important;
}
.contact-button a:hover {
    color: #74C044 !important;

}
#gform_wrapper_1 input[type="submit"]:hover{
background-color: #126a6a !important;
}
