/* Colors: Orange - #F6892C; Navy - #224D7A; Turquoise - #5395AB;  */
/* ---------------------------------------
	Landing general
--------------------------------------- */
a, button {
  transition: color .3s, background-color .3s; }

.btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: .75em 1.5em;
  background-color: #224D7A;
  color: #ffffff;
  text-align: center;
  border: 0; }
  .btn:hover {
    background-color: #F6892C;
    color: #ffffff; }
  .btn--large {
    font-size: 24px;
    padding: 1em 2em; }
  .btn--light {
    background-color: #D1D1D1;
    color: #224D7A; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.absolute-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0; }

/* - - - - - - - - - - - - - - - - - */
.header-cats {
  background-color: #224D7A; }

.landing-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .landing-container.medium {
    max-width: 1380px; }
  .landing-container.large {
    max-width: 1540px; }

.landing-anchors {
  background-color: #224D7A;
  padding: 10px 0;
  transition: padding .3s; }
  .landing-anchors ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0; }
    .landing-anchors ul li {
      display: inline-block;
      font-size: 24px !important;
      color: #ffffff;
      padding: 5px;
      text-transform: uppercase;
      transition: font-size .3s; }

.landing-anchor {
  font-size: inherit;
  letter-spacing: 1px;
  color: #ffffff; }
  .landing-anchor:hover {
    color: #F6892C; }

.x-navbar-fixed-top .landing-anchors {
  padding: 3px 0; }
  .x-navbar-fixed-top .landing-anchors ul li {
    font-size: 20px !important; }

.with-separator li::after {
  content: "|";
  margin: 0 5px 0 15px; }
.with-separator li:last-child::after {
  display: none; }

.benefits {
  background-color: #224D7A;
  padding: 30px 0 20px; }
  .benefits__title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5395AB;
    margin: 0 0 .25em; }
    .benefits__title--white {
      color: #ffffff; }
  .benefits__inner {
    display: flex;
    justify-content: space-between; }
  .benefits--turquoise {
    background-color: #5395AB; }

.benefit {
  padding: 15px;
  text-align: center;
  flex: 1 1 100%;
  max-width: 200px; }
  .benefit__image {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin: 0 auto; }
  .benefit__title {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600; }

body .section-title {
  position: relative;
  display: inline-block;
  font-size: 46px !important;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  color: #F6892C;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-bottom: 30px; }
  body .section-title::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 10px;
    max-width: 100%;
    background-color: #224D7A;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.section-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  min-height: 300px;
  background-color: rgba(34, 77, 122, 0.95);
  padding: 20px 40px;
  color: #ffffff; }
  .section-box__title {
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #F6892C; }
  .section-box p {
    position: relative;
    color: inherit;
    padding-left: 75px; }
    .section-box p::before {
      content: "\00BA";
      position: absolute;
      left: 40px;
      top: 5px; }
  .section-box--orange {
    background-color: rgba(246, 137, 44, 0.95); }
    .section-box--orange .section-box__title {
      color: #224D7A; }

.column-box {
  padding: 30px 45px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(131, 131, 131, 0.25);
  height: 100%; }
  .column-box__title {
    font-size: 30px;
    font-weight: 700;
    color: #5395AB; }
  .column-box--bordered {
    position: relative; }
    .column-box--bordered::after {
      content: '';
      display: block;
      width: 60px;
      height: 5px;
      margin: 20px 0;
      background-color: #224D7A; }
  .column-box__text p {
    font-size: 1.35rem !important;
    color: #224D7A; }

/* ---------------------------------------
	Intro
--------------------------------------- */
.landing-intro {
  margin-top: 100px;
  margin-bottom: 50px; }

.landing-gallery {
  position: relative; }
  .landing-gallery__button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #224D7A;
    padding: 20px 25px;
    box-shadow: none;
    border: none; }
    .landing-gallery__button:hover {
      background-color: #F6892C; }
    .landing-gallery__button::before {
      content: "";
      display: block;
      width: 65px;
      height: 50px;
      background-image: url("../../img/landing/pics.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 10px; }
    .landing-gallery__button span {
      color: #ffffff; }
    .landing-gallery__button a:first-child {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.landing-categories {
  list-style: none;
  margin: 20px 0; }
  .landing-categories li {
    display: inline-block;
    font-size: 17px !important;
    font-weight: 700;
    padding: 3px;
    color: #224D7A; }
    .landing-categories li::after {
      margin: 0 5px 0 10px; }
    .landing-categories li a {
      text-transform: uppercase;
      color: #224D7A; }
      .landing-categories li a:hover {
        color: #F6892C; }

.intro-options {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 10px auto; }
  .intro-options li {
    flex: 1 1 100%;
    padding: 5px;
    display: flex;
    align-items: center; }
    .intro-options li span {
      letter-spacing: 1px;
      margin-left: 10px;
      color: #838383;
      line-height: normal; }

body .intro-text {
  margin: 30px auto; }
  body .intro-text p {
    font-size: 16px !important;
    color: #3E3E3E; }

.intro-buttons {
  display: flex; }
  .intro-buttons button {
    margin-right: 30px; }

.share-buttons {
  margin: 30px auto; }

.share-button {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 3px solid #F6892C; }

.share_modal {
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 60px 100px; }
  .share_modal__image {
    width: 130px;
    margin-bottom: 30px; }
  .share_modal__title {
    font-size: 40px;
    line-height: 1.25;
    margin: 10px 0 20px;
    color: #224D7A; }
  .share_modal__subtitle {
    font-size: 25px;
    line-height: 1.25;
    margin: 10px 0 20px;
    color: #224D7A; }
  .share_modal__buttons {
    max-width: 360px;
    margin: 25px auto; }

/* ---------------------------------------
	City
--------------------------------------- */
.present {
  padding: 40px 0 60px; }
  .present__inner {
    position: relative;
    padding: 50px 70px 70px; }

.areas {
  background-color: #F5F5F5;
  padding: 50px 0; }
  .areas__heading {
    margin-bottom: 20px; }
  .areas__title {
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    color: #224D7A; }
  .areas__container {
    display: flex;
    justify-content: space-between; }
  .areas__column {
    flex: 1 1 100%;
    padding: 25px; }

/* ---------------------------------------
	District
--------------------------------------- */
.district-main {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #224D7A; }

.district__heading {
  font-size: 48px;
  font-weight: 700;
  color: inherit;
  margin-top: 0;
  margin-bottom: .25em; }
.district__subheading {
  font-size: 36px;
  font-weight: 700;
  color: inherit;
  margin-top: .5em;
  margin-bottom: 1.5em; }
.district__info p {
  font-size: 20px !important;
  color: inherit; }

/* ---------------------------------------
	Places
--------------------------------------- */
.project-location {
  position: relative;
  margin-top: 100px; }
  .project-location__btn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    font-weight: 700;
    z-index: 1; }

.acf-map {
  width: 100%;
  height: 600px;
  margin: 20px auto; }
  .acf-map h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff; }
  .acf-map .gm-style-iw {
    background-color: #F6892C; }
    .acf-map .gm-style-iw-d {
      overflow: hidden !important;
      margin-right: 10px;
      margin-bottom: 10px; }
    .acf-map .gm-style-iw-t::after {
      background: linear-gradient(45deg, #F6892C 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%); }

/* ---------------------------------------
	Project
--------------------------------------- */
.project-main {
  margin: 20px auto;
  padding: 10px 30px;
  color: #224D7A; }
  .project-main__subtitle {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #224D7A; }
  .project-main__text {
    font-size: 20px; }
    .project-main__text p {
      font-size: inherit !important; }

/* ---------------------------------------
	Contact form
--------------------------------------- */
.landing-form {
  background-color: #F2F6F9;
  padding: 30px 15px; }
  .landing-form .row {
    display: flex; }
  .landing-form .form-title {
    width: 100%;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 2px;
    color: #224D7A;
    margin-bottom: 30px; }
  .landing-form .form-field {
    position: relative;
    flex: 1 1 100%;
    padding: 15px; }
    .landing-form .form-field [type="text"], .landing-form .form-field [type="number"], .landing-form .form-field [type="tel"], .landing-form .form-field [type="email"] {
      height: 80px;
      font-size: 24px;
      color: #C2C2C2; }
  .landing-form .wpcf7-checkbox {
    font-size: 20px;
    color: #838383; }
    .landing-form .wpcf7-checkbox label {
      display: flex; }
    .landing-form .wpcf7-checkbox [type="checkbox"] {
      width: 64px;
      height: 64px;
      margin-right: 20px;
      flex: 1 0 80px; }
    .landing-form .wpcf7-checkbox .wpcf7-list-item-label {
      line-height: 1.25;
      margin: .25em; }
    .landing-form .wpcf7-checkbox .wpcf7-list-item {
      margin: 0; }
  .landing-form .wpcf7-submit.form-submit {
    width: 100%;
    background-color: transparent;
    border: 2px solid #224D7A;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    color: #224D7A;
    border-radius: 0; }
    .landing-form .wpcf7-submit.form-submit .ajax-loader {
      position: absolute; }
    .landing-form .wpcf7-submit.form-submit:hover {
      background-color: #224D7A;
      color: #ffffff; }

/* ---------------------------------------
	Project card
--------------------------------------- */
.project-related {
  padding: 50px 0; }
  .project-related__title {
    font-size: 40px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #F6892C;
    margin-top: 0;
    margin-bottom: 25px; }
  .project-related__list {
    display: flex;
    flex-wrap: wrap; }
  .project-related__item {
    flex: 1 1 33%;
    padding: 25px; }

.project_card {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  margin: 15px auto;
  max-width: 400px; }
  .project_card__image {
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity .3s; }
    .project_card__image:hover {
      opacity: .75; }
  .project_card__title {
    text-align: center;
    font-weight: 700;
    color: #224D7A;
    margin-top: 0; }
  .project_card__info {
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: 2px;
    text-align: center;
    color: #838383;
    margin-bottom: 20px; }
  .project_card__separator {
    margin: 0 15px; }
  .project_card__price {
    font-size: 15px;
    text-align: center;
    color: #838383;
    margin-bottom: 20px; }
    .project_card__price h4 {
      font-size: 25px;
      color: #224D7A;
      margin-top: 0; }
  .project_card__footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #838383;
    font-size: 25px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #838383; }

.project_modal {
  max-width: 1540px; }

/* ---------------------------------------
	Footer
--------------------------------------- */
.landing-footer {
  color: #224D7A;
  padding: 10px 0; }
  .landing-footer__copyright {
    text-align: center;
    font-size: 26px; }

/*# sourceMappingURL=landing.css.map */
