/**
* 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 .results-wrap .result-item {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
  padding-top: 23px;
  text-align: center;
  margin-bottom: 35px;
}

.page-template-archive-result .results-wrap .result-item .result-title {
  color: var(--color-primary);
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: var(--secondary-font), sans-serif;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy {
  color: #454545;
  font-size: 19px;
  text-transform: capitalize;
}

.page-template-archive-result .results-wrap .result-item p {
  padding-top: 15px;
  color: #454545;
}

@media (max-width: 991px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-attorney .main-content {
    padding-top: 30px;
  }
}
.post-type-archive-attorney .grid-attorney {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

@media (max-width: 1399px) {
  .post-type-archive-attorney .grid-attorney {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199px) {
  .post-type-archive-attorney .grid-attorney {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 990px) {
  .post-type-archive-attorney .grid-attorney {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .grid-attorney {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .post-type-archive-attorney .grid-attorney {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-attorney .grid-attorney .attorney-item {
  text-align: center;
  position: relative;
}

.post-type-archive-attorney .grid-attorney .attorney-item a {
  max-width: 205px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none !important;
}

.post-type-archive-attorney .grid-attorney .attorney-item a:hover {
  top: 0;
  left: 0;
  z-index: 1;
}

.post-type-archive-attorney .grid-attorney .attorney-item a:hover .attorney-name, .post-type-archive-attorney .grid-attorney .attorney-item a:hover .position, .post-type-archive-attorney .grid-attorney .attorney-item a:hover p {
  color: #fff !important;
}

.post-type-archive-attorney .grid-attorney .attorney-item a:hover p {
  border-bottom: 2px solid #fff;
}

.post-type-archive-attorney .grid-attorney .attorney-item a:hover .attorney-block {
  background-color: var(--accent-color);
  max-width: 204px;
  margin-top: -1px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-image {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 205px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-image:after {
  content: "";
  display: block;
  border-left: 5px solid var(--accent-color);
  height: 99.8%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block {
  text-align: center;
  padding: 15px 10px;
  color: var(--color-secondary);
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block .attorney-name {
  margin-bottom: 5px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #454545;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block .position {
  padding-bottom: 3px;
  font-size: 15px;
  font-style: italic;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block p {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 0 3px;
  line-height: normal;
  margin-bottom: 0;
  border-bottom: 2px solid var(--accent-color);
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block p span {
  text-transform: capitalize;
}

.page-template-archive-result .main-content {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-archive-result .main-content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-result .main-content {
    padding-bottom: 80px;
  }
}

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