/* Model 1 */
@import url('../../structure/features/email-capture-form.css');

/*
==============================================
Form Section
==============================================
*/

.lead-form-section {
  border-top: 8px solid #d27855;
  border-bottom: 8px solid #d27855;
}
/*
==============================================
Form Model Styles
==============================================
*/

.email-capture-content-main-wrap input:not([type="submit"]), .email-capture-content-main-wrap textarea {
 border-radius: 25px;
 background: #e7ebee;
 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;
}

.body-email-capture-form .quote-section {
 border-color: #d27855;
}
.email-capture-content-main-wrap input:not([type="submit"]):hover {
 border: 2px solid #393939;
}
.email-capture-form-text .email-form-sub-head-main {
   text-align: left;
   font-family: 'Playfair Display', serif;
   color: #c97453;
   font-size: 31px;
   font-weight: 300;
   line-height: 44px;
   text-transform: inherit;
   display: block;
   animation: slideInUpSmall 1s linear;
   margin-bottom: 40px;
   margin-top: -9px;
}
.email-capture-form-text .email-form-sub-head-main .head-2 {
   font-family: 'Raleway', sans-serif;
   color: #393939;
   font-size: 52px !important;
   font-weight: 600;
   line-height: 44px;
   text-transform: lowercase;
   display: block;
   animation-delay: 0.4s;
   margin-top: 10px;
   animation: slideInUpSmall 1s linear;
}
.email-capture-form-text .email-form-sub-head-main:after {
   content: "";
   display: block;
   height: 5px;
   width: 60px;
   position: relative;
   background: #c97453;
   margin: 19px 0;
}
.email-capture-content-main-wrap input[type="submit"] {
 background: #ae5c3c;
 color: #ffffff;
 font-family: 'Raleway', sans-serif !important;
 letter-spacing: 1px;
 border-color: transparent;
}
