/*********** No Form **************/
div#options_container table#countdown {
    margin: 0 auto 100px;
    border-collapse: collapse;
	transition: all 1s;
}
div#options_container table#countdown tr#titles td {
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}
div#options_container table#countdown tr#values td {
    text-align: center;
    overflow: hidden;
    border: 1px dashed #bbb;
    width: 16.66%;
}
div#options_container h4.booking-closed {
    text-align: center;
    color: red;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding: 0 0 30px;
    font-size: 2.4em;
    text-shadow: 0px 2px 2px #000;
	overflow: hidden;
}
div#options_container h4.booking-closed span {
    rotate: -10deg;
    display: block;
    padding-left: 10px;
	margin-top: -35px;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.1, -3, 1.0, 0.1);
}
div#options_container h4.booking-closed.pop-up span {
  font-size: 4em;
  color: green;
}
div#options_container section.onfly-event-display {
    text-align: center;
}
div#options_container p.onfly-blurb {
    padding: 0 20px;
	font-weight: bold;
    color: #555;
}
div#user_event_header {
    position: relative;
}
div#user_event_header img.user-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 80%;
    height: calc(100% - 20px);
    opacity: 0.9;
    max-height: 150px;
}
h4.booking-closed.pop-up:before {
	color: red;
}

h4.booking-closed:before {
    content: "\f534";
    font-family: 'dashicons';
    font-size: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    color: #000;
    line-height: 1;
    text-shadow: 0px 1px 0px #fff;
	transition: all 1s;
	transition-timing-function: cubic-bezier(0.1, -0.7, 1.0, 0.1);
}
div#options_container table#countdown tr#values td.active {
    background: #ffffff;
}
div#options_container p.event-finished {
    text-align: center;
}

@media screen and (min-width:0px) and (max-width:485px) {
	div#options_container table#countdown td {
		font-size: 0.8em !important;
	}
}

/*********** Mask ****************/
body.events-none {pointer-events:none; touch-events: none;}

div#ml_onfly_mask {
	overflow: hidden;
    background: rgb(0, 0, 0);
    background: transparent\9;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    zoom: 1;
    position: fixed;
    z-index: 999999;
    display: none;
    top: 0px;
    left: 0px;
}
div#ml_onfly_mask.open {
	display:block;
}
div#ml_onfly_mask.open.processing.spin-me:after {
	content: "\f463";
	font-size: 3em;
    display: block;
    color: #fff;
    color: #ffffffbd;
    font-family: 'dashicons';
    position: absolute;
    top: 40%;
    top: calc(50% - 30px);
    left: 40%;
    left: calc(50% - 30px);
    line-height: 1;
	
    -webkit-animation: spin-me 3s linear infinite;
    -moz-animation: spin-me 3s linear infinite;
    animation: spin-me 3s linear infinite;
}
div#ml_onfly_mask.open.processing:before {
    content: 'Processing your order...';
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 25px;
}
form#onfly_data_form.no-touchy {
	pointer-events: none;
	touch-events: none;
}


