/* ---- FRONT-END ---- */
#hdp-contactform-wrapper {
	clear: both;
	padding: 75px 0; /* 35px 0; */
}

#hdp-contactform-wrapper h1 {
	font-size: 38px;
	line-height: 49px;
}

#hdp-contactform-wrapper.incl-background-color {
	padding: 70px;
}

#hdp-contactform-wrapper .hdp-contactform-image-container {
	padding-right: 50px;
}

body #hdp-contactform-wrapper .gform_wrapper ul.gform_fields li.gfield input[type="text"] {
	color: #B5A49B;
	font-size: 20px;
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #DBCEBA;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

body #hdp-contactform-wrapper .gform_wrapper ul.gform_fields li.gfield textarea {
	color: #B5A49B;
	font-size: 20px;
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #DBCEBA;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

body #hdp-contactform-wrapper.incl-background-color .gform_wrapper ul.gform_fields li.gfield input[type="text"],
body #hdp-contactform-wrapper.incl-background-color .gform_wrapper ul.gform_fields li.gfield textarea {
	border-color: #FFFFFF;
}

#hdp-contactform-wrapper .gform_wrapper .ginput_container.ginput_container_checkbox {
	margin: 25px 0;
}

#hdp-contactform-wrapper .gform_wrapper .ginput_container.ginput_container_checkbox label {
	font-size: 18px;
}

#hdp-contactform-wrapper .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	visibility: hidden;
	display: none;
}

body #hdp-contactform-wrapper .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label::before {
    display: inline-block;
    content: '';
    height: 18px;
    width: 18px;
    margin-right: 10px;
	border: 2px solid #E7DEDB;
	background-color: #FFFFFF;
}

#hdp-contactform-wrapper .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label::before {
	background-color: #E7DEDB;
}

body #hdp-contactform-wrapper .gform_wrapper ul.gfield_checkbox li label, 
body #hdp-contactform-wrapper .gform_wrapper ul.gfield_radio li label {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: normal;
}

body #hdp-contactform-wrapper .gform_wrapper input[type="submit"], 
body #hdp-contactform-wrapper .gform_wrapper input[type="submit"] {
	font-family: 'Open Sans';
	font-size: 20px!important;
	text-transform: capitalize;
    background-color: transparent;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body #hdp-contactform-wrapper .gform_wrapper input[type="submit"]:hover, 
body #hdp-contactform-wrapper .gform_wrapper input[type="submit"]:focus {
	color: #ffffff;
	background-color: #000000;
}

body #hdp-contactform-wrapper .gform_wrapper ul.gfield_checkbox li {
	line-height: 60px;
}

body .gform_wrapper a {
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}



/* ---- PREVIEW BACK-END ---- */
#hdp-contactform-wrapper.preview {
	padding: 35px 0;
}

@media(max-width: 767px) {
	#hdp-contactform-wrapper .hdp-contactform-image-container {
		padding-right: 0;
		margin-bottom: 30px;
	}
}