/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/**
* Return Theme Colors
* @param {String} $color - HEX code
*/
/* 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;
}

.main-wrapper {
  overflow: hidden;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

.main-content {
  padding-top: 25px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-attorney .main-content {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .page-template-giving-back-tpl .main-content {
    padding-bottom: 0 !important;
  }
}
.main-content a {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-left: 0;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.category-archive-view .blog-pagination {
  padding-top: 38px;
}

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

@media screen and (min-width: 1200px) {
  .category-archive-view .post-excerpt {
    margin-bottom: 40px;
  }
}
.category-archive-view .post-excerpt:last-of-type {
  margin-bottom: 0;
}

.category-archive-view .post-excerpt .blog-post {
  background-color: var(--color-neutral);
  padding: 25px 30px 30px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title {
    padding-bottom: 5px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  padding-bottom: 9px;
  margin-bottom: 9px;
}

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

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: #242424;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}

.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-meta {
  color: #A7AEB5;
  text-transform: uppercase;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul {
    align-items: center;
    flex-direction: row;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li {
  margin-bottom: 0;
  color: #A7AEB5;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li {
    padding-left: 30px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 12px;
    background-color: #A7AEB5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
  }
}
@media screen and (min-width: 992px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li::after {
    right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li::after {
    right: -17px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li:first-child {
  padding-left: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta ul li:last-child::after {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a {
  color: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) + 6%));
  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: 40px;
  float: left;
  max-width: 370px;
  padding-top: 4px;
  text-align: center;
}

@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 a:not(.btn) {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  color: #04040A;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std:is(:hover, :focus) {
  background-color: var(--mobile-btn-bg);
  color: white;
}

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

.single-post .blog-post .post-wrap .post-meta {
  color: #A7AEB5;
  text-transform: uppercase;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 50px;
}

.single-post .blog-post .post-wrap .post-meta ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .single-post .blog-post .post-wrap .post-meta ul {
    align-items: center;
    flex-direction: row;
  }
}
.single-post .blog-post .post-wrap .post-meta ul li {
  margin-bottom: 0;
  color: #A7AEB5;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .single-post .blog-post .post-wrap .post-meta ul li {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .blog-post .post-wrap .post-meta ul li {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .blog-post .post-wrap .post-meta ul li {
    padding-left: 30px;
  }
}
.single-post .blog-post .post-wrap .post-meta ul li::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-post .blog-post .post-wrap .post-meta ul li::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 12px;
    background-color: #A7AEB5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
  }
}
@media screen and (min-width: 992px) {
  .single-post .blog-post .post-wrap .post-meta ul li::after {
    right: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .blog-post .post-wrap .post-meta ul li::after {
    right: -17px;
  }
}
.single-post .blog-post .post-wrap .post-meta ul li:first-child {
  padding-left: 0;
}

.single-post .blog-post .post-wrap .post-meta ul li:last-child::after {
  display: none;
}

.single-post .blog-post .post-wrap .post-meta a {
  color: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) + 6%));
  text-decoration: underline;
}

.single-result .h3 a {
  color: var(--accent-color);
  text-decoration: none;
}

.single-result .h3 a:is(:hover, :focus) {
  text-decoration: underline;
}

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