.social-icon {
  display: inline-block;
  background: #0069A2;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  color: white;
  position: relative;
}

.social-icon:before {
  content: "\f1a9";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 24px;
}

.secondary-shares {
  display: none;
}

.secondary-shares.expanded {
  display: inline-block !important;
  vertical-align: top !important;
  height: 35px;
}

.fj-share-facebook {
  width: 35px;
  text-align: right;
  padding: 0 10px;
  line-height: 30px;
  font-weight: bold;
  background: #2D609B;
}

.fj-share-facebook:before {
  content: "\f09a";
  font-weight: normal;
  top: 5px;
}

.fj-share-twitter {
  width: 35px;
  text-align: right;
  padding: 0 5px;
  line-height: 30px;
  font-weight: bold;
  background: #00C3F3;
}

@media (min-width: 768px) {
  .fj-share-facebook, .fj-share-twitter {
    width: 80px;
  }
}

.fj-share-twitter:before {
  content: "\f099";
  font-weight: normal;
  top: 2px;
}

.fj-share--pinterest {
  background: #C4353B;
}

.fj-share--pinterest:before {
  content: "\f0d2";
}

.fj-share--google {
  background: #EB4026;
}

.fj-share--google:before {
  content: "\f0d5";
  font-size: 22px;
  top: 1px;
  left: 5px;
}

.fj-share--linkedin {
  background: #0074A1;
}

.fj-share--linkedin:before {
  content: "\f0e1";
}

.fj-share--stumbleupon {
  background: #EB4924;
}

.fj-share--stumbleupon:before {
  content: "\f1a4";
}

.share-toggle {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  background: #c5c5c5;
  position: relative;
  cursor: pointer;
}

.share-toggle:before {
  content: "+";
  color: white;
  font-size: 40px;
  position: absolute;
  top: -12px;
  left: 7px;
}

.share-toggle.expanded:before {
  content: "-";
  top: -23px;
  left: 10px;
  font-size: 50px;
}

.farmjournal-social-sharing a:hover, .farmjournal-social-sharing a:focus {
  color: white;
}