/**
* 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-our-team .entry-content h2 {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney,
.page-template-our-team .entry-content .grid-attorney {
    text-align: center;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item,
.page-template-our-team .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),
.page-template-our-team .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),
.page-template-our-team .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,
.page-template-our-team .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),
.page-template-our-team .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),
.page-template-our-team .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,
.page-template-our-team .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),
.page-template-our-team .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),
.page-template-our-team .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-our-team .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-our-team .entry-content .grid-attorney .attorney-item:nth-child(n) {
    margin-right: 6%;
    margin-bottom: 6%;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:nth-child(1n),
.page-template-our-team .entry-content .grid-attorney .attorney-item:nth-child(1n) {
    margin-right: 0;
  }
}
.post-type-archive-attorney .entry-content img,
.page-template-our-team .entry-content img {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content img,
.page-template-our-team .entry-content img {
    width: 60%;
  }
}
.post-type-archive-attorney .entry-content .h3-heading,
.page-template-our-team .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,
.page-template-our-team .entry-content .h3-heading {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.post-type-archive-attorney .entry-content .h3-heading a,
.page-template-our-team .entry-content .h3-heading a {
  color: var(--color-primary);
  text-decoration: none;
}

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

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

.post-type-archive-attorney .entry-content .attorney-block,
.page-template-our-team .entry-content .attorney-block {
  text-align: center;
}

.post-type-archive-attorney .entry-content .h4,
.page-template-our-team .entry-content .h4 {
  font-size: 19px;
  color: var(--color-primary);
}

/*# sourceMappingURL=our-team.css.map*/