.modal-share {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out; }

.modal-share .jssocials-share-link {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-share .jssocials-share-link > * {
  font-size: 20px; }

.modal-share .jssocials-shares {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.modal-share .jssocials-share {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px; }

.modal-share--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.modal-share--active .modal-share__wrapper {
  transform: translateY(0); }

.modal-share__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer; }

.modal-share__close-button {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none; }

.modal-share__close-button-title {
  font-size: 14px;
  font-weight: 300;
  margin-left: 15px;
  color: #252525;
  display: none; }

.modal-share__close-button-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block; }

.modal-share__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.modal-share__image-section {
  width: 100%;
  height: 100px; }

.modal-share__wrapper {
  transition: all 0.3s ease-in-out;
  transform: translateY(15px);
  margin: auto;
  max-width: 700px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px; }

.modal-share__title {
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px; }

.modal-share__subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
  margin-top: 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.modal-share__social-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 991px) {
  .modal-share__wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    width: 100%; }
  .modal-share__title {
    font-size: 14px; }
  .modal-share__social-grid {
    margin-bottom: 15px; }
  .modal-share__close-button {
    order: 5;
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    right: 0; }
  .modal-share__close-button-icon {
    flex-shrink: 0;
    width: 12px;
    height: 12px; }
  .modal-share__close-button-icon path {
    fill: #252525; }
  .modal-share__close-button-title {
    display: block; } }