/**
* 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 .hero-generic:before {
  content: none;
}

.category-archive-view.main-content,
.category-archive-view .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 46px;
}

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

.category-archive-view .post-excerpt .blog-post {
  background-color: rgba(255, 255, 255, 0.85);
  border: 3px solid #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.55px);
  -webkit-backdrop-filter: blur(9.55px);
  border-radius: 20px;
  padding: 27px 20px;
}

@media (min-width: 576px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 27px;
  }
}
.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 rgba(0, 0, 0, 0.1);
  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: inherit;
}

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

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  font-weight: 600;
  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;
  }
}
@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder > div:not(:empty) {
    text-align: center;
  }
}
.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;
  border-radius: 10px;
}

.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;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
  min-width: 225px;
}

.category-archive-view .filters-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.category-archive-view .filters-wrap .filter-wrap {
  position: relative;
  max-width: 375px;
  width: 100%;
}

@media (max-width: 991px) {
  .category-archive-view .filters-wrap .filter-wrap {
    max-width: 100%;
  }
}
.category-archive-view .filters-wrap .filter-wrap input, .category-archive-view .filters-wrap .filter-wrap select {
  border-radius: 10px;
  border: 3px solid #cfcfcf;
  width: 100%;
  background: #FFF;
  color: #5E5E5E;
  font-size: 18px;
  line-height: 27px;
  padding: 13px 25px;
}

.category-archive-view .filters-wrap .filter-wrap select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12' fill='none'%3e%3cpath d='M16.7596 7.32585e-07L9.5 7.42009L2.24042 9.79317e-08L-1.00097e-07 2.28995L9.5 12L19 2.28995L16.7596 7.32585e-07Z' fill='%23DC0005'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px;
  cursor: pointer;
}

.category-archive-view .filters-wrap .filter-wrap input {
  padding-right: 70px;
}

.category-archive-view .filters-wrap .filter-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  background: var(--color-tertiary);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  border: none;
  border-radius: 0 10px 10px 0;
}

.category-archive-view .blog-post-grid {
  row-gap: 35px;
  margin-bottom: 40px;
}

.category-archive-view .blog-post-grid .post-excerpt {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 24px 12px;
  margin: 0;
}

.category-archive-view .blog-post-grid .post-title {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

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

.category-archive-view .blog-post-grid .post-meta {
  text-align: center;
  color: #000;
  line-height: 27px;
  margin-bottom: 20px;
}

.category-archive-view .blog-post-grid .post-meta a {
  color: #1F3F79;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.category-archive-view .blog-post-grid .post-wrap .image-holder {
  max-width: 350px;
  margin: 0 auto 25px;
  border-radius: 20px;
  overflow: hidden;
}

.category-archive-view .blog-post-grid .post-wrap .image-holder img {
  width: 100%;
  height: 233px;
  object-fit: cover;
}

.category-archive-view .blog-post-grid .post-wrap .excerpt-content {
  max-width: 380px;
  margin: 0 auto;
}

.category-archive-view .blog-post-grid .post-wrap .btn-read-more-wrap {
  text-align: center;
}

.category-archive-view .blog-post-grid .post-wrap .btn-read-more-wrap .btn {
  padding: 15px 25px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 16px;
}

.single-post .main-content,
.single .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 46px;
}

.single-post .blog-post .post-wrap .post-meta,
.single .blog-post .post-wrap .post-meta {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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