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

  .modal-popup.newsletter-popup .buttons-container button.subscribe {
      background-color: #ee3427;
      border-color: #ee3427;
  }


.modal-popup .modal-social .fa-facebook {
    color: #ffffff;
    background-color: #ee3427;
}
.modal-popup .modal-social .fa-facebook:hover,
.modal-popup .modal-social .fa-facebook:active {
    color: #ee3427;
    background-color: #ffffff;
}
.modal-popup .modal-social .fa-youtube {
    color: #ffffff;
    background-color: #ee3427;
}
.modal-popup .modal-social .fa-youtube:hover,
.modal-popup .modal-social .fa-youtube:active {
    color: #ee3427;
    background-color: #ffffff;
}
.modal-popup .modal-social .fa-instagram {
    color: #ffffff;
    background-color: #ee3427;
}
.modal-popup .modal-social .fa-instagram:hover,
.modal-popup .modal-social .fa-instagram:active {
    color: #ee3427;
    background-color: #ffffff;
}