@-moz-keyframes spin-me { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin-me { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin-me { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/*********** Form ****************/

img.user-event-header {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
div#times_outer p.header {
    text-align: center;
}
div#times_outer .time-slot * {
-webkit-user-select: none;         
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
} 
div#options_outer {
    padding-top: 20px;
}
div#options_outer div.menu-section-outer {
    padding: 0 20px;
}
div#options_outer div.menu-section-outer ul {
    margin: 0;
    padding: 0;
}
div#options_container {
    max-width: 900px;
    margin: 0 auto 50px;
}
div#options_outer .block.main-block > ul > li > input[type=radio] {
    display: none;
}
div#options_outer .block.main-block > ul > li:not(.specific-item-li) label.selected:after {
    content: "\f15e";
    font-family: 'dashicons';
    color: green;
    position: absolute;
    top: 8px;
    font-size: 30px;
    width: 30px;
    height: 30px;
}
div#options_outer input, div#options_outer label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 1em;
    line-height: 1;
	cursor: pointer;
}
div#options_outer label img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
	border-radius: 3px;
}
div#options_outer label span.dashicons {
    font-size: 50px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 15px;
    color: #00808061;
}
div#options_outer input {
	margin: 0;
}
div#options_outer .block > ul > li span.item-description {
    display: block;
    font-size: 0.8em;
    line-height: 1;
    font-style: italic;
    color: #676767;
	padding: 0 0 2px 70px;
    word-break: break-word;
}
div#form_submit_outer input#onfly_form_submit {
    background: #fff;
    color: #555;
    border: 1px solid #bbb;
	font-weight: bold;
    font-size: 1.1em;
	margin: 0 20px 0 0;
}
div#form_submit_outer input#onfly_form_submit:hover {
    color: #000;
	border-color: #777;
}
h3#ml_onfly_title {
    color: #000;
	text-align: center;
}
h3#today_menu {
    padding: 20px 0 !important;
    border: 0;    
	color: #000;
	text-align: center;
	margin: 0;
    font-size: 1.6em;
}
h4.menu-section-title {
    text-align: left;
	transition: all 0.4s;
    font-size: 1.5em;
    color: #008080;
    margin: 0 0 5px;
    padding: 10px 20px 10px 55px;
    position: relative;
    cursor: pointer;
    background: #fff;
	user-select: none;
} 
h4.menu-section-title.open {
	background: #fff;
}
h4.menu-section-title:before {
	content: "\f140";
    font-family: 'dashicons';
    position: absolute;
    display: block;
    top: 9px;
	left: 10px;
    font-size: 35px;
    width: 35px;
    height: 35px;
	line-height: 1;
}
h4.menu-section-title.open:before {
	content: "\f142";
}
div#form_submit_outer span.dashicons, span.ml_onfly_error span.dashicons {
	font-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #008080;
}
div#form_submit_outer span.dashicons-update, div#ml_onfly_thanks span.dashicons-admin-generic {
	-webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
div#form_submit_outer span.dashicons-update {
	display: none;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}
div#options_outer input.add-item {
    font-weight: bold;
    padding: 9px 14px 7px;
    font-size: 1.1em !important;
    border: 3px solid #bbb;
    background: #fff;
    color: #2d2d2d;
    cursor: pointer;
    border-radius: 3px;
	transition: all 0.3s;
	margin: 0 !important;
}
div#options_outer .add-item-container {
    position: relative;
    clear: both;
    text-align: center;
    margin: 0px 0 40px;
}
div#options_outer input.add-item:hover {
	color: #000;
	border-color: #777;
}
div#options_outer input[disabled="disabled"], div#options_outer input[disabled="disabled"]:hover {
    background: grey !important;
    cursor: default;
    color: #c7c7c7;
    border-color: #ffffff;
    text-shadow: 0px 1px 0px #5f5f5f;
}
div#options_outer .block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}


