/**
* 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 .grid-attorney .attorney-item {
  width: 29.4%;
  float: left;
  position: relative;
  margin-bottom: 35px !important;
}

.post-type-archive-attorney .grid-attorney .attorney-item:nth-child(n) {
  margin-right: 5.9%;
  margin-bottom: 5.9%;
}

.post-type-archive-attorney .grid-attorney .attorney-item:nth-child(3n) {
  margin-right: 0;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block {
  text-align: center;
  padding: 15px 0;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block h3 {
  padding-bottom: 3px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block h4 {
  padding-bottom: 3px;
  font-size: 15px;
  font-style: italic;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block p {
  font-size: 17px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .attorney-block p span {
  text-transform: capitalize;
}

.page-template-archive-attorney .content {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .page-template-archive-attorney .content {
    width: 58.3333333333%;
    padding-right: 15px !important;
  }
}
.page-template-archive-attorney .content ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-attorney .content ul .attorney-list-item {
    width: 30.6666666667%;
    float: left;
    position: relative;
    margin-bottom: 37px !important;
  }
  .page-template-archive-attorney .content ul .attorney-list-item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-attorney .content ul .attorney-list-item {
    width: 45.666667%;
  }
}
.page-template-archive-attorney .content ul .attorney-list-item__name {
  display: block;
  padding: 0;
  margin-top: 10px;
  color: #162D5D;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.page-template-archive-attorney .content ul .attorney-list-item__license {
  padding: 0;
  margin-top: 10px;
  position: relative;
  color: #4781CB;
  font-size: 14px;
  padding-left: 17px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}

.page-template-archive-attorney .content ul .attorney-list-item__license:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  background: url(../images/icon-map-pin-blue.svg) center/contain no-repeat;
  left: 0;
  top: 0;
}

/*# sourceMappingURL=archive-attorney.css.map*/