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

@media (max-width: 991px) {
  .single-attorney .main-content .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1440px) {
  .single-attorney .main-content .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .main-content .entry-content {
    padding-left: 100px;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1440px) {
  .single-attorney .main-content .entry-content {
    padding-left: 148px;
  }
}
@media screen and (min-width: 1460px) {
  .single-attorney .main-content .entry-content {
    padding-right: 0 !important;
  }
}
.single-attorney .main-content .learn-more {
  max-width: 830px;
}

@media screen and (min-width: 992px) {
  .single-attorney .main-content .learn-more {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .main-content .learn-more {
    padding-left: 0;
  }
}
.single-attorney .main-content .learn-more .breadcrumb-container .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 35px;
}

.single-attorney .attorney-thumbnail-wrap {
  position: relative;
  margin-bottom: 50px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .single-attorney .attorney-thumbnail-wrap {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .attorney-thumbnail-wrap img {
    height: 100%;
  }
}
.single-attorney .attorney-thumbnail-wrap:before {
  content: "";
  background-color: var(--accent-color);
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .single-attorney .sidebar {
    margin-top: -465px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .single-attorney .sidebar {
    margin-top: -498px;
  }
}
@media (max-width: 991px) {
  .single-attorney .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget {
    margin-bottom: 0px;
  }
}
.single-attorney .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-prev {
  left: 9px !important;
}

@media screen and (min-width: 480px) {
  .single-attorney .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-prev {
    left: 36px !important;
  }
}
.single-attorney .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-next {
  right: 9px !important;
}

@media screen and (min-width: 480px) {
  .single-attorney .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-button-next {
    right: 36px !important;
  }
}

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