/**
* 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;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
  width: 49%;
  float: left;
  position: relative;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 48%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 48.5%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n) {
    margin-right: 0;
  }
}
.post-type-archive-attorney .entry-content img {
  border-radius: 5px;
  border: 1px solid var(--accent-color);
  box-shadow: 0px 0px 47.46px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content img {
    width: 60%;
  }
}
.post-type-archive-attorney .entry-content .h3-heading {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-primary);
  font-size: 27px;
  padding-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.post-type-archive-attorney .entry-content .h3-heading a {
  color: var(--color-primary);
  text-decoration: none;
}

.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;
}

.post-type-archive-attorney .entry-content .btn {
  color: #002247;
  margin-right: 0;
  font-size: 15px;
  padding: 10px 50px 10px 18px;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.post-type-archive-attorney .entry-content .btn:hover {
  color: #412800;
}

.post-type-archive-attorney .entry-content .btn:after {
  right: 18px;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .btn:after {
    right: 10px;
  }
}

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