/* blog_section start */
.blog_section {
  padding-top: 80px;
  min-height: 80vh;
}
.blog_section .writer_desc .image {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.blog_section .writer_desc .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog_section .writer_desc h4 {
  font-weight: bold;
  color: #333b40;
}
.blog_section .writer_desc span {
  font-weight: bold;
}
.blog_section .writer_desc .social_area {
  text-align: center;
}
.blog_section .writer_desc .social_area li {
  display: inline-block;
  margin: 5px;
}
.blog_section .writer_desc .social_area li a {
  color: #333b40;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  border: 1px solid rgba(51, 59, 64, 0.2);
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
}
.blog_section .blog_content_area .item {
  display: block;
  text-decoration: none;
  color: #333b40;
  box-shadow: 0 0 8px 2px rgba(51, 59, 64, 0.2);
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.blog_section .blog_content_area .item .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(51, 59, 64, 0.9), rgba(51, 59, 64, 0));
}
.blog_section .blog_content_area .item .time span {
  float: right;
  display: block;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 14px;
}
.blog_section .blog_content_area .item figure {
  margin: 0;
  height: 200px;
  width: 100%;
}
.blog_section .blog_content_area .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_section .blog_content_area .item article {
  padding: 15px 10px;
}
.blog_section .blog_content_area .item article h6 {
  font-size: 14px;
  font-family: "Vesper Libre", serif;
  height: 31px;
  overflow: hidden;
  font-weight: 500;
}
.blog_section .blog_content_area .item article p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  font-family: league_spartan;
  height: 52px;
  overflow: hidden;
}
.blog_section .blog_content_area .list_view .item {
  display: flex;
  align-items: center;
}
.blog_section .blog_content_area .list_view .item .time {
  background: none;
}
.blog_section .blog_content_area .list_view .item .time span {
  color: #333b40;
}
.blog_section .blog_content_area .list_view .item figure {
  width: 200px;
  height: 150px;
}

@media screen and (max-width: 992px) {
  .blog_section .top_search .button i {
    display: none;
  }
  .blog_section .bookmark #filterToggle {
    display: block;
    margin-bottom: 20px;
  }
  .blog_section .bookmark #filter-box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog_section .top_search .view_trigger {
    display: none;
  }
  .blog_section .blog_content_area .item {
    display: flex;
    align-items: center;
  }
  .blog_section .blog_content_area .item .time {
    background: none;
  }
  .blog_section .blog_content_area .item .time span {
    color: #333b40;
  }
  .blog_section .blog_content_area .item figure {
    width: 200px;
    height: 150px;
  }
}
/* blog_section end */

/*# sourceMappingURL=writer.css.map */
