

.social-share-sticky {
  position: fixed;
  padding: 0em;
  bottom: 1%;
  left: 1%;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
}

.social-share-sticky .dropdown-toggle::after {
  display: none;
}

.social-share-sticky .dropdown-menu-multi {
  margin-left: 0.5rem !important;
  top: -75% !important;
  left: 25% !important;
  padding: 0.5rem;
  width: 18em;
}

.social-share-sticky .dropdown-row > a.dropdown-item {
  display: inline-block;
  padding: 0.25em;
  width: 20%;
  color: #fff;
  font-size: 0;
}

.social-share-sticky .dropdown-row p {
  display: inline-block;
  margin: 0rem .5rem;
}

#socialShareModal .dropdown-item {
  display: inline-block;
  padding: 0em;
  width: 33%;
}

/**
 * @description Alters how far the menu of share button is from the main button.
 * @purpose Small devices (landscape phones, 576px and up)
 */
@media (min-width: 576px) {
  .social-share-sticky .dropdown-menu-multi {
    left: 0 !important;
  }
}

/**
 * @description Alters the location of the main button and menu of share buttons to the left middle (icons still appear to the right).
 * @purpose Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {
  .social-share-sticky {
    position: fixed;
    padding: 0em 0.5em;
    top: 50%;
    left: 0;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .social-share-btn span {
    display: block;
    line-height: 1.25;
  }

  .social-share-btn .fa-share-alt {
    margin-top: .5rem;
  }

  .social-share-sticky .dropdown-menu-multi {
    transform: translate3d(40px, 0px, 0px);
    margin-left: 0.5rem !important;
    top: 0 !important;
    left: 0 !important;
    padding: 20px;
    width: 20em;
    line-height: 30px;
  }

  .social-share-sticky .dropdown-row > a.dropdown-item {
    display: inline-block;
    padding: 0.25em;
    width: 50%;
    color: #000;
    font-size: 16px;
  }
}

/**
 * @description Allows the share buttons to be view on hover (only large devices).
 * @purpose Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {
  .social-share-sticky:hover .btn-outline-success,
  .social-share-sticky .dropup:hover .btn-outline-success
  .social-share-sticky .dropdown-toggle:hover + .btn-outline-success,
  .social-share-sticky .dropdown-menu-multi:hover .btn-outline-success {
    background-color: #0b4494;
    border-color: #2f63ab;
    color: #fff;
  }

  .social-share-sticky:hover .dropdown-menu-multi,
  .social-share-sticky .dropup:hover .dropdown-menu-multi,
  .social-share-sticky .dropdown-toggle:hover + .dropdown-menu-multi,
  .social-share-sticky .dropdown-menu-multi:hover {
    display: block;
  }
}



@media (max-width: 360px) {

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 41px 0px 0px 0px!important;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 
  .social-share-sticky .dropdown-menu-multi {
    margin-left: 4.5rem!important;
    top: -71%!important;
    left: 25%!important!important;
    padding: .5rem;
    width: 18em!important;
}
.social-share-sticky {
    position: fixed;
    padding: 0em;
    bottom: 17%!important;
    left: 1%;
    z-index: 999;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}
  
  }




/* Minification failed (line 150, error number 1062): Expected semicolon or closing curly-brace, found '!important' */