.elementor-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor-reservation-input,
.elementor-reservation-button {
  background: #004748 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px;
  margin: 10px 0px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elementor-reservation-input i,
.elementor-reservation-button i {
  color: #ffffff;
}

.elementor-reservation-button a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.elementor-reservation-button:hover {
  cursor: pointer;
}

.elementor-reservation-button span {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 29px;
}

.elementor-reservation-button i {
  padding-left: 5px;
}

.elementor-reservation-input .elementor-reservation-input-input {
  outline: none;
  border: none;
  padding-left: 5px;
  text-align: center;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  min-width: 100px;
  max-width: 100vw;
  font-size: 18px;
  color: #ffffff;
}

.elementor-reservation-input .elementor-reservation-input-select {
  outline: none;
  border: none;
  padding-left: 5px;
  text-align: center;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  min-width: 100px;
  max-width: 100vw;
  font-size: 18px;
  color: #ffffff;
}

.elementor-reservation-input .elementor-reservation-input-select option {
  text-align: center;
  background: #004748 0% 0% no-repeat padding-box;
}

@media (min-width: 860px) {
  .elementor-reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elementor-reservation-input,
  .elementor-reservation-button {
    background: #004748 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 10px;
    margin: 0px 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: auto;
  }
}
/*# sourceMappingURL=reservation-widget.css.map */