/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.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 {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .category-archive-view .container {
    padding: 0;
    max-width: initial;
  }
}
.category-archive-view .col-left {
  padding: 50px 30px 0;
}

@media screen and (min-width: 768px) {
  .category-archive-view .col-left {
    padding: 75px 80px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive-view .col-left {
    padding: 75px 80px 50px 135px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-archive-view .col-left {
    padding-right: 80px !important;
  }
}
.category-archive-view .col-right {
  background-color: var(--color-secondary);
  padding: 50px 30px;
}

@media screen and (min-width: 768px) {
  .category-archive-view .col-right {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .category-archive-view .col-right {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive-view .col-right {
    padding: 75px 80px 50px 70px;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

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

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.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: 15px;
  margin-bottom: 15px;
}

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

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: #080101;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: var(--accent-color);
}

.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;
    text-align: center;
  }
}
.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: 160px;
  object-fit: cover;
  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;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn {
  transition: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn--primary {
  float: right;
  padding: 10px 30px;
}

.category-archive-view .post-meta a {
  color: var(--accent-color);
  text-decoration: underline;
}

.category-archive-view .post-meta a:hover {
  color: var(--link-hover-color);
}

.single-post .main-content, .single-news_releases .main-content, .single-legal_articles .main-content, .single-cw_faqs .main-content {
  padding: 0;
}

.single-post .col-left, .single-news_releases .col-left, .single-legal_articles .col-left, .single-cw_faqs .col-left {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .single-post .col-left, .single-news_releases .col-left, .single-legal_articles .col-left, .single-cw_faqs .col-left {
    padding: 50px 80px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .col-left, .single-news_releases .col-left, .single-legal_articles .col-left, .single-cw_faqs .col-left {
    padding: 50px 80px 50px 135px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .single-post .col-left, .single-news_releases .col-left, .single-legal_articles .col-left, .single-cw_faqs .col-left {
    padding-right: 80px !important;
  }
}
.single-post .col-right, .single-news_releases .col-right, .single-legal_articles .col-right, .single-cw_faqs .col-right {
  background-color: var(--color-secondary);
  padding: 50px 30px;
}

@media screen and (min-width: 768px) {
  .single-post .col-right, .single-news_releases .col-right, .single-legal_articles .col-right, .single-cw_faqs .col-right {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .single-post .col-right, .single-news_releases .col-right, .single-legal_articles .col-right, .single-cw_faqs .col-right {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .col-right, .single-news_releases .col-right, .single-legal_articles .col-right, .single-cw_faqs .col-right {
    padding: 75px 80px 50px 70px;
  }
}
.single-post #blog-post .container, .single-news_releases #blog-post .container, .single-legal_articles #blog-post .container, .single-cw_faqs #blog-post .container {
  padding: 0;
  max-width: initial;
}

.single-post .blog-post .blog-title h1.page-title, .single-news_releases .blog-post .blog-title h1.page-title, .single-legal_articles .blog-post .blog-title h1.page-title, .single-cw_faqs .blog-post .blog-title h1.page-title {
  margin-bottom: 21px;
}

.single-post .blog-post .post-wrap, .single-news_releases .blog-post .post-wrap, .single-legal_articles .blog-post .post-wrap, .single-cw_faqs .blog-post .post-wrap {
  overflow-wrap: anywhere;
}

.single-post .blog-post .post-wrap .post-meta, .single-news_releases .blog-post .post-wrap .post-meta, .single-legal_articles .blog-post .post-wrap .post-meta, .single-cw_faqs .blog-post .post-wrap .post-meta {
  padding-top: 15px;
  margin-bottom: 15px;
}

.single-post .author-box__name a, .single-news_releases .author-box__name a, .single-legal_articles .author-box__name a, .single-cw_faqs .author-box__name a {
  font-weight: 700;
}

.single-post .author-box__thumbnail, .single-news_releases .author-box__thumbnail, .single-legal_articles .author-box__thumbnail, .single-cw_faqs .author-box__thumbnail {
  border-radius: 0;
}

@media (max-width: 991px) {
  .single-post .author-box__description-wrapper, .single-news_releases .author-box__description-wrapper, .single-legal_articles .author-box__description-wrapper, .single-cw_faqs .author-box__description-wrapper {
    margin-top: 15px;
  }
}
.single-post .custom-post-image-wrapper, .single-news_releases .custom-post-image-wrapper, .single-legal_articles .custom-post-image-wrapper, .single-cw_faqs .custom-post-image-wrapper {
  max-width: 306px;
  height: 225px;
  position: relative;
  overflow: hidden; /* Added to contain the image zoom effect */
}

.single-post .custom-post-image-wrapper::after, .single-news_releases .custom-post-image-wrapper::after, .single-legal_articles .custom-post-image-wrapper::after, .single-cw_faqs .custom-post-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  transition: opacity 0.3s ease; /* Added transition for opacity */
}

.single-post .custom-post-image-wrapper img, .single-news_releases .custom-post-image-wrapper img, .single-legal_articles .custom-post-image-wrapper img, .single-cw_faqs .custom-post-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* Added transition for image transform */
}

@media (max-width: 767px) {
  .single-post .custom-post-image-wrapper, .single-news_releases .custom-post-image-wrapper, .single-legal_articles .custom-post-image-wrapper, .single-cw_faqs .custom-post-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .custom-post-image-wrapper:hover img, .single-news_releases .custom-post-image-wrapper:hover img, .single-legal_articles .custom-post-image-wrapper:hover img, .single-cw_faqs .custom-post-image-wrapper:hover img {
  transform: scale(1.05); /* Subtle zoom effect on image */
}

.single-post .custom-post-image-section, .single-news_releases .custom-post-image-section, .single-legal_articles .custom-post-image-section, .single-cw_faqs .custom-post-image-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .single-post .custom-post-image-section, .single-news_releases .custom-post-image-section, .single-legal_articles .custom-post-image-section, .single-cw_faqs .custom-post-image-section {
    max-width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .custom-post-image-section, .single-news_releases .custom-post-image-section, .single-legal_articles .custom-post-image-section, .single-cw_faqs .custom-post-image-section {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .custom-post-image-item, .single-news_releases .custom-post-image-item, .single-legal_articles .custom-post-image-item, .single-cw_faqs .custom-post-image-item {
  flex: 1 1 calc(50% - 20px); /* 2 columns */
  max-width: calc(50% - 20px);
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-post .custom-post-image-item, .single-news_releases .custom-post-image-item, .single-legal_articles .custom-post-image-item, .single-cw_faqs .custom-post-image-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .single-post .custom-post-image-item, .single-news_releases .custom-post-image-item, .single-legal_articles .custom-post-image-item, .single-cw_faqs .custom-post-image-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.single-post .custom-post-image, .single-news_releases .custom-post-image, .single-legal_articles .custom-post-image, .single-cw_faqs .custom-post-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.single-post .custom-post-image-caption, .single-news_releases .custom-post-image-caption, .single-legal_articles .custom-post-image-caption, .single-cw_faqs .custom-post-image-caption {
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  text-shadow: 0 2px 2px #000;
  font-style: italic;
}

.single-cw_faqs .post-meta {
  display: none;
}

@media screen and (min-width: 1200px) {
  .single-legal_articles .container .row > .entry-content.col-xl-8,
.single-legal_articles .container .row > .content.col-xl-8 {
    padding-right: 90px;
  }
}
.single-legal_articles .article-author {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .single .hero-default .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single .hero-default .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.main-content .container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: initial;
}

.footer .main-content .container {
  padding-left: 22px;
  padding-right: 22px;
}

.main-content .container .col-left {
  padding: 50px 30px 20px !important;
}

@media screen and (min-width: 768px) {
  .main-content .container .col-left {
    padding: 60px 80px 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .main-content .container .col-left {
    width: 58.3333333333%;
  }
}
.main-content .container .col-right {
  background-color: var(--color-secondary);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .main-content .container .col-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .main-content .container .col-right {
    padding-top: 60px;
    padding-bottom: 70px;
    width: 40.6666666667%;
  }
}
@media screen and (min-width: 1400px) {
  .main-content .container .col-right {
    width: 41.6666666667%;
  }
}
.archive .hero-default h1 span {
  font-style: normal;
  color: #fff;
}

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