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

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

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

.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-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-vimeo {
    color: #ffffff;
    background-color: #20b9eb;
}
.modal-popup .modal-social .fa-vimeo:hover,
.modal-popup .modal-social .fa-vimeo:active {
    color: #ffffff;
    background-color: #20b9eb;
}
.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;
}
