
.modal-popup.newsletter-popup .modal-inner-wrap {
    width: 512px;
}

.modal-popup.newsletter-popup .buttons-container button.subscribe {
    background-color: #333333;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe:hover {
    background-color: #000000;
}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe) {
    
}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe):hover {
    background-color: #000000;
}
.modal-popup .modal-social .fa-facebook {
    color: #ffffff;
    background-color: #4e69a2;
}
.modal-popup .modal-social .fa-facebook:hover,
.modal-popup .modal-social .fa-facebook:active {
    color: #ffffff;
    background-color: #4e69a2;
}
.modal-popup .modal-social .fa-twitter {
    color: #ffffff;
    background-color: #1da1f2;
}
.modal-popup .modal-social .fa-twitter:hover,
.modal-popup .modal-social .fa-twitter:active {
    color: #ffffff;
    background-color: #1da1f2;
}
.modal-popup .modal-social .fa-google {
    color: #ffffff;
    background-color: #e02f2f;
}
.modal-popup .modal-social .fa-google:hover,
.modal-popup .modal-social .fa-google:active {
    color: #ffffff;
    background-color: #e02f2f;
}
.modal-popup .modal-social .fa-youtube {
    color: #ffffff;
    background-color: #e02f2f;
}
.modal-popup .modal-social .fa-youtube:hover,
.modal-popup .modal-social .fa-youtube:active {
    color: #ffffff;
    background-color: #e02f2f;
}
.modal-popup .modal-social .fa-instagram {
    color: #ffffff;
    background-color: #316699;
}
.modal-popup .modal-social .fa-instagram:hover,
.modal-popup .modal-social .fa-instagram:active {
    color: #ffffff;
    background-color: #316699;
}
