/**
* 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 (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .main-content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .main-content {
    padding-bottom: 100px;
  }
}
.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: 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: 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 (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 45%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 10%;
    margin-bottom: 10%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(2n) {
    margin-right: 0;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-last-child(-n+4):nth-last-child(-n+3) {
    margin-bottom: 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: 4%;
    margin-bottom: 4%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n) {
    margin-right: 0;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:last-of-type {
    margin-bottom: 0;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image {
  border: 5.98px solid transparent;
  border-image: linear-gradient(180deg, rgb(159, 132, 91), rgb(255, 214, 157), rgb(159, 132, 91)) 1;
  background: linear-gradient(180deg, #AD9779 0%, #8B785D 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 244px;
  height: 245px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image {
    width: 380px;
    height: 389px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image img {
  object-fit: contain;
  max-height: 100%;
}

@media (max-width: 1399px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image img {
    height: 273px;
  }
}
@media (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .image img {
    height: 225px;
  }
}
.post-type-archive-attorney .entry-content .h3-heading {
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  margin-top: 35px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .h3-heading {
    font-size: 21px;
  }
}
.post-type-archive-attorney .entry-content .h3-heading a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 400;
}

.post-type-archive-attorney .entry-content .position {
  color: #797979;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-type-archive-attorney .entry-content .btn {
  letter-spacing: 2px;
  margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-result .main-content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-result .main-content {
    padding-bottom: 100px;
  }
}
.page-template-archive-result h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-archive-result h2 {
  padding-bottom: 20px;
  margin-top: 20px;
}

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