/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* 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 .location-intro {
  background: #fff;
  padding-top: 66px;
  padding-bottom: 69px;
}

@media (max-width: 1199px) {
  .page-template-location .location-intro {
    padding-top: 66px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-intro {
    padding-top: 30px;
  }
}
@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: 95px;
  }
}
.page-template-location .location-intro .inner-col {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col {
    width: 100%;
    max-width: 474px;
    margin: 0 auto 69px;
  }
}
.page-template-location .location-intro .inner-col .location-details .sidebar-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 32px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 38px 25px 19.5px;
  border-bottom: 2px solid #F0F0F0;
}

@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col .location-details .sidebar-title {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 575px) {
  .page-template-location .location-intro .inner-col .location-details .sidebar-title {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 329px) {
  .page-template-location .location-intro .inner-col .location-details .sidebar-title {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.page-template-location .location-intro .inner-col .location-details-info-container {
  padding: 19.5px 42px 38px;
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 575px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 329px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.page-template-location .location-intro .inner-col .location-details .client-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .client-name {
    font-size: 17px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address {
  font-size: 16px;
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .inner-col .location-details .address {
    font-size: 17px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address__buttons {
  display: flex;
  align-items: center;
  margin-top: 26px;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
  padding: 1px 14px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
    min-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
    min-width: 150px;
    max-width: 160px;
    width: initial;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
    width: initial;
    min-width: initial;
  }
}
@media (max-width: 329px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn {
    padding: 1px 8px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address__buttons .btn span {
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.05em;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn span {
    font-size: 16px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address__buttons .btn.cw-modal {
  margin-left: 13px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn.cw-modal {
    margin-left: 18px;
    min-width: 183px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .location-details .address__buttons .btn.cw-modal {
    min-width: 150px;
  }
}
.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;
  }
}
@media screen and (min-width: 992px) {
  .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: 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%;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: var(--form-button-background);
  text-transform: initial;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 15px;
  color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
    line-height: 24px !important;
    max-width: 446px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button {
    max-width: 446px;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .button:is(:hover, :focus) {
  background-color: var(--form-button-hover);
}

.page-template-location .location-second-main-content {
  background-color: #ECF0F6;
  padding: 89px 0 77px;
}

@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: 95px;
  }
}
.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 {
  background-color: #ECF0F6;
  padding: 89px 0 77px;
}

@media (max-width: 1199px) {
  .page-template-location .location-third-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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: 95px;
  }
}
.page-template-location .awards-part {
  padding: 0;
  padding-top: 19px;
}

.page-template-location .cases-we-take {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-location .cases-we-take {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .cases-we-take {
    padding-top: 93px;
    padding-bottom: 89px;
  }
}
.page-template-location .cases-we-take.custom-pt {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-location .cases-we-take.custom-pt {
    padding-top: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .cases-we-take.custom-pt {
    padding-top: 93px;
  }
}
.page-template-location .cases-we-take-custom-col {
  margin-bottom: 15px;
}

.page-template-location .cases-we-take-item-container {
  position: relative;
  background-color: #CCDBF1;
  border-radius: 6px;
  padding: 18px 17px 17px;
  padding-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.page-template-location .cases-we-take-item-container:after {
  position: absolute;
  content: "";
  background-image: url("../images/arrows/icon-arrow-pa-accordion.svg");
  background-size: 17px 10px;
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  top: 50%;
  left: auto;
  right: 17px;
  transform: translateY(-50%) rotate(270deg);
}

.page-template-location .cases-we-take-item-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2F3742;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .cases-we-take-item-title {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .cases-we-take-item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .cases-we-take-btn-container {
    margin-top: 19px;
  }
}
.page-template-location .review-part {
  padding-top: 17px;
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  .page-template-location .review-part {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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: var(--text-color);
  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;
    text-align: center;
  }
}
@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;
  }
}

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