/**
* 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 .breadcrumb-container:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .single-attorney .breadcrumb-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 350px;
    background-image: url("../images/interiors-bg.webp");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .breadcrumb-container:before {
    height: 435px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .breadcrumb-container:before {
    height: 380px;
  }
}
.single-attorney .attorney-thumbnail {
  border-radius: 20px;
}

.single-attorney .attorney-thumbnail-container {
  margin-bottom: 22.5px;
}

@media screen and (min-width: 992px) {
  .single-attorney .attorney-thumbnail-container {
    margin-bottom: 45px;
  }
}
.single-attorney .main-content {
  position: relative;
  padding-top: 38px;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content {
    padding-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .single-attorney .main-content {
    padding-bottom: 0;
  }
}
.single-attorney .main-content:before {
  content: none;
}

@media (max-width: 767px) {
  .single-attorney .main-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 270px;
    background-image: url("../images/interiors-bg.webp");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .single-attorney .main-content:before {
    height: 230px;
  }
}
.single-attorney .attorney-credentials-container {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .single-attorney .attorney-credentials-container {
    margin-top: 52px;
  }
}
.single-attorney .attorney-credentials-item {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .single-attorney .attorney-credentials-item {
    margin-bottom: 52px;
  }
}
.single-attorney .attorney-credentials-item:last-child {
  margin-bottom: 0;
}

.single-attorney .attorney-credentials-header {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .single-attorney .attorney-credentials-header h2 {
    margin-bottom: 7px;
  }
}
.single-attorney .attorney-credentials-icon {
  margin-right: 10px;
}

@media (min-width: 370px) {
  .single-attorney .attorney-credentials-icon {
    margin-right: 14px;
  }
}
@media (min-width: 576px) {
  .single-attorney .attorney-credentials-icon {
    margin-right: 24px;
  }
}
.single-attorney .attorney-credentials-body {
  margin-top: 7px;
}

@media (min-width: 576px) {
  .single-attorney .attorney-credentials-body {
    margin-left: 30.5px;
  }
}
@media screen and (min-width: 768px) {
  .single-attorney .attorney-credentials-body {
    margin-left: 61px;
  }
}

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