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

.post-type-archive-attorney .entry-content h2 {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .post-type-archive-attorney .entry-content .grid-attorney .col-right {
    width: 90%;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid var(--Color-stroke, #C2C5C8);
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .col-right {
    padding-left: 40px;
  }
}
.post-type-archive-attorney .entry-content img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content img {
    width: 60%;
  }
}
.post-type-archive-attorney .entry-content .h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .h4 {
    margin-top: -5px;
  }
}
.post-type-archive-attorney .entry-content .heading {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .post-type-archive-attorney .entry-content .heading {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    text-align: center;
  }
}
.post-type-archive-attorney .entry-content .attorneys__image {
  width: 236px;
  height: 268px;
  border-radius: 300px;
  overflow: hidden;
  margin: 0 auto 32px;
  position: relative;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .attorneys__image {
    margin-bottom: 25px;
  }
}
.post-type-archive-attorney .entry-content .attorneys__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.post-type-archive-attorney .entry-content .attorneys__image:before {
  position: absolute;
  content: "";
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background: rgb(56, 117, 173);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.post-type-archive-attorney .entry-content .attorney-qa {
  text-align: left;
}

.post-type-archive-attorney .entry-content .image-holder {
  max-width: initial;
  padding-top: 0;
  margin-bottom: 30px;
}

.post-type-archive-attorney .entry-content .image-holder img {
  width: initial;
}

/*# sourceMappingURL=archiveCPTs.css.map*/