/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  Headings Color
**************************/
/* 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: 55px;
  }
}
[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(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

.home .main-content {
  padding: 0 0 35px;
  background-image: url(../images/bg-pattern.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding: 0 0 50px;
  }
}
.home .results {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .home .results .container {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .home .results {
    margin-top: -72px;
  }
}
.home .results .content {
  position: relative;
  padding: 25px 15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .home .results .content {
    padding: 42px 42px 20px;
  }
}
.home .results .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20%;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.22);
}

@media screen and (min-width: 768px) {
  .home .results .content:before {
    height: 56%;
  }
}
.home .results .content .results-slider {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .results .content .results-slider {
    padding-left: 60px;
  }
}
.home .results .content .results-slider .section-title {
  position: static;
  top: 54px;
  color: #555;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  left: -60px;
}

@media (max-width: 1199px) {
  .home .results .content .results-slider .section-title {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .home .results .content .results-slider .section-title {
    transform: rotate(90deg);
    position: absolute;
  }
}
@media screen and (min-width: 1440px) {
  .home .results .content .results-slider .section-title {
    left: -11px;
  }
}
.home .results .content .results-slider:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  height: 135px;
  width: 11px;
  z-index: 999;
}

.home .results .content .grid-results {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .home .results .content .grid-results {
    margin-top: 48px;
  }
}
.home .results .content .btn-wrapper {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .home .results .content .btn-wrapper {
    margin-top: 25px;
  }
}
.home .results .content .btn-wrapper .btn {
  padding: 19px;
}

@media screen and (min-width: 768px) {
  .home .results .content .btn-wrapper .btn {
    padding: 23px;
  }
}
@media (max-width: 767px) {
  .home .help-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .home .help-section .image-cta-holder {
    position: relative;
    padding: 0 15px;
    background-color: var(--color-secondary);
  }
  .home .help-section .image-cta-holder:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    background-color: #fff;
    width: 101%;
    height: 46%;
  }
  .home .help-section .image-cta-holder .col-right .content {
    padding: 30px 18px 50px;
    text-align: center;
  }
  .home .help-section .image-cta-holder .col-right .content .btn-wrapper .btn {
    justify-content: center;
  }
  .home .help-section .image-cta-holder .cta-holder {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .home .help-section .image-cta-holder .image-holder {
    position: relative;
  }
}
.home .help-section .image-cta-holder .image-holder img {
  width: 100%;
}

.home .help-section .cta-holder {
  padding: 43px 15px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .home .help-section .cta-holder {
    padding: 39px 20px;
  }
}
@media (max-width: 369px) {
  .home .help-section .cta-holder {
    padding: 43px 8px;
  }
}
.home .help-section .cta-holder .label {
  margin-bottom: 4px;
  color: #7f8c8d;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .home .help-section .cta-holder .label {
    margin-bottom: 21px;
    font-size: 24px;
    letter-spacing: 2.67px;
  }
}
.home .help-section .cta-holder .contact-phone {
  display: inline-flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .home .help-section .cta-holder .contact-phone {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .home .help-section .cta-holder .contact-phone {
    display: flex;
  }
}
.home .help-section .cta-holder .contact-phone .icon {
  margin-right: 10px;
}

.home .help-section .cta-holder .btn-wrapper {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .home .help-section .cta-holder .btn-wrapper {
    display: flex;
  }
}
.home .help-section .cta-holder .btn-wrapper .btn {
  margin-left: 30px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 991px) {
  .home .help-section .cta-holder .btn-wrapper .btn {
    margin: 32px auto 0;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .home .help-section .cta-holder .btn-wrapper .btn {
    max-width: 339px;
  }
}
.home .help-section .col-right .content {
  padding: 84px 70px 95px 105px;
  background-color: var(--color-secondary);
}

@media screen and (max-width: 1540px) {
  .home .help-section .col-right .content {
    padding: 60px 50px 60px 80px;
  }
}
@media (max-width: 1199px) {
  .home .help-section .col-right .content {
    padding: 60px 50px 60px 50px;
  }
}
@media (max-width: 767px) {
  .home .help-section .col-right .content {
    padding: 40px 23px 35px 23px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home .help-section .col-right .content {
    padding: 30px 18px 40px 18px;
    margin-bottom: 23px;
  }
}
.home .help-section .col-right .content .btn-wrapper {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .home .help-section .col-right .content .btn-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .home .help-section .col-right .content .btn-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .help-section .col-right .content .btn-wrapper .btn {
    display: block;
  }
}
@media (min-width: 1200px) {
  .home .help-section .container {
    padding: 0;
    max-width: 1620px;
  }
  .home .help-section .row {
    margin: 0;
  }
  .home .help-section .col-left {
    position: relative;
    flex: 0 0 auto;
    padding: 0;
    width: 53%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1540px) {
  .home .help-section .col-left {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .home .help-section .col-right {
    flex: 0 0 auto;
    padding: 0;
    width: 47%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1540px) {
  .home .help-section .col-right {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .home .help-section .image-cta-holder {
    margin-right: -36px;
  }
}
.home .practice-areas {
  padding: 45px 0 40px;
}

@media (max-width: 991px) {
  .home .practice-areas {
    background-color: #f5f5f5;
    background-image: url(../images/bg-pattern-2.jpg);
    background-position: top center;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .home .practice-areas {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 992px) {
  .home .practice-areas {
    padding-top: 30px;
  }
}
.home .meet-our-attorneys {
  background: none;
}

@media (max-width: 1199px) {
  .home .meet-attorney_custom-style {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .home .meet-attorney_custom-style .single-attorney-item {
    padding-bottom: 0;
  }
}
.home .download-section {
  padding: 75px 0;
}

.home .download-section .download-item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

@media (max-width: 1199px) {
  .home .download-section .download-item {
    padding: 27px 4px;
  }
  .home .download-section .download-item:first-child {
    margin-bottom: 20px;
  }
}
.home .download-section .download-item .image-holder {
  flex: 0 0 auto;
  margin: 0;
  max-width: 120px;
}

@media screen and (min-width: 768px) {
  .home .download-section .download-item .image-holder {
    max-width: 275px;
  }
}
@media screen and (max-width: 991px) {
  .home .download-section .download-item .image-holder {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .home .download-section .download-item .image-holder {
    padding-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .download-section .download-item .image-holder {
    max-width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .home .download-section .download-item .image-holder {
    margin: -12px 0;
  }
}
.home .download-section .download-item .content-holder {
  padding-left: 5px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .home .download-section .download-item .content-holder {
    padding-left: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .download-section .download-item .content-holder {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .download-section .download-item .content-holder {
    margin-top: -7px;
  }
}
.home .download-section .download-item .content-holder .title {
  margin-bottom: 20px;
  max-width: 360px;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .home .download-section .download-item .content-holder .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .home .download-section .download-item .content-holder .title {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.home .download-section .download-item .content-holder .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 767px) {
  .home .download-section .download-item .content-holder .btn {
    padding: 13px;
    max-width: 210px;
  }
}
@media (max-width: 1199px) {
  .home .download-section .download-item .content-holder .btn {
    margin: auto;
  }
}
.home .download-section .download-item .content-holder .btn .icon {
  margin-left: 11px;
}

@media (max-width: 1199px) {
  .home .meet-attorney + .download-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

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