/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-about-us {
  background-color: #F6F6F6;
}

#about-top {
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  #about-top .container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  #about-top .container {
    max-width: 1200px;
  }
}
#about-top .about-us-content {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: -87px;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  #about-top .about-us-content {
    margin-top: -109px;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 992px) {
  #about-top .about-us-content {
    margin-top: -132px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .about-us-content {
    padding: 72px 50px 77px;
    margin-top: -155px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .about-us-content .heading {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .about-us-content .entry-content {
    max-width: 923px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-top .about-us-content p {
  margin-bottom: 0;
}

#about-top .about-us-content .btn--primary {
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  #about-top .about-us-content .btn--primary {
    margin-top: 45px;
  }
}
#about-attorneys {
  background-image: url("../images/red-lines-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #about-attorneys {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1400px) {
  #about-attorneys .container {
    max-width: 1370px;
  }
}
#about-attorneys .section-title {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  #about-attorneys .section-title {
    margin-bottom: 47px;
  }
}
#about-attorneys .card {
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 37px;
}

@media (max-width: 1199px) {
  #about-attorneys .card {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #about-attorneys .card {
    flex-direction: column;
  }
}
#about-attorneys .card-body {
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  height: 360px;
  max-width: 350px;
  padding: 50px 25px 10px 38px;
  position: relative;
}

@media (max-width: 767px) {
  #about-attorneys .card-body {
    border-radius: 15px;
    max-width: initial;
    min-width: 330px;
    height: auto;
    margin-top: -34px;
    padding: 30px 32px 100px;
  }
}
#about-attorneys .card .btn--secondary {
  position: absolute;
  bottom: 40px;
  min-width: 275px;
}

@media (max-width: 767px) {
  #about-attorneys .card .btn--secondary {
    left: 50%;
    transform: translateX(-50%);
  }
}
#about-attorneys .attorney-card__image img {
  border: 3px solid #FFFFFF;
  border-radius: 15px;
}

#about-attorneys .attorney-card__name {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 18px;
}

#about-attorneys .attorney-card__pa-label {
  font-family: Archivo;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 10%;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

#about-attorneys .attorney-card .buttons-list {
  margin-bottom: 13px;
}

#about-attorneys .attorney-card .buttons-list:last-child {
  margin-bottom: 0;
}

#about-one {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  #about-one {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1200px) {
  #about-one {
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 1400px) {
  #about-one .container {
    max-width: 1370px;
  }
}
#about-one .section-title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  #about-one .section-title {
    text-align: left;
  }
}
#about-one .entry-content ul li, #about-one .entry-content ul h3 {
  text-transform: uppercase;
}

#about-one .entry-content .btn {
  margin: 0;
}

#about-one .entry-content p {
  margin-bottom: 47px;
}

@media screen and (min-width: 1200px) {
  #about-one .entry-content .text-width {
    max-width: 650px;
  }
}
#about-one .about-us-top-sidebar, #about-one .about-us-middle-sidebar {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  #about-one .about-us-top-sidebar, #about-one .about-us-middle-sidebar {
    float: right;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    width: 582px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #about-one .about-bottom-images-inline img {
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .about-bottom-images-inline {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
#about-one .about-justice-section-wrapper {
  border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(180deg, #7D2130 0%, #B01C33 100%);
  border-image-slice: 1;
  padding: 39px 0;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #about-one .about-justice-section-wrapper {
    max-width: 582px;
    min-height: 328px;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .about-justice-section-wrapper {
    margin-top: 70px;
  }
}
#about-one .about-justice-section-wrapper:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 55.39px;
  height: 60px;
  background-image: url("../images/quote-red.png");
  background-position: center;
}

#about-one .about-justice-section-content {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 768px) {
  #about-one .about-justice-section-content {
    font-size: 40px;
    line-height: 48px;
  }
}
.about-two {
  background-color: #CCD5D3;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .about-two {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 2000px) {
  .about-two {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-two {
    padding: 50px 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-two-image {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1400px) {
  .about-two-image {
    flex: 0 0 50%;
  }
}
@media (min-width: 1700px) {
  .about-two-image {
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-two-image {
    text-align: center;
  }
}
.about-two-image img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

@media screen and (min-width: 1200px) {
  .about-two-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-two-image img {
    border-radius: 0;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two-content {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1400px) {
  .about-two-content {
    flex: 0 0 50%;
  }
}
@media (min-width: 1700px) {
  .about-two-content {
    flex: 0 0 60%;
  }
}
.about-two-content-inner {
  padding: 30px 25px 65px;
}

@media screen and (min-width: 768px) {
  .about-two-content-inner {
    padding: 30px 25px 75px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two-content-inner {
    max-width: 550px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .about-two-content-inner {
    max-width: 600px;
  }
}
@media (min-width: 1500px) {
  .about-two-content-inner {
    max-width: 683px;
    margin-left: 0;
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .about-two-content-inner {
    padding-left: 20px;
  }
}
@media (min-width: 1700px) {
  .about-two-content-inner {
    padding: 0 80px;
    max-width: 100%;
  }
}
.about-two-content p {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .about-two-content p {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .about-two-content p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1500px) {
  .about-two-content p {
    font-size: 24px;
    line-height: 44px;
  }
}
.about-two-content p:last-child {
  margin-bottom: 35px;
}

.about-two .btn--primary {
  padding: 25.5px 82px;
}

@media (max-width: 374px) {
  .about-two .btn--primary {
    padding: 25.5px 76px;
  }
}
.core-values {
  background-image: url("../images/red-lines-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.core-values .section-title {
  margin-bottom: 25px;
}

@media screen and (min-width: 1400px) {
  .core-values .section-title {
    margin-bottom: 35px;
  }
}
.core-values .section-content {
  margin-bottom: 45px;
}

@media screen and (min-width: 1400px) {
  .core-values .section-content {
    max-width: 1261px;
    margin-left: auto;
    margin-right: auto;
  }
}
.core-values-item {
  margin-bottom: 35px;
  padding-right: 15.5px;
  padding-left: 15.5px;
}

@media screen and (min-width: 1200px) {
  .core-values-item {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.core-values-item .card {
  background-color: #fff;
  box-shadow: 0px 2px 2.5px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  justify-content: center;
  padding: 50px 50px 30px;
  min-height: 352px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .core-values-item .card {
    min-height: 400px;
  }
}
.core-values-item-title {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 10px;
}

.core-values-item-content {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.core-values-item-content ul {
  padding-left: 0;
}

.core-values-item-content ul li {
  list-style: initial;
  margin-bottom: 0;
  color: var(--color-secondary);
}

/*# sourceMappingURL=about-us.css.map*/