/**
* 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-location .sidebar .sidebar-item:last-child > div:not(:empty) {
  margin-bottom: 75px;
}

.page-template-location .location-intro {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-intro {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-intro {
    padding-top: 10px;
  }
}
.page-template-location .location-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  z-index: -2;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-location .location-intro .col-xl-8 {
    padding-left: 75px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-intro .sidebar .sidebar-item > div:not(:empty) {
    margin-left: initial;
    margin-right: initial;
  }
}
.page-template-location .location-intro .image-holder {
  float: none;
  max-width: 100%;
  margin-right: 0;
  padding-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .image-holder {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-location .location-intro .image-holder {
    max-width: 874px;
  }
}
.page-template-location .location-intro .image-holder img {
  border-top-left-radius: 80px;
}

@media (max-width: 575px) {
  .page-template-location .location-intro .image-holder img {
    border-top-left-radius: 60px;
  }
}
.page-template-location .location-intro .inner-col .sidebar-title {
  text-transform: uppercase;
}

.page-template-location .location-intro .inner-col .map-sidebar {
  background-color: #fff;
  padding: 31px 50px;
  max-width: 390px;
  border-radius: 10px;
  margin-bottom: 75px;
}

.page-template-location .location-intro .inner-col .map-sidebar .location {
  text-align: center;
}

.page-template-location .location-intro .inner-col .map-sidebar .location img {
  max-width: 230px;
}

.page-template-location .location-intro .inner-col .map-sidebar .sidebar-title {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .page-template-location .location-intro .inner-col .map-sidebar .sidebar-title {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .map-sidebar .sidebar-title {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.page-template-location .location-intro .inner-col .map-sidebar address {
  margin-bottom: 0;
}

.page-template-location .location-intro .inner-col .map-sidebar .office-info-phone {
  color: #212529;
}

.page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons {
  padding: 10px 0 15px;
}

.page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons a, .page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons button {
  color: var(--color-secondary);
  text-decoration: underline;
}

.page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons a:hover, .page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons button:hover {
  color: rgb(53.4426229508, 56.1147540984, 109.5573770492);
}

.page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons .btn {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0;
  line-height: 0;
  margin-left: 12px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .map-sidebar .office-info__buttons .btn-form {
    font-size: 14px;
  }
}
.page-template-location .location-contact {
  background-color: #262D6F;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .page-template-location .location-contact {
    padding-top: 40px;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-top .form-title {
    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: 1400px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form {
    flex-direction: row;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form .gform_body .gfield_label,
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form .gform_body .gfield-choice-input + label {
  background-color: #262D6F;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body label {
  color: #fff;
}

@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 .btn {
  min-width: 220px;
}

.page-template-location .location-second-main-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
}

@media screen and (min-width: 1200px) {
  .page-template-location .location-second-main-content {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-second-main-content .col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-location .location-second-main-content .col-xl-8 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .sidebar .sidebar-item:last-child > div:not(:empty) {
    margin-bottom: 0;
  }
}
.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 p {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.07em;
  padding-right: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap p {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icon-list {
    justify-content: center;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .social-icon-list li {
  margin-left: 20px;
}

.page-template-location .location-second-main-content .social-contact-wrap .social-icon-list li:first-of-type {
  margin-left: 0;
}

.page-template-location .location-second-main-content .social-contact-wrap .social-icon-list li a {
  background-color: #fff;
}

.page-template-location .location-third-main-content {
  padding-top: 50px;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
}

@media screen and (min-width: 992px) {
  .page-template-location .location-third-main-content {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-third-main-content {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-third-main-content .col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-location .location-third-main-content .col-xl-8 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-third-main-content .sidebar .sidebar-item:last-child > div:not(:empty) {
    margin-bottom: 0;
  }
}
.page-template-location .review-part {
  padding-top: 40px;
  padding-bottom: 40px;
}

.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 {
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  line-height: 32px;
  letter-spacing: 0.07em;
  padding-right: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .page-template-location .review-part .container p.review-part-title {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .page-template-location .review-part .container p.review-part-title {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .page-template-location .review-part .container p.review-part-title {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.page-template-location .review-part .container .item {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .page-template-location .review-part .container .item {
    padding: 5px 10px;
  }
}

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