/**
* 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;
}

.page-template-archive-result .results-wrap .result-item {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
  padding-top: 23px;
  text-align: center;
  margin-bottom: 35px;
}

.page-template-archive-result .results-wrap .result-item .result-title {
  color: var(--color-primary);
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: var(--secondary-font), sans-serif;
}

.page-template-archive-result .results-wrap .result-item .result-taxonomy {
  color: var(--text-color);
  font-size: 19px;
  text-transform: capitalize;
}

.page-template-archive-result .results-wrap .result-item p {
  padding-top: 15px;
  color: var(--text-color);
}

.post-type-archive-attorney .grid:after {
  content: none;
}

.post-type-archive-attorney .grid-attorney {
  display: block;
}

@media screen and (min-width: 768px) {
  .post-type-archive-attorney .grid-attorney {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.post-type-archive-attorney .grid-attorney .attorney-item {
  margin-bottom: 50px;
  width: 100%;
  /*
  &:nth-child(even) {
      margin-left: 25px;
  }
  &:nth-child(odd) {
      margin-right: 25px;
  }
  */
}

@media screen and (min-width: 768px) {
  .post-type-archive-attorney .grid-attorney .attorney-item {
    width: 42%;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-attorney .grid-attorney .attorney-item {
    width: 50%;
  }
}
.post-type-archive-attorney .grid-attorney .attorney-item img {
  background: url(./) lightgray -20.836px 30.677px/112.628% 99.32% no-repeat, url() lightgray 50%/cover no-repeat;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
}

.post-type-archive-attorney .grid-attorney .attorney-item .title {
  margin-top: 15px;
  font-size: 36px;
  line-height: 44px;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .position {
  font-size: 24px;
  line-height: 32px;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  letter-spacing: 0.48px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
}

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