/**
* 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), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

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

.category-archive-view .post-excerpt .blog-post {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 30px;
}

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

.single-post .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 2rem;
}

.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 .author-box__name {
  margin-bottom: 30px;
}

.single-post .author-box__name a {
  text-decoration: none;
  font-weight: 700;
}

.single-post .author-box__thumbnail {
  border: 0px;
}

.single-post .author-box__thumbnail img {
  border: 0px;
}

.single-cw_faqs .post-meta {
  display: none;
}

.main-content {
  padding: 0;
  padding-bottom: 360px;
}

@media (max-width: 991px) {
  .main-content {
    padding-bottom: 60px;
  }
}
.single-cw_video .main-content {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .blog .main-content {
    padding-bottom: 340px;
  }
}
.blog .main-content h1 {
  margin-bottom: 60px;
}

.main-content .inner-wrapper {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .main-content .inner-wrapper {
    padding-top: 40px;
  }
}
.main-content .main-content-row {
  row-gap: 30px;
}

.main-content .blog-content {
  padding-top: 15px;
}

.main-content .image-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 195px 55px 0 rgba(0, 0, 0, 0), 0 125px 50px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
  height: 350px;
}

@media (max-width: 767px) {
  .main-content .image-wrap {
    border-radius: 0.6rem;
    height: auto;
  }
}
.main-content .image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .main-content .image-wrap img {
    height: auto;
    object-fit: unset;
  }
}

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