.entry-title {
	display: none;	
}

.hp-wrap {
	display: none;	
}

#ninja_forms_field_1_div_wrap {
	margin-right: 30px;
}

#ninja_forms_field_1_div_wrap,
#ninja_forms_field_2_div_wrap {
	float: left;
	width: 48%;	
}

@media screen and (max-width: 767px) {
	#ninja_forms_field_1_div_wrap,
	#ninja_forms_field_2_div_wrap {
		width: 98.6%;	
	}		
}

.field-wrap.text-wrap.label-above input[type="text"] {
    color: #999;
    border: 1px solid #999;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    width: 100%;
	border-radius: 4px;
}

#ninja_forms_field_3_div_wrap {
	clear: both;
	margin-top: 10px;
	display: inline-block;
	/*margin-left: -4px;*/
	width: 100%;
}

#ninja_forms_field_3_div_wrap textarea {
	width: 100%;
	height: 224px;
	padding: 24px;
	font-size: 16px;
	color: #999;
	border: 1px solid #999;	
	border-radius: 4px;
}

#ninja_forms_field_4 {
	float: right !important;
    width: 205px;
    height: 54px;
    margin-right: 10px;
    display: inline-block;	
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #D10F00;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 13px;
    text-align: center;
    font-size: 18px;
    transition: all .3s ease 0s;
    border: none;
}

#nf_submit_1:after {
	content: "";
	display: table;
	clear: both;	
}

@media screen and (max-width: 767px) {
	#ninja_forms_field_4 {
		width: 98.6%;	
	}		
}

.ninja-forms-error-msg {
    border: 1px solid #bd6d77;
    padding: 20px;
    margin: 20px 0 0;
    background-color: #f7e4e8;
    border-radius: 4px;
    color: #bd6d77;
    font-size: 16px;
    font-weight: 400;
}

.ninja-forms-field-error {
    font-size: 12px;
    margin: 10px 0;
    color: #bd6d77;
}

.ninja-forms-success-msg {
    border: 1px solid #b4c5b4;
    padding: 20px;
    margin: 20px 0 0;
    background-color: #e4f7e4;
    border-radius: 4px;
}

/*Modal Stuff*/

.modal .modal-dialog {
	max-width: 800px;
	width: 100%;	
}

.modal .modal-dialog .modal-header > button {
    width: 30px;
    height: 30px;
}

.modal .modal-dialog .modal-header > .header > h2 {
	float: left;
    margin: 7px 0 0 0;
	color: #555555;
}

.ninja-forms-all-fields-wrap label {
    font-weight: 300;
    margin: 15px 0;
}