/**
* 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 {
  background-color: var(--color-neutral);
}

.single-attorney .main-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .main-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .attorneys {
    padding: 95px 0 28px;
  }
}
@media (max-width: 767px) {
  .single-attorney .attorneys {
    padding: 40px 0;
  }
}

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