/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.single-attorney .meet-our-other-attorneys .attorney-item .name:after {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font);
  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 {
  position: relative;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content {
    padding: 94px 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .main-content {
    padding-bottom: 108px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .main-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32.7%;
    height: 100%;
    background-color: #193546;
  }
}
.single-attorney .main-content .breadcrumb-container {
  position: absolute;
  top: -53px;
  left: 0;
}

@media (min-width: 1400px) {
  .single-attorney .main-content .sidebar {
    padding-right: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .sidebar .sidebar-item:not(:empty) {
    max-width: 576px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget {
    padding: 37px 15px 42px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .sidebar-title {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-wrap-holder {
    max-width: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-wrap-holder .awards-holder:last-child {
    max-width: 362px;
  }
}
.single-attorney .main-content .attorney-image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content .attorney-image {
    margin-top: 12px;
    margin-bottom: 93px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-attorney .main-content .attorney-image {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .single-attorney .main-content .attorney-image {
    max-width: 350px;
  }
}
.single-attorney .main-content .attorney-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid var(--color-secondary);
}

.single-attorney .main-content .attorney-content-holder {
  position: relative;
}

@media (min-width: 1400px) {
  .single-attorney .main-content .attorney-content-holder {
    margin-left: auto;
    margin-right: 6px;
    max-width: 714px;
  }
}
.single-attorney .main-content .attorney-info {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info {
    padding-bottom: 44px;
    margin-bottom: 37px;
  }
}
.single-attorney .main-content .attorney-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 3px;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info:after {
    width: 92px;
  }
}
.single-attorney .main-content .attorney-info .name {
  padding-bottom: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info .name {
    margin-bottom: 13px;
  }
}
.single-attorney .main-content .attorney-info .name:after {
  display: none;
}

.single-attorney .main-content .attorney-info .position {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info .position {
    margin-bottom: 19px;
  }
}
.single-attorney .main-content .attorney-info .contact-info {
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info .contact-info {
    align-items: center;
    gap: 38px;
  }
}
@media (max-width: 767px) {
  .single-attorney .main-content .attorney-info .contact-info {
    flex-direction: column;
  }
}
.single-attorney .main-content .attorney-info .contact-info .info {
  display: flex;
  align-items: center;
}

.single-attorney .main-content .attorney-info .contact-info .info .icon-holder {
  margin-top: 2px;
  margin-right: 8px;
}

.single-attorney .main-content .attorney-info .contact-info .info a {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .attorney-info .contact-info .info a {
    font-size: 27px;
  }
}
.single-attorney .main-content .credentials {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .single-attorney .main-content .credentials {
    margin-top: 40px;
  }
}
.single-attorney .main-content .credentials .credential-item {
  margin-bottom: 30px;
}

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

.single-attorney .meet-our-other-attorneys {
  padding: 40px 0 128px;
  background-color: #14242D;
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys {
    padding: 80px 0 170px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .meet-our-other-attorneys {
    padding: 89px 0 163px;
  }
}
.single-attorney .meet-our-other-attorneys .section-title-small {
  margin-bottom: 30px;
  color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys .section-title-small {
    margin-bottom: 48px;
  }
}
.single-attorney .meet-our-other-attorneys .attorney-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys .attorney-list {
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .single-attorney .meet-our-other-attorneys .attorney-list {
    gap: 76px;
  }
}
@media (max-width: 991px) {
  .single-attorney .meet-our-other-attorneys .attorney-list {
    flex-direction: column;
  }
}
.single-attorney .meet-our-other-attorneys .attorney-item {
  margin: 0 auto;
  display: flex;
  max-width: 341px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys .attorney-item {
    max-width: 442px;
  }
}
.single-attorney .meet-our-other-attorneys .attorney-item .image-holder {
  flex: 0 0 82px;
  height: 100px;
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys .attorney-item .image-holder {
    flex: 0 0 110px;
    height: 134px;
  }
}
.single-attorney .meet-our-other-attorneys .attorney-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-attorney .meet-our-other-attorneys .attorney-item .name {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--color-neutral);
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 1px;
  background-color: var(--color-primary);
}

.single-attorney .meet-our-other-attorneys .attorney-item .name span {
  padding: 15px 10px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .single-attorney .meet-our-other-attorneys .attorney-item .name span {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-attorney .meet-our-other-attorneys .attorney-item .name span {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.single-attorney .meet-our-other-attorneys .attorney-item .name:after {
  content: "";
  width: 41px;
  flex: 0 0 41px;
  height: 100%;
  background-color: var(--color-secondary);
  background-image: url(../images/icons/icon-arrow-right-primary.svg);
  background-repeat: no-repeat;
  background-size: 22px 17px;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .single-attorney .meet-our-other-attorneys .attorney-item .name:after {
    width: 55px;
    flex: 0 0 55px;
    background-size: 26px 20px;
  }
}

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