.help-form {
   background: #d8cdb8;
   padding-top: 70px;
}

.help-form h2 {
   color: #6e5625;
   font-size: 36px;
   font-weight: 300;
   letter-spacing: 2px;
   line-height: 1.4;
   margin: 0;
}

.help-form h2 p {
   margin: 0;
}

.help-form .wpforms-container {
   margin: 10px 0 0 0;
   padding-bottom: 80px;
}

.help-form div.wpforms-container-full .wpforms-form input[type=text] {
   background: none;
   border:none;
   border-bottom: 2px solid #000000;
   border-radius:0;
   padding-left: 0;
}

.help-form div.wpforms-container-full .wpforms-form input[type=email] {
   background: none;
   border: none;
   border-bottom: 2px solid #000000;
   border-radius:0;
   padding-left: 0;
}

.help-form div.wpforms-container-full .wpforms-form button[type=submit] {
   background: none;
   border: 1px solid #000000;
   transition: border 0.3s, color 0.3s;
   margin-top: 43px;
   padding: 16px;
}

.help-form div.wpforms-container-full .wpforms-form button[type=submit]:hover {
   background: none;
   border: 1px solid #6e5625;
   color: #6e5625;
}

.help-form div.wpforms-container-full .wpforms-form label.wpforms-error{
	padding-top: 3px;
}

.help-form .col-md-3 {
   align-self: flex-end;
   padding:0;
}

#wpforms-confirmation-137{
	z-index: 10;
	position: relative;
}


@media only screen and (min-width: 1280px) {
   .help-form div.wpforms-container-full .wpforms-form input[type=email], .help-form div.wpforms-container-full .wpforms-form input[type=text] {
      width: 90%;
   }
	
	.help-form div.wpforms-container-full .wpforms-form .wpforms-one-half {
 		margin-left: 0;
 	}
 
 	.help-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
 		right: 30px;
 	}
	
}

@media (max-width: 768px) {
	  .help-form .col-md-3 img{
		   float:right;
		   max-width:30%;
	}
}

@media (max-width: 576px) {
	.help-form div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
    	width: 40%;
    	float: left;
	}

	.help-form .col-md-3 {
		margin-top: -127px;
		margin-left: -29px;
	}
	
	.help-form {
	 	padding-left: 20px;
		padding-right: 20px;
	 }
	
	
}

