/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
  transition: all 0.2s ease;
}

.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-location.with-featured-img .breadcrumb-container {
  position: relative;
}

.page-template-location.with-featured-img .breadcrumb-container:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .page-template-location.with-featured-img .breadcrumb-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 288px;
    background-image: url("../images/generic-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-template-location .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 46px;
}

.page-template-location .awards-part {
  padding-top: 0;
  padding-bottom: 20px;
}

.page-template-location .location-intro {
  padding-top: 0;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .entry-content.col-xl-8,
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .content.col-xl-8 {
    padding-left: 100px;
  }
}
.page-template-location .location-intro .inner-col.location-details-wrap {
  margin-bottom: 170px;
}

@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col.location-details-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col {
    width: 100%;
    max-width: 441px;
    margin: 0 auto 45px;
  }
}
.page-template-location .location-intro .inner-col .location-details .sidebar-title {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3d3d3d;
  padding-left: 5px;
  padding-bottom: 16px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--accent-color);
  text-align: left;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .inner-col .location-details .sidebar-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-intro .inner-col .location-details .sidebar-title {
    border-bottom: 1.5px solid var(--accent-color);
  }
}
.page-template-location .location-intro .inner-col .location-details-info-container {
  padding: 28px 19px 23px;
  background-color: #F5F5F5;
  border: 1px solid #D4DDED;
  border-radius: 20px;
}

.page-template-location .location-intro .inner-col .location-details .client-name {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3d3d3d;
  padding-bottom: 16px;
}

.page-template-location .location-intro .inner-col .location-details .address {
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
  margin-bottom: 17px;
}

.page-template-location .location-intro .inner-col .location-details .address__phone {
  display: block;
  margin-top: 17px;
}

.page-template-location .location-intro .inner-col .location-details .address__phone a {
  color: #3d3d3d;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 13px;
  margin-top: 17px;
  max-width: 294px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons {
    margin-bottom: 17px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address__buttons a,
.page-template-location .location-intro .inner-col .location-details .address__buttons button {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 16px;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons a:before {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("../images/icon-get-directions.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons button {
  background-color: rgba(255, 0, 0, 0);
  border: unset;
  padding: 0;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons button:before {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("../images/icon-office-hours.svg");
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.page-template-location .location-intro .inner-col .location-details figure {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col .location-details figure {
    text-align: center;
  }
}
.page-template-location .location-intro .inner-col .location-details figure img {
  border: 1px solid var(--accent-color);
  backdrop-filter: blur(11.9px);
  -webkit-backdrop-filter: blur(11.9px);
  border-radius: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .inner-col .location-details figure img {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col .location-details figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-location .location-contact {
  background: url("../images/bg-location-contact.png"), var(--color-primary);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-contact {
    padding-top: 73px;
    padding-bottom: 84px;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
  font-family: var(--secondary-font), sans-serif;
  color: var(--form-title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  max-width: initial;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
    font-size: 25px;
    line-height: 32px;
    text-align: left;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-top p {
  color: #fff;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form .gfield.gfield--width-half {
    grid-column: 1/-1;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
    padding-right: 30px;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer {
  width: 225.39px;
}

@media (max-width: 991px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer {
    width: 100%;
    justify-content: center;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
  display: block;
  width: 100%;
  background-color: var(--form-button-background);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px !important;
  text-transform: uppercase;
  border-radius: 70px;
  color: #fff;
  padding: 5px 10px 2px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
    max-width: 446px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
    font-size: 22px;
    padding: 18px 10px 14px;
    line-height: 16px;
    letter-spacing: 1px;
    max-width: 446px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
    padding: 10px 10px 7px;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button:is(:hover, :focus) {
  background-color: var(--form-button-hover);
  border-color: var(--color-tertiary);
}

.page-template-location .location-second-main-content {
  padding: 89px 0 60px;
}

@media (max-width: 1199px) {
  .page-template-location .location-second-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-second-main-content .container .row > .entry-content.col-xl-8,
  .page-template-location .location-second-main-content .container .row > .content.col-xl-8 {
    padding-right: 100px;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    margin-top: 18px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    display: block;
    text-align: center;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap {
    display: block;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap p {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap p {
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap .social-icon-list {
    justify-content: center;
  }
}
.page-template-location .location-third-main-content {
  padding: 40px 0 38.5px;
}

@media (max-width: 1199px) {
  .page-template-location .location-third-main-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-third-main-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-third-main-content {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-third-main-content .container .row > .entry-content.col-xl-8,
  .page-template-location .location-third-main-content .container .row > .content.col-xl-8 {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-third-main-content .container .row .sidebar {
    padding-top: 45px;
  }
}
.page-template-location .review-part {
  padding-top: 17px;
  padding-bottom: 41px;
}

@media (max-width: 767px) {
  .page-template-location .review-part {
    padding-bottom: 45px;
  }
}
.page-template-location .review-part .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .page-template-location .review-part .container {
    flex-direction: column;
    padding-top: 0;
  }
}
.page-template-location .review-part .container p.review-part-title {
  color: #000;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 20px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page-template-location .review-part .container p.review-part-title {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-template-location .review-part .container p.review-part-title {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-location .review-part .container p.review-part-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-location .review-part .container .item {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .page-template-location .review-part .container .item {
    padding: 5px 10px;
  }
}
.page-template-location .results-part {
  padding-bottom: 40px;
  border-top: 1px solid #E6E6E6;
}

.page-template-location .results-part.pa-loc-hero-bc {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-location .results-part.pa-loc-hero-bc {
    padding-bottom: 50px;
  }
}

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