body .section1{
  position: relative;
}

body .section1:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  width: 86%;
  height: 450px;
  display: block;
  background-color: #F1F1F1;
}

body .woodmart-load-more{
  border: none !important;
}

.section1 .row1{
  padding: 0 10%;
}

body .section1 .woodmart-spacing-30>article{
  margin-bottom: 50px;
}

body .section1 .post-image-mask{
  display: none;
}

.read-more-section a{
  line-height: 1.5;
}

@media (min-width: 768px){
  body .section1 .blog-post-loop .article-body-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 226px;
  }
}

@media (max-width: 1440px){
  body .section1 .blog-post-loop .article-body-container{
    height: auto;
  }

  body .section1 .blog-design-masonry .entry-title{
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 1140px){
  body .section1:before{
    width: 92%;
  }

  .section1 .row1 {
    padding: 0 8%;
  }
}

@media (max-width: 991px){
  body .section1:before{
    top: 0;
  }

  body .section1 .title1 .woodmart-text-block{
    font-size: 55px !important;
    line-height: 60px !important;
  }
}

@media (max-width: 420px){
  body .section1 .title1 .woodmart-text-block {
    font-size: 45px !important;
    line-height: 55px !important;
  }

  body .section1 .vc_sep_width_10{
    width: 25%;
  }
}

/*@media (min-width: 768px){
  body .section1{
    padding: 0 12%;
  }
}*/

.section1 .blog-design-masonry.blog-style-shadow .article-body-container {
  margin-top: 15px;
  background-color: #f1f1f1;
}

.section1 .meta-categories-wrapp,
.section1 .entry-meta.woodmart-entry-meta,
.section1 .hovered-social-icons,
.section1 .blog-design-masonry.has-post-thumbnail .post-date{
display: none;
}

.section1 .blog-design-masonry.blog-style-shadow .article-inner{
box-shadow: none;
}

.section1 .blog-design-masonry.blog-style-shadow:hover .article-inner{
  box-shadow: none;
}

.section1 .post-image-mask{
  display: none;
}