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


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

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