/**
* 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 .location-intro,
.home.lang-es .location-intro {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro,
.home.lang-es .location-intro {
    padding-bottom: 50px;
  }
}
.page-template-location .location-intro .location-details .info-holder,
.home.lang-es .location-intro .location-details .info-holder {
  color: var(--text-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}

.page-template-location .location-intro .location-details .info-holder .firm-name,
.home.lang-es .location-intro .location-details .info-holder .firm-name {
  font-weight: 700;
}

.page-template-location .location-intro .location-details .info-holder address,
.home.lang-es .location-intro .location-details .info-holder address {
  margin: 0;
}

.page-template-location .location-intro .location-details .info-holder .phone a,
.home.lang-es .location-intro .location-details .info-holder .phone a {
  color: var(--text-color);
}

.page-template-location .location-intro .location-details .info-holder .office-info__buttons,
.home.lang-es .location-intro .location-details .info-holder .office-info__buttons {
  margin-top: 22px;
}

.page-template-location .location-intro .location-details .info-holder .office-info__buttons .btn,
.home.lang-es .location-intro .location-details .info-holder .office-info__buttons .btn {
  padding: 0;
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--color-primary);
  border-radius: 0;
}

.page-template-location .location-intro .location-details .info-holder .office-info__buttons .btn:hover,
.home.lang-es .location-intro .location-details .info-holder .office-info__buttons .btn:hover {
  color: var(--color-tertiary);
}

.page-template-location .location-intro .location-details .info-holder .office-info__buttons .btn:first-child,
.home.lang-es .location-intro .location-details .info-holder .office-info__buttons .btn:first-child {
  margin-right: 23px;
}

.page-template-location .location-intro .location-details .info-holder .office-map,
.home.lang-es .location-intro .location-details .info-holder .office-map {
  margin-top: 30px;
}

.page-template-location .location-intro .location-details .info-holder .office-map a,
.home.lang-es .location-intro .location-details .info-holder .office-map a {
  position: relative;
  display: inline-block;
}

.page-template-location .location-contact,
.home.lang-es .location-contact {
  padding: 40px 0;
  background: linear-gradient(266deg, #10151F 7.01%, #222939 95.29%);
}

@media screen and (min-width: 768px) {
  .page-template-location .location-contact,
.home.lang-es .location-contact {
    padding: 60px 0;
  }
}
.page-template-location .location-contact .location-contact-top,
.home.lang-es .location-contact .location-contact-top {
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-top,
.home.lang-es .location-contact .location-contact-top {
    display: flex;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-contact .location-contact-top,
.home.lang-es .location-contact .location-contact-top {
    text-align: center;
  }
}
.page-template-location .location-contact .location-contact-top h2,
.home.lang-es .location-contact .location-contact-top h2 {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .page-template-location .location-contact .location-contact-top h2,
.home.lang-es .location-contact .location-contact-top h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-template-location .location-contact .location-contact-top h2:after,
.home.lang-es .location-contact .location-contact-top h2:after {
  display: none;
}

.page-template-location .location-contact .location-contact-bottom form,
.home.lang-es .location-contact .location-contact-bottom form {
  padding: 0;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom form,
.home.lang-es .location-contact .location-contact-bottom form {
    display: flex;
    align-items: flex-end;
  }
}
.page-template-location .location-contact .location-contact-bottom .gform_body,
.home.lang-es .location-contact .location-contact-bottom .gform_body {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom .gform_body,
.home.lang-es .location-contact .location-contact-bottom .gform_body {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom .gfield,
.home.lang-es .location-contact .location-contact-bottom .gfield {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom .gfield .ginput_container input,
.home.lang-es .location-contact .location-contact-bottom .gfield .ginput_container input {
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom .gform_footer,
.home.lang-es .location-contact .location-contact-bottom .gform_footer {
    max-width: 191px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-contact .location-contact-bottom .gform_footer .btn,
.home.lang-es .location-contact .location-contact-bottom .gform_footer .btn {
    padding: 5px 15px;
    min-width: auto;
    width: 100%;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-contact .location-contact-bottom .gform_footer.top_label,
.home.lang-es .location-contact .location-contact-bottom .gform_footer.top_label {
    margin: 20px auto 0;
  }
}
.page-template-location .practice-areas,
.home.lang-es .practice-areas {
  background-color: var(--color-neutral);
}

.page-template-location .location-second-main-content,
.home.lang-es .location-second-main-content {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-second-main-content,
.home.lang-es .location-second-main-content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content,
.home.lang-es .location-second-main-content {
    padding: 80px 0;
  }
}
@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,
.home.lang-es .location-second-main-content .container .row > .entry-content.col-xl-8,
.home.lang-es .location-second-main-content .container .row > .content.col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1440px) {
  .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,
.home.lang-es .location-second-main-content .container .row > .entry-content.col-xl-8,
.home.lang-es .location-second-main-content .container .row > .content.col-xl-8 {
    padding-right: 134px;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap,
.home.lang-es .location-second-main-content .social-contact-wrap {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .page-template-location .location-second-main-content .social-contact-wrap,
.home.lang-es .location-second-main-content .social-contact-wrap {
    text-align: center;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap {
    display: flex;
    align-items: center;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap p,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}

.page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap ul,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap ul {
  margin-left: 15px;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap ul,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap ul {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icons-wrap ul,
.home.lang-es .location-second-main-content .social-contact-wrap .social-icons-wrap ul {
    margin-top: 15px;
    margin-left: 0;
  }
}
.page-template-location .location-third-main-content,
.home.lang-es .location-third-main-content {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-third-main-content,
.home.lang-es .location-third-main-content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .location-third-main-content,
.home.lang-es .location-third-main-content {
    padding: 80px 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,
.home.lang-es .location-third-main-content .container .row > .entry-content.col-xl-8,
.home.lang-es .location-third-main-content .container .row > .content.col-xl-8 {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1440px) {
  .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,
.home.lang-es .location-third-main-content .container .row > .entry-content.col-xl-8,
.home.lang-es .location-third-main-content .container .row > .content.col-xl-8 {
    padding-right: 134px;
  }
}

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