.newsletter-plugin .newsletter-input {
    width: 325px;
    height: 45px;
    border: none;
    background-color: #fff;
    color: #646473;
    font-family: 'MuseoSansRounded-100';
    margin-left: 45px;
    margin-right: 5px;
    padding-left: 10px;
    display: inline;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0
}

.footer-newsletter-plugin .errors,
.newsletter-plugin .errors {
    color: #ff3219;
    font-family: "MuseoSansRounded-300";
    font-size: 14px;
    margin-top: 15px
}

.newsletter-plugin .errors {
    text-align: center
}

.text-label.newsletter-email {
    font-family: 'MuseoSansRounded-100'
}

::-webkit-input-placeholder {
    color: #646473
}

:-moz-placeholder {
    color: #646473;
    opacity: 1
}

::-moz-placeholder {
    color: #646473;
    opacity: 1
}

:-ms-input-placeholder {
    color: #646473
}

.btn.newsletter-button {
    width: auto;
    margin: 0;
    display: inline;
    font-family: 'MuseoSansRounded-100'
}

.newsletter-plugin>div {
    text-align: center
}

.newsletter-plugin.pop-up {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.popup-subscribe-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    background: #000;
    opacity: 0
}

.popup-subscribe p {
    font-family: 'MuseoSansRounded-100';
    font-size: 18px
}

.popup-subscribe h1,
.popup-subscribe h2,
.popup-subscribe h3 {
    font-family: 'MuseoSansRounded-300';
    margin-top: 5px
}

.popup-subscribe {
    text-align: center;
    position: absolute;
    width: 40%;
    left: 30%;
    display: none;
    z-index: 15;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 10% 10%
}

.popup-subscribe .newsletter-confirm-button {
    max-width: 90px
}

@media screen and (max-width:691px) {
    .popup-subscribe {
        width: 90%;
        height: auto;
        left: 5%
    }
    .text-label,
    .newsletter-button.newsletter-submit {
        width: 100%!important;
        margin-bottom: 10px
    }
}

@media screen and (max-width:631px) {
    .newsletter-plugin>div {
        text-align: center
    }
    .newsletter-input {
        margin-left: 0;
        width: 100%;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -khtml-border-radius: 0
    }
    .newsletter-button {
        width: 100%
    }
}

@media screen and (min-width:692px) and (max-width:1200px) {
    .popup-subscribe {
        width: 80%;
        left: 10%
    }
}

.footer-newsletter-plugin {
    margin-top: 15px
}

.footer-newsletter-plugin form {
    position: relative;
    display: table;
    width: 100%
}

.footer-newsletter-plugin .newsletter-input {
    font-family: 'MuseoSansRounded-100';
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: 1px solid white;
    display: table-cell;
    font-style: italic;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0
}

.footer-newsletter-plugin .newsletter-input:focus {
    outline: none
}

.newsletter-submit-overlay {
    font-family: 'MuseoSansRounded-500'!important;
    background-color: white!important;
    text-transform: uppercase;
    font-size: 15px!important;
    color: #2d3241!important;
    border: 1px solid white;
    width: auto!important;
    display: table-cell;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0
}

.footer-newsletter-plugin .newsletter-submit-overlay {
    border: none
}

.footer-newsletter-plugin .newsletter-submit-overlay:hover {
    color: white;
    background-color: transparent
}