/*!
Theme Name: Lakepointe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lakepointe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lakepointe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.c-button {
  font: 400 var(--fs-button, 13px)/1 PP Mori, sans-serif;
  color: var(--btn-color);
  background: var(--btn-bg, transparent);
  border: var(--border-width, 1px) var(--btn-border-color, currentColor) solid;
  border-radius: var(--btn-border-radius, 0);
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  transition: 0.5s ease;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.029em;
  padding: 13.5px 22.75px 11.5px;
  border-radius: var(--btn-radius, 60px);
}

.c-button:hover {
  background: var(--btn-bg-hover, var(--clr-primary));
  color: var(--btn-color-hover, #fff);
}

.c-button:focus {
  outline: none;
}

.c-button:focus-visible {
  outline: 1px solid;
}

@media (min-width: 1024px) {
  .c-button {
    --fs-button: 15px;
    padding: 16px 22.75px 14px;
  }
}
form ::placeholder, form input, form select, form textarea, form .c-link {
  color: #67503B;
  opacity: 1;
  -webkit-appearance: none;
  --moz-appearance: none;
  appearance: none;
}

form input, form textarea, form select {
  max-width: 100%;
  width: 100%;
  background: transparent;
  padding: 0;
  font-size: 13px;
  border-bottom: #67503B 1px solid;
}

form input {
  padding: 0 0 4px;
}

form select {
  padding: 0 30px 6px 0;
  background: url("./assets/imgs/select-chev.svg") no-repeat right center;
  background-size: 12px;
}

form [type=checkbox], form [type=radio] {
  height: 11px;
  width: 11px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #67503B;
  display: inline-block;
}

form [type=checkbox]:checked, form [type=radio]:checked {
  background: #67503B;
  outline: 1px solid #fff;
  outline-offset: -2px;
}

form [type=radio] {
  border-radius: 50%;
}

@media (min-width: 768px) {
  form select {
    background-size: 14px;
  }
}
@media (min-width: 1800px) {
  form select {
    background-size: 18px;
  }
}
.gform_validation_errors {
  display: none;
}

.gfield_validation_message {
  color: red;
  font-size: min(12px, 80%);
  letter-spacing: 0.75px;
  float: left;
}

.hidden_label legend,
.hidden_label label:not(.gfield_consent_label) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hidden_label legend:focus-visible,
.hidden_label label:not(.gfield_consent_label):focus-visible {
  clip: auto;
  height: auto;
  width: auto;
  clip-path: border-box;
}

.gform_wrapper * {
  font-family: PP Mori, sans-serif, "Helvetica Neue", Helvetica, -apple-system, Arial, sans-serif;
}

.gfield--type-consent, .gfield_consent_label, select, [type=checkbox], [type=radio] {
  cursor: pointer;
}

.ginput_container_consent {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
}

.ginput_container_consent .gfield_required_text {
  display: none;
}

.gfield_consent_label {
  font-size: 9px;
  letter-spacing: 0.54px;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 28px;
}

.gform_fields .gfield {
  width: 100%;
}

@media (min-width: 768px) {
  .gform_fields {
    row-gap: 36.25px;
  }
}
.gform_footer {
  margin: 47px 0 0;
}

.o-wrapper {
  max-width: clamp(1280px, 90.2083333333vw, 1640px);
  margin-inline: auto;
}

.mx-auto {
  margin-inline: auto;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.1;
  max-width: clamp(1280px, 90.2083333333vw, 1640px);
  margin: 0 auto;
  visibility: hidden;
  display: block;
  background-image: repeating-linear-gradient(to right, rgb(0, 255, 0) 0, rgb(0, 255, 0) calc((100% - 220px) / 12), transparent calc((100% - 220px) / 12), transparent calc((100% - 220px) / 12 + 20px));
}

:root {
  --tr-ease: ease;
  --tr-speed: 0.45s;
  --clr-primary: #67503B;
  --clr-secondary: #67503B;
  --clr-accent: #F5F2F0;
  --clr-white: #fff;
  --clr-black: #000;
}

/**
 * Generate font rules
 */
h1, .fs47 {
  font-size: clamp(28px, 2.4479166667vw, 47px);
  line-height: 1.2127;
}

h2, .fs50 {
  font-size: clamp(28px, 2.4479166667vw, 47px);
  line-height: 1.2127;
}

h3, .fs50 {
  font-size: clamp(20px, 2.6041666667vw, 50px);
  line-height: 1.3;
}

h4, .fs50 {
  font-size: clamp(20px, 2.6041666667vw, 50px);
  line-height: 1.3;
}

h5, .fs20 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.35;
}

h6, .fs16 {
  font-size: clamp(13px, 0.6770833333vw, 13px);
  line-height: 1.6;
}

.fs13 {
  font-size: clamp(12px, 0.6770833333vw, 13px);
  line-height: 1.38;
}

.ar-1-1 {
  aspect-ratio: 1 / 1;
}

