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

.single-attorney .main-content {
  position: relative;
  background-color: #F7F7F7;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content {
    padding-top: 89px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1921px) {
  .single-attorney .main-content {
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
  }
}
.single-attorney .main-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 966px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 66.46%, #F7F7F7 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%), url("../images/joseph-j-russell-esq-banner-bg-main-content-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.single-attorney .main-content:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 18.7%;
    height: 100%;
    background-image: url("../images/maze-tile-pattern.svg");
    background-position: center;
    background-size: initial;
    background-repeat: repeat;
    pointer-events: none;
  }
}
@media (min-width: 1921px) {
  .single-attorney .main-content:after {
    content: none;
  }
}
.single-attorney .main-content .container {
  z-index: 1;
}

@media screen and (min-width: 1440px) {
  .single-attorney .main-content .container {
    max-width: 1445px;
  }
}
@media (max-width: 991px) {
  .single-attorney .main-content .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .content {
    padding-left: 84px;
    padding-left: 98px;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .main-content .content h2 {
    margin-bottom: 23px;
  }
}
.single-attorney .section-team-carousel {
  padding-bottom: 180px;
}

@media screen and (min-width: 768px) {
  .single-attorney .section-team-carousel {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .section-team-carousel {
    padding-bottom: 154.49px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .section-team-carousel .heading {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .section-team-carousel .team-slide-wrapper {
    max-width: 1266.03px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .section-team-carousel .team-slide-wrapper .swiper .team-item {
    max-width: 267.83px;
    margin-left: auto;
    margin-right: auto;
  }
}

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