/* GRAVITY FORMS */
body .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	background-color: #F05A37;
    border-color: #F05A37;
    color: #fff;
	font-weight: bold;
	border-radius: 50px;
    padding: 1em 2em;
	margin-bottom: 4px;
	box-shadow: none!important;
	text-align: center;
    vertical-align: middle;
	border: 1px solid transparent;
	font-size: large;
    line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
body .gform_wrapper ul li.gfield {
    padding-bottom: 0!important;
}
.gform_wrapper .gform_footer {
	padding: 0!important;
}
.gform_wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.gform_wrapper .gform_body {
	display: inline-block!important;
    width: 100%;
}
#gform_123 .gform_body {
	max-width: 400px;
}
.gform_wrapper .gform_footer {
	display: inline-block!important;
	max-width: 120px;
}
#gform_123 label, #gform_1 label  {display: none!important;}

.gform_wrapper input[type="email"], .gform_wrapper input[type="text"] {
    min-width: 150px;
	width: 100%;
    border: 1px solid #ccc;
    padding: 1em!important;
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    flex-grow: 1!important;
}
#gform_123, #gform_1 { 
	text-align: center !important;
}
#gform_fields_123 li::before {
	color: transparent!important;
}
#field_123_1::before {
	color: transparent!important;
}
#field_9_4, #field_9_10, #field_9_13 {
	padding-left: 0;
}
.gform_wrapper ul li:before{
	content: " ";
}
@media only screen and (max-width: 641px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1.5!important;
	}	
	.gform_wrapper .gform_footer {
		max-width: 450px;
	}
}