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

.visually-hidden-custom {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.post-type-archive-attorney .entry-content {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .post-type-archive-attorney .entry-content {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-attorney .entry-content {
    margin-bottom: 35px;
  }
}
.post-type-archive-attorney .col-attorney-item {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .post-type-archive-attorney .col-attorney-item:last-of-type {
    margin-bottom: 0;
  }
}
.post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-image-holder {
  margin-bottom: 9px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-image-holder .team-feat-img {
    width: 339px;
    height: auto;
  }
}
.post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-name-link {
  display: block;
  color: var(--color-primary);
  text-decoration: none;
}

.post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-name {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-name {
    font-size: 20px;
  }
}
.post-type-archive-attorney .col-attorney-item .attorney-item .team-item .team-email {
  display: block;
  color: var(--color-primary);
  text-decoration: none;
}

.page-template-archive-result .entry-content {
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .page-template-archive-result .entry-content {
    margin-bottom: 35px;
  }
}
.page-template-archive-result .results-wrap .result-item {
  padding: 33px 23px;
  background-color: #EAF5FF;
  border: 10px solid #C9DCEA;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .page-template-archive-result .results-wrap .result-item {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-archive-result .results-wrap .result-item {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-result .results-wrap .result-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-result .results-wrap .result-item {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.page-template-archive-result .results-wrap .result-item:last-of-type {
  margin-bottom: 0;
}

.page-template-archive-result .results-wrap .result-item .result-title {
  font-family: var(--main-font);
  color: var(--color-tertiary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-template-archive-result .results-wrap .result-item .result-amount {
  font-family: var(--main-font);
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-result .results-wrap .result-item .result-amount {
    font-size: 33px;
  }
}
.page-template-archive-result .results-wrap .result-item .result-amount a {
  color: inherit;
}

.page-template-archive-result .results-wrap .result-item .result-amount em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-tertiary);
  line-height: 23px;
  margin-bottom: 15px;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy br {
  display: none;
}

.page-template-archive-result .results-wrap .result-item .result-description {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-tertiary);
  line-height: 30px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-template-archive-result .history-success-container .heading {
  margin-top: 45px;
}

.page-template-archive-result .history-success-container .history-success-item {
  background-color: #fff;
  border: 3px solid #D2D9DF;
  padding: 33px 23px;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-result .history-success-container .history-success-item {
    padding: 33px 36px;
  }
}
.page-template-archive-result .history-success-container .history-success-item .reference-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.page-template-archive-result .history-success-container .history-success-item .reference-link:is(:hover, :focus) {
  color: var(--color-primary);
  text-decoration: underline;
}

.page-template-archive-result .other-cases-container {
  margin-bottom: 45px;
}

.page-template-archive-result .other-cases-container .heading {
  margin-top: 45px;
}

.page-template-archive-result .other-cases-container .other-cases-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-result .other-cases-container .other-cases-item {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.page-template-archive-result .other-cases-container .other-cases-item .other-cases-icon-container {
  flex: 0 0 80px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-archive-result .other-cases-container .other-cases-item .other-cases-content {
    text-align: center;
  }
}
.page-template-archive-result .other-cases-container .other-cases-item .other-cases-content *:last-of-type {
  margin-bottom: 0;
}

.page-template-archive-result .disclaimer-content {
  border-top: 1px solid #E7E7E7;
  padding-top: 25px;
}

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

@media (min-width: 576px) {
  .archive .category-archive-view .post-excerpt {
    margin-bottom: 45px;
  }
}
.archive .category-archive-view .post-excerpt .blog-post {
  background-color: #fff;
  border: 3px solid #D2D9DF;
  padding: 33px 23px;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .archive .category-archive-view .post-excerpt .blog-post {
    padding: 33px 36px;
  }
}
.archive .category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.archive .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

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

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

.archive .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta .month {
  text-transform: capitalize;
}

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

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

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

.archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  max-height: 350px;
  width: auto;
}

.archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .vid-alignleft {
  float: initial !important;
  margin: 0;
  margin-top: 15px;
}

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

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

.archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  margin-top: 15px;
  text-align: right;
}

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

@media (max-width: 399px) {
  .archive .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn--secondary {
    width: 100%;
    min-width: initial;
  }
}

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