/* Footer Mailchimp Form Clean Style */
.site-footer #mc_embed_signup{
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}

.site-footer #mc_embed_signup form{
  padding:0 !important;
  margin:0 !important;
}

.site-footer #mc_embed_signup .mc-field-group{
  margin-bottom:18px !important;
}

.site-footer #mc_embed_signup input[type="email"],
.site-footer #mc_embed_signup input[type="text"]{
  width:100% !important;
  padding:14px 18px !important;
  border:1px solid #f5b5b5 !important;
  border-radius:14px !important;
  background:#f3f3f3 !important;
  font-size:15px !important;
}
.site-footer #mc_embed_signup input[type="submit"]{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin:12px auto 0 auto !important;

  background:#fc8a8a !important;
  color:#ffffff !important;
  border:0 !important;
  border-radius:999px !important;

  padding:0 40px !important;
  height:52px !important;

  font-size:15px !important;
  font-weight:400 !important;
  text-transform:uppercase !important;
  letter-spacing:1.5px !important;

  cursor:pointer !important;
}

.site-footer #mc_embed_signup input[type="submit"]:hover{
  background:#f07272 !important;
}
.site-footer #mc_embed_signup {
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer #mc_embed_signup .mc-field-group {
    margin-bottom: 16px !important;
}

.site-footer #mc_embed_signup form {
    margin: 0 !important;
}
.site-footer .widget_text {
    padding-bottom: 0 !important;
}