/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* 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-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 15px;
  }
}
[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;
    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: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

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

@media (min-width: 576px) {
  .post-excerpt {
    margin-bottom: 35px;
  }
}
.post-excerpt .blog-post {
  padding-bottom: 50px;
  background-color: #fff;
  border-bottom: 1px solid #d8d7d7;
}

@media screen and (min-width: 1200px) {
  .post-excerpt .blog-post {
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .post-excerpt .blog-post {
    padding: 30px 25px 50px;
  }
}
.post-excerpt .blog-post .excerpt-title {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .post-excerpt .blog-post .excerpt-title {
    margin-bottom: 22px;
  }
}
.post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 800;
}

@media (min-width: 576px) {
  .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
    font-size: 34px;
    line-height: 40px;
  }
}
.post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: #3c3a3a;
}

.post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: var(--color-tertiary);
}

.post-excerpt .blog-post .post-wrap {
  display: block;
}

@media screen and (min-width: 1200px) {
  .post-excerpt .blog-post .post-wrap {
    display: flex;
  }
}
.post-excerpt .blog-post .post-wrap .image-holder {
  margin: 0 auto 25px;
  flex: 0 0 250px;
  max-width: 250px;
  height: 237px;
}

@media screen and (min-width: 1200px) {
  .post-excerpt .blog-post .post-wrap .image-holder {
    flex: 0 0 263px;
    max-width: 263px;
    height: 263px;
    margin: 4px 29px 0 0;
  }
}
.post-excerpt .blog-post .post-wrap .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.post-excerpt .blog-post .post-wrap .btn-wrapper .btn {
  padding: 18px;
}

.post-meta {
  display: flex;
  padding: 0;
  margin: 0;
  color: #7f8c8d;
  font-size: 18px;
  list-style: none;
}

@media screen and (max-width: 330px) {
  .post-meta {
    flex-direction: column;
  }
}
.post-meta li {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}

@media (min-width: 331px) {
  .post-meta li {
    margin-right: 27px;
  }
}
.post-meta li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -15px;
  width: 2px;
  height: 15px;
  background-color: #d6d6d6;
}

@media screen and (max-width: 330px) {
  .post-meta li:after {
    content: none;
  }
}
.post-meta li:last-child {
  margin-right: 0;
}

.post-meta li:last-child:after {
  display: none;
}

.post-meta li .month {
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #494949;
  letter-spacing: 0.27px;
}

.post-meta li .post-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #494949;
  letter-spacing: 0.27px;
}

.post-meta li .post-category a {
  color: #494949;
  letter-spacing: 0.27px;
}

.post-meta li .post-category a:hover {
  color: var(--color-tertiary);
}

.post-meta-author li .author {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #494949;
}

.post-meta-author li .author-name {
  font-size: 14px;
  font-weight: 600;
  color: #0057a6;
  position: relative;
}

.post-meta-author li .author-name:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0057a6;
  bottom: 1px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .archive .sidebar-item:not(:empty):last-of-type, .blog .sidebar-item:not(:empty):last-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .archive .blog-pagination, .blog .blog-pagination {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .single:not(.single-attorney) .page-description {
    margin-bottom: 18px;
  }
}
.single:not(.single-attorney) .page-description .post-meta {
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .single:not(.single-attorney) .page-description .post-meta {
    padding: 0 25px;
    justify-content: unset;
    align-items: flex-start;
  }
}
.single:not(.single-attorney) .post-meta {
  display: none;
}

.single:not(.single-attorney) .blog-content .content-container {
  background-color: #fff;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .single:not(.single-attorney) .blog-content .content-container {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single:not(.single-attorney) .blog-content .content-container {
    padding: 0 25px;
  }
}
.single:not(.single-attorney) .blog-content .content-container h3 {
  font-weight: 800;
  margin-bottom: 7px;
}

@media screen and (min-width: 1200px) {
  .single:not(.single-attorney) .blog-content .image-holder {
    float: right;
    margin-left: 25px;
    margin-right: 0;
  }
}
.single:not(.single-attorney) .blog-content p {
  margin-bottom: 30px;
}

.single:not(.single-attorney) .share-wrap {
  position: relative;
  margin-top: 15px;
}

.single:not(.single-attorney) .share-wrap li a {
  position: relative;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .single:not(.single-attorney) .share-wrap li a:hover {
    margin-top: -6px;
  }
}
.single-result .category {
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
  font-weight: 800;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .single-result .category {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) {
  .single-result .category {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .single-result .category {
    margin-bottom: 15px;
  }
}
.single-result .category a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

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