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

.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*/