.mhp-author-social-share {
  margin-bottom: 60px;
}

.mhp-author-social-share > div:first-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mhp-author-social-share > div:first-child {
    margin-bottom: 0;
  }
}

.mhp-author-social-share > div:last-child {
  margin-left: auto;
}

.mhp-author-social-share .author-detail-section .blog-profile-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #F08B77;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .mhp-author-social-share .author-detail-section .blog-profile-icon {
    width: 44px;
    height: 44px;
  }
}

.mhp-author-social-share .author-detail-section .blog-profile-icon img {
  width: 100%;
  height: 100%;
}

.mhp-author-social-share h6 {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Rawline';
}

@media (min-width: 992px) {
  .mhp-author-social-share h6 {
    font-size: 16px;
    line-height: 29px;
  }
}

.mhp-author-social-share .mhp-normal-text {
  color: #666666;
  font-weight: 500;
}

.mhp-author-social-share .mhp-normal-text span {
  font-weight: 700;
}

.mhp-author-social-share .mhp-normal-text .vertical-separeator {
  margin: 0px 15px;
  position: relative;
}

.mhp-author-social-share .mhp-normal-text .vertical-separeator::before {
  position: absolute;
  content: " ";
  border-right: 2px solid #666666;
  left: -2px;
  top: 2px;
  height: 11px;
}

@media (min-width: 992px) {
  .mhp-author-social-share .mhp-normal-text .vertical-separeator::before {
    height: 14px;
  }
}

.mhp-author-social-share .social-icons span, .mhp-author-social-share .social-media-share span {
  margin-left: 15px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #F3F9FF !important;
  vertical-align: middle;
}

.mhp-author-social-share .social-icons span.btn-facebook, .mhp-author-social-share .social-media-share span.btn-facebook {
  background: url("../images/icon-fb-blue.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span.btn-copy-link, .mhp-author-social-share .social-media-share span.btn-copy-link {
  background: url("../images/icon-copy-link-blue.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span.btn-mail, .mhp-author-social-share .social-media-share span.btn-mail {
  background: url("../images/icon-envelope-blue.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span.btn-print, .mhp-author-social-share .social-media-share span.btn-print {
  background: url("../images/icon-print-blue.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span:hover, .mhp-author-social-share .social-media-share span:hover {
  background-color: #404E7A !important;
}

.mhp-author-social-share .social-icons span:hover.btn-facebook, .mhp-author-social-share .social-media-share span:hover.btn-facebook {
  background: url("../images/icon-fb-blue-hover.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span:hover.btn-copy-link, .mhp-author-social-share .social-media-share span:hover.btn-copy-link {
  background: url("../images/icon-copy-link-blue-hover.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span:hover.btn-mail, .mhp-author-social-share .social-media-share span:hover.btn-mail {
  background: url("../images/icon-envelope-blue-hover.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span:hover.btn-print, .mhp-author-social-share .social-media-share span:hover.btn-print {
  background: url("../images/icon-print-blue-hover.svg") no-repeat center;
}

.mhp-author-social-share .social-icons span:first-child, .mhp-author-social-share .social-media-share span:first-child {
  margin-left: 0;
}

@media print {
  .not-to-print {
    display: none;
  }
}

.social-media-share {
  padding: 0;
}
