/**
* 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 .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #fff;
  border: 1px solid #d8d9d9;
  padding: 27px 27px 10px 27px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px 10px;
  }
}
.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: 1px solid #d8d9d9;
  padding-bottom: 0px;
  margin-bottom: 0px;
  /*padding-bottom: 15px;
  margin-bottom: 15px;*/
}

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

@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
    font-size: 24px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: #00002A;
  line-height: 38px;
}

@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
    line-height: 29px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: #5A5E72;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  color: #911630;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:hover {
  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 {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  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 a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
  text-align: right;
}

@media (max-width: 767px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
    margin-top: 0px;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  float: right;
}

.single-post .blog-post .blog-title h1.page-title {
  margin-bottom: 21px !important;
  font-size: 36px;
  line-height: 42px;
}

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

.single-post .blog-post .post-wrap .post-meta a {
  color: #911630;
}

.single-post .blog-post .entry-content .image-holder {
  max-width: 275px;
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-top: 10px;
}

@media (max-width: 579px) {
  .single-post .blog-post .entry-content .image-holder {
    margin-right: auto;
    margin-left: auto;
    float: none;
    max-width: 100%;
  }
}
.tax-practice_area_category .post-meta {
  display: none;
}

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