.ready_field {
	display: none;
}
.gfield_error.ready_field {
	display: block;
}
.admin .ready_field {
	display: block;
}
.hide_label label {
	display: none !important;
}
.gform_body {
	margin-bottom: 5px;
}
.gform_heading {
	display: none !important;
}
.gform_wrapper .gform_body .gform_fields li.gfield {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
.gform_wrapper .gform_body .gform_fields .gfield input {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 5px;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 5px;
}


/********************************************************/

.gfield_checkbox input[type="checkbox"]{
    opacity: 0 !important;
}
.gfield_checkbox label {
	position: relative;
	padding-left: 10px !important;
}
.gfield_checkbox label::before {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px !important;
	left: -15px !important;
	border: 1px solid #595a5a;
	content: " ";
    font-family: 'fontello';
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
    align-items: center;
    line-height: 0px;
    border-radius: 100%;
}
.gfield_checkbox label::after {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px !important;
	left: -15px !important;
	border: 1px solid #39773a;
	background-color: #39773a;
	content: "\e817";
    font-family: 'fontello';
    color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
    align-items: center;
    line-height: 0px;
    opacity: 0;
    border-radius: 100%;
}

.gfield_checkbox input[type=checkbox]:checked+label::after {
    opacity: 1;
}
