span label {
	display: none !important;
}

label.gfield_label {
	position: relative;
	top: 7px;
	font-family: 'brandon-grotesque', serif;
	font-size: 15px !important;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}

.js-hide-label label {
	opacity: 0; 
	top: 1.5em;
}

.js-unhighlight-label label {
    color: #999
}

#gform_1 input[type=text] {
    height: 50px;
}

.gform_description {
	margin-bottom: 0;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.gform_footer {
	text-align: center;
}

input[type=submit] {
	background: #f26835 !important;
	color: #fff !important;
	padding: 12px 24px !important;
	font-size: 1.1em !important;
	border: 3px solid #f26835 !important;
	font-family: "brandon-grotesque" !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin: 0 !important;
	transition: 0.2s all ease-in;
}

input[type=submit]:hover {
	border: 3px solid #f26835 !important;
	background: transparent !important;
	color: #f26835 !important;
}

.eastvillage-dropdown label.gfield_label {
    opacity: 1;
    top: 7px;
}

.eastvillage-dropdown select {
	height: 50px;
	background-color: #fcfcfc;
	border-color: #e6e6e6;
}
