.blog {
  background: #fff;
  padding: 40px;
}

.blog h1 {
  text-align: center;
  margin-bottom: 40px;
}

img {
  height: auto;
}

.paginator {
  margin-top: 20px;
  text-align: center;
}

.tags_parent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.tags_parent .tag-item {
  background: #1685F7;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
  margin-bottom: 5px;
}

.blog_tiny {
  position: relative;
  transition: .5s;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.blog_tiny:hover {
  border: 1px solid rgba(153, 153, 153, 0.5);
}

.blog_tiny:hover a.title {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}

.blog_tiny:hover a.btn {
  opacity: 1;
}

.blog_tiny a {
  color: #000;
}

.blog_tiny a.title {
  padding: 10px 20px;
  width: 100%;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  display: inline-block;
}

.blog_tiny a.blog_img {
  height: 200px;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog_tiny a p {
  font-size: 18px;
  font-weight: 700;
}

.blog_tiny a.btn {
  opacity: 0;
  transition: .5s;
  position: absolute;
  top: 30%;
  width: 80%;
  left: 10%;
  color: #fff;
  margin: auto;
}

.blog_post_meta ul li a, .blog_post_title a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  color: #000;
}

.blog_post_meta ul li a:hover, .blog_post_title a, .blog_post_title a:hover {
  color: #000;
}

.blog_image img, .blog_image_small img, .comment_image div img {
  max-width: 100%;
}

.blog_post_meta ul li a, .comment_button, .latest_date, .load_more a {
  text-transform: uppercase;
}

.blog_post_header {
  position: relative;
  background-position: center;
  background-size: cover;
  margin: 0px auto 60px;
  max-width: 1600px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.blog_post_header .overlay {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 0px 20px;
  flex-direction: column;
}

.blog_post_header .overlay h1 {
  color: #fff;
}

.header_info {
  display: flex;
  width: 100%;
  color: #fff !important;
  justify-content: space-between;
}

.header_info div, .header_info i {
  color: #fff;
}

.tiny_info i {
  margin: 0 0px 0 15px;
}

.blog_post_header .category {
  display: flex;
  margin-bottom: 50px;
}

.blog_post_header .category p {
  margin: 0;
  color: #fff;
}

.blog_post_header .category ul {
  list-style: none;
  display: flex;
  padding-left: 10px;
}

.blog_post_header .category ul li a {
  color: #fff;
}

.blog_post_header .category ul li a:hover {
  color: #87BF42;
}

.blog_post_header .category ul li:after {
  content: ',';
  margin-left: 5px;
  margin-right: 15px;
}

.blog_post_header .category ul li:last-child:after {
  display: none;
}

.blog_post_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog_post {
  width: calc((100% - 60px)/ 3);
  overflow: hidden;
  box-shadow: 0px 0px 15.35px rgba(0, 0, 0, 0.09);
  margin: 0 10px 30px;
  border-radius: 20px;
  background: #fff;
}

.blog_post a {
  display: block;
}

.blog_post a.btn {
  display: inline-block;
  font-size: 14px;
}

.blog_post:hover {
  box-shadow: 0 5px 40px rgba(29, 34, 47, 0.15);
}

.blog_post_image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog_post_body {
  padding: 23px 30px 23px 32px;
  text-align: center;
}

.blog_meta ul, .blog_post_meta ul {
  padding: 0;
}

.category_list,
.category_list_ul,
.blog_meta ul {
  display: flex !important;
  width: auto;
}

.category_list {
  margin-left: 30px;
}

.category_list_ul {
  margin-left: 5px;
}

.category_list_ul li {
  position: relative;
}

.category_list_ul li:after {
  content: "," !important;
  margin: 0 5px 0 2px !important;
}

.category_list_ul li:last-child:after {
  content: "" !important;
}

.blog_post_title a {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blog_meta ul li a, .blog_post_meta ul li a {
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.blog_post_meta {
  margin-top: 11px;
}

.blog_post .blog_post_title a {
  display: block;
  color: #E31E24;
  margin-bottom: 10px;
}

.blog_post a.btn {
  display: inline-block;
  font-size: 14px;
}

.blog_post_meta ul li {
  display: inline-block;
  position: relative;
}

.blog_post_meta ul li:not(:last-of-type)::after {
  display: inline-block;
  position: relative;
  content: '|';
  margin-left: 14px;
  margin-right: 11px;
}

.blog_post_meta ul li a {
  font-size: 14px;
  font-weight: 400;
  transition: all .2s ease;
}

.blog_meta ul li a, .blog_tags ul li a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

.blog_post_text {
  margin-top: 0px;
  margin-bottom: 10px;
}

.blog_post_text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #76777a;
  line-height: 2;
}

.rightbar {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  padding: 20px 15px;
  margin-bottom: 40px;
}

.rightbar .tiny_rightbar {
  margin-bottom: 40px;
}

.rightbar ul li a {
  color: #000;
}

.rightbar h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.load_more {
  width: 150px;
  height: 46px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.blog_content, .blog_image_small {
  width: 100%;
}

.load_more:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

.load_more a {
  display: block;
  line-height: 46px;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}

.blog_meta ul li, .blog_social ul, .blog_social ul li, .blog_tags ul, .blog_tags ul li, .comment_author::after, .comment_likes::after {
  display: inline-block;
}

.blog_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.blog_meta {
  margin-top: 14px;
}

.blog_meta ul li {
  position: relative;
  font-size: 14px;
  color: #000;
}

.blog_meta ul li a {
  font-size: 14px;
  color: #000;
  transition: all .2s ease;
}

.blog_social ul li i, .blog_tags ul li a {
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.blog_meta ul li a:hover {
  color: #000;
}

.blog_image {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 20px;
}

.blog_content p {
  font-size: 16px;
  line-height: 1.75;
  color: #76777a;
  margin-top: 29px;
  margin-bottom: 0;
}

.blog_quote {
  margin-top: 24px;
  margin-bottom: -2px;
}

.blog_quote i {
  font-size: 30px;
  color: #000;
}

.blog_quote div {
  font-size: 18px;
  font-style: italic;
  line-height: 1.66;
  color: #000;
  padding-left: 36px;
}

.blog_subtitle {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-top: 48px;
}

.blog_social span, .blog_social ul li i, .blog_tags ul li a {
  font-size: 14px;
  color: #000;
}

.blog_images {
  margin-top: 31px;
  margin-bottom: 35px;
}

.blog_extra {
  margin-top: 39px;
  padding-bottom: 18px;
}

.blog_tags span {
  color: #000;
}

.blog_tags ul {
  margin-left: 3px;
  padding: 0;
}

.blog_tags ul li a {
  transition: all .2s ease;
  background: #e1e1e1;
  padding: 2px 10px;
  margin-right: 5px;
}

.blog_tags ul li a:hover {
  color: #000;
}

.latest_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.latest_block:hover .blog_img {
  border: 1px solid #ccc;
}

.latest_block .blog_img {
  width: 50px;
  border: 1px solid #fff;
  transition: .5s;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.latest_block article {
  margin-left: 10px;
}

.latest_block article a {
  color: #000;
}

.latest_block article p {
  font-size: 16px;
}

.tags_list {
  padding: 0;
}

.tags_list li {
  display: inline-block;
  padding-left: 19px;
  padding-right: 18px;
  background: #f2f4f5;
  margin-bottom: 10px;
  transition: all .2s ease;
}

.banner_button a, .tags_list li a {
  display: block;
  text-transform: uppercase;
}

.banner_button, .tags_list li a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.tags_list li:not(:last-child) {
  margin-right: 5px;
}

.tags_list li:hover {
  background: #004d5f;
}

.tags_list li:hover a {
  color: #FFF;
  text-decoration: none;
}

.tags_list li a {
  font-size: 12px;
  color: #76777a;
  line-height: 30px;
  transition: all .2s ease;
}

.rating_block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.rating_block p {
  margin-bottom: 0;
}

.rating_block i {
  color: #7a7a7a;
}

@media (max-width: 991px) {
  .blog_post {
    width: calc((100% - 60px)/ 2);
  }
}

@media (max-width: 767px) {
  .blog {
    padding: 0 0 20px;
  }
  .blog h1 {
    font-size: 25px;
  }
  .blog_post {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .header_info {
    display: block;
  }
}
