/*
Theme Name: Itonga

Uka Share Buttons plugin styles.
*/

.share-links {
  font-size: inherit;
  margin-left: auto;
}

.share-links > * {
  display: inline-block;
}

.share-links__title {
  color: var(--text--secondary__Color);
}

.share-links__title:not(:last-child) {
  margin-right: .75rem;
}

.uka-share-button .svg-icon {
  vertical-align: -5px;
}

.uka-share-button__text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 600px) {
  .tags-links + .share-links {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .share-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 0.875rem;
  }
}