label, input

{

 display: block;

}



input, textarea, h2

{

 margin-bottom: 20px;

}



h2

{

 display: inline-block;

}



#time_0

{

 display: block !important;

}





 @media screen and (min-width: 551px) {

.rowLeft,

.rowRight {

    display: inline;
    }
 }







 @media screen and (max-width: 550px) {



.rowLeft,

.rowRight {

    display: block;

    width: 100%;

}



.rowRight

{

 padding-bottom: 40px;

}



.rowRight .cancel-reservation

{

  float: left;

  margin-top: 0px;

}

   }



/* ------- */



.redi-reservation-select {

    -moz-box-sizing: border-box;

    background-clip: padding-box;

    border: 1px solid #B7AEA6;

    border-radius: 0.236em;

    box-shadow: 0 0 0.236em 0 #E5E1DE;

    color: #6C6158;

    font-family: "Cutive", sans-serif;

    font-size: 0.857em;

    line-height: 1.618em;

    outline: medium none;

    padding: 0.4em;

    transition: all 0.2s ease-in-out 0s;

}



.redi-reservation-alert {

    background-color: #FCF8E3;

    border: 1px solid #FBEED5;

    border-radius: 4px 4px 4px 4px;

    margin-bottom: 20px;

    padding: 8px 35px 8px 14px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

}



strong {

    font-weight: bold;

}



.redi-reservation-alert-error {

    background-color: #F2DEDE;

    border-color: #EED3D7;

    color: #B94A48;

}


.redi-reservation-error h4 {

    color: #B94A48;

}



.redi-reservation-alert-info {

    background-color: #D9EDF7;

    border-color: #BCE8F1;

    color: #3A87AD;

}



.redi-reservation-alert-success {

    background-color: #DFF0D8;

    border-color: #D6E9C6;

    color: #468847;

}



.redi_required {

    color: #DD0000;

}



.ui-datepicker {

    z-index: 9999 !important;

}



.ui-timepicker-div > dl > dt {

    font-weight: bold;

}



.ui-timepicker-div > dl > dd {

    margin: 0 0 20px;

}



#persons, #redi-restaurant-startDate, #redi-restaurant-startTime, #children, #update_persons, #update_children, #placeID {

    width: 175px;

    margin-bottom: 20px;

}



.children_description {

    margin: -15px 0 20px 0;

    font-size: 14px;

}


#redi-restaurant-startHour, #redi-restaurant-startMinute {

    width: 83px;

}



.redi-restaurant-button-wrapper

{

    margin-top: 12px;

    margin-bottom: 24px;

}



.redi-restaurant-button {

    font-weight: normal;

    margin-bottom: 15px !important;

}



.redi-restaurant-time-button {

    float: left;

    margin-left: 5px;

    width: 21%;

    margin-top: 5px;

    padding-left: 2% !important;

    padding-right: 2% !important;

}



.redi-restaurant-time-button, .redi-restaurant-button, .redi-restaurant-duration-button {
    margin: 1px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    display: inline;
}



.redi-restaurant-time-button:hover, .redi-restaurant-button:hover, .redi-restaurant-duration-button:hover {

    border: 1px solid #999999;

    background: #dadada;

    color: #212121;

}



.redi-restaurant-time-button[disabled="disabled"],

.redi-restaurant-button[disabled="disabled"],

input.disabled, button.disabled {

    opacity: 0.4 !important;

    filter: alpha(opacity=40) !important; /* For IE8 and earlier */



}



.redi-restaurant-time-button[select="select"], .redi-restaurant-button[select="select"], .redi-restaurant-duration-button[select="select"] {

    font-weight: bold !important;

    background-color: #DFF0D8 !important;

}


.cancel-reservation,
.modify-reservation {

    float: right;

}



.ui-tooltip {

    padding: 10px 20px;

    border-radius: 5px;

    width: 250px;

}



.ui-tooltip-content {

    border: none;

}



.redi-restaurant-time-button.normal {

    width: 15%;

}



.UserComments

{
    width: 100%;
    max-width: 30em;
}



.buttons-wrapper

{

 margin-bottom: 15px;

}



.redi-restaurant-cancelReason

{

 width: 413px;

}

#redi-restaurant-modifyEmail {
    margin-bottom: 20px;
}

input#redi-restaurant-startDate.redi-invalid{
     border-color: #B94A48;
}

#redi-restaurant-startDate .ui-datepicker-inline .ui-datepicker-calendar tr td,
#redi-restaurant-startDate .ui-datepicker-inline .ui-datepicker-calendar tr th
{
    padding: 1px;
}

