/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  Why Choose Us Section variables
**************************/
/* 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: "Libre Bodoni", serif;
}

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

.page-template-archive-result .results-wrap .result-item p {
  padding-top: 15px;
  color: #353535;
}

.post-type-archive-attorney .widget_cw_team_widget, .post-type-archive-attorney .widget_cw_testimonial_widget, .post-type-archive-attorney .widget_cw_testimonial_widget_child {
  display: none;
}

.post-type-archive-attorney .widget_cw_awards_widget {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .post-type-archive-attorney .grid-attorney {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.post-type-archive-attorney .team-item {
  position: relative;
}

@media (min-width: 1200px) {
  .post-type-archive-attorney .team-item {
    width: 47.05%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .team-item:nth-child(n) {
    margin-right: 5.9%;
    margin-bottom: 5.9%;
  }
  .post-type-archive-attorney .team-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .team-item {
    width: 46.5%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .team-item:nth-child(n) {
    margin-right: 7%;
    margin-bottom: 7%;
  }
  .post-type-archive-attorney .team-item:nth-child(2n) {
    margin-right: 0;
  }
  .post-type-archive-attorney .team-item {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .team-item {
    width: 49%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .team-item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .post-type-archive-attorney .team-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .team-item {
    margin-bottom: 35px !important;
  }
}
.post-type-archive-attorney .team-item .image-holder {
  position: relative;
  border: 2px solid #E8B36C;
}

.post-type-archive-attorney .team-item .image-holder:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 55, 67, 0) 57.1%, #1D3743 89.69%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .team-item .image-holder img {
    width: 100%;
  }
}
.post-type-archive-attorney .team-item .team-info {
  position: absolute;
  padding: 10px 14px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.post-type-archive-attorney .team-item .team-info .name {
  font-family: "Libre Bodoni", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .team-item .team-info .name {
    font-size: 23px;
    line-height: 23px;
  }
}
.post-type-archive-attorney .team-item .team-info .btn-wrapper {
  margin-top: 23px;
  margin-bottom: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .team-item .team-info .btn-wrapper .btn {
    min-width: 215px;
  }
}

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