/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase-title {
  font-family: var(--secondary-font);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.main-wrapper {
  padding-top: 25px;
}

@media screen and (min-width: 1200px) {
  .main-wrapper {
    padding-top: 25px;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post {
    border-radius: 24px;
  }
}
@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-primary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: var(--color-secondary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
  float: right;
}

@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
    float: initial;
    padding: 18px 35px;
  }
}
@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.single-post .blog-post {
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .single-post .blog-post {
    border-radius: 24px;
  }
}
.single-post .blog-post .blog-title h1.page-title {
  margin-bottom: 21px;
}

.single-post .blog-post .post-wrap .post-meta {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #d8d9d9;
}

.single-post .blog-post .post-wrap .post-meta a {
  text-decoration: none;
}

.single-post .author-box__name a {
  color: #030919 !important;
  text-decoration: none !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .single-post .author-box__thumbnail {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .image-holder {
    float: none;
    margin-bottom: 40px;
    margin-right: auto;
    padding-top: 10px;
    margin-left: auto;
  }
}
.single-post blockquote {
  background: #f1f1f1;
  padding: 30px 40px;
  margin: 30px 0px;
  border-left: 10px solid #1d2e7a;
}

.single-post h3 em {
  font-style: italic !important;
}

.single-post h3 em:before, .single-post h3 em:after {
  display: none !important;
}

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