.share-button button {
  font-family: "NewHeterodox", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .share-button button {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
}
.share-button button:hover {
  text-decoration: none;
}
.share-button button svg {
  height: 18px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .share-button button svg {
    height: 20px;
  }
}
.share-button .dropdown-menu {
  border-radius: 0;
  background-color: #9b8353;
  color: #e8e4da;
}
.share-button .dropdown-menu .dropdown-item {
  background-color: #9b8353;
  color: #e8e4da;
  padding: 0.5rem;
}
.share-button .dropdown-menu .dropdown-item:hover {
  background-color: rgb(88.5714285714, 74.8571428571, 47.4285714286);
  color: #e8e4da;
}
.share-button .dropdown-menu .dropdown-item svg {
  fill: #e8e4da;
  height: 14px;
  margin-bottom: 4px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .share-button .dropdown-menu .dropdown-item svg {
    height: 16px;
  }
}
/*# sourceMappingURL=../../dist/css/maps/sharebutton.css.map */
