﻿
#subscribe_form {
    margin-top: 10px;
    text-align: center;
}

#subscribe_form h3 {
    font-size: 20px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

#subscribe_form p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: justify;
}

#subscribe_form ul {
    margin-top: 10px;
}

.newsletter-input {
    width: 50%;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.newsletter-input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.newsletter-input:-moz-placeholder { color: #888; }
.newsletter-input:-ms-input-placeholder { color: #888; }
.newsletter-input::-webkit-input-placeholder { color: #888; }

.newsletter-button {
    width: 180px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #e75967;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.newsletter-button:hover {
    background: #e75967;
    color: #fff;
}

.newsletter-button:active {
    background: #e75967;
    color: #fff;
}