/* 
Theme Name: GWS Childplate
Theme URI: https://github.com/
Description: Hello Elementor Child für interne Projekte
Author: GallyWebsolutions GmbH
Author URI: https://www.gally-websolutions.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: gws-childplate
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.gform_title{
	font-size: 1.5em!important;	
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	font-size: 1em !important;
	border: 0px !important;
	border-bottom: 1px solid var(--e-global-color-primary) !important;
	padding: 1em !important;
	border-radius: 0 !important;
	font-family: "Nunito Sans", Sans-serif !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{
	background-color: var(--e-global-color-secondary) !important;
	font-family: "Nunito Sans", Sans-serif !important;
}

.gform_button{
	font-size: 1em !important;
	border: 0px !important;
	font-family: "Nunito Sans", Sans-serif !important;
}

.gform-theme-button{
	font-size: 1em !important;
	border: 0px !important;
	font-family: "Nunito Sans", Sans-serif !important;
}


#gform_6{
	.gform_button,
	.gform-theme-button{
		background: var(--e-global-color-588ebe7d);
		
		&:hover{
			background: var(--e-global-color-primary);
		}
	}
}