.gfield_label {
	font-size: .8em;
	color: #3f4b56;
	font-weight: 700;
	letter-spacing: -.05em;
	float: right;
}

.gfield_required {
	display: none !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #7ececa;
	font-size: .9em;
	font-weight: 300;
	color: #3f4b56;
	padding: 8px 12px;
}

.gfield.sublabel_disabled label{
	display: none;	
}

.gform_wrapper .gform_footer {
	overflow: hidden;
	height: auto;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	text-transform: uppercase;
	background-color: #45b5c4;
	color: #fff;
	border: none;
	font-size: .8em;
	padding: 10px 16px 10px 65px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-image: url('../img/button-send.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	float: right;
	margin-right: 8px;
}

	.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
		background-color: #5abeca;
	}

.gform_title > span {
	font-size: .8em;
	color: #808080;
	display: inline-block;
}

.ginput_complex {
	width: 49%;
}

.ginput_complex > span{
	padding: 0;
	margin: 0 0 .5em;
	margin-right: 1.6% !important;
	min-height: 1px !important;
}
.gfield {
	margin-top: 20px !important;
}

.ginput_complex > span:last-child{
	margin-right: 0 !important;
}

@media (max-width: 768px) {
	.ginput_complex > span {
		margin-bottom: 20px;
	}
	
	.ginput_complex > span, .gfield, .ginput_container > input, ginput_container .textarea, .ginput_complex input {
		width: 100% !important;
		margin-right: 0 !important;
	}
}


@media (max-width: 1199px) {
	.gfield_label {
		font-size: .7em;
	}

	.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
		font-size: 1.1em;
	}
}