/**
* 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;
}

.page-template-archive-result .main-content,
.post-type-archive-result .main-content {
  padding-top: 0;
}

@media (max-width: 767px) {
  .page-template-archive-result .main-content,
  .post-type-archive-result .main-content {
    padding-bottom: 23px;
  }
}
.page-template-archive-result .main-content .entry-content + .results-wrap,
.post-type-archive-result .main-content .entry-content + .results-wrap {
  margin-top: 45px;
}

.page-template-archive-result .results-wrap .result-item,
.post-type-archive-result .results-wrap .result-item {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 40px 25px;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 991px) {
  .page-template-archive-result .results-wrap .result-item,
  .post-type-archive-result .results-wrap .result-item {
    margin-bottom: 30px;
  }
}
.page-template-archive-result .results-wrap .result-item .result-title,
.post-type-archive-result .results-wrap .result-item .result-title {
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 35px;
  line-height: 47px;
  margin-bottom: 2px;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy,
.post-type-archive-result .results-wrap .result-item .result-taxonomy {
  font-size: 16px;
  color: var(--results-category-color);
  line-height: 26px;
  letter-spacing: 1px;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy a,
.post-type-archive-result .results-wrap .result-item .result-taxonomy a {
  color: #063385;
  text-decoration: underline;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy a:is(:hover, :focus),
.post-type-archive-result .results-wrap .result-item .result-taxonomy a:is(:hover, :focus) {
  color: #063385;
  text-decoration: underline;
}

.post-type-archive-attorney .section-row {
  row-gap: 45px;
}

.post-type-archive-attorney .main-content {
  padding-top: 0;
}

.post-type-archive-attorney .main-content .entry-content {
  max-width: 922px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  .post-type-archive-attorney .attorney-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .post-type-archive-attorney .attorney-list {
    margin-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .archive-attorney-item {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .post-type-archive-attorney .archive-attorney-item {
    max-width: 393px;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-type-archive-attorney .archive-attorney-item .image-holder img {
  border-radius: 20px;
}

.post-type-archive-attorney .archive-attorney-item .info-holder .name {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: var(--color-primary);
  line-height: 32px;
  margin-top: 17px;
}

.post-type-archive-attorney .archive-attorney-item .info-holder .position {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 27px;
  margin-top: 4px;
  margin-bottom: 13px;
}

.post-type-archive-attorney .archive-attorney-item .info-holder .btn {
  color: var(--color-primary);
}

.post-type-archive-attorney .archive-attorney-item .info-holder .btn:is(:hover, :focus) {
  background-color: var(--color-tertiary);
  color: #fff;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .col-attorney-item:first-child .archive-attorney-item .image-holder {
    margin-top: 16px;
  }
}
.post-type-archive-cw_faqs .category-archive-view .hero-generic:before {
  content: none;
}

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

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

.post-type-archive-cw_faqs .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) {
  .post-type-archive-cw_faqs .category-archive-view .post-excerpt .blog-post {
    padding: 27px;
  }
}
.post-type-archive-cw_faqs .category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.post-type-archive-cw_faqs .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;
}

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

.post-type-archive-cw_faqs .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

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

.post-type-archive-cw_faqs .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  font-weight: 600;
  text-decoration: underline;
}

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

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

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

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

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

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

.post-type-archive-cw_faqs .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  text-align: right;
}

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

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