.link-waitlist-form
{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

/* intl-tel-input */
.iti
{
    display: block;
}

.services-left
{
    display: none;
    background: green;
    padding: 10px;
    color: white;
}

.redi-radiobutton-label, .redi-radiobutton
{
    display: inline;
}

#intlTel
{
    margin-bottom: 20px !important;
}

.redi-modify-date, .redi-modify-time
{
    font-weight: bold;
}

.redi_calendar_fully_booked a
{
    background: red !important;
}

/**
 * Below CSS Written by WWT
 * 10-04-2023
 *
 */

/* --- START - Code Commented By WWT --- */
.redi-cf-wrap {
    background-color: #fff;
    padding: 40px 58px;
    border-radius: 10px;
}
.redi-cf-content h2 {
    color: #191847;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 13px;
}
.redi-cf-content {
    text-align: center;
}
.redi-cf-content p {
    font-size: 18px;
    color: #222222;
    line-height: 28px;
}
.redi-reservation-alert-success {
    background-color: transparent;
    padding: 0px;
    border-color: transparent;
}
.redi-cf-dt-wrap h3 {
    margin: 30px 0px;
    font-size: 30px;
    font-weight: 700;
    color: #191847;
}
.redi-cf-info {
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    row-gap: 15px;
    column-gap: 25px;
    width: 100%;
}
.redi-cf-detail{
    background-color: #fff;
    padding: 20px;
}
.redi-cf-info-wrap {
    border: 1px solid #E5E2FF;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex: 0 100%;
   /*   position: relative; */
}
.redi-cf-ct p {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.redi-cf-info-wrap .redi-cf-ct .redi-cf-ct {
    padding-left: 20px;
    flex: 0 0 80%;
}
.redi-cf-ct h4 {
    color: #191847;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}
/*.redi-cf-heading {
    flex: 0 0 30%;
}*/
.redi-ps-info {
    display: flex;
    border: 1px solid #E5E2FF;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.redi-ps-info-cont {
    width: calc(50% - 13px);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.redi-ps-head h4 {
    color: #191847;
    font-size: 28px;
    font-weight: 700;
}
.redi-ps-head p {
    color: #222222;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 12px;
}
.redi-cf-column .redi-ps-head h4{
    font-size: 18px;
}
/*.redi-ps-head {
    padding-left: 20px;
    flex: 0 0 85%;
}*/
.redi-ps-icon {
    flex: 0 0 15%;
}
.redi-cf-content hr{
    border-color: #E5E2FF;
    margin-bottom: 25px;
    margin-top: 11px;
}
.wp-embed-responsive{
        background: #F7F8FA;
}
.email-cc {
    width: 86px;
    margin-bottom: 18px;
}
/*---19-22-----*/
.redi-cf-heading {
    background-image: url(../img/reserved.png);
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wp-embed-responsive{
        background: #F7F8FA;
}
.email-cc {
    width: 86px;
    margin-bottom: 15px;
}

.reservation-image div img {
    width: 80px;
}

.reservation-main {
    max-width: 100% !important;
    padding-top: 50px !important;
}
.reservation-main .reservation-image{
        max-width: 100%;
    width: 100%;
    min-width: 100%;
    background-image: url(../img/main-banner.png);
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    pad
}
.reservation-image div {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.redi-confirm-form {
    max-width: 936px !important;
    margin: 0 auto !important;
}
.redi-confirm-form .redi-main-content{
    margin-top: -220px;
}
.redi-cf-column .redi-ps-info .redi-ps-head {
    flex: 0 0 85%;
    padding-left: 14px;
}
.redi-cf-info-wrap .redi-cf-heading{
    flex: 0 0 20%;
}
.redi-cf-info-wrap .redi-cf-ct {
    flex: 0 0 80%;
    padding-left: 20px;
}
.redi-cf-column .redi-ps-head p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 6px;
}
.redi-dt {
    display: flex;
    align-items: center;
}
.redi-dt p {
    padding-right: 15px;
    position: relative;
}
.redi-dt p:before{
    content:',';
    position: absolute;
    right: 8px;
}
.redi-dt p:last-child{
    padding-right: 0px;
}
.redi-dt p:last-child::before{
    content: unset;
}
.redi-ps-info-cont.redi-ps-info-cont-full {
    width: 100%;
}
/* Media CSS Start */
@media only screen and (max-width: 1366px){
    .redi-confirm-form {
        max-width: 70% !important;
    }
    .reservation-image div {
        max-width: 100%;
        margin: 0 auto;
        padding: 30px;
    }
}
@media only screen and (max-width: 1024px){
    .redi-ps-info-cont {
        width: calc(50% - 13px);
    }
}
@media only screen and (max-width: 991px){
    .redi-confirm-form{
        padding: 20px 30px;
    }
    .reservation-image div{
        padding: 40px 30px;
    }
    .redi-confirm-form, .reservation-image div {
        max-width: 100% !important;
    }
    .redi-cf-wrap {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .redi-cf-info-wrap{
        flex-wrap: wrap;
    }
    .redi-cf-info-wrap .redi-cf-ct, .redi-cf-column .redi-ps-info .redi-ps-head{
        flex: 0 0 100%;
        padding-left: 0px;
    }
    .redi-ps-info, .redi-cf-info-wrap .redi-cf-heading, .redi-ps-icon{
        flex: 0 0 100%;
        flex-wrap: wrap;
        text-align: center;
    }
    .redi-ps-info-cont{
        width: 100%;
    }
    .redi-cf-ct{
        text-align: center;
        margin-top: 15px;
    }
    .redi-cf-heading img {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .redi-cf-dt-wrap h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .entry-content img {
        width: 50px;
        margin-bottom: 15px;
    }
    .redi-cf-ct h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .redi-ps-head h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .redi-ps-head p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 5px;
    }
    .redi-cf-content hr {
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .redi-cf-content h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .redi-cf-wrap {
        padding: 30px;
    }
}
/* --- END - Code Commented By WWT --- */