/**
* 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, .page-template-archive-attorney .entry-content h2 {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney, .page-template-archive-attorney .entry-content .grid-attorney {
    text-align: center;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item, .page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 32%;
  float: left;
  position: relative;
}

.post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n), .page-template-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(3n), .page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item, .page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 30.6666666667%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n), .page-template-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(3n), .page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item, .page-template-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), .page-template-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), .page-template-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, .page-template-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), .page-template-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), .page-template-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney, .page-template-archive-attorney .entry-content .grid-attorney {
    display: flex;
    flex-direction: column;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item, .page-template-archive-attorney .entry-content .grid-attorney .attorney-item {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
.post-type-archive-attorney .entry-content img, .page-template-archive-attorney .entry-content img {
  border-radius: 0;
  background: linear-gradient(180deg, #AB1E38 6.41%, #000000 93.67%);
  border: 3px solid #D62C4C;
  padding-top: 20px;
}

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

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

.post-type-archive-attorney .entry-content .h4, .page-template-archive-attorney .entry-content .h4 {
  font-size: 18px;
}

.post-type-archive-attorney .entry-content .image-holder, .page-template-archive-attorney .entry-content .image-holder {
  max-width: initial;
  padding-top: 20px;
  margin-bottom: 7px;
}

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

.post-type-archive-attorney .grid-attorney, .page-template-archive-attorney .grid-attorney {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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