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

@media screen and (min-width: 992px) {
  .single-attorney .main-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42.5%;
    height: 100%;
    background-image: url(../images/bg-pattern.svg);
    background-repeat: repeat;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-wrapper:before {
    width: 41.6%;
  }
}
.single-attorney-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content {
    padding-top: 55px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney-content {
    padding-bottom: 80px;
  }
}
.single-attorney-content .sidebar {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .sidebar {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney-content .sidebar {
    padding-top: 9px;
    max-width: 100%;
  }
}
.single-attorney-content .sidebar .sidebar-content-holder {
  max-width: 465px;
}

@media (max-width: 991px) {
  .single-attorney-content .sidebar .sidebar-content-holder {
    margin: 0 auto;
  }
}
.single-attorney-content .attorney-image {
  margin-bottom: -44px;
  text-align: center;
}

.single-attorney-content .attorney-info-holder {
  position: relative;
  padding: 39px 15px;
  margin: 0 auto 40px;
  max-width: 465px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .single-attorney-content .attorney-info-holder {
    margin-bottom: 83px;
    padding-bottom: 71px;
  }
}
.single-attorney-content .attorney-info-holder .attorney-awards {
  margin-bottom: 34px;
  text-align: center;
}

.single-attorney-content .attorney-info-holder .attorney-awards .swiper-wrapper {
  align-items: center;
}

.single-attorney-content .attorney-info-holder .attorney-awards .swiper-button-next {
  right: 0;
}

.single-attorney-content .attorney-info-holder .attorney-awards .swiper-button-prev {
  left: 0;
}

.single-attorney-content .attorney-info-holder .attorney-awards .swiper-button-prev,
.single-attorney-content .attorney-info-holder .attorney-awards .swiper-button-next {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .single-attorney-content .attorney-info-holder .attorney-awards .award-item {
    padding: 0 45px;
  }
}
.single-attorney-content .attorney-info-holder .info {
  text-align: center;
}

.single-attorney-content .attorney-info-holder .info .name {
  margin-bottom: -4px;
  color: #1C1A1B;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
}

.single-attorney-content .attorney-info-holder .info .position {
  margin-bottom: 3px;
  color: #1C1A1B;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.single-attorney-content .attorney-info-holder .info .phone {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 44px;
}

.single-attorney-content .attorney-info-holder .info .phone a {
  color: #1C1A1B;
}

.single-attorney-content .attorney-info-holder .info .phone img {
  margin-right: 7px;
}

.single-attorney-content .attorney-info-holder .info .btn-wrapper {
  margin-top: 13px;
}

.single-attorney-content .attorney-info-holder .info .btn-wrapper .btn {
  max-width: 305px;
  width: 100%;
}

.single-attorney-content .attorney-main-content .page-title {
  margin-bottom: 30px;
}

.single-attorney-content .attorney-main-content .page-title.title__border:after {
  margin-top: 26px;
}

@media (max-width: 991px) {
  .single-attorney-content .attorney-main-content .page-title {
    text-align: center;
  }
  .single-attorney-content .attorney-main-content .page-title.title__border:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-attorney-content .attorney-credentials {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .attorney-credentials {
    margin-top: 60px;
    padding-left: 3px;
  }
}
.single-attorney-content .attorney-credentials .credential-item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .single-attorney-content .attorney-credentials .credential-item {
    padding-bottom: 13px;
    margin-bottom: 40px;
  }
}
.single-attorney-content .attorney-credentials .credential-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-attorney-content .attorney-credentials .credential-item .icon-holder {
  margin-right: 10px;
  flex: 0 0 35px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .attorney-credentials .credential-item .icon-holder {
    margin-right: 23px;
    flex: 0 0 50px;
  }
}
.single-attorney-content .attorney-credentials .credential-item .info-holder {
  width: 100%;
}

.single-attorney-content .attorney-credentials .credential-item .info-holder .credential-title {
  margin-bottom: 15px;
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .attorney-credentials .credential-item .info-holder .credential-title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 38px;
  }
}
.single-attorney-content .attorney-credentials .credential-item .info-holder .credential-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .attorney-credentials .credential-item .info-holder .credential-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
    margin-bottom: 16px;
  }
}
.single-attorney-content .bottom-attorney {
  margin-top: 40px;
}

.single-attorney-content .bottom-attorney .attorney-item {
  position: relative;
  margin-bottom: 30px;
}

.single-attorney-content .bottom-attorney .attorney-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .single-attorney-content .bottom-attorney .attorney-item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .single-attorney-content .bottom-attorney .attorney-item {
    text-align: center;
    background-color: var(--color-neutral);
  }
  .single-attorney-content .bottom-attorney .attorney-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #fff;
  }
}
.single-attorney-content .bottom-attorney .attorney-item .image-holder {
  position: relative;
  flex: 0 0 145px;
  max-width: 145px;
}

@media screen and (min-width: 768px) {
  .single-attorney-content .bottom-attorney .attorney-item .image-holder {
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney-content .bottom-attorney .attorney-item .image-holder {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
@media (max-width: 1199px) {
  .single-attorney-content .bottom-attorney .attorney-item .image-holder {
    margin: 0 auto;
  }
}
.single-attorney-content .bottom-attorney .attorney-item .info-holder {
  padding: 38px 20px;
  width: 100%;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 1200px) {
  .single-attorney-content .bottom-attorney .attorney-item .info-holder {
    padding: 50px 57px;
  }
}
.single-attorney-content .bottom-attorney .attorney-item .info-holder .name {
  position: relative;
  margin-bottom: 22px;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4.7px;
  text-transform: uppercase;
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .name a {
  color: var(--color-secondary);
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .name a:hover {
  color: var(--color-primary);
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .name:after {
  content: "";
  display: block;
  margin: 19px 0 0;
  height: 2px;
  width: 119px;
  background-color: #ccc;
}

@media (max-width: 1199px) {
  .single-attorney-content .bottom-attorney .attorney-item .info-holder .name:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-attorney-content .bottom-attorney .attorney-item .info-holder .excerpt {
  max-width: 319px;
}

@media (max-width: 1199px) {
  .single-attorney-content .bottom-attorney .attorney-item .info-holder .excerpt {
    margin: 0 auto;
  }
}
.single-attorney-content .bottom-attorney .attorney-item .info-holder .btn-wrapper {
  margin-top: 20px;
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .btn-wrapper .btn-bio {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 20px;
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .btn-wrapper .btn-bio img {
  margin-left: 6px;
  transition: all 0.2s ease;
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .btn-wrapper .btn-bio:hover {
  color: #235BB4;
}

.single-attorney-content .bottom-attorney .attorney-item .info-holder .btn-wrapper .btn-bio:hover img {
  margin-left: 12px;
  filter: brightness(3);
}

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