section.blog-post-hero {
  padding-top: 150px;
  margin: 0 0 30px 0;
}
@media (max-width: 992px) {
  section.blog-post-hero {
    padding-top: 110px;
    margin: 0 0 10px 0;
  }
}
section.blog-post-hero h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.9px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
section.blog-post-hero h2 a {
  color: #fff;
  text-decoration: none;
}
section.blog-post-hero .image {
  position: relative;
  height: 450px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  section.blog-post-hero .image {
    height: 300px;
  }
}
section.blog-post-hero .image h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin: 30px 25px;
}
@media (max-width: 768px) {
  section.blog-post-hero .image h1 {
    font-size: 26px;
    margin: 15px;
  }
}
section.blog-post-hero .background {
  background-color: #3e3f41;
  position: absolute;
  bottom: 60px;
  left: -20px;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 992px) {
  section.blog-post-hero .background {
    width: 70%;
  }
}

section.blog-post-content article {
  margin: 30px 0;
  border-right: 1px solid #ebeded;
  padding-right: 20px;
}
@media (max-width: 992px) {
  section.blog-post-content article {
    border: none;
  }
}
section.blog-post-content article .author {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.blog-post-content article .author {
    justify-content: center;
  }
}
section.blog-post-content article .author img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 35px;
}
section.blog-post-content article .author span {
  color: #202124;
  font-size: 18px;
  font-weight: 700;
}
section.blog-post-content article .informations {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 768px) {
  section.blog-post-content article .informations {
    flex-direction: column;
  }
}
section.blog-post-content article .informations i {
  color: #a6adb4;
  font-size: 13px;
  font-weight: 400;
}
section.blog-post-content article .informations span {
  color: #a6adb4;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
section.blog-post-content article .informations .tags {
  color: #a6adb4;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
section.blog-post-content article .informations .tags a {
  color: #a6adb4;
  text-decoration: underline;
}
section.blog-post-content article .informations .tags a:hover {
  text-decoration: none;
}
section.blog-post-content article .content {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 25px;
}
section.blog-post-content article .content p {
  margin: 0 0 30px 0;
}
section.blog-post-content .recent-posts {
  margin: 30px 0 50px 0;
}
section.blog-post-content .recent-posts h2 {
  color: #202124;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.blog-post-content .recent-posts .post {
  margin: 0 0 25px 0;
}
section.blog-post-content .recent-posts .post img {
  display: flex;
  border-radius: 8px;
  margin: 10px auto;
}
section.blog-post-content .recent-posts .post h3 {
  color: #202124;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
section.blog-post-content .recent-posts .post .informations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.blog-post-content .recent-posts .post .informations .created {
  color: #cbd0d3;
  font-size: 11px;
}
section.blog-post-content .recent-posts .post .informations .read-more-btn {
  color: #ffab23;
  font-size: 13px;
  font-weight: 400;
}
section.blog-post-content .recent-posts .pagination {
  align-items: center;
  margin: 30px 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.blog-post-content .recent-posts .pagination {
    justify-content: center;
  }
}
section.blog-post-content .recent-posts .pagination .page-item .page-link {
  border: none;
  color: #636363;
  font-size: 13px;
  font-weight: 300;
}
section.blog-post-content .recent-posts .pagination .page-item .page-link:hover {
  background: none;
}
section.blog-post-content .recent-posts .pagination .page-item.active .page-link {
  background: none;
  color: #eca128;
  font-weight: 700;
  font-size: 19px;
}
section.blog-post-content .recent-posts .pagination .page-item i {
  font-size: 28px;
  color: #eca128;
}

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