body {
    font-family: Averta,Helvetica,Verdana,Geneva,sans-serif;
    background-color: #f1f1f1;
    padding: 0;
    margin: 0;
}

.error-message {
    color: #DC0000;
}

.booking-wrap {
    border-radius: 26px;
    border: 2px solid #95AFCE;
    padding: 10px;
    margin: 0 auto;
    max-width: 600px;
    min-width: 210px;
}

.booking-block {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 12px;
    border-radius: 20px;
    background: #FFF;
    border: 2px solid #95AFCE;
    overflow: hidden;
    max-width: 600px;
}

.booking-block:last-child {
    margin-bottom: 0;
}

a.booking-link, a.booking-link:visited, a.booking-link:active {
    color: #ae641a;
    font-weight: bold;
    text-decoration: underline;
}
a.booking-link:hover {
    color: #cf7f2f;
}

.booking-header1 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin: 6px 4%;
}

.booking-header2 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 6px 4%;
}

.booking-header3 {
    font-size: 20px;
    color: #DA9652;
    font-weight: bold;
    text-decoration: underline;
    margin: 5px;
}

.booking-header4 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 10px;
}

.booking-description {
    margin: 10px 4%;
    font-size: 14px;
}

.text-success {
    color: #0ba40b;
}

.booking-btn {
    font-size: 14px;
    color: white;
    border: 1px solid;
    border-radius: 10px;
    margin: 4px 3px;
    padding: 10px 20px;
    background: #DA9652;
    box-shadow: 3px 3px rgba(0,0,0,0.45);
    text-shadow: 2px 2px 3px #000000;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.booking-btn.btn-cancel {
    background-color: #bababa;
}

.home-store-image {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-store-name {
    font-weight: bold;
    font-size: 21px;
    margin: 5px;
}

.home-store-desc {
    vertical-align: text-top;
    font-size: 16px;
    margin: 5px;
}

.home-store-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    padding: 8px 20px;
    border-radius: 50px;
    background: #F7CB74;
    box-shadow: 1px 3px 1px 0px rgba(0,0,0,0.4);
}

.booking-list-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.booking-list-row {
    display: table-row;
}

.booking-list-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.booking-list-table {
    display: table;
    width: 100%;
}

.booking-list-wrap {
    padding: 5px 4%;
}

.booking-list-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.booking-event-name {
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0;
}

.btn-list-book {
    font-size: 14px;
    color: white;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    background: #DA9652;
    box-shadow: 3px 3px rgba(0,0,0,0.45);
    text-shadow: 2px 2px 3px #000000;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.booking-list-cell.icon-cell {
    width: 32px;
}

.booking-list-cell.btn-cell {
    text-align: right;
}

.booking-list-icon.table-icon {
    background-image: url(../../../booking/images/table.png);
}

.booking-list-icon.event-icon {
    background-image: url(../../../booking/images/event.jpg);
}

.booking-event-time {
    font-size: 15px;
    margin: 2px 0;
}

.booking-image {
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.option-submenu {
    padding: 0 4%;
}

.booking-event-options p {
    font-size: 14px;
}

.option-submenu.submenu-people > span {
    display: inline-block;
    margin: 3px;
    padding: 10px 0;
    width: 34px;
    text-align: center;
    font-size: 12px;
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.4);
    cursor: pointer;
}

.option-submenu.submenu-people {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.option-submenu > span {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    padding: 8px 20px;
    border-radius: 50px;
    background: #F7CB74;
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.4);
    cursor: pointer;
}

.option-submenu > span:hover {
    background-color: #ffd683;
}

.option-icon {
    display: inline-block;
    width: 36px;
    height: 30px;
    margin: 10px 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-people {
    background-image: url(../../../booking/images/people_icon.png);
}

.icon-date {
    background-image: url(../../../booking/images/day_icon.png);
}

.icon-time {
    background-image: url(../../../booking/images/time_icon.png);
}

.event-option {
    margin: 10px 4%;
    padding: 10px 0 15px;
    border-bottom: 1px solid #f7cb74;
}


.option-btn > .option-icon {
    position: absolute;
    left: 0;
    top: -10px;
}

.option-btn {
    display: block;
    position: relative;
    height: 36px;
    cursor: pointer;
}

.option-btn-arrow {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 36px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../booking/images/arrowdown.png);
}

.option-label {
    text-align: left;
    padding: 7px 34px 7px 67px;
    color: #DA9652;
    font-weight: bold;
    font-size: 16px;
}

.booking-form {
    text-align: left;
    color: #DA9652;
}
.booking-form label {
    display: inline;
    font-weight: bold;
    font-size: 14px;
}
.booking-form input[type=text], .booking-form input[type=number], .booking-form textarea {
    width: 100%;
    border: 1px solid #DA9652;
    padding: 5px;
    box-sizing: border-box;
    font-family: Arial;
}
.booking-form input[type=checkbox], .booking-form input[type=radio] {
    transform: scale(1.6);
}
.booking-row {
    display: block;
    margin: 10px 4%;
}

.reservation-details {
    color: #DA9652;
    padding: 20px 0;
}
.reserve-info {
    display: inline-block;
    margin: 0 12px;
}
.reserve-icon {
    display: inline-block;
    width: 36px;
    height: 30px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.reserve-label {
    display: inline-block;
    font-weight: bold;
    height: 30px;
    vertical-align: top;
    margin-top: 8px;
}

.confirmation-details {
    margin: 15px 4% 5px;
}

.booking-transaction-error {
    color: #1f00a0;
    border: 2px solid #c20000;
    background-color: #ffe8e8;
    padding: 5px;
    margin: 10px 5px;
}
.booking-error {
    color: #c20000;
}

.booking-customer-details {
    border: 1px solid #000;
    background-color: #fff4ea;
    padding: 0px 6px 6px;
    margin: 20px 4%;
    font-size: 14px;
    line-height: 20px;
}

.booking-ticket-image {
    height: 250px;
    background-position: top;
}


/* Handle narrow/small screen sizes */
@media screen and (max-width: 315px) {
    .booking-header1 {
        font-size: 18px;
    }
    .booking-header2 {
        font-size: 14px;
    }
    .booking-list-icon {
        width: 35px;
    }
    .booking-list-cell.icon-cell {
        width: 35px;
    }
    .home-store-image {
        height: 150px;
    }

    /* booking select options */
    .event-option {
        margin: 5px 4%;
        padding: 5px 0 10px;
        border-bottom: 1px solid #f7cb74;
    }
    .option-btn {
        height: 30px;
    }
    .option-icon {
        display: inline-block;
        width: 36px;
        height: 30px;
        margin: 10px 2px;
    }
    .option-label {
        padding: 8px 26px 7px 48px;
        font-size: 14px;
    }
    .option-btn-arrow {
        margin-top: -6px;
        width: 20px;
    }
}

/* Handle super narrow/small screen sizes */
@media screen and (max-width: 250px) {
    .home-store-link {
        font-size: 14px;
        margin: 5px 4%;
        padding: 8px 20px;
    }
}