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

@media (max-width: 767px) {
  .post-type-archive-attorney .main-content,
.page-template-archive-attorney .main-content {
    padding-top: 0;
  }
}
.post-type-archive-attorney .entry-content h2,
.page-template-archive-attorney .entry-content h2 {
  margin-top: -10px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content,
.page-template-archive-attorney .entry-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney,
.page-template-archive-attorney .entry-content .grid-attorney {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney,
.page-template-archive-attorney .entry-content .grid-attorney {
    gap: 20px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 49%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 48%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 48.5%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n),
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n) {
    margin-right: 0;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .position,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item .position {
  letter-spacing: 0;
  text-transform: initial;
  text-align: center;
  font-size: 18px;
  color: #080101;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item .name {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: var(--color-primary);
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image-holder,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item .image-holder {
  float: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image-holder,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item .image-holder {
    margin-right: 0;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item a,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney,
.page-template-archive-attorney .entry-content .grid-attorney {
    display: flex;
    flex-direction: column;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content img,
.page-template-archive-attorney .entry-content img {
    width: 60%;
  }
}
.post-type-archive-attorney .entry-content .h3-heading,
.page-template-archive-attorney .entry-content .h3-heading {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-primary);
  font-size: 23px;
  padding-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .h3-heading,
.page-template-archive-attorney .entry-content .h3-heading {
    text-align: center;
    font-size: 19px;
    margin-bottom: 5px;
  }
}
.post-type-archive-attorney .entry-content .h3-heading a,
.page-template-archive-attorney .entry-content .h3-heading a {
  color: var(--color-primary);
  text-decoration: none;
}

.post-type-archive-attorney .entry-content .h4,
.page-template-archive-attorney .entry-content .h4 {
  font-size: 18px;
}

.post-type-archive-attorney .entry-content .image-holder,
.page-template-archive-attorney .entry-content .image-holder {
  max-width: initial;
  padding-top: 20px;
  margin-bottom: 7px;
}

.post-type-archive-attorney .entry-content .image-holder img,
.page-template-archive-attorney .entry-content .image-holder img {
  width: initial;
}

.post-type-archive-attorney .grid-attorney,
.page-template-archive-attorney .grid-attorney {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.archive-result-filter {
  max-width: 100%;
  margin-bottom: 1.25rem;
  border: 1px solid #d1d1d1;
  background: #fff;
}

.archive-result-filter__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  color: rgba(63, 62, 62, 0.8);
}

.archive-result-filter__summary::-webkit-details-marker {
  display: none;
}

.archive-result-filter__summary-text {
  flex: 1;
  min-width: 0;
}

.archive-result-filter__caret {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color-primary);
  transition: transform 0.2s ease;
}

.archive-result-filter[open] .archive-result-filter__caret {
  transform: rotate(180deg);
}

.archive-result-filter__panel {
  border-top: 1px solid #d1d1d1;
  background: #f9f9f9;
}

.archive-result-filter__list {
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #d1d1d1;
}

.archive-result-filter__list::-webkit-scrollbar {
  width: 8px;
}

.archive-result-filter__list::-webkit-scrollbar-track {
  background: #d1d1d1;
}

.archive-result-filter__list::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

.archive-result-filter__row {
  margin: 0;
  padding: 0;
}

.archive-result-filter__row--minor {
  border-top: 1px solid rgba(209, 209, 209, 0.85);
}

.archive-result-filter__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1rem;
  text-decoration: none;
  transition: background 0.15s ease;
  color: rgba(63, 62, 62, 0.8);
  font-size: 16px;
  line-height: 19px;
}

.archive-result-filter__link:hover, .archive-result-filter__link:focus-visible {
  background: rgba(var(--color-primary), 0.06);
  outline: none;
}

.archive-result-filter__link.is-active {
  font-weight: 600;
}

.archive-result-filter__link--clear {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-primary);
}

.archive-result-filter__check {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  background-color: #D9D9D9;
  position: relative;
}

.archive-result-filter__link.is-active .archive-result-filter__check {
  border-color: #c4c4c4;
}

.archive-result-filter__link.is-active .archive-result-filter__check::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-primary);
}

.archive-result-filter__link-text {
  flex: 1;
  min-width: 0;
}

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