/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name:after {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font);
  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 {
  margin-top: -10px;
}

.post-type-archive-attorney .entry-content .attorney-block {
  max-width: 341px;
}

@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .attorney-block {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@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: 47.5%;
  float: left;
  position: relative;
}

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

.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 (max-width: 991px) {
  .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: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    width: 100%;
    float: left;
    position: relative;
  }
  .post-type-archive-attorney .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(1n) {
    margin-right: 0;
  }
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    margin-bottom: 30px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name {
  position: relative;
  display: flex;
  color: var(--color-neutral);
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name {
    /*
    width: 100%;
    align-items: center;
    */
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name span {
  padding: 15px 10px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name span {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name span {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name:after {
  content: "";
  width: 41px;
  flex: 0 0 41px;
  background-color: var(--color-secondary);
  background-image: url(../images/icons/icon-arrow-right-primary.svg);
  background-repeat: no-repeat;
  background-size: 22px 17px;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name:after {
    width: 60px;
    flex: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item .name:after {
    /*height: 100%;*/
  }
}
.post-type-archive-attorney .entry-content img {
  /*box-shadow: 0px 0px 47.46px 0px rgba(0, 0, 0, 0.25);*/
}

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

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

.post-type-archive-attorney .entry-content .image-holder img {
  width: initial;
}

.post-type-archive-attorney .entry-content .btn {
  color: #002247;
  margin-right: 0;
  font-size: 15px;
  padding: 10px 50px 10px 18px;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .post-type-archive-attorney .entry-content .btn {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.post-type-archive-attorney .entry-content .btn:hover {
  color: #412800;
}

.post-type-archive-attorney .entry-content .btn:after {
  right: 18px;
}

@media (max-width: 1439px) {
  .post-type-archive-attorney .entry-content .btn:after {
    right: 10px;
  }
}

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