/*----------  Media Query min-width Structure   ----------*/
/*----------  Media Query max-width Structure   ----------*/
/*----------  Break-point min-width Structure   ----------*/
/*----------  Break-point max-width Structure   ----------*/
.blog-layout-3 {
  /* 2 - Blog Thumbnail Styles */
}

.blog-layout-3 .post-thumb {
  position: relative;
}

.blog-layout-3 .post-thumb .posted-on {
  position: absolute;
  top: 0;
}

.blog-layout-3 .post-thumb .posted-on .entry-date span {
  display: block;
  width: 100%;
  text-align: center;
}

.blog-layout-3.ast-no-thumb .posted-on {
  position: relative;
  display: inline-block;
}

.blog-layout-3 {
  width: 100%;
  display: inline-block;
  padding-bottom: 2em;
  vertical-align: middle;
  border-bottom: 1px solid var(--ast-border-color);
}

.blog-layout-3 .posted-on {
  left: 0;
}

.blog-layout-3 .post-content {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .blog-layout-3 .post-content,
  .blog-layout-3 .ast-blog-featured-section {
    width: 100%;
    float: none;
  }
  .blog-layout-3 .ast-blog-featured-section .post-thumb {
    text-align: left;
  }
}

.blog-layout-3 {
  /* 2 - Blog Thumbnail Styles */
}

.blog-layout-3 .post-thumb {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blog-layout-3 .post-thumb .posted-on {
  position: absolute;
  top: 0;
}

.blog-layout-3 .post-thumb .posted-on .entry-date span {
  display: block;
  width: 100%;
  text-align: center;
}

.blog-layout-3.ast-no-thumb .post-thumb {
  width: auto;
  display: inline-block;
}

.blog-layout-3.ast-no-thumb .posted-on {
  position: relative;
  display: inline-block;
}
