/**
* 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;
}

.border-image {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .border-image {
    border-radius: 35px;
  }
}
.bottom-border {
  margin-bottom: 10px;
  padding-bottom: 18px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottom-border {
    margin-bottom: 18px;
    padding-bottom: 23px;
  }
}
.bottom-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../images/title-border.svg");
  mask-image: url("../images/title-border.svg");
  background-color: #DFDCC7;
  width: 55px;
  margin-top: 18px;
  transform: rotate(-3.23deg);
}

.bottom-border--big:after {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../images/border-bottom-big.svg");
  mask-image: url("../images/border-bottom-big.svg");
  width: 78px;
  height: 15px;
}

@media screen and (min-width: 768px) {
  .bottom-border--big:after {
    width: 101px;
    height: 20px;
  }
}
.bottom-border--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.bottom-border--blue:after {
  background-color: #1673DB;
}

.bottom-border--grey:after {
  background: rgba(166, 166, 166, 0.4);
}

.extra-content {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 15px 20px 15px;
  text-align: left;
  max-width: 501px;
  margin: -41px auto 0;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: calc(100% - 54px);
}

@media screen and (min-width: 768px) {
  .extra-content {
    padding: 20px 43px 20px 32px;
    width: 100%;
  }
}
.extra-content p {
  color: #214C94;
  margin: 0;
  padding: 15px 0 15px 15px;
  border-left: 4px solid #F5F4EE;
}

@media screen and (min-width: 768px) {
  .extra-content p {
    padding: 15px 0 15px 25px;
  }
}
.pa.pa-template {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F5F4EE;
}

@media screen and (min-width: 768px) {
  .pa.pa-template {
    padding-top: 88px;
    padding-bottom: 70px;
  }
}
.pa.pa-template .pa__header {
  text-align: center;
}

.pa.pa-template .pa__headerTitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 30px;
}

.pa.pa-template .pa__header .h3-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pa.pa-template .pa__header .h3-heading span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #525252;
}

@media (max-width: 991px) {
  .pa.pa-template .pa__header .h3-heading span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .pa.pa-template .pa__header .h3-heading span {
    border-left: 2px solid #DFDCC7;
    padding-left: 18px;
    margin-left: 18px;
  }
}
.pa.pa-template .pa__layout--1 .pa__item {
  background-color: black;
  max-width: 330px;
  height: 267px;
  margin: 0 auto 30px auto;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .pa.pa-template .pa__layout--1 .pa__item {
    width: 100%;
    height: 267px;
    max-width: 100%;
  }
}
.pa.pa-template .pa__layout--1 .pa__itemIcon {
  display: none;
}

.pa.pa-template .pa__layout--1 .pa__itemLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #1b496c 100%);
}

.pa.pa-template .pa__layout--1 .pa__itemLink:after {
  content: url(../images/arrows/white-arrow-right.svg);
  bottom: 30px;
  right: 30px;
  position: absolute;
  z-index: 11;
}

.pa.pa-template .pa__layout--1 .pa__itemLink:hover {
  background-color: rgba(209, 85, 23, 0.7);
  background-image: none;
}

.pa.pa-template .pa__layout--1 .pa__itemTitle {
  text-transform: uppercase;
  color: white;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  z-index: 11;
  max-width: 180px;
}

.pa.pa-template .pa__layout--2 {
  background-color: #F2F2F2;
}

.pa.pa-template .pa__layout--2 .pa__item {
  background-color: red;
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pa.pa-template .pa__layout--2 .pa__itemIcon {
  display: none;
}

.pa.pa-template .pa__layout--2 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:after {
  content: url(../images/arrows/arrow-right.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover {
  background-color: var(--color-primary);
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemTitle {
  color: var(--color-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  left: 25px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa-template .pa__layout--3 + .pa__layout--3 {
  margin-top: 30px;
}

.pa.pa-template .pa__layout--3 .pa__item {
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 45px 30px;
}

.pa.pa-template .pa__layout--3 .pa__itemIcon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 80px;
  max-height: 61px;
  max-width: 56px;
  height: 80px;
  text-align: center;
  margin: auto;
  background-color: #1A468E;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.pa.pa-template .pa__layout--3 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:before {
  content: "";
  display: block;
  background-color: #f7f6f3;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover {
  background-color: #1A468E;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemIcon {
  background-color: #fff;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover:before {
  background-color: #1673DB;
}

.pa.pa-template .pa__layout--3 .pa__itemTitle {
  color: white;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  position: absolute;
  left: 115px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .pa.pa-template .pa__layout--3 .pa__itemTitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pa.pa-template .pa__layout--3 .pa__itemTitle {
    font-size: 21px;
  }
}
.about-two {
  background-color: #F5F4EE;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .about-two {
    padding-top: 73px;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-two {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-two .title-row {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .about-two .col-left {
    padding-bottom: 83px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-two .col-left h2 {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .about-two .col-left h2 {
    font-size: 39px;
  }
}
.additional-attorneys {
  margin: 30px 0;
  background: #F5F4EE;
  padding: 30px 15px 30px;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys {
    padding: 30px 65px 60px;
    margin: 70px 0 50px;
  }
}
.additional-attorneys .subtitle {
  color: #757575;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .additional-attorneys .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.additional-attorneys__item {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .additional-attorneys__item a {
    font-size: 14px;
  }
}
.additional-attorneys__photo img {
  max-width: 107px;
  border-radius: 20px 0 0 20px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys__photo img {
    margin-right: 21px;
  }
}
.additional-attorneys__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #161616;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys__title {
    font-size: 20px;
  }
}
.faqs-cardoso .cw-accordion__item {
  box-shadow: none;
}

.faqs-cardoso .cw-accordion__item--open .cw-accordion__item-title {
  border-radius: 10px;
}

.faqs-cardoso .cw-accordion__item-title {
  border-radius: 10px;
  letter-spacing: 0;
  background-position: right 27px top 50%;
}

.rev-row {
  flex-direction: row-reverse;
}

.bg-sand {
  background-color: #F5F4EE;
}

.paper-edge {
  position: relative;
}

.paper-edge::before, .paper-edge::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 21px;
  z-index: 1;
}

.paper-edge::before {
  top: -8px;
  background: url("../images/paper-bkg.png");
}

.paper-edge::after {
  bottom: -8px;
  background: url("../images/paper-bkg.png");
  transform: rotate(180deg);
}

.title-bordered__center h2 {
  position: relative;
  padding-bottom: 25px;
}

.title-bordered__center h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 11px;
  background: url("../images/title-border.svg") center/contain no-repeat;
}

.single-attorney .entry-content h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.single-attorney .entry-content h2::after {
  content: none;
}

.attorney-credentials {
  margin: 27px 0 50px;
}

.attorney-credentials__item .h3-heading {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .attorney-credentials__item .h3-heading {
    font-size: 17px;
  }
}
.attorney-credentials__item .h3-heading img {
  margin-right: 16px;
}

.attorney-credentials__item ul {
  padding-left: 20px !important;
}

@media screen and (min-width: 768px) {
  .attorney-credentials__item ul {
    padding-left: 84px !important;
  }
}
.education-experience {
  background-color: #F5F4EE;
  padding: 70px 0 140px;
}

@media (max-width: 767px) {
  .education-experience {
    padding: 50px 0 170px;
  }
}
.education-experience__intro {
  max-width: 940px;
  margin: 0 auto 40px;
  text-align: center;
}

.education-experience .image-wrap {
  max-width: 599px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .education-experience .image-wrap {
    border-radius: 25px;
    overflow: hidden;
    height: 350px;
    max-width: 400px;
    width: 90%;
    margin-bottom: 40px;
  }
}
.education-experience .attorney-credentials {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .education-experience .attorney-credentials__item ul {
    padding-left: 70px !important;
  }
}
.education-experience .attorney-credentials__item ul li {
  padding-left: 30px;
}

.education-experience .attorney-credentials__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: #CA321D;
  border-radius: 3px;
}

.education-experience .attorney-credentials__item + .attorney-credentials__item {
  border-top: 3px solid #DFDCC9;
  padding-top: 25px;
}

/*# sourceMappingURL=single-attorney.css.map*/