.blog .wfn-pagination-area .pagination .page-item .page-numbers {
  display: inline-block;
}

.admin-bar .sticky {
  top: 32px;
}

.author-bio-bottom {
  border-top: 1px solid #dddddd69;
  margin-top: 50px;
  padding: 20px 0px;
  text-align: left;
  margin-bottom: 50px;
}
.author-bio-bottom .author-bio-container {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 85px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
          box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
}
.author-bio-bottom .author--image img {
  border-radius: 100%;
  width: 75px;
  height: auto;
  border: 3px solid #fff;
}
.author-bio-bottom .author-details .author-name h4 {
  font-size: 22px;
  font-weight: 700;
}
.author-bio-bottom .author-details .author-biography {
  font-size: 16px;
  line-height: 30px;
}
.author-bio-bottom .author-details .author-biography p {
  margin-bottom: 20px;
}

.single.single-post .comments-form {
  padding: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
          box-shadow: 4px 30px 67px 0 rgba(33, 54, 88, 0.07);
  border-radius: 10px;
  margin-bottom: 50px;
}
.single.single-post .comments-form .comment-reply-title {
  margin-top: 20px;
}

.single.single-post .bottom-social-area h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.author-bio-bottom {
  border-top: 0;
}

.bottom-social-area {
  border: 0;
}

.single-blog-page div.comments-area {
  margin-top: 30px;
}
