/*
Theme Name: herock

Uka Share Buttons plugin styles.
*/

.share-links {
    font-size: 14px;
    text-transform: uppercase;
}


.share-links:hover{
    border-color: #222;
}

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

.share-links__title {
  color: #222;
}

.share-links svg path{
    fill:#222;
    transition: 0.5s;
}

.share-links svg:hover path{
    fill:#ef282f;
}

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

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


.uka-share-button:hover .svg-icon{
    transform: scale(1.1);
}

.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;
  }
}