.gform_wrapper form > .validation_error {
	display: none;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper select,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="text"]:active {
	-webkit-appearance: none;
	padding: 5px 10px !important;
	border-color: #ddd !important; border-width: 1px !important;
}
.gform_wrapper input[type="checkbox"] {
	-webkit-appearance: checkbox;
	margin-top: 0 !important; margin-right: 10px; margin-left: 2px;
}


.kc-container .gform_wrapper input:focus {
	border-bottom: 2px solid #89582b !important;
}


.kc-container .gform_wrapper .gfield.gsection,
.kc-container .gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 50px !important;
	margin-bottom: 5px;
	border-bottom-color: #ab7442;
}
.kc-container .gform_wrapper .gfield.gsection h2 {
	text-transform: uppercase; color: #ab7442;
}

.kc-container .gform_wrapper li.gfield label {
	color: #666;
}
.kc-container .gform_wrapper li.gfield label,
.kc-container .gform_wrapper li.gfield .gfield_label {
	color: #333; font-weight: 400;
}

.kc-container .gform_wrapper li.gfield .gfield_radio input[type="radio"] {
	margin-top: 0; margin-right: 10px; margin-left: 2px;
}


.kc-container .gform_wrapper .gpnf-nested-entries {
	width: 100%;
	font-size: 12px !important;
}
.kc-container .gform_wrapper .gpnf-nested-entries th,
.kc-container .gform_wrapper .gpnf-nested-entries td {
	padding: 9px;
	vertical-align: top;

}
.kc-container .gform_wrapper .gpnf-nested-entries .gpnf-no-entries td {
	padding-left: 10px;
	text-align: left; color: #333;
}
.kc-container .gform_wrapper .gpnf-nested-entries td.gpnf-row-actions {
	text-align: right;
}
.kc-container .gform_wrapper .gpnf-nested-entries td.gpnf-row-actions .delete a {
	margin-left: 7px;
}

.kc-container .gform_wrapper .gpnf-nested-entries ul.bulleted li {
	float: left; margin-right: 10px;
}


.kc-container .gform_wrapper .gform_footer input[type="submit"],
.kc-container .gform_wrapper .gpnf-nested-entries-container button.gpnf-add-entry {
	padding: 8px 10px;
	background: #ab7442; 
	border-radius: 4px; border-bottom: 2px solid #89582b; border-right: 1px solid #89582b;
	color: #fff; text-transform: uppercase; font-size: 13px;
	transition: 0.4s all;
}
.kc-container .gform_wrapper .gform_footer input[type="submit"]:hover,
.kc-container .gform_wrapper .gpnf-nested-entries-container button.gpnf-add-entry:hover {
	background: #89582b;
}

.kc-container .gform_wrapper .gform_footer input[type="submit"] {
	padding: 8px 15px;
}


body .gpnf-dialog .gform_wrapper ul li.gfield:first-child {
	margin-top: 16px !important;
}
body .gpnf-dialog .gform_wrapper ul li.gfield .instruction {
	padding-top: 15px !important;
}

body .gpnf-dialog .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label {
	font-weight: 400;
}



#field_1_8 .gpnf-field-14,
#field_1_8 .gpnf-field-16 { text-indent: -3333em; overflow: hidden; }

