/* 
blu#95caea
green#b8cf33
ora#f36d25
pur#b094e5
greylight#d7d0cd;
greylightER#efeceb
brown#7b6e66;
black#110f0e;
blackContent#262523; 
*/

::-webkit-input-placeholder {color: #7b6e66;}
::-moz-placeholder {color: #7b6e66;}
:-ms-input-placeholder {color: #7b6e66;}
:-moz-placeholder {color: #7b6e66;} 

.gfield label {
	color: #7b6e66;
	font-weight: 400 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0.4; }
input:focus:-moz-placeholder { opacity: 0.4; }
input:focus::-moz-placeholder { opacity: 0.4; }
input:focus:-ms-input-placeholder { opacity: 0.4; }
textarea:focus::-webkit-input-placeholder { opacity: 0.4; }
textarea:focus:-moz-placeholder { opacity: 0.4; }
textarea:focus::-moz-placeholder { opacity: 0.4; }
textarea:focus:-ms-input-placeholder { opacity: 0.4; }

.gform_wrapper {
	margin-top: 0 !important;
	font-size: 14px;
}



.gform_wrapper ul.gform_fields li.gfield span.name_first,
.gform_wrapper ul.gform_fields li.gfield span.name_last,
.gform_wrapper ul.gform_fields li.gfield span.name_middle {
	font-size: 14px;
	margin: 0 0 15px 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (min-width: 641px) {
	.ginput_complex.ginput_container_name {
		font-size: 0;
	}
	
	.gform_wrapper ul.gform_fields li.gfield span.name_first,
	.gform_wrapper ul.gform_fields li.gfield span.name_last,
	.gform_wrapper ul.gform_fields li.gfield span.name_middle {
		font-size: 14px;
		margin: 0 !important;
	}
}

.gform_wrapper ul.gform_fields li.gfield span.name_first:last-child,
.gform_wrapper ul.gform_fields li.gfield span.name_last:last-child,
.gform_wrapper ul.gform_fields li.gfield span.name_middle:last-child {
	margin-bottom: 0 !important;
}

body .gform_wrapper li.hidden_label input,
body .gform_wrapper li.hidden_label textarea,
body .gform_wrapper li.hidden_label select {
	margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 15px;
	padding-right: 0 !important;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
	padding: 5px 10px !important;
	color: inherit;
	border: none;
	border-bottom: 1px solid #7b6e66;
	background-color: #110f0e;
}

.gform_fields select {
	border: none;
}

.gform_fields input:focus,
.gform_fields select:focus,
.gform_fields textarea:focus {
	outline: none;
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
}

.gform_fields select {
	padding-right: 33px !important;
}

.gform_footer {
	text-align: right;
}

.gform_wrapper input[type="submit"] {
	background-color: transparent;
	-webkit-appearance: none;
	width: auto;
	cursor: pointer;
	border: 0;
	color: #95caea;
	letter-spacing: 0.030em;
	margin-right: 0 !important;
	transition: color .3s;
}

.gform_wrapper input[type="submit"]:hover {
	color: #f36d25;
}

.gform_fields textarea {
	max-height: 100px;
}

body .ginput_container {
	margin-bottom: 15px !important;
}

.ginput_container_select {
	position: relative;
}

.select-wrap,
.ginput_container_select {
	position: relative;
	border: none;
	border-bottom: 1px solid #7b6e66;
	background-color: 
}


@media only screen and (min-width: 641px) {
	.gfield:not(.hidden_label) {
		position: relative;
		text-align: right;
	}
	
	.gfield:not(.hidden_label) label {
		position: absolute;
		left: 0;
		bottom: 4px;
		padding-left: 10px;
	}

	.gfield:not(.hidden_label) .ginput_container {
		padding-left: 110px;
	}
}

.select-wrap:before,
.ginput_container_select:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background-color: #110f0e;
	border: none;
	border-left: 0;
	pointer-events: none;
	background-image: url(../images/drop-down-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 13px;
}

select {
	width: 100%;
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 5px;
	outline: none;
}

select::-ms-expand {
    display: none;
}

body .validation_error,
body .gfield_description,
body .validation_message {
	border-color: #f27040 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	color: #f27040 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
	border-color: #f27040 !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-color: transparent !important;
	background-color: rgba(2, 114, 182, 0.1) !important;
	border-top: none !important;
	border-radius: 8px !important;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label,
body .gform_wrapper ul.gfield_radio li input[type=radio]+label {
	font-weight: 300 !important;
	padding-left: 10px !important;
	position: relative;
}

body .gfield_checkbox li input[type=checkbox] {
	vertical-align: top !important;
	margin: 0 0 0 -37px !important;
	position: relative;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label:before {
content: "";
	background: #fff;
	border: 1px solid #5a5a5c;
	position: absolute;
	top: 0px;
	left: -20px;
	height: 22px;
	width: 22px;
	border-radius: 6px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:after {
	content: "";
	background: #f27040;
	position: absolute;
	top: 4px;
	left: -16px;
	height: 14px;
	width: 14px;
	border-radius: 4px;
}

body .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	overflow: visible !important;
	margin-left: 38px !important;
}

@media only screen and (min-width: 641px) {
	.top_label div.ginput_complex.ginput_container.gf_name_has_1,
	.top_label div.ginput_complex.ginput_container.gf_name_has_2,
	.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
		width: 100%  !important;
	}
}