/**
* 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 #505d8e;
  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: #2d2d2d;
  font-size: 19px;
  text-transform: capitalize;
}

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

.post-type-archive-attorney .hero-default {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-attorney .hero-default {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .post-type-archive-attorney .hero-default {
    padding-bottom: 0;
  }
}
.post-type-archive-attorney .hero-default:before {
  height: calc(100% + 31.5px);
}

.post-type-archive-attorney .main-content {
  position: relative;
  padding-bottom: 162px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 104px;
  }
}
.post-type-archive-attorney .main-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 966px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 66.46%, #F7F7F7 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%), url("../images/joseph-j-russell-esq-banner-bg-main-content-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 991px) {
  .post-type-archive-attorney .main-content:before {
    top: 0;
  }
}
.post-type-archive-attorney .main-content:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .main-content:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 15.7%;
    height: 100%;
    background-image: url("../images/maze-tile-pattern.svg");
    background-position: center;
    background-size: initial;
    background-repeat: repeat;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1500px) {
  .post-type-archive-attorney .main-content:after {
    width: 18.7%;
  }
}
@media (min-width: 1921px) {
  .post-type-archive-attorney .main-content:after {
    content: none;
  }
}
.post-type-archive-attorney .main-content .container {
  z-index: 1;
}

@media (min-width: 576px) {
  .post-type-archive-attorney .main-content .entry-content {
    margin-bottom: 45px;
  }
}
.post-type-archive-attorney .col-attorney-item {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .col-attorney-item {
    margin-bottom: 35px;
  }
}
.post-type-archive-attorney .archive-attorney-item {
  max-width: 213px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .archive-attorney-item {
    margin-left: 0;
  }
}
.post-type-archive-attorney .archive-attorney-item .image-holder {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

.post-type-archive-attorney .archive-attorney-item .image-holder-link {
  position: relative;
  display: inline-block;
  height: 100%;
}

.post-type-archive-attorney .archive-attorney-item .image-holder-link:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 31.27px;
  height: 31.27px;
  background-image: url("../images/icons/icon-arrow-team-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.post-type-archive-attorney .archive-attorney-item .image-holder img {
  background-color: #344990;
}

.post-type-archive-attorney .archive-attorney-item .name {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.post-type-archive-attorney .archive-attorney-item .position {
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 21px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .col-attorney-item:first-child .archive-attorney-item .image-holder {
    margin-top: 16px;
  }
}
.category-archive-view {
  position: relative;
  padding-bottom: 162px;
}

@media screen and (min-width: 992px) {
  .category-archive-view {
    padding-bottom: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive-view {
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-archive-view {
    padding-bottom: 104px;
  }
}
.category-archive-view:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 966px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 66.46%, #F7F7F7 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%), url("../images/joseph-j-russell-esq-banner-bg-main-content-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 991px) {
  .category-archive-view:before {
    top: 0;
  }
}
.category-archive-view:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .category-archive-view:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    background-image: url("../images/joseph-j-russell-esq-pa-bg-pattern.png");
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.75;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1921px) {
  .category-archive-view:after {
    content: none;
  }
}
.category-archive-view .container {
  z-index: 1;
}

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

.category-archive-view .post-excerpt .blog-post {
  background: #222427;
  border: 1px solid #222427;
  padding: 40px 25px;
  margin-bottom: 50px;
}

@media (max-width: 399px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 40px 20px;
  }
}
.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: 2px solid var(--accent-color);
  border-style: dashed;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  color: #fff;
  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 .post-meta {
  color: #fff;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  color: #fff;
  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;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  max-height: 350px;
  width: auto;
}

.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 * {
  color: #fff;
}

.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 {
  margin-top: 15px;
  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 .blog-pagination .btn span {
  pointer-events: none;
}

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