.blog-share {
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  /*display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 10px 0;
  float: right;
  height: 32px;
  line-height: 32px;*/
}
.blog-share > div {
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  min-width:32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.blog-share > div:nth-child(1) { display: inline-block; }
.blog-share > div:nth-child(2) { display: none; }
.blog-share > div:nth-child(3) { display: inline-block; }
.blog-share > div:nth-child(4) { display: inline-block; }
.blog-share > div:nth-child(5) { display: inline-block; }

.blog-share > div:first-child {
  margin: 0px 9px 0px 0px;
  cursor: default;
}
.blog-share > div:not(:first-child),
.blog-share > div:not(:first-child) > a {
  color: #000 !important;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.blog-share > div:not(:first-child):hover {
  background: #0096dc;
  color: #fff !important;
}
.blog-share > div:not(:first-child):hover > a {
  color: #fff !important;
}
@media screen and (max-width: 780px) {
	.blog-share > div:nth-child(1) { display: inline-block; }
	.blog-share > div:nth-child(2) { display: inline-block; }
    .blog-share > div:nth-child(3) { display: none; }
    .blog-share > div:nth-child(4) { display: none; }
    .blog-share > div:nth-child(5) { display: none; }
}

.blog-share .fa {
  display:block;
  with:100%;
  height:100%;
  line-height: 32px;
}

svg:not(:root) {
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin: 10px;
}