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

@media screen and (min-width: 992px) {
  .single-attorney .pd-r {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .pd-r {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1440px) {
  .single-attorney .pd-r {
    padding-right: 134px;
  }
}
.single-attorney #learn-more p:last-of-type {
  margin-bottom: 5px;
}

.single-attorney .testimonials-section {
  background: none;
  padding: 0px;
}

.single-attorney .testimonials-section .container {
  padding-left: 0px;
  padding-right: 0px;
}

.single-attorney .testimonials-section .container .col-lg-11 {
  width: 97%;
}

.single-attorney .testimonials-section .container .col-lg-11 p {
  max-width: 543px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.single-attorney .testimonials-section .swiper .swiper-button-prev {
  top: 45%;
  left: 67px;
}

.single-attorney .testimonials-section .swiper .swiper-button-next {
  top: 45%;
  right: 67px;
}

.single-attorney .testimonials-section .swiper .swiper-pagination {
  margin-bottom: 0px;
}

.single-attorney .testimonials-section .btn {
  display: none;
}

.single-attorney .sidebar {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .single-attorney .sidebar {
    margin-top: 0px;
  }
}
.single-attorney .attorneys {
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .single-attorney .attorneys {
    padding-bottom: 80px;
  }
}
.credentials-wrap {
  margin-bottom: 45px;
}

.credentials-wrap .credential-item .credential-title {
  color: #1b496c;
  font-size: 36px;
  font-weight: 500;
  line-height: 49px;
  padding-left: 90px;
  min-height: 62px;
  padding-top: 8px;
  margin-bottom: 25px;
}

.credentials-wrap .credential-item:nth-child(1) .credential-title {
  background: url("../images/icon-credential01.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item:nth-child(2) .credential-title {
  background: url("../images/icon-credential02.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item:nth-child(3) .credential-title {
  background: url("../images/icon-credential03.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item .credential-content {
  padding-left: 75px;
}

@media (max-width: 767px) {
  .credentials-wrap .credential-item .credential-content {
    padding-left: 0;
  }
}

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