/* Self-styled checkboxes, radio buttons */
:root {
  --teal-color: #008080;
}
div#options_outer .block .item-specific-container li label {
	display: grid;
    grid-template-columns: 1em auto;
    gap: 1.2em;
    align-items: baseline;	
}
div#options_outer .block .item-specific-container li label.checkbox {
    align-items: center;
}
div#options_outer .block .item-specific-container li input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    width: 30px;
	border: 3px solid #bbb;
	border-radius: 50%;
	display: grid;
	place-content: center;
	user-select: none;
}
div#options_outer .block .item-specific-container li input[type="radio"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--teal-color);
}
div#options_outer .block .item-specific-container li input[type="radio"]:checked {
    border-color: green;
}
div#options_outer .block .item-specific-container li input[type="radio"]:checked::before {
  transform: scale(1);
}
div#options_outer .block:not(.main-block) li input[type="checkbox"], div#options_outer .main-block > ul > li.specific-item-li.open .item-specific-container li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border: 2px solid #bbb;
    border-radius: 4px;
    vertical-align: middle;
    transition: all 0.3s;
    user-select: none;
}
div#options_outer .block:not(.main-block) li input[type="checkbox"]:checked, div#options_outer .main-block > ul > li.specific-item-li.open .item-specific-container li input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: var(--teal-color);
}
div#options_outer .block:not(.main-block) li input[type="checkbox"]:checked:after, div#options_outer .main-block > ul > li.specific-item-li.open .item-specific-container li input[type="checkbox"]:checked:after {
    font-size: 26px;
    width: 26px;
    height: 26px;
    content: "\f15e";
    font-family: 'dashicons';
    display: inline-block;
    transform: scale(1);
	color: var(--teal-color);
}
div#options_outer .block.wide {
    width: 100%;
}
div#options_outer .block > ul > li {
    position: relative;
    padding-right: 55px;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
	transition: all 0.3s;
}
div#options_outer .block:not(.main-block) > ul > li {
    padding: 6px 55px 6px 0;
}
div#options_outer .block > ul > li.disabled {
    opacity: 0.2;
}
div#options_outer .block > ul > li.disabled label, div#options_outer .block > ul > li.disabled input {
    pointer-events: none;
    touch-action: none;
}
div#options_outer .block > ul > li span.prix {
    position: absolute;
    font-size: 1em;
    right: 10px;
	top: 10px;
}
div#options_outer .main-block > ul > li span.prix {
    top: 18px;
}
div#options_outer .block .item-specific-container {
    position: relative;
	margin: 5px 0 15px 65px;
	display: none;
}
div#options_outer .block > ul > li.specific-item-li.open .item-specific-container {
	display: block;
}
div#options_outer .block > ul > li.specific-item-li.open > label:after {
	content: "\f142";
    font-family: 'dashicons';
}
div#options_outer .block > ul > li.specific-item-li > label:after {
    content: "\f140";
    font-family: 'dashicons';
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
}
div#options_outer .block .item-specific-container p.item-specific-group-description {
    margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bbb;
    color: #008080;
}
div#options_outer .block .item-specific-container li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding: 5px;
    line-height: 1;
	transition: all 0.3s;
}
div#options_outer .block .item-specific-container li.disabled {
	opacity: 0.2;
	pointer-events: none;
	touch-events: none;
}
div#options_outer div.menu-section {
	padding: 10px 0 0;
	position: relative;
	border-top: 3px solid orange;
}
div#options_outer .block p {
    font-weight: bold;
}
div#options_outer div.menu-section span.num-choices {
    display: block;
    font-size: 0.9em;
	font-weight: normal;
}
div#options_outer div.menu-section span.num-choices:before {
    content: "\f344";
    font-family: 'dashicons';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ad4343;
}
div#options_outer div.menu-section.hidden {
	display: none;
}
div#order_status {
    margin-top: 30px;
}
div#options_outer p, div#times_outer p, div#order_details p {
    padding: 0 10px;
	user-select: none;
}
div#options_outer .block span.required {
    color: red;
    margin-left: 5px;
}
div#order_status p#chosen_time, div#order_status div#name_outer p, div#custom_message_outer p {
    font-weight: bold;
}
div#order_status p#chosen_time span {
    background: #fff;
    display: inline-block;
	line-height: 1;
    padding: 7px 8px 5px;
    border: 1px solid;
    border-radius: 3px;
    margin: 0 0 0 10px;
	cursor: pointer;
	font-weight: normal;
}
div#hidden_elements[data-error="error"] span {
    color: #ffa1a1;
}
div#order_status p#chosen_time span:hover {
    background: #008080;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
