#blog_details_wrapper .container {
  max-width: 970px;
  font-size: 15px;
  line-height: 22px;
  color: #004254;
}
#blog_details_wrapper .post-meta li:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
#blog_details_wrapper .post-meta li:not(:last-child)::after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#blog_details_wrapper .post-meta li a {
  color: #004254;
}
#blog_details_wrapper .post-meta li a i {
  font-size: 18px;
}
#blog_details_wrapper .post-head #postShare {
  width: 40px;
  height: 40px;
  background-color: #37aab2;
  color: #fff;
}
#blog_details_wrapper .blog-details-container p {
  margin-bottom: 20px;
}
#blog_details_wrapper .blog-details-container p:last-of-type {
  margin-bottom: 0;
}
#blog_details_wrapper .blog-details-container ul {
  margin-bottom: 20px;
  padding-left: 17px;
}
#blog_details_wrapper .blog-details-container ul li {
  list-style-type: disc;
}
#blog_details_wrapper .blog-details-container .tags span {
  padding: 4px 6px;
  background: #fbbb21;
  font-size: 16px;
  line-height: 18px;
  color: #003442;
}
#blog_details_wrapper .comments-wrapper .comment-reply-container label {
  font-size: 18px;
  line-height: 22px;
}
#blog_details_wrapper .comments-wrapper .comment-reply-container textarea {
  border: 1px solid #6f7a7c;
  background-color: #f4f4f4;
  font-size: 16px;
  line-height: 18px;
}
#blog_details_wrapper .comments-wrapper .comment-reply-container .form-action a,
#blog_details_wrapper
  .comments-wrapper
  .comment-reply-container
  .form-action
  button {
  color: #004254;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  > li.single-person:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededf1;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .profile-img
  .img {
  width: 40px;
  height: 40px;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .comment-content
  .comment-head
  .profile-info
  .comment-date {
  font-size: 14px;
  line-height: 16px;
  color: #6f7a7c;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .comment-content
  .comment-head
  .share
  .share-comment {
  color: #004254;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .comment-content
  .comment-action
  .btn {
  background-color: #f4f4f4;
  color: #004254;
  padding: 8px 10px;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .comment-content
  .comment-action
  .btn
  i {
  font-size: 18px;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .comment
  .comment-content
  .comment-action
  .btn
  .count {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #37aab2;
}
#blog_details_wrapper .comments-wrapper .comment-lists li .sub-comments {
  padding-left: 56px;
}
#blog_details_wrapper
  .comments-wrapper
  .comment-lists
  li
  .sub-comments
  > li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #blog_details_wrapper .comments-wrapper .comment-lists li .sub-comments {
    padding-left: 15px;
  }
}