.ar-2-3 {
  aspect-ratio: 2 / 3;
}

.ar-3-2 {
  aspect-ratio: 3 / 2;
}

.ar-4-3 {
  aspect-ratio: 4 / 3;
}

.ar-16-9 {
  aspect-ratio: 16 / 9;
}

.ar-9-16 {
  aspect-ratio: 9 / 16;
}

.bg-primary {
  background-color: #67503B;
}

.clr-primary {
  color: #67503B;
}

.bg-secondary {
  background-color: #67503B;
}

.clr-secondary {
  color: #67503B;
}

.bg-accent {
  background-color: #F5F2F0;
}

.clr-accent {
  color: #F5F2F0;
}

.bg-white {
  background-color: #fff;
}

.clr-white {
  color: #fff;
}

.bg-black {
  background-color: #000;
}

.clr-black {
  color: #000;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  font-family: PP Mori, sans-serif, "Helvetica Neue", Helvetica, -apple-system, Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0 0 1em;
}
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child, p:only-child, blockquote:only-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  font-family: "Gemola", serif;
}

a {
  color: var(--color);
  text-decoration: none;
  display: inline-block;
  transition: var(--tr-ease) var(--tr-speed) all;
}
a:hover {
  color: var(--color-hover);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

html {
  font-size: 16px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

nav li {
  list-style: none;
}

::backdrop {
  background-color: transparent;
}

*:focus {
  outline: none;
}

:focus-visible {
  outline: none;
}

dialog {
  width: 100%;
  visibility: hidden;
  height: 100dvh;
  overflow: hidden;
  margin: 0;
  max-width: inherit;
  max-height: inherit;
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  transition: var(--tr-ease) var(--tr-speed) visibility;
}
dialog:before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: var(--tr-ease) var(--tr-speed) opacity;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1024px) {
  dialog {
    transition-delay: var(--tr-speed);
  }
}
dialog[open] {
  visibility: visible;
}

dialog[open]::before {
  opacity: 1;
}

svg, img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}
svg:only-child, img:only-child {
  display: block;
}

img, video {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.z2 {
  position: relative;
  z-index: 2;
}

svg {
  fill: var(--fill, var(--color));
}

ul, ol {
  padding-left: 20px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
form {
  max-width: 100%;
  width: 100%;
}

input, select, input[type=submit] {
  padding: 8px 18px;
  border: 0 0 1px solid var(--clr-secondary);
  border-radius: 0;
}

a, span, label {
  display: inline-block;
}

.hidden, [hidden] {
  display: none;
}

body .u-overflow-visible {
  overflow: visible;
}

body .u-overflow-hidden {
  overflow: hidden;
}

.o-flex {
  display: flex;
  align-items: var(--align);
  justify-content: var(--justify);
  row-gap: var(--row-gap);
  column-gap: var(--column-gap);
  flex-direction: var(--direction);
  width: 100%;
}
.o-flex.is-col {
  --direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.screen-reader-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:focus-visible {
  clip: auto;
  height: auto;
  width: auto;
  clip-path: border-box;
}

.has-bg {
  position: relative;
  overflow: hidden;
}

.anim {
  opacity: 0;
  transition: 0.7s cubic-bezier(0.25, 0.1, 0.54, 1.01) opacity;
}
.anim.in {
  opacity: 1;
}

.has-overlay:after, .is-bg, .is-bg * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-attached {
  clip-path: inset(0 0 0 0);
}
.bg-attached img, .bg-attached video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.u-sm-hide {
  display: none;
}

.u-lg-hide {
  display: block;
}

/* Mobile */
@media (min-width: 768px) {
  .u-sm-hide {
    display: block;
  }
  .u-lg-hide {
    display: none;
  }
}
:last-child {
  margin-bottom: 0;
}

.c-link {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 2px;
}
.c-link:before, .c-link:after {
  content: "";
  border-bottom: 1px solid;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.c-link:before {
  width: 0;
  left: 0;
  transition: 0.25s ease width;
}
.c-link:after {
  width: 100%;
  right: 0;
  transition: 0.5s ease width;
}
.c-link:hover:before {
  width: 100%;
  transition: 0.5s ease width;
}
.c-link:hover:after {
  width: 0;
  transition: 0.25s ease width;
}

.gform-footer .c-link {
  background-color: #F5F2F0;
}
.gform-footer .c-link .label {
  font-size: clamp(13px, 0.75vw, 14px);
}

.has-overlay:after {
  content: "";
  background: var(--overlay);
  display: block;
}

.text-center {
  text-align: center;
}
.text-center .btn-wrap {
  justify-content: center;
}

.c-block {
  max-width: 100%;
  color: var(--color, var(--clr-black));
  background-color: var(--bg-color, #fff);
  padding: var(--pt, 40px) var(--px, 26px) var(--pb, 40px);
}

body {
  background: #67503B;
  color: var(--color, #fff);
  --fs-body: clamp(13px, 0.75vw, 14px);
  font-size: var(--fs-body);
  line-height: 1.2857142857;
}

.c-head {
  padding: clamp(20px, 2vw, 33.25px) var(--px, 26px);
}
.c-head__logo {
  max-width: clamp(121px, 22.75vw, 280px);
  line-height: 0;
}

.c-xmedia:has(.no-wrapper) {
  --px: 0;
}
.c-xmedia .has-bg {
  height: clamp(440px, 42vw, 510px);
}

.c-contact {
  --color: #67503B;
  --pt: clamp(40px, 12vw, 93.5px);
  --pb: clamp(40px, 11vw, 90px);
  --form-py: clamp(32px, 4vw, 47px);
  --form-px: clamp(26px, 5vw, 51px);
  background-color: transparent;
}
.c-contact__wrap {
  background: #F5F2F0;
  padding: var(--form-py) var(--form-px) 155px;
  z-index: 2;
  position: relative;
  max-width: min(866px, 90vw);
  --direction: column;
}
.c-contact__text {
  --direction: column;
  row-gap: 20px;
}
.c-contact__logo {
  max-width: clamp(70px, 6vw, 113px);
  max-height: 144px;
  object-fit: contain;
  position: absolute;
  bottom: 30px;
  left: var(--form-px);
}
.c-contact .head {
  letter-spacing: 0;
}
.c-contact__form {
  padding-top: clamp(32px, 12vw, 160px);
  width: 100%;
}
@media (min-width: 768px) {
  .c-contact__wrap {
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 24px;
    padding-bottom: var(--form-py);
  }
  .c-contact .head {
    order: -1;
    width: 100%;
  }
  .c-contact__logo {
    margin-top: auto;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  .c-contact__wrap {
    padding-bottom: 51px;
  }
}

.c-text h1, .c-text h2, .c-text h3 {
  margin-bottom: min(1.5em, 35px);
}
.c-text .btn-wrap {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .c-text .btn-wrap {
    min-width: 295px;
  }
}

.privacy-content h1, .privacy-content h2, .privacy-content h3 {
  margin-bottom: min(1.2em, 53px);
}
.privacy-content h2 {
  margin-block: min(3vw, 35px) min(3vw, 28px);
  font-size: clamp(18px, 3.5vw, 28px);
  font-family: PP Mori, sans-serif, "Helvetica Neue", Helvetica, -apple-system, Arial, sans-serif;
}
.privacy-content ol, .privacy-content ul {
  margin: 0 0 1em;
}
.privacy-content h3, .privacy-content h4, .privacy-content h5, .privacy-content h6 {
  font-family: PP Mori, sans-serif, "Helvetica Neue", Helvetica, -apple-system, Arial, sans-serif;
  margin: 0;
}
.privacy-content h3 strong, .privacy-content h4 strong, .privacy-content h5 strong, .privacy-content h6 strong {
  font-weight: 800;
}
.privacy-content a:hover {
  opacity: 0.5;
}

.c-thanks {
  --color: #f5f2f0;
  text-align: center;
  padding-block: 345px 270px;
}
.c-thanks .head {
  margin-bottom: min(1.5em, 28px);
}

.site:has(.c-thanks:only-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.site:has(.c-thanks:only-child) .site-main {
  margin-bottom: auto;
}

.c-foot {
  padding: clamp(32px, 4vw, 45px) var(--px, 26px) clamp(32px, 4vw, 47px);
  --align: flex-end;
  --row-gap: 24px;
  --col-gap: 24px;
}
.c-foot__copyright, .c-foot__disclaimer {
  font-size: 11px;
  line-height: 1.1818181818;
  color: #F5F2F0;
}
.c-foot__text {
  max-width: min(66vw, 466px);
  width: 100%;
}
.c-foot__logo {
  max-width: clamp(46px, 9vw, 80px);
}
.c-foot__titleAddress {
  max-width: 100%;
  width: 100%;
  color: #F5F2F0;
}
.c-foot__title {
  font-family: PP Mori, sans-serif, "Helvetica Neue", Helvetica, -apple-system, Arial, sans-serif;
  color: #F5F2F0;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.c-foot__address {
  color: #F5F2F0;
  letter-spacing: 0.78px;
}
.c-foot__address a {
  letter-spacing: 0.78px;
}
.c-foot__address a:hover {
  opacity: 0.5;
}
.c-foot .o-flex {
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .c-foot {
    --direction: column;
    --align: flex-start;
  }
  .c-foot__copyright, .c-foot__disclaimer {
    font-size: 10px;
  }
  .c-foot__text {
    order: 3;
  }
  .c-foot__logo {
    order: 1;
  }
  .c-foot__titleAddress {
    order: 2;
  }
}

h1, h2, .fs47 {
  letter-spacing: min(0.1em, 1.36px);
}

.fs20 {
  letter-spacing: 0.029em;
}

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