/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content {
    padding-top: 81px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .single-attorney .main-content .container {
    max-width: 1359px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .container .row > .entry-content.col-xl-8,
  .single-attorney .main-content .container .row > .content.col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .main-content .container .row > .entry-content.col-xl-8,
  .single-attorney .main-content .container .row > .content.col-xl-8 {
    padding-right: 98px;
  }
}

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