body.author .article_author_image img {
  border-radius: 100%;
  border: 0 none;
}

body.author h1.tagstyle {
  color: var(--text-color);
}

@media only screen and (min-width: 768px) {
  body.author .article_author_image_container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  body.author h1.tagstyle {
    padding: 0 12.48rem .83rem .83rem;
    font-size: 4.16rem;
    line-height: 4.92rem;
  }
}

footer {
  padding-bottom: 58px;
}

.bottom_bar_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 52px;
  background-color: white;
  -webkit-box-shadow: 0px -1px 1px #ccc;
  box-shadow: 0px -1px 1px #ccc;
  font-size: 1.6rem;
}

.bottom_bar_fixed ul.social_share {
  display: table;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.bottom_bar_fixed ul.social_share li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 20%;
}

.bottom_bar_fixed ul.social_share li a {
  text-align: center;
  width: 100%;
  line-height: 52px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bottom_bar_fixed {
    display: none;
  }
  footer {
    padding-bottom: 0;
  }
}

a.share-twitter-front {
  color: #23b3ef;
}

a.share-facebook-front {
  color: #214285;
}

a.share-gplus-front {
  color: #e04b37;
}

a.share-linkedin-front {
  color: #0073b2;
}

a.share-pinterest-front {
  color: #cb2027;
}

a.share-envelope-front {
  color: #a3a9b2;
}

a.share-whatsapp-front {
  color: #65d449;
}

a:not([href]).share-twitter-bg, .share-button.tw {
  background-color: #23b3ef;
  color: white;
}

a:not([href]).share-facebook-bg, .share-button.fb {
  background-color: #214285;
  color: white;
}

a.share-gplus-bg {
  background-color: #e04b37;
  color: white;
}

a.share-linkedin-bg {
  background-color: #0073b2;
  color: white;
}

a.share-pinterest-bg {
  background-color: #cb2027;
  color: white;
}

a.share-envelope-bg {
  background-color: #a3a9b2;
  color: white;
}

a:not([href]).share-whatsapp-bg, .share-button.wa {
  background-color: #65d449;
  color: white;
}

a:not([href]).share-telegram-bg, .share-button.tg {
  background-color: #0088CC;
  color: white;
}

.share-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.6rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*float: left;*/
  position: relative;
}

.share-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-button {
  min-width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin-left: 5px;
  cursor: pointer;
}

.share-button:first-child {
  margin-left: 0;
}

.share-button.shared {
  background-color: greenyellow;
}

.share-button:hover, .share-button:active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.share-button > i {
  color: white;
  font-size: 35px;
}

.count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #666666;
}

.count-container > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.count-container > .count-counter {
  font-weight: 700;
  font-size: 22px;
}

.count-container > .count-label {
  font-size: 12px;
}
