/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.category-archive-view .page-title {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .category-archive-view .page-title {
    margin-bottom: 40px;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #fff;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 21px 30px rgba(0, 0, 0, 0.02);
  padding: 27px;
}

@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 #E6E6E6;
  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:is(.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover, .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:focus-within) {
  color: var(--link-hover-color);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta {
  font-size: 18px;
  line-height: 27px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:is(.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:hover, .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:focus-within) {
  text-decoration: underline;
}

.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 .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 {
  text-align: right;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  padding: 15px;
}

@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 .blog-title h1.page-title, .single .blog-post .blog-title h1.page-title {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .single-post .blog-post .blog-title h1.page-title, .single .blog-post .blog-title h1.page-title {
    margin-bottom: 40px;
  }
}
.single-post .blog-post .post-wrap .post-meta, .single .blog-post .post-wrap .post-meta {
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
  border-top: 1px solid #E6E6E6;
}

.single-post .blog-post .image-holder, .single .blog-post .image-holder {
  max-width: 275px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .single-post .blog-post .image-holder, .single .blog-post .image-holder {
    float: left;
    padding-top: 7px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .single-post .blog-post .image-holder, .single .blog-post .image-holder {
    margin: 0 auto 30px;
    text-align: center;
  }
}
.single-post .blog-post .image-holder img, .single .blog-post .image-holder img {
  border: none;
}

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