/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.orrf-date-wrapper label, .orrf_input_wrapper label {
    margin-bottom: 5px;
}
.orrf-submit {
    font-weight: 600;
}
.orrf_row input {
    font-weight: 600;
}
.orrf_row .form-control {
    height: fit-content;
    width: 100%;
}
.orrf_row .form-control::placeholder{
    color:#2d333f;
    font-weight: 400;
    font-style: italic;
}
.mt-opentable-restaurant-reservation-forms {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 2px 4px #2d333f33;
    background: #fff;
}

.orrf_heading{
    margin:0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #d8d9db;
}

/*V1*/
.orrf_row .orrf-date-wrapper {
    display: flex;
}
.orrf_row input {
    border: none;
}
.orrf_row .orrf_input_wrapper {
    font-weight: 500;
    font-size: 14px;
}
.orrf-btn-group {
    margin-top: 15px;
}
.orrf-btn-group input{
    text-align: center;
    padding: 1rem;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .3s ease-out;
}
.orrf-row.v1 .orrf-date-wrapper .mt_single_builder_field {
    margin-bottom: 0 !important;
}
.orrf_row .orrf-date-wrapper .mt_field--input_datepicker {
    padding: 10px;
    border-bottom: 1px solid #d8d9db;
    font-weight: 500;
    font-size: 14px;
    width: 100% !important;
    display: grid;
}
.mt_field--input_datepicker .date-picker{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #2d333f;
}
.orrf_row .orrf-date-wrapper .mt_field--input_datepicker input[type=text]:focus {
    border: none !important;
    outline: none !important;
}
.orrf_row .mt_single_builder_field {
    margin-bottom: 0 !important;
}
.orrf_row .mt_field--input_number {
    padding: 10px !important;
    border-bottom: 1px solid #d8d9db;
}
.orrf_row .mt_field--input_number.infants,
.orrf_row .mt_field--input_number.guests {
    border-bottom: none;
}
.orrf_row input[type=date],
.orrf_row input[type=email],
.orrf_row input[type=number],
.orrf_row input[type=password],
.orrf_row input[type=search],
.orrf_row input[type=tel],
.orrf_row input[type=text],
.orrf_row input[type=url],
.orrf_row select,
.orrf_row textarea {
    padding: 0 !important;
}
.orrf_row input[type=date]:focus,
.orrf_row input[type=email]:focus,
.orrf_row input[type=number]:focus,
.orrf_row input[type=password]:focus,
.orrf_row input[type=search]:focus,
.orrf_row input[type=tel]:focus,
.orrf_row input[type=text]:focus,
.orrf_row input[type=url]:focus,
.orrf_row select:focus,
.orrf_row textarea:focus {
    border: none !important;
    outline: none !important;
}