/*Variables */
/* Sharebuttons css */
.wb-share-buttons {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
  line-height: 2; }

.wb-share-title {
  margin-right: 10px; }

.wb-share-buttons a {
  text-decoration: none;
  margin-right: 5px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  border: none;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0); }

.wb-share-buttons a span {
  margin-left: 8px; }

@media only screen and (max-width: 320px) {
  .wb-share-buttons a {
    padding: 5px 10px; } }

.wb-share-buttons a:hover {
  background: rgba(255, 255, 255, 0); }

.wb-share-buttons a:before {
  content: " ";
  font-family: "Font Awesome 5 Brands";
  font-size: 1em;
  color: #616263;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 768px) {
  .wb-share-buttons a:before {
    margin-right: 0; } }

.wb-share-buttons a:hover {
  text-decoration: none; }

/* Facebook */
.wb-share-buttons a.wb-facebook:before {
  content: "\f39e"; }

/* Twitter */
.wb-share-buttons a.wb-twitter:before {
  content: "\f099"; }

/* Google+ */
.wb-share-buttons a.wb-googleplus:before {
  content: "\f0d5"; }

/* Linkedin */
.wb-share-buttons a.wb-linkedin:before {
  content: "\f0e1"; }

/* Pinterest */
.wb-share-buttons a.wb-pinterest:before {
  content: "\f231"; }

/* Email */
.wb-share-buttons a.wb-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0"; }

/* Print */
.wb-share-buttons a.wb-print:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02f"; }

.hidden-small {
  display: none; }

@media screen and (max-width: 480px) {
  .hidden-small {
    display: block; } }
/*# sourceMappingURL=sharebuttons.css.map */