/**
* 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-miami-lp .main-content {
  background-color: #f9f9f9;
}

@media screen and (min-width: 992px) {
  .page-template-miami-lp h1 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-miami-lp .hero-default {
    margin-top: initial;
  }
}
@media screen and (min-width: 992px) {
  .page-template-miami-lp .hero-default {
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
.page-template-miami-lp .pa-section .pa-links-list a {
  font-size: 28px;
  font-weight: 600;
  color: #002340;
}

.page-template-miami-lp .pa-section .pa-links-list a:hover {
  color: var(--accent-color);
}

.page-template-miami-lp .pa-section .pa-link-label {
  font-size: 28px;
  font-weight: 600;
  color: #002340;
}

.page-template-miami-lp .cta-section {
  background: rgb(14, 58, 81);
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .page-template-miami-lp .cta-section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-miami-lp .cta-section .col-left .heading {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-miami-lp .testimonial-section {
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .page-template-miami-lp .testimonial-section {
    padding: 70px 0;
  }
}
.page-template-miami-lp .testimonial-section .entry-content {
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-miami-lp .testimonial-section .entry-content {
    padding: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-miami-lp .bottom-section .entry-content {
    max-width: 911px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=miami-lp.css.map*/