
/* blog styling start */

.pagination{
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
}
.nav-links > .page-numbers {
  padding: 10px 20px;
  color: white;
  background-color: black;
  border-radius: 5px;
}
.nav-links > .page-numbers:hover {
  color: white;
  text-decoration: none;
}
.comment-form > .comment-form-comment{
  display: flex;
  flex-direction: column;
}
.nav-links > .current {
  background-color: #6a6868;
}
hr{
  border-top: 1px solid #bfb7b7 !important;
}
.d-flex{
  display: flex;
}
.d-flex > .featured-image{
  margin-right: 10px;
}
.entry-content > .featured-image > img{
  width: 100%;
  height: auto;
}
.post-navigation{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.post-navigation > .previous-post > a, .next-post>a{
  padding: 10px 20px;
  color: white;
  background-color: black;
  border-radius: 5px;
}
.post-navigation > .previous-post > a:hover, .next-post > a:hover{
  color: white;
  text-decoration: none;
}
.comments-area  ul{
  list-style-type: none;
}

.g-recaptcha{
  margin: 10px 0px;
}

/* blog styling end */
