.lc-form .form-submit {
  margin-top: 10px;
}
.lc-form .lc-form__half .form-text,
.lc-form .lc-form__full .form-text {
  margin: 0;
}

.lc-form__flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #efefef;
}
.lc-form__flex-wrapper .form-item {
  margin-bottom: 0;
}

.lc-form__half {
  flex: initial;
  padding-right: 5px;
}
.lc-form__half .form-item,
.lc-form__half .form-text,
.lc-form__half .form-select {
  display: block;
  width: 100%;
}
.lc-form__half:nth-child(even) {
  padding-right: 0;
}

.lc-form__half--flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.lc-form__full {
  width: 100%;
}
.lc-form__full .form-item,
.lc-form__full .form-text,
.lc-form__full .form-select {
  display: block;
  width: 100%;
}

.lc-form--reserve-by-time .form-item,
.lc-form--reserve-by-time .form-select,
.lc-form--reserve-by-time .form-text,
.lc-form--reserve-by-time .form-type-select,
.lc-form--reserve-by-time .form-type-date-popup,
.lc-form--reserve-by-time .form-submit,
.lc-form--reserve-by-time .container-inline-date {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lc-form--reserve-by-time .form-item,
  .lc-form--reserve-by-time .form-select,
  .lc-form--reserve-by-time .form-text,
  .lc-form--reserve-by-time .form-type-select,
  .lc-form--reserve-by-time .form-type-date-popup,
  .lc-form--reserve-by-time .form-submit,
  .lc-form--reserve-by-time .container-inline-date {
    float: none;
    width: auto;
  }
}
.lc-form--reserve-by-time .form-item,
.lc-form--reserve-by-time .container-inline {
  padding-bottom: 10px;
}
.lc-form--reserve-by-time .container-inline-date {
  display: block;
  float: none;
}
.lc-form--reserve-by-time .container-inline-date .form-item,
.lc-form--reserve-by-time .container-inline-date .form-item input {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lc-form--reserve-by-time .container-inline-date .form-item,
  .lc-form--reserve-by-time .container-inline-date .form-item input {
    float: left;
    width: auto;
  }
}
@media (min-width: 768px) {
  .lc-form--reserve-by-time .container-inline-date {
    float: left;
    margin-left: 5px;
    clear: none;
  }
}
@media (min-width: 768px) {
  .lc-form--reserve-by-time .form-type-select {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .lc-form--reserve-by-time .form-type-select {
    clear: none;
  }
}
@media (min-width: 768px) {
  .lc-form--reserve-by-time .form-submit {
    margin: 0 0 0 5px;
  }
}

.block--lc-gmap .block__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.lc-form__message {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #efefef;
}

.lc-form-container {
  padding: 10px;
  border: 2px solid #efefef;
}

.lc-form input[type=text],
.lc-form input[type=email],
.lc-form input[type=password],
.node-lc-reservation-form input[type=text],
.node-lc-reservation-form input[type=email],
.node-lc-reservation-form input[type=password],
.node-lc-event-form input[type=text],
.node-lc-event-form input[type=email],
.node-lc-event-form input[type=password],
.node-lc-closing-form input[type=text],
.node-lc-closing-form input[type=email],
.node-lc-closing-form input[type=password] {
  box-sizing: border-box;
  width: 100%;
}
.lc-form select,
.node-lc-reservation-form select,
.node-lc-event-form select,
.node-lc-closing-form select {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-color: #efefef;
}
@media (min-width: 768px) {
  .lc-form select,
  .node-lc-reservation-form select,
  .node-lc-event-form select,
  .node-lc-closing-form select {
    width: unset;
  }
}

.lc-form #ajax-phone-wrapper {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .lc-form #ajax-phone-wrapper {
    display: inline-block;
    width: 40%;
    padding-right: 0.5em;
  }
}

.lc-form #ajax-phone-extension-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .lc-form #ajax-phone-extension-wrapper {
    display: inline-block;
    width: 20%;
  }
}

.form-tel {
  width: 100%;
}

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