/**
* 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);
  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 h1 {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .post-type-archive-attorney h1 {
    margin-top: initial;
    margin-bottom: 25px;
  }
}
.post-type-archive-attorney .entry-content h2 {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-attorney .entry-content .grid-attorney {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item {
    text-align: left;
    width: 40%;
    margin-right: 10%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-attorney .entry-content .grid-attorney .attorney-item:last-child {
    /*margin-right: 0px;*/
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .heading {
  padding-top: 30px;
  color: #fff;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

.post-type-archive-attorney .entry-content .grid-attorney .heading a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .heading {
    padding-top: 35px;
    font-size: 32px;
    line-height: 40px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .position {
  display: block;
  padding-top: 0px;
  color: rgba(3, 9, 25, 0.8);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-attorney .entry-content .grid-attorney .position {
    font-size: 18px;
    line-height: 33px;
  }
}
.post-type-archive-attorney .entry-content .grid-attorney .view-profile {
  padding-top: 10px;
  color: var(--color-primary);
  font-family: var(--main-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.post-type-archive-attorney .entry-content .grid-attorney .view-profile a {
  text-decoration: none;
  color: var(--color-primary);
}

.post-type-archive-attorney .entry-content .grid-attorney .view-profile a svg {
  margin-left: 6px;
}

.post-type-archive-attorney .entry-content img {
  border-radius: 24px;
  border: 1px solid #1D2E7A;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

@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: 0px;
}

@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*/