div#options_outer div#custom_message_outer, div#options_outer div#hidden_elements, div#options_outer div#ml_onfly_phone_outer {
    border-bottom: 1px dashed #c6d0f1;
    padding: 10px;
}
div#ml_onfly_phone_outer div {
    padding: 10px;
}
div#ml_onfly_phone_outer input#ml_onfly_phone, div#email_check input#ml_onfly_email {
    display: block;
    margin-top: 10px;
	cursor: auto;
}
div#ml_onfly_phone_outer p i {
    color: #ad4343;
}
div#times_outer {
    padding: 20px 5px 10px;
    margin-bottom: 20px;
}
div#options_container div.new-date {
    padding: 20px;
    text-align: center;
    font-size: 1.17em;
}
div#options_container div.new-date span {
    font-weight: bold;
}
div#times_outer .time-slot {
    display: inline-block;
	vertical-align: top;
    width: 25%;
    padding: 5px;
	box-sizing: border-box;
}
div#times_outer .time-slot[data-orders="disabled"], div#times_outer .time-slot.disabled {
    pointer-events: none;
	display:none;
}
div#times_outer .time-slot span {
    display: block;
	position: relative;
    background: #fff;
    border: 1px solid;
    padding: 10px 40px 10px 12px;
    cursor: pointer;
	transition: all 0.3s;
}
div#times_outer .time-slot.selected span, div#times_outer .time-slot.selected span:hover {
    background: #025e5e;
    color: #fff;
	pointer-events: none;
}
div#times_outer .time-slot[data-orders="disabled"] span, div#times_outer .time-slot.disabled span {
    background: #008080;
    color: #008080;
    border-color: #fff;
    pointer-events: none;
}
div#times_outer .time-slot[data-orders="disabled"] span:after, div#times_outer .time-slot.disabled span:after {
    content: 'FULLY BOOKED';
    color: #fff;
    position: absolute;
    left: 18px;
}
div#times_outer .time-slot.selected span:after {
    font-family: 'dashicons';
    content: "\f15e";
    font-size: 25px;
    width: 25px;
	line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
div#times_outer .time-slot span:hover {
    background: #008080;
    color: #fff;
    border: 1px solid #fff;
}
div#order_status div#name_outer {
    padding: 10px;
}
div#options_outer .block span.error {
    font-size: 0.9em;
    color: red;
	display: block;
    padding-left: 10px;
}
span.ml_onfly_error {
	display: none;
    padding: 15px;
    position: fixed;
    background: #fcfcb7;
    border: 2px solid #000;
    box-sizing: border-box;
    width: auto;
    max-width: 280px;
    top: 20px;
    left: 20px;
    box-shadow: 0px 2px 15px -4px #555;
    z-index: 1500;
}
span.ml_onfly_error.open {
	display: block;
}
span.ml_onfly_error span#error_text {
    padding-left: 50px;
    display: block;
	font-size: 1em;
}
span.ml_onfly_error span.dashicons-warning {
    position: absolute;
    left: 5px;
    top: 9px;
}
span.ml_onfly_error span {
    vertical-align: middle;
    padding: 0 5px;
}
span.ml_onfly_error span.bold {
    padding: 0;
}
span.ml_onfly_error span.dashicons {
    color: red;
}
div#options_outer div[data-error="error"] {
    background: #ffa1a1;
	color: #fff !important;
}
div#order_status div#name_outer input#guest_name {
    line-height: 2.3;
    padding: 5px 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
	cursor: auto;
}
div#options_outer div#custom_message_outer textarea#custom_message {
    width: 100%;
    max-width: 100%;
	height: 100px;
    box-sizing: border-box;
    display: block;
	padding: 10px;
}
div#form_submit_outer {
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
}
div#order_details {
    padding: 5px;
}
div#form_submit_outer div#email_check {
    padding: 20px;
    margin-bottom: 30px;
}
div#email_check p#email_wrapper {
    padding: 15px 0;
    border-top: 2px solid #c6d0f1;
    margin-top: 15px;
}
div#email_check label, div#email_check input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 0.9em;
}
div#ml_onfly_order_details {
    position: fixed;
    width: 280px;
    top: 20px;
    left: 20px;
    background: #008080;
    border: 2px solid #000;
    font-size: 0;
	z-index: 200;
    box-shadow: 0 5px 15px -6px #555;
	display:none;
}
div#ml_onfly_order_details p span {
    font-size: 18px;
}
div#ml_onfly_order_details p i {
    color: #f0f0f0;
    margin: 0 4px;
}
div#ml_onfly_order_details p, div#ml_onfly_items_left p {
    padding: 10px 15px;
    color: #fff;
    margin: 0;
	text-shadow: 0px 1px 0px #000;
}
div#ml_onfly_items_left p {
    font-size: 17px;
}
div#ml_onfly_items_left {
    position: fixed;
    width: auto;
    bottom: 20px;
    right: 20px;
    background: #008080;
    border: 2px solid #000;
    font-size: 0;
    z-index: 200;
    box-shadow: 0 5px 15px -6px #555;
}
div#order_status div#hidden_elements p {
    margin: 0;
    padding: 5px 10px;
}
div#order_status p#chosen_name {
    display: none;
}
div#options_outer table#order_items td span {
	display: inline-block;
	vertical-align: middle;
}
div#options_outer table#order_items span.dashicons {
    color: #008080;
    font-size: 30px;
    width: 30px;
    height: 30px;
	line-height: 1;
    cursor: pointer;
}
div#options_outer table#order_items td.coupon {
    text-align: right;
}
div#options_outer table#order_items td.coupon input#ml_onfly_coupon_code {
    width: auto;
	vertical-align: middle;
}
div#options_outer table#order_items td.coupon span.coupons {
    margin-right: 12px;
}
div#options_outer table#order_items td.total-text {
    width: 95px;
}
table#order_items tr.final-row.closed {
    display: none;
}
.dashicons-no-alt:before {
    content: "\f335";
}
div#options_outer div#order_status p#order_summary_text {
	display: none;
	margin: 0;
    padding: 20px 10px;
    border-bottom: 3px solid #c6d0f1;
	text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
div#options_outer table#order_items {
    padding: 0;
    margin-top: 0;
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 20px;
}
div#options_outer table#order_items tr.final-row td {
    border-bottom: 3px solid #c6d0f1;
	background: #f2f5ff;
}
div#options_outer table#order_items td.close {
    text-align: right;
	width: 50px;
}
div#options_outer table#order_items td.total-price, div#options_outer table#order_items td.absolute-total-price {
    text-align: right;
}
div#options_outer table#order_items i {
    color: #555;
    margin: 0 4px;
}
div#options_outer table#order_items td {
	position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
	background: #fff;
}
div#options_outer table#order_items td.category, div#options_outer table#order_items td.total-price, div#options_outer table#order_items td.absolute-total-price {
    text-wrap-mode: nowrap;
    white-space: nowrap;
}
div#options_outer table#order_items td.absolute-total-price {
    font-weight: bold;
}
div#options_outer table#order_items td.category {
    width: 90px;
}
div#options_outer table#order_items tr:last-child td {
    border-bottom: 0;
}
div#ml_onfly_thanks {
    position: absolute;
    width: 300px;
	text-align: center;
    height: auto;
    top: 40%;
    top: calc(50% - 182px);
    left: 40%;
    left: calc(50% - 150px);
    padding: 0;
    overflow: visible;
}
div#ml_onfly_thanks span.dashicons.dashicons-smiley {
    font-size: 10em;
    color: #7b7a7a;
    width: 150px;
    height: 150px;
	animation-name: white;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}
div#ml_onfly_thanks p {
    color: #7b7a7a;
    font-size: 4em;
    line-height: 1.4;
    text-shadow: 0px 2px 1px #7b7a7a;
    padding: 0;
    margin: 0;
	animation-name: white;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}
div#order_status input#ml_onfly_form_satisfied {
    pointer-events: none;
    user-select: none;
    display: none;
}
textarea#data64 {
	display: none;
}

@keyframes white {
    to { color: white; }
}

@media screen and (min-width:0px) and (max-width:765px) {
	div#times_outer .time-slot {
		width: 33.33%;
	}
}
@media screen and (min-width:0px) and (max-width:800px) {
	div#options_outer .block {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
}
@media screen and (min-width:0px) and (max-width:650px) {
	div#times_outer .time-slot {
		width: 50%;
	}
	div#email_check p#email_wrapper input#ml_onfly_email {
		display: block;
		margin-top: 10px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	div#options_outer table#order_items td.coupon input#ml_onfly_coupon_code {
		width: 100%;
	}
	div#options_outer table#order_items td {
		font-size: 0.9em;
	}
}

@media screen and (min-width:0px) and (max-width:433px) {
	div#times_outer .time-slot, div#times_outer .time-slot {
		width: 100%;
	}
	div#options_outer .block > ul > li {
		border-bottom: 1px dashed #bbb;
		padding: 5px 55px 5px 0;
	}
	div#options_outer .block > ul > li:last-child {
		border-bottom: 0;
	}
	div#ml_onfly_phone_outer input#ml_onfly_phone, div#email_check input#ml_onfly_email {
		width: 100%;
	}
	div#options_outer table#order_items td {
		font-size: 1rem !important;
	}
}