.modal-popup .modal-inner-wrap { pointer-events: auto;
}
.modal-popup.newsletter-popup .block.newsletter { width: 100%;
}
.modal-popup.newsletter-popup .actions { display: none;
}
.modal-popup.newsletter-popup .modal-inner-wrap { width: 512px;
}
.modal-popup.newsletter-popup .buttons-container button { box-shadow: none;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe { color: #fff; background-color: #1979c3; border-color: #1979c3;
}
.modal-popup.newsletter-popup .buttons-container button.subscribe:hover { background-color: #006bb4; border-color: #006bb4;
}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe) { color: #1979c3; background: none; border-color: rgba(25, 121, 195, 0.4);;
}
.modal-popup.newsletter-popup .buttons-container button:not(.subscribe):hover { color: #fff; background-color: #006bb4; border-color: #006bb4;
}
.modal-popup.newsletter-popup._show { pointer-events: none;
}
.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: #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-linkedin { color: #ffffff; background-color: #0083be;
}
.modal-popup .modal-social .fa-linkedin:hover,
.modal-popup .modal-social .fa-linkedin:active { color: #ffffff; background-color: #0083be;
}
.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;
}
