.sth-tweet-this {
  position: relative;
  color: #0066d6;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
}

.sth-tweet-this:hover {
  color: #004ea5;
}

.sth-tweet-this .sth-twitter-logo {
  padding-right: 1px;
}

.sth-tweet-this .sth-twitter-logo::before {
  content: "\f301";
  font-family: dashicons;
  vertical-align: top;
}

.sth-tweet-this a {
  color: #004ca0;
}

.sth-tweet-this a:hover {
  color: #004ea5;
}