.blog,
.blog #main-content,
.archive,
.archive #main-content {
  background: #F7F9FB;
  position: relative;
  overflow-x: hidden;
}

.blog .et_pb_post,
.archive .et_pb_post {
  margin: 0 0 25px;
}
.blog .section-title,
.archive .section-title {
  font-family: "Montserrat";
  font-weight: 900;
  color: #000000;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog .post-wrapper,
.archive .post-wrapper {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 10px 30px 30px rgba(181, 192, 203, 0.51);
}
.blog .post-details,
.archive .post-details {
  padding: 30px;
}
.blog .entry-featured-image-url,
.archive .entry-featured-image-url {
  margin-bottom: 0;
  height: 178px;
  overflow: hidden;
}
.blog .post-meta-cat,
.archive .post-meta-cat  {
  background: #3ACDAA;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Roboto";
  padding: 6px 10px;
  display: inline-block;
  position: absolute;
}
.slider-post .post-detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}
.slider-post .post-meta-cat a {
  color: #ffffff;
}
.slider-post .post-meta-date {
  padding-top: 50px;
  display: inline-block;
}
.post-images {
  position: relative;
  margin-bottom: 30px;
  min-height: 1px;
}
.entry-featured-image-url ~ .post-meta-cat {
  bottom: -20px;
  left: 30px;
}
.blog .et_pb_post:nth-child(2n+2) .post-meta-cat,
.archive .et_pb_post:nth-child(2n+2) .post-meta-cat,
.slider-post:nth-child(2n+2) .post-meta-cat {
  background: #EC9938;
}
.blog .et_pb_post:nth-child(3n+3) .post-meta-cat,
.archive .et_pb_post:nth-child(3n+3) .post-meta-cat,
.slider-post:nth-child(3n+3) .post-meta-cat {
  background: #E863C2;
}
.blog .post-meta-date,
.archive .post-meta-date {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}
.blog .entry-title,
.archive .entry-title  {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  color: #666666;
  transition: all 0.5s ease;
}
.blog .entry-title:hover,
.archive .entry-title:hover  {
  color: #5f5757;
}
.slider-post .entry-title {
  line-height: 1.1;
}
.blog .blog-post-slider,
.archive .blog-post-slider {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #1B3DA2;
  margin-bottom: 30px;
}
.blog .post-content,
.archive .post-content {
  font-family: "Roboto";
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.blog .readmore,
.archive .readmore {
  font-family: "Roboto";
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  background: #1E1D45;
  border-radius: 30px;
  padding: 8px 25px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.blog .readmore:after,
.archive .readmore:after {
  content: "\35";
  font-family: ETmodules!important;
  opacity: 0;
  position: absolute;
  top: 0px;
  margin-left: -1em;
  font-size: 24px;
  transition: all 300ms ease 0ms;
}
.blog .readmore:hover,
.archive .readmore:hover {
  background: #000000;
}
.blog .readmore:hover:after,
.archive .readmore:hover:after {
  opacity: 1;
  margin-left: 0;
}
.slider-post {
  background: #ffffff;
  overflow: hidden;
}
.slider-post:first-child {
  display: block;
}
.blog .bx-wrapper,
.archive .bx-wrapper {
  border: none;
  background: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #1B3DA2;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D3D6DF;
}
.post-cat-sorting {
  margin: 20px 0;
}
.pagination {
  padding: 20px 0;
}
.pagination a {
  font-family: "Roboto";
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
}
.blog #content-area,
.archive #content-area {
  position: relative;
  z-index: 1;
}
.blog #main-content::after,
.archive #main-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url('../../../uploads/2020/06/blog_wave.png') no-repeat -110px 290px;
  z-index: 0;
}
.post-cat-sorting {
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 5px 10px;
}
.post-cat-sorting select {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}
.blog .slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  border-radius: 50%;
  background: #D3D6DF;
  font-size: 0px;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button:before {
  background: #E863C3;
}
.slider-post .post-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-post .post-img img {
  visibility: hidden;
}
.et_pb_image_1 {
  margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .blog .swiper-container, .archive .swiper-container {
    box-shadow: 0px 30px 30px rgba(181, 192, 203, 0.51);
    background: #FFFFFF;
  }
  .blog .slider-post, .archive .slider-post {
    box-shadow: none;
    overflow: hidden;
  }

  .blog .blog-post-slider,
  .archive .blog-post-slider {
    padding: 100px 0 0;
    background: #1B3DA2;
    position: relative;
    margin-bottom: 0;
  }
  .blog .blog-post-slider:after,
  .archive .blog-post-slider:after  {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F7F9FB;
    z-index: 0;
  }
  .blog-post-slider .bt-container {
    position: relative;
    z-index: 4;
  }
  .slider-post .post-meta-date {
    padding-top: 10px;
    float: right;
  }
  .slider-post .entry-title {
    margin: 40px 0 10px;
    font-size: 26px;
    max-width: 342px;
  }
  .slider-post .post-detail {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .slider-post .post-meta-cat {
    left: 0px;
  }
  .slider-post .readmore {
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .blog .page-header {
    position: relative;
  }
  .post-cat-sorting {
    position: absolute;
    top: 0;
    right: 0;
    margin: 7px 0 0;
  }
  .pagination {
    padding: 30px 0;
  }
  .blog #main-content {
    padding-bottom: 30px;
  }
  .blog #main-content::after,
  .archive #main-content::after {
    background-position: -80px 310px;
  }
  .slick-dots li.slick-active button:before {
    background: #1B3DA2;
  }
  .blog.default-header .default-container-gap,
  .archive.default-header .default-container-gap  {
    padding-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  
  .blog .et_pb_post,
  .archive .et_pb_post {
    margin: 0 0 30px;
  }
  .blog .blog-post-slider,
  .archive .blog-post-slider {
    padding: 190px 0 0;
  }
  .blog .section-title,
  .archive .section-title {
    margin-bottom: 30px;
  }
  .slider-post .entry-title {
    margin-top: 50px;
  }
  .slider-post .post-detail {
    padding-left: 60px;
    padding-right: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .archive.logged-in.default-header #main-header {
    top: 0px;
  }
  .slider-post .post-img {
    min-height: 468px;
  }
}
@media screen and (min-width: 1200px) {
  .blog .section-title,
  .archive .section-title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .slider-post .entry-title {
    margin: 60px 0 15px;
    font-size: 35px;
  }
  .slider-post .post-content p,
  .slider-post .post-content {
    font-size: 18px;
  }
  .blog #main-content,
  .archive #main-content {
    padding-bottom: 80px;
  }
  .blog #main-content::after,
  .archive #main-content::after {
    background-position: 0px 290px;
  }
  .pagination a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .blog .section-title,
  .archive .section-title {
    font-size: 30px;
  }
  .blog #main-content::after,
  .archive #main-content::after {
    background-position: 0px 110px;
  }
  .blog #main-content,
  .archive #main-content {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: auto;
    right: 35px;
    top: 20px;
  }
  .swiper-button-next {
    top: 20px;
  }
  .swiper-button-prev:after, 
  .swiper-button-next:after {
    font-size: 25px;
  }
  .swiper-container {
    background: #ffffff;
  }
  .blog .slider-post .post-content,
  .blog .slider-post .readmore {
    display: none;
  }
  .slider-post .post-img {
    height: 180px;
  }
  .blog .slider-post .entry-title, 
  .archive .slider-post .entry-title {
    font-size: 17px;
  }
}