/* Mail Chimp support functions
------------------------------------------------------------------------------- */


.mc4wp-form input[type="email"]{
    background-color: transparent !important;
    border: none;
    width: 230px;
    display: inline-block;
    line-height: 2em;
    padding: 0;
}
.mc4wp-form  .form-wrap{
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.45em;

}
.mc4wp-form  .form-wrap > p{
    display: none;
}
.mc4wp-form  .btn{
    display: inline-block;

}
.mc4wp-form  .form-wrap input[type="submit"]{
    background: transparent!important;
    padding: 1.8em 1.6em;
}

.mc4wp-form .form-wrap:before{
    position: absolute;
    content: '\e836';
    font-family: "fontello";
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    width: auto;
    margin: 0;
    right: 0.85em;
    font-size: 1.7em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mc4wp-form input[name="AGREE_TO_TERMS"]{
    position: relative;
    top: 2px;
    margin-right: 0.2em;
}