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

.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: 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) {
  .category-archive-view:after {
    width: 18.7%;
  }
}
@media (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;
}

.single-post .main-content,
.single .main-content {
  position: relative;
  padding-bottom: 162px;
}

@media screen and (min-width: 992px) {
  .single-post .main-content,
  .single .main-content {
    padding-bottom: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .main-content,
  .single .main-content {
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .main-content,
  .single .main-content {
    padding-bottom: 104px;
  }
}
.single-post .main-content:before,
.single .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) {
  .single-post .main-content:before,
  .single .main-content:before {
    top: 0;
  }
}
.single-post .main-content:after,
.single .main-content:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .single-post .main-content:after,
  .single .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) {
  .single-post .main-content:after,
  .single .main-content:after {
    width: 18.7%;
  }
}
@media (min-width: 1921px) {
  .single-post .main-content:after,
  .single .main-content:after {
    content: none;
  }
}
.single-post .main-content .container,
.single .main-content .container {
  z-index: 1;
}

.single-post .blog-post .post-wrap .post-meta,
.single .blog-post .post-wrap .post-meta {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 992px) {
  .single-post .blog-post .post-wrap .post-meta,
  .single .blog-post .post-wrap .post-meta {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .single-post .blog-post .post-wrap .post-meta,
  .single .blog-post .post-wrap .post-meta {
    margin-bottom: 10px;
  }
}
.single-post .blog-post .post-wrap .image-holder,
.single .blog-post .post-wrap .image-holder {
  max-width: 275px;
  float: left;
  text-align: initial;
}

@media (max-width: 767px) {
  .single-post .blog-post .post-wrap .image-holder,
  .single .blog-post .post-wrap .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-post .blog-post .post-wrap .image-holder,
  .single .blog-post .post-wrap .image-holder {
    margin: 0 auto 30px;
    float: none;
  }
}
.tax-practice_area_category .post-excerpt {
  margin-bottom: 40px;
}

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

@media (max-width: 399px) {
  .tax-practice_area_category .post-excerpt .blog-post {
    padding: 40px 20px;
  }
}
.tax-practice_area_category .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.tax-practice_area_category .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) {
  .tax-practice_area_category .post-excerpt .blog-post .excerpt-title .title-wrap {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.tax-practice_area_category .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.tax-practice_area_category .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

.tax-practice_area_category .post-excerpt .blog-post .excerpt-title .post-meta {
  color: #fff;
}

.tax-practice_area_category .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

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

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

.tax-practice_area_category .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) {
  .tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  max-height: 350px;
  width: auto;
}

.tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content * {
  color: #fff;
}

.tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

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

@media (max-width: 1199px) {
  .tax-practice_area_category .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.tax-practice_area_category .blog-pagination .btn span {
  pointer-events: none;
}

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