/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-fl-sample-order-form {
  width: 99.7vw;
  position: relative;
  left: calc(-50vw + 50%);
  background-color: #FFFFFF;
  padding: 56px 20px;
  margin: 0 auto !important;
}
@media (min-width: 800px) {
  .wp-block-fl-sample-order-form {
    background-color: #F8F5F2;
  }
}
.wp-block-fl-sample-order-form .content-wrapper {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 97px;
       column-gap: 97px;
  margin: 0 auto;
  max-width: 1200px;
}
.wp-block-fl-sample-order-form .content-wrapper .lhs {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .wp-block-fl-sample-order-form .content-wrapper {
    display: -ms-grid;
    display: grid;
  }
  .wp-block-fl-sample-order-form .content-wrapper .lhs {
    width: 100%;
  }
  .wp-block-fl-sample-order-form .content-wrapper .rhs {
    width: 100%;
  }
}

.wp-block-fl-sample-order-form .title {
  font-size: 20px !important;
  margin: 0 auto 8px;
  color: #000000 !important;
  overflow-wrap: anywhere;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-fl-sample-order-form .title {
    margin: 0 auto 8px 0;
    font-size: 36px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.wp-block-fl-sample-order-form .instructions {
  font-size: 14px !important;
  margin: 0 auto 8px;
  color: #000000 !important;
  line-height: 140% !important;
  max-width: 500px;
  overflow-wrap: anywhere;
  text-align: center;
}
@media (min-width: 800px) {
  .wp-block-fl-sample-order-form .instructions {
    margin: 0 auto 8px 0;
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.wp-block-fl-sample-order-form .mock-form {
  width: 100%;
  height: 600px;
  border: 1px solid #A3ABB2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-fl-sample-order-form .mock-form h1 {
  color: #A3ABB2;
  transform: rotate(-40deg);
}
.wp-block-fl-sample-order-form .image-selector,
.wp-block-fl-sample-order-form .image {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 96%;
  background-size: cover;
  background-position: center center;
}
.wp-block-fl-sample-order-form .image-selector {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  transition: transform 0.1s;
}
.wp-block-fl-sample-order-form .image-selector:hover {
  transform: scale(1.01);
}

.wp-block-fl-sample-order-form form {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
}
.wp-block-fl-sample-order-form form button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  width: 263px;
  height: 52px;
  margin-top: 8px;
  background-color: #000000;
  font-size: 20px;
  color: #f8f5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 55px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.wp-block-fl-sample-order-form form button:hover {
  transition: background-color 0.3s ease;
  background: #00892F;
}
.wp-block-fl-sample-order-form form .input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.wp-block-fl-sample-order-form form .first-name-input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.wp-block-fl-sample-order-form form .last-name-input {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.wp-block-fl-sample-order-form form .city-input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.wp-block-fl-sample-order-form form .state-input {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.wp-block-fl-sample-order-form form .zip-input {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
@media (max-width: 400px) {
  .wp-block-fl-sample-order-form form .first-name-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .wp-block-fl-sample-order-form form .last-name-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .wp-block-fl-sample-order-form form .addr-1-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .wp-block-fl-sample-order-form form .addr-2-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .wp-block-fl-sample-order-form form .city-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .wp-block-fl-sample-order-form form .state-input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .wp-block-fl-sample-order-form form .zip-input {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.wp-block-fl-sample-order-form .input {
  position: relative;
  background-color: inherit;
}
.wp-block-fl-sample-order-form .input input {
  height: 56px;
  padding: 15px 18px;
}
.wp-block-fl-sample-order-form .input textarea {
  height: 160px;
  resize: none;
  padding: 15px 18px;
}
.wp-block-fl-sample-order-form .input input,
.wp-block-fl-sample-order-form .input textarea {
  width: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  color: #000000;
}
.wp-block-fl-sample-order-form .input .label-manager {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.wp-block-fl-sample-order-form .input .label-manager .before,
.wp-block-fl-sample-order-form .input .label-manager .after,
.wp-block-fl-sample-order-form .input .label-manager .label-container {
  border: 1px solid #A3ABB2;
}
.wp-block-fl-sample-order-form .input .label-manager .before {
  flex: 0 0 16px;
  height: 100%;
  border-right: none;
}
.wp-block-fl-sample-order-form .input .label-manager .label-container {
  flex: 0 0 auto;
  height: 100%;
  border-left: none;
  border-right: none;
  position: relative;
}
.wp-block-fl-sample-order-form .input .label-manager .label-container .form-label {
  position: relative;
  top: 27px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #A3ABB2;
  margin: 0;
  white-space: nowrap;
  background-color: inherit;
  transition: top 0.2s ease, font-size 0.2s ease, padding 0.2s ease;
}
.wp-block-fl-sample-order-form .input .label-manager .after {
  height: 100%;
  flex-grow: 1;
  border-left: none;
}
.wp-block-fl-sample-order-form .input textarea:focus + .label-manager .before,
.wp-block-fl-sample-order-form .input textarea:focus + .label-manager .after,
.wp-block-fl-sample-order-form .input textarea:focus + .label-manager .label-container,
.wp-block-fl-sample-order-form .input input:focus + .label-manager .before,
.wp-block-fl-sample-order-form .input input:focus + .label-manager .after,
.wp-block-fl-sample-order-form .input input:focus + .label-manager .label-container,
.wp-block-fl-sample-order-form .input .label-manager.float .before,
.wp-block-fl-sample-order-form .input .label-manager.float .after,
.wp-block-fl-sample-order-form .input .label-manager.float .label-container {
  border-width: 2px;
}
.wp-block-fl-sample-order-form .input textarea:focus + .label-manager .label-container,
.wp-block-fl-sample-order-form .input input:focus + .label-manager .label-container,
.wp-block-fl-sample-order-form .input .label-manager.float .label-container {
  border-top: none;
}
.wp-block-fl-sample-order-form .input textarea:focus + .label-manager .label-container .form-label,
.wp-block-fl-sample-order-form .input input:focus + .label-manager .label-container .form-label,
.wp-block-fl-sample-order-form .input .label-manager.float .label-container .form-label {
  padding: 0 2px;
  top: 2px;
  font-size: 12px;
}
.wp-block-fl-sample-order-form .input input:invalid + .label-manager.touched .before,
.wp-block-fl-sample-order-form .input input:invalid + .label-manager.touched .after,
.wp-block-fl-sample-order-form .input input:invalid + .label-manager.touched .label-container {
  border-color: #e5612e;
}
.wp-block-fl-sample-order-form .input input:invalid + .label-manager.touched .form-label {
  color: #e5612e;
}

@media (max-width: 800px) {
  .wp-block-fl-sample-order-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wp-block-fl-sample-order-form .rhs {
    display: none;
  }
  .wp-block-fl-sample-order-form form button {
    white-space: nowrap;
    width: 159px;
    height: 28px;
    font-size: 14px;
  }
}

.wp-block-fl-sample-order-form .hide {
  display: none;
}
.wp-block-fl-sample-order-form .success-message {
  color: #00892F !important;
  font-size: 32px !important;
  margin: unset !important;
}
.wp-block-fl-sample-order-form .error-message {
  margin-top: 20px;
  color: #e5612e !important;
}

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