/* Styling pro select když je den zavřený */
.reservation-form select.closed-day {
  background-color: #f8f8f8;
  color: #666;
}

.reservation-form select.closed-day option[disabled] {
  color: #999;
  font-style: italic;
}

.form-grid select {
    padding: 10px;
    border: 1px solid #571f1c;
    border-radius: 50px;
    width: 100%;
    font-size: 14px;
    background: #fff;
    color: #571f1c;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #571f1c;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 10px;
  color:#571f1c !important;
}

.form-type-textarea {
    margin-top: 20px;
}

label {
     margin-top: 5px;
}