/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* 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;
}

.page-template-archive-location .category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.page-template-archive-location .category-archive-view .post-excerpt .blog-post {
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 27px 20px;
}

@media (min-width: 576px) {
  .page-template-archive-location .category-archive-view .post-excerpt .blog-post {
    padding: 27px;
  }
}
.page-template-archive-location .category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.page-template-archive-location .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

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

.page-template-archive-location .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

.page-template-archive-location .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:is(:hover, :focus) {
  color: inherit;
}

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

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

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

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

.page-template-archive-location .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) {
  .page-template-archive-location .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
@media (max-width: 1199px) {
  .page-template-archive-location .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder > div:not(:empty) {
    text-align: center;
  }
}
.page-template-archive-location .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);
  border-radius: 6px;
  max-height: 350px;
  width: auto;
}

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

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

.page-template-archive-location .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  text-align: right;
}

@media (max-width: 1199px) {
  .page-template-archive-location .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.page-template-archive-location .category-archive-view .blog-pagination .btn span {
  pointer-events: none;
}

/*# sourceMappingURL=archive-location.css.map*/