/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1670869377
Updated: 2022-12-12 18:22:57

*/


/*************************************************************
	Gravity Forms Styles
**************************************************************/

.gform_body input, .gform_body select, .gform_body textarea{
	border-radius: 0px;
	box-shadow: none !important;
	border: solid 1px #909090;
	color: #2f2f2e;
}
.gform_body select{
	color: #2f2f2e !important;
}

.gform_body input, .gform_body select {
		height: 50px;
}

input[type='submit']{
	font-family: "Mulish", Sans-serif;    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #909090;
    border-color: #909090;
    border-style: solid;
	color: white;
    border-width: 2px 2px 2px 2px;
	border-radius: 0px;
    padding: 12px 30px 12px 30px;
	transition: all ease-in-out .2s;
}
input[type="submit"]:hover, input[type="submit"]:active{
	background-color: rgba(0,0,0,0);
	color: #909090;
}
.gform_body .datepicker{
	width: 100% !important;
}

.gfield_required_asterisk{
	font-size: 20px !important;
	margin-bottom: -7px;
}

.gform_body legend{
	border-bottom: none !important;
}
.gform_body label, .gform_body legend, .gform_body select{
	font-family: "Mulish", Sans-serif;
    font-size: 22px;
    font-weight: 700;
	color: #2f2f2e;
	text-transform: uppercase;
}
.gform_body .gfield_description{
	padding-top: 0px !important;
}
.gform_body .gfield_description a{
	color: #4F8FF5;
	text-decoration: underline;
}
.gform_body .gfield_description a:hover{
	color: #3968b3;
}

.ginput_container_checkbox{
	margin-top: -20px !important;
}

.gform_required_legend{
	display: none;
}