Escape Rooms
R300.00
:root {
--bookly-main-color: #a82432 !important;
}
/* Color */
.bookly-form .bookly-form-group > label,
.bookly-form .bookly-label-error,
.bookly-form .bookly-progress-tracker > .active,
.bookly-form .picker__nav--next,
.bookly-form .pickadate__nav--prev,
.bookly-form .picker__day:hover,
.bookly-form .picker__day--selected:hover,
.bookly-form .picker--opened .picker__day--selected,
.bookly-form .picker__button--clear,
.bookly-form .picker__button--today,
.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {
color: #a82432 !important;
}
/* Background */
.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .picker__frame,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-square,
.bookly-form .bookly-pagination > li.active {
background-color: #a82432 !important;
}
.bookly-form .bookly-triangle {
border-bottom-color: #a82432 !important;
}
/* Border */
.bookly-form input[type="text"].bookly-error,
.bookly-form input[type="password"].bookly-error,
.bookly-form select.bookly-error,
.bookly-form textarea.bookly-error,
.bookly-form .bookly-week-days.bookly-error,
.bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
border: 2px solid #a82432 !important;
}
/* Other */
.bookly-form .picker__header {
border-bottom: 1px solid #a82432 !important;
}
.bookly-form .picker__nav--next:before {
border-left: 6px solid #a82432 !important;
}
.bookly-form .picker__nav--prev:before {
border-right: 6px solid #a82432 !important;
}
.bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
background: #a82432 !important;
border: 1px solid #a82432 !important;
}
.bookly-form .bookly-pagination > li.active a {
border: 1px solid #a82432 !important;
}
.bookly-form .bookly-columnizer .bookly-hour:active {
border: 2px solid #a82432 !important;
color: #a82432 !important;
}
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon {
background: none;
border: 2px solid #a82432 !important;
color: #a82432 !important;
width: auto;
height: auto;
padding: 3px;
border-radius: 25px;
margin-right: 3px;
}
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {
background-color: #a82432 !important;
width: 8px;
height: 8px;
border-radius: 10px;
display: block;
}
@media (hover) {
.bookly-form .bookly-columnizer .bookly-hour:hover {
border: 2px solid #a82432 !important;
color: #a82432 !important;
}
.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
background: none;
border: 2px solid #a82432 !important;
color: #a82432 !important;
}
.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
background-color: #a82432 !important;
}
}
(function (win, fn) {
var done = false, top = true,
doc = win.document,
root = doc.documentElement,
modern = doc.addEventListener,
add = modern ? 'addEventListener' : 'attachEvent',
rem = modern ? 'removeEventListener' : 'detachEvent',
pre = modern ? '' : 'on',
init = function(e) {
if (e.type == 'readystatechange') if (doc.readyState != 'complete') return;
(e.type == 'load' ? win : doc)[rem](pre + e.type, init, false);
if (!done) { done = true; fn.call(win, e.type || e); }
},
poll = function() {
try { root.doScroll('left'); } catch(e) { setTimeout(poll, 50); return; }
init('poll');
};
if (doc.readyState == 'complete') fn.call(win, 'lazy');
else {
if (!modern) if (root.doScroll) {
try { top = !win.frameElement; } catch(e) { }
if (top) poll();
}
doc[add](pre + 'DOMContentLoaded', init, false);
doc[add](pre + 'readystatechange', init, false);
win[add](pre + 'load', init, false);
}
})(window, function() {
window.bookly( {"form_id":"66ed704572646","status":{"booking":"new"},"skip_steps":{"service_part1":0,"service_part2":0,"extras":1,"time":0,"repeat":1,"cart":1},"errors":{"session_error":"Session error.","form_id_error":"Form ID error.","cart_item_not_available":"The selected time is not available anymore. Please, choose another time slot.","pay_locally_not_available":"Pay locally is not available.","invalid_gateway":"Invalid gateway.","payment_error":"Error.","incorrect_username_password":"Incorrect username or password."},"form_attributes":{"hide_categories":true,"hide_services":true,"hide_staff_members":true,"show_number_of_persons":true,"hide_service_duration":true,"hide_locations":true,"hide_quantity":true,"hide_date":false,"hide_week_days":false,"hide_time_range":false,"const_category_id":1},"use_client_time_zone":0,"firstDay":1,"date_format":"mmmm d, yyyy","defaults":{"service_id":0,"staff_id":0,"location_id":0,"category_id":1},"facebook":{"enabled":0,"appId":""}} );
});