/* Max width 767px */
@media only screen and (max-width: 767px) {
  /** EA Blog Post Responsive **/
  .ea-blog-post-area.ea-style-six::after {
    display: none;
  }
  .ea-blog-post-area.ea-style-six::before {
    display: none;
  }
  .ea-blog-post-area .ea-shape-1 {
    display: none;
  }
  .ea-blog-post-area .ea-shape-2 {
    display: none;
  }
  .ea-blog-post-area.ea-style-one {
    padding-top: 50px;
  }
  .ea-single-blog-post.ea-style-four .ea-blog-img::after {
    display: none;
  }
  .ea-single-blog-post.ea-style-four {
    margin-left: 0;
  }
  .ea-blog-post-slider-wrap .mt-50 {
    margin-top: 0;
  }
  .ea-blog-post-slider-wrap .mb-50 {
    margin-bottom: 30px;
  }
  .ea-blog-post-slider-wrap .owl-theme .owl-nav {
    position: initial;
  }
  .ea-single-blog-post.ea-style-six.ea-single-bg {
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .ea-single-blog-post.ea-style-six.ea-single-bg .ea-blog-content {
    position: initial;
    padding: 0;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /** EA Blog Post Responsive **/
  .ea-blog-post-area.ea-style-six::after {
    display: none;
  }
  .ea-blog-post-area.ea-style-six::before {
    display: none;
  }
  .ea-blog-post-area .ea-shape-1 {
    display: none;
  }
  .ea-blog-post-area .ea-shape-2 {
    display: none;
  }
  .ea-blog-post-area.ea-style-one {
    padding-top: 50px;
  }
  .ea-single-blog-post.ea-style-four .ea-blog-img::after {
    display: none;
  }
  .ea-single-blog-post.ea-style-four {
    margin-left: 0;
  }
  .ea-blog-post-slider-wrap .mt-50 {
    margin-top: 0;
  }
  .ea-blog-post-slider-wrap .mb-50 {
    margin-bottom: 30px;
  }
  .ea-blog-post-slider-wrap .owl-theme .owl-nav {
    position: initial;
  }
  .ea-single-blog-post.ea-style-six.ea-single-bg {
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .ea-single-blog-post.ea-style-six.ea-single-bg .ea-blog-content {
    position: initial;
    padding: 0;
  }
  .ea-single-blog-post.ea-style-two .ea-blog-img img {
    width: 100%;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /** EA Blog Post Responsive **/
  .ea-blog-post-area.ea-style-six {
    padding-bottom: 0;
  }
}
