/**
* 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 {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .single-attorney .main-content h2 {
    max-width: 558px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .main-content h4,
.single-attorney .main-content .h4-heading {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content h4,
.single-attorney .main-content .h4-heading {
    max-width: 558px;
  }
}
.single-attorney .main-content .container {
  padding: 0;
  max-width: initial;
}

.single-attorney .main-content .col-left {
  padding: 30px 30px 0;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .col-left {
    padding: 75px 80px 50px;
  }
}
.single-attorney .main-content .col-right {
  background-color: var(--color-secondary);
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .col-right {
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .main-content .col-right {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .col-right {
    padding: 75px 70px 50px;
  }
}
.single-attorney .main-content .col-right ul {
  font-weight: 400;
}

.single-attorney .main-content .col-right ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .single-attorney .content-wrap {
    max-width: 690px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .content-wrap {
    max-width: 750px;
    margin-left: auto;
  }
}
.single-attorney .credential {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .single-attorney .credential {
    max-width: 464px;
  }
}
.single-attorney .credential::before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 100%;
  height: 100%;
  background-image: url("../images/broken-line.svg");
  background-repeat: repeat-x;
  rotate: 180deg;
}

@media screen and (min-width: 1600px) {
  .single-attorney .credential::before {
    width: 115%;
  }
}
.single-attorney .credential:last-child {
  padding-bottom: 0;
}

.single-attorney .credential:last-child::before {
  display: none;
}

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