/* Model 4 */
@import url('../../structure/features/email-capture-form.css');

/*
==============================================
Form Section
==============================================
*/

.lead-form-section {
  border-top: 4px solid #52b9bb;
  border-bottom: 4px solid #52b9bb;
}
.lead-form-content {
  padding: 70px;
}
.lead-form-section .simple-form label {
  color: #104c6e;
}
/*
==============================================
Form Model Styles
==============================================
*/


.email-capture-content-main-wrap input:not([type="submit"]), .email-capture-content-main-wrap textarea {
 background: #eeeae5;
 border: 2px solid transparent;
 margin-bottom: 0px;
 -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.email-capture-form-text .email-form-sub-head-main .head-2{
	text-transform:lowercase;
}


.email-capture-content-main-wrap input:not([type="submit"]):hover {
 border: 2px solid #393939;
}
.email-capture-form-text .email-form-sub-head-main, .email-capture-form-text .email-form-sub-head-main .head-2 {
  font-family: 'Prata', serif;
  font-size: 28px;
  line-height: 38px;
  color: #104c6e;
  margin: 0 0 20px;
}
.email-capture-form-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #343434;
}

.email-capture-content-main-wrap input[type="submit"] {
  color: #427c7e;
  border: 1px solid #427c7e;
}
