#tags {
  position: relative;
  top: -8rem;
}

.blog--header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #010101;
  color: #ffffff;
}
@media (min-width: 992px) {
  .blog--header {
    min-height: 100vh;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.blog--header .blog--header-title {
  font-size: 35px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .blog--header .blog--header-title {
    font-size: 60px;
  }
}
.blog--header .blog--header-content {
  font-weight: 400;
  font-size: 18px;
}

.post-summary-title {
  font-family: "Barlow", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #010101;
  transition: color 0.25s ease;
}
.post-summary-title:hover {
  text-decoration: none;
  color: #2E86FF;
}

.post-image img {
  height: 100%;
  border-radius: 10px;
}

.pagination a {
  color: #010101;
}

.tags p {
  margin-bottom: 0.5rem;
}
.tags ul {
  padding: 0;
  list-style: none;
}
.tags li {
  display: inline-block;
}
.tags a {
  display: block;
  padding: 0.25rem 1rem;
  background-color: #010101;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
}
.tags a:hover {
  text-decoration: none;
}

.post.container {
  max-width: 992px;
}
.post .hero-image img {
  border-radius: 10px;
}
.post .blog-post-title {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .post .blog-post-title {
    font-size: 3rem;
  }
}
.post .post-content a {
  color: #2E86FF;
  text-decoration: none;
  font-weight: bold;
}
.post .post-content img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}
.post .post-content h1 {
  font-size: 3rem;
}
.post .post-content h2 {
  font-size: 2.5rem;
}
.post .post-content h3 {
  font-size: 2rem;
}
.post .post-content h4 {
  font-size: 1.5rem;
}
.post .post-content h5 {
  font-size: 1.25rem;
}
.post .post-content h5 {
  font-size: 1rem;
}
.post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.post .post-content p {
  margin-bottom: 2rem;
}
.post .post-content li::marker {
  color: #2E86FF;
}
.post .post-content hr {
  border-color: #2E86FF;
  opacity: 1;
  margin: 2rem 0;
}
.post .post-content .embed {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25%;
}
.post .post-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.post .post-content .captionImage {
  width: 100% !important;
}
.post .blog-social-icon {
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.5s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.post .blog-social-icon img {
  max-width: 15px;
  max-height: 15px;
  width: auto;
  height: auto;
}
.post .blog-social-icon:hover {
  text-decoration: none;
  background-color: #2E86FF;
}

.top-deals-wrapper {
  border-top: 1px solid #DEDEDE;
}

.join-now h2 {
  color: #010101;
}

.meet-the-author {
  font-size: 2rem;
}

.blog-post-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.blog-post-author .author-image {
  border-radius: 5px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  flex: 0 0 100px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-post-author .author-image {
    margin-bottom: 0;
  }
}
.blog-post-author .author-image--default {
  background-color: #010101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-author .author-image--default img {
  max-width: 50%;
}
.blog-post-author .author-content {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .blog-post-author .author-content {
    flex: 1;
    padding-left: 12px;
  }
}
/*# sourceMappingURL=../../../dist/css/maps/elements/blog.css.map */
