.pre-footer-container .newsletter {
    margin-top: 29px;
    margin-bottom: 20px;
}
.pre-footer-container .newsletter form {
    width: 100%;
    margin: auto;
}

.pre-footer-container .newsletter .title {
    margin-bottom: 15px;
}

.pre-footer-container .newsletter #txt_email {
    height: 65px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #4f3324;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Equip W03 Regular", sans-serif !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
    color: #4f3324;
}

.pre-footer-container .newsletter input#txt_email::-moz-placeholder {
    color: #4f3324;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: .9;
}
.pre-footer-container .newsletter input#txt_email:-ms-input-placeholder {
    color: #4f3324;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: .9;
}
.pre-footer-container .newsletter input#txt_email::-webkit-input-placeholder {
    color: #4f3324;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: .9;
}

.pre-footer-container .newsletter .button {
    height: 65px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Equip W03 Regular", sans-serif !important;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #fff;
}

.pre-footer-container .newsletter input#txt_email:focus{
    box-shadow: none;
}



/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .pre-footer-container .newsletter .button {
        max-width: 165px;
        margin: 20px auto 0 auto;
        display: block;
    }
    .pre-footer-container .newsletter .medium-9.columns{
        padding-left: 15px;
    }
    .pre-footer-container .newsletter .medium-3.columns{
        padding-right: 15px;
    }
}

/*** Mobile and Tablet ***/
@media only screen and (max-width: 64em) {
    .pre-footer-container .newsletter {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .pre-footer-container .newsletter .title {
        text-align: center;
    }
    .pre-footer-container .newsletter .row {
        max-width: 460px;
        margin: 0 auto;
    }
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .pre-footer-container .newsletter .medium-9.columns{
        padding-left: 0
    }

    .pre-footer-container .newsletter .medium-3.columns{
        padding-right: 0
    }
}