/*!
Theme Name: Emilys Landing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://webdev@channel13.ca
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: emilys-landing
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.

Emilys Landing 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/
*/
@font-face {
  font-family: "BrownMonoLLWeb-Regular";
  src: url("fonts/BrownMonoLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "BrownMonoLLWeb-Regular";
  src: url("fonts/BrownMonoLLWeb-Regular.woff2") format("woff2");
}
html, body {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #2a5555;
  --black: #000;
  --secondary-color: #797979;
  --body-font: "BrownMonoLLWeb-Regular";
  --heading-font: "BrownMonoLLWeb-Regular";
}

::placeholder {
  opacity: 1;
  color: var(--secondary-color);
}

button, select, a, [type=submit] {
  cursor: pointer;
  transition: 0.5s ease;
}

div, section {
  box-sizing: border-box;
}

button, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:focus {
  outline: none;
}

body {
  font-family: var(--body-font);
  color: var(--black, #000);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  margin: 0 0 0.5em;
}

p {
  color: var(--secondary-color);
  margin: 0 0 0.5em;
}

.u-lr-auto {
  margin-inline: auto;
}

.u-text-center {
  text-align: center;
}

.u-flex {
  display: flex;
  flex-direction: var(--direction, row);
  flex-wrap: var(--wrap, wrap);
  justify-content: var(--jst-content, center);
  column-gap: var(--col-gap, 1.25rem);
  row-gap: var(--row-gap, 1.875rem);
}
.u-flex.is-nowrap {
  --wrap: nowrap;
}
.u-flex.is-column {
  --direction: column;
}
.u-flex.is-just-between {
  --jst-content: space-between;
}

.coming-soon {
  min-height: 100vh;
  overflow: auto;
  font-size: clamp(12px, 2.5vw, 14px);
  line-height: 1.1666666667;
}
.coming-soon input {
  width: 100%;
  font-size: clamp(12px, 2.5vw, 14px);
  line-height: 1.1666666667;
  max-width: 342px;
}
.coming-soon a {
  color: #000;
}
.coming-soon a:hover {
  opacity: 0.7;
}
.coming-soon .font-141 {
  font-size: max(10.7vw, 37px);
}
@media (min-width: 1600px) {
  .coming-soon .font-141 {
    font-size: 141px;
  }
}
.coming-soon .scrolling-text {
  padding: clamp(32px, 5vw, 62px);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.coming-soon .gform_confirmation_message {
  width: 260px;
  margin: 0 auto;
}
.coming-soon .scrolling-text span {
  --animation-speed: 40s;
  margin: 0;
  color: var(--black);
  display: inline-block;
  animation: scroll-left var(--animation-speed) linear infinite;
}
.coming-soon input {
  font-family: "BrownMonoLLWeb-Regular";
}
.coming-soon .form-description {
  max-width: clamp(162px, 42vw, 328px);
  margin: 0 auto;
}
.coming-soon .form-description p {
  color: #000;
}
.coming-soon .gform_button {
  color: var(--black);
  text-decoration: underline;
  padding: 0;
  background: transparent;
  width: max-content;
  border: none;
}
.coming-soon .gform_button:hover {
  opacity: 0.7;
}
.coming-soon .u-lr-auto {
  max-width: clamp(320px, 80vw, 471px);
  padding-inline: 25px;
  width: 100%;
}
.coming-soon .footer-links {
  padding-block: 18.75px;
}
.coming-soon .footer-links p {
  margin: 12.252px 0 0;
  font-size: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .coming-soon .footer-links p {
    font-size: 11px;
    line-height: 1.1818181818;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) {
  .coming-soon {
    --row-gap: 60px;
    line-height: 1.2142857143;
  }
}
:root {
  --columnGap: 18px;
}

.gchoice, .gfield_radio, .ginput_container_consent {
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
  cursor: pointer;
}
.gchoice input, .gchoice label, .gfield_radio input, .gfield_radio label, .ginput_container_consent input, .ginput_container_consent label {
  cursor: pointer;
}

.gchoice {
  align-items: center;
}

.gfield_radio {
  column-gap: 36px;
}

.ginput_container {
  margin: 14px 0 0;
}

input[type=radio], input[type=checkbox] {
  padding: 0;
  height: 20px;
  width: 20px;
  margin: 0;
  transition: 0.25s linear;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: #333;
  box-shadow: -2px 1px 3px #999;
  border: #fff 2px solid;
}

input[type=radio], .ginput_container_consent input[type=checkbox] {
  border-radius: 50%;
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='white' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M5 13l4 4L19 7'/></svg>");
}

.gfield_consent_label {
  max-width: calc(100% - 36px);
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

.gform_footer {
  margin: 22px 0 0;
}

.gform-loader {
  position: absolute;
  left: 0;
  top: 110%;
}

.gform_submission_error {
  display: none !important;
}

.gform-button--width-full {
  width: 100%;
}

.gform_body .hidden_label > .gform-field-label {
  display: none;
}
.gform_body .hidden_label > .gform-field-label + .ginput_container {
  margin: 0;
}
.gform_body .validation_message {
  color: red;
  margin: 10px 0 0;
  font-size: 80%;
}
.gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
}
.gform_body .gfield {
  width: 100%;
}
.gform_body .gform_button {
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.1;
  border-radius: 60px;
}
.gform_body input[type=password], .gform_body input[type=number], .gform_body input[type=tel], .gform_body input[type=email],
.gform_body input[type=text], .gform_body textarea {
  padding: 0 0 10px;
  border-radius: 0;
  border-width: 0 0 1px;
  text-align: center;
}
.gform_body textarea {
  height: 160px;
}
@media (min-width: 768px) {
  .gform_body .gfield--width-half {
    max-width: calc((100% - var(--columnGap)) / 2);
  }
  .gform_body .gform_fields {
    column-gap: var(--columnGap);
  }
}
@media (min-width: 1280px) {
  .font80, .font100 {
    line-height: 1;
  }
  :root {
    --columnGap: 36.82px;
  }
}

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