.modal-popup .modal-inner-wrap {
    pointer-events: auto;
}
.modal-popup.newsletter-popup .modal-inner-wrap {
    width: 670px;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe {
    background-color: #000000;
    border-color: #000000;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe:hover {
    background-color: #c93c3c;
    border-color: #c93c3c;
}
.modal-popup .modal-social {
    font-size: 1.75em;
}
.modal-popup .modal-social .fa {
    padding: 7px 5px;
}
.modal-popup .modal-social :link,
.modal-popup .modal-social :hover {
    text-decoration: none;
}
.modal-popup .modal-social .fa-facebook {
    color: #ffffff;
    background-color: #3b5998;
}
.modal-popup .modal-social .fa-facebook:hover,
.modal-popup .modal-social .fa-facebook:active {
    color: #ffffff;
    background-color: #c93c3c;
}
