﻿.social-sharing-buttons {
  margin: 20px 0;
  /* Non solid icons get a stroke */
  /* Solid icons get a fill */
}
.social-sharing-buttons a.resp-sharing-button__link {
  margin-left: 0;
  margin-right: 1em;
}
.social-sharing-buttons .resp-sharing-button__link,
.social-sharing-buttons .resp-sharing-button__icon {
  display: inline-block;
}
.social-sharing-buttons .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  line-height: normal;
}
.social-sharing-buttons .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.social-sharing-buttons .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}
.social-sharing-buttons .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
.social-sharing-buttons .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
.social-sharing-buttons .resp-sharing-button__icon--solid,
.social-sharing-buttons .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
  float: left;
}
.social-sharing-buttons .resp-sharing-button__icon--solid:after,
.social-sharing-buttons .resp-sharing-button__icon--solidcircle:after {
  content: "Share on\00a0";
}
.social-sharing-buttons .resp-sharing-button--twitter {
  background-color: #55acee;
}
.social-sharing-buttons .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.social-sharing-buttons .resp-sharing-button--pinterest {
  background-color: #bd081c;
}
.social-sharing-buttons .resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
.social-sharing-buttons .resp-sharing-button--facebook {
  background-color: #3b5998;
}
.social-sharing-buttons .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.social-sharing-buttons .resp-sharing-button--tumblr {
  background-color: #35465C;
}
.social-sharing-buttons .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.social-sharing-buttons .resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.social-sharing-buttons .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.social-sharing-buttons .resp-sharing-button--google {
  background-color: #dd4b39;
}
.social-sharing-buttons .resp-sharing-button--google:hover {
  background-color: #c23321;
}
.social-sharing-buttons .resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.social-sharing-buttons .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.social-sharing-buttons .resp-sharing-button--email {
  background-color: #777;
}
.social-sharing-buttons .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.social-sharing-buttons .resp-sharing-button--xing {
  background-color: #1a7576;
}
.social-sharing-buttons .resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.social-sharing-buttons .resp-sharing-button--whatsapp {
  background-color: #25D366;
}
.social-sharing-buttons .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
.social-sharing-buttons .resp-sharing-button--hackernews {
  background-color: #FF6600;
}
.social-sharing-buttons .resp-sharing-button--hackernews:hover,
.social-sharing-buttons .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}
.social-sharing-buttons .resp-sharing-button--vk {
  background-color: #507299;
}
.social-sharing-buttons .resp-sharing-button--vk:hover {
  background-color: #43648c;
}
.social-sharing-buttons .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-sharing-buttons .resp-sharing-button--facebook:hover,
.social-sharing-buttons .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.social-sharing-buttons .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.social-sharing-buttons .resp-sharing-button--twitter:hover,
.social-sharing-buttons .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.social-sharing-buttons .resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.social-sharing-buttons .resp-sharing-button--linkedin:hover,
.social-sharing-buttons .resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
@media screen and (max-width: 992px) {
  .social-sharing-buttons a.resp-sharing-button__link {
    font-size: 14px;
    margin-right: 0.75em;
  }
}
@media screen and (max-width: 585px) {
  .social-sharing-buttons a.resp-sharing-button__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 504px) {
  .social-sharing-buttons a.resp-sharing-button__link {
    font-size: 14px;
    margin-right: 0.75em;
  }
  .social-sharing-buttons .resp-sharing-button__icon--solid:after,
  .social-sharing-buttons .resp-sharing-button__icon--solidcircle:after {
    content: "";
  }
}