/**
* 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,
.post-type-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,
.post-type-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,
.post-type-archive-result .results-wrap .result-item .result-taxonomy {
  color: #454545;
  font-size: 19px;
  font-weight: 600;
}

.page-template-archive-result .results-wrap .result-item p,
.post-type-archive-result .results-wrap .result-item p {
  padding-top: 15px;
  color: #454545;
  margin-bottom: 0;
}

.post-type-archive-firm-news-press .hero {
  padding-bottom: 165px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-firm-news-press .hero {
    padding-bottom: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-firm-news-press .hero {
    padding-bottom: 240px;
  }
}
.post-type-archive-firm-news-press .main-wrapper {
  overflow: visible;
}

.post-type-archive-firm-news-press .main-wrapper .main-content {
  padding-top: 0px;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .featured-image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .post-type-archive-firm-news-press .main-wrapper .main-content .featured-image {
    margin-bottom: 75px;
  }
}
.post-type-archive-firm-news-press .main-wrapper .main-content .featured-image img {
  border-radius: 50px;
  border-top: 1px solid #70CFFA;
  margin-top: -180px;
  z-index: 9;
  position: relative;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt {
  padding: 40px 20px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0 12px 30px 0 rgba(0, 5, 34, 0.25);
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt {
    padding: 40px 40px;
  }
}
.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .image {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .image {
    width: 29%;
    text-align: left;
  }
}
.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .image img {
  border-radius: 25px;
  background: url() lightgray 50%/cover no-repeat;
  box-shadow: 0 12px 30px 0 rgba(0, 5, 34, 0.25);
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post {
  width: 100%;
  margin-left: 3%;
  margin-top: 45px;
}

@media screen and (min-width: 992px) {
  .post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post {
    margin-top: 0px;
    width: 65%;
  }
}
.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .excerpt-title {
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
  margin-bottom: 22px;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .excerpt-title a {
  color: #143851;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .month {
  color: #2C2C2C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .excerpt-content {
  margin-top: 22px;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .btn-read-more-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  .post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .btn-read-more-wrap {
    text-align: left;
  }
}
.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .btn-read-more-wrap a {
  color: #152C5E;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  background: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #70CFFA;
  padding: 6px 20px;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .btn-read-more-wrap a:hover {
  background: #70CFFA;
}

.post-type-archive-firm-news-press .main-wrapper .main-content .inner-content .post-excerpt .blog-post .btn-read-more-wrap a:after {
  display: none;
}

.post-type-archive-firm-news-press .main-wrapper .blog-pagination ul li {
  padding-left: 0px !important;
}

.post-type-archive-firm-news-press .main-wrapper .blog-pagination ul li .current {
  border-color: #70CFFA;
  background: #70CFFA;
  color: #152c5e;
}

.post-type-archive-firm-news-press .main-wrapper .blog-pagination ul li:before {
  display: none !important;
}

.post-type-archive-firm-news-press .main-wrapper .blog-pagination ul li a {
  color: #152c5e;
  border: 1px solid #CECECE;
  background: #F0F0F0;
}

.post-type-archive-firm-news-press .main-wrapper .blog-pagination ul li a:hover {
  border-color: #70CFFA;
  background: #70CFFA;
  color: #152c5e;
}

.post-type-archive-firm-news-press .sidebar {
  top: 250px;
}

.post-type-archive-attorney .grid-attorney,
.page-template-archive-attorney .grid-attorney {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.post-type-archive-attorney .grid-attorney .attorney-item,
.page-template-archive-attorney .grid-attorney .attorney-item {
  margin-bottom: 75px;
  max-width: 320px;
}

.post-type-archive-attorney .grid-attorney .attorney-item .title,
.page-template-archive-attorney .grid-attorney .attorney-item .title {
  color: #454545;
  font-family: var(--secondary-font), sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 18px;
  text-align: center;
}

.post-type-archive-attorney .grid-attorney .attorney-item img,
.page-template-archive-attorney .grid-attorney .attorney-item img {
  border-radius: 20px;
  border: 4.718px solid #70CFFA;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
}

.post-type-archive-attorney .grid-attorney:after,
.page-template-archive-attorney .grid-attorney:after {
  display: none;
}

.post-type-archive-attorney .sidebar,
.page-template-archive-attorney .sidebar {
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .post-type-archive-attorney .sidebar,
.page-template-archive-attorney .sidebar {
    position: absolute;
    top: 50px;
    right: 0;
    width: 450px;
    max-width: 450px;
    margin: 0;
    padding: 0;
    z-index: 10;
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .post-type-archive-attorney .sidebar,
.page-template-archive-attorney .sidebar {
    width: 487px;
    max-width: 487px;
  }
}
.post-type-archive-attorney .sidebar .gform_wrapper .gform_footer .button,
.page-template-archive-attorney .sidebar .gform_wrapper .gform_footer .button {
  font-size: 16px !important;
  padding: 10px 10px 10px 10px !important;
  width: 100% !important;
}

.post-type-archive-attorney .sidebar .gform_wrapper .gform_footer .button:after,
.page-template-archive-attorney .sidebar .gform_wrapper .gform_footer .button:after {
  display: none !important;
}

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