.dnd-section {
  background-color: #f6f6f6;
  padding-bottom: 60px;
}
.dnd-section > .row-fluid {
  max-width: 100%;
}
.blog-author-heading,
.blog-tag-heading {
  padding: 0 3rem;
  margin-top: 60px;
}

.blog_listing-box {
  display: flex;
  padding: 0 60px;
  padding-top: 60px;
  background-color: #f6f6f6;
}

/* First Post */

article.post_box1 {
  width: calc(100% - 20px);
}

/* SideBar Style */

.blog_listing-box .sidebar_blog-box {
  width: 30%;
  padding: 0 15px;
}
.blog_listing-box .sidebar_blog-box .popular_txt, .blog_listing-box .sidebar_blog-box .categories_txt {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #28373C;
}
.blog_listing-box .sidebar_blog-box .popular_post, .blog_listing-box .sidebar_blog-box .categories_box {
  background-color: #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.blog_listing-box .sidebar_blog-box .popular_post p, .blog_listing-box .sidebar_blog-box .popular_post p > a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #28373C;
  margin-bottom: 15px;
}
.blog_listing-box .sidebar_blog-box .popular_post p > a:hover {
  text-decoration: underline;
}
.blog_listing-box .sidebar_blog-box .popular_post p.name_category {
  margin-bottom: 0;
}
.blog_listing-box .sidebar_blog-box .categories_box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog_listing-box .sidebar_blog-box .categories_box ul li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #28373C;
  margin-bottom: 8px;
  transition: all .5s;
}
.blog_listing-box .sidebar_blog-box .categories_box ul li:hover {
  text-decoration: underline;
}

/*///////////////////////////*/

.blog-index {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  align-self: baseline;
}

.blog-index .scroll_box {
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
  max-width: 100%;
  width: 100%;
  padding-bottom: 12px;
}

.blog-index__post {
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    width: calc(100% / 2 - 20px);
  }
  
  .blog-index {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    /*flex: 1 0 100%;*/
  }
}

article .img_box {
  height: 190px;
  overflow: hidden;
}
.blog-index__post-image {
  height: auto;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    /*flex: 1 1 48%;*/
  }

  .blog-index__post-content--large {
    /*flex: 1 1 48%;*/
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    /*flex: 1 1 100%;*/
    padding-left: 0;
  }
}

.blog-index__post-content {
  padding: 15px 20px;
}

.blog-index__post-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #28373C;
}
.blog-index__post-title a {
  color: #28373C;
  font-family: 'Open Sans', sans-serif;
  transition: all .5s;
}
.blog-index__post-title a:hover, .blog-index__post-title a:active, .blog-index__post-title a:focus {
  color: rgba(40, 55, 60, 0.7);
  font-family: 'Open Sans', sans-serif;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

@media screen and (max-width: 1024px) {
  .blog_listing-box {
    flex-direction: column;
  }
  .blog-index {
    max-width: 100%;
  }
  .blog_listing-box .sidebar_blog-box {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .blog-index__post--small {
    width: 100%;
  }
  
  .blog_listing-box  {
    padding: 0;
    padding-top: 60px;
  }
}
