/**
* 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);
  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 {
  background-color: var(--color-neutral);
}

.post-type-archive-attorney .main-content {
  background-image: url("../images/red-lines-w-gap.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .main-content {
    padding-top: 81px;
  }
}
@media (max-width: 1199px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .main-content .container {
    max-width: 1111px;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-type-archive-attorney .entry-content .archive-attorneys {
  gap: 31px;
}

@media (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .archive-attorneys {
    justify-content: center;
    gap: 25px;
  }
}
.post-type-archive-attorney .entry-content .attorney-item {
  max-width: 350px;
  margin-bottom: 25px;
}

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

.post-type-archive-attorney .entry-content img {
  border-radius: 25px;
  border: 3px solid rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content img {
    width: 60%;
  }
}
.post-type-archive-attorney .entry-content .h3-heading {
  font-family: Archivo;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 41px;
  margin-bottom: 20px;
}

@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-secondary);
  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 {
  margin: 0;
}

.post-type-archive-attorney .entry-content .btn--secondary-2 {
  min-width: 245px;
}

.page-template-archive-result {
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-archive-result .main-content {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-result .main-content {
    padding-bottom: 80px;
  }
}

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