/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

@font-face {
    font-family: 'schneidleref-lightregular';
    src: url('https://theouterbankscandlecompany.com/path-to-font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}



 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 div#widget_container   {
	/* add your css rule here */
}


 #widget_container #widget_header   {
	/* add your css rule here */
}


 #widget_container #widget_footer   {
	/* add your css rule here */
}


 #widget_container h1.title a   {
	/* add your css rule here */
}


 #events .event_price   {
	/* add your css rule here */
}


 #eventForm dd.extention_data   {
	/* add your css rule here */
}


 dd.extention_data dl.zend_form dt, dd.extention_data dl.zend_form dd label   {
	/* add your css rule here */
}

/* Force font everywhere inside widget */
#widget_container,
#widget_container * {
    font-family: "Playfair Display", serif !important;
}

.title-main {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: none;
    line-height: 1.2;
    font-family: schneidleref-lightregular, serif;
}
.current-booking-info .cap,.tab_provider-col .full-info .tab-pd .cap.full {
    font-family: schneidleref-lightregular;
    font-size: 24px;
    text-align: left
}
.tab.tab-col .cap {
    font-family: schneidleref-lightregular;
}
#sb-timeline #steps #steps-content #sb_booking_content .provider-item .name {
    height: 48px;
    margin-bottom: 30px;
    line-height: 1.1;
    font-family: schneidleref-lightregular;
    font-size: 22px;
    overflow: hidden
}
.booking-info {
    position: relative;
    font-size: 0;
}

/* Hide original booking steps */
.booking-info > ul {
    display: none !important;
}

/* Keep container visible */
.booking-info {
    position: relative !important;
}

/* Show banner by default */
#sb_booking_info .booking-info::before {
    content: "Select a date and click an available time in the calendar below to reserve your seat.";
    display: block;
    background: #e7f6f8;
    border: 2px solid #619c9f;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    color: #2f4f50;
    font-size: 16px !important;
}

/* Hide banner ONLY when Page 2 (menu-active-bg has class full) */
#steps-nav #menu-active-bg.full + .container-fluid #sb_booking_info .booking-info::before {
    content: none !important;
}
/* Hide entire steps nav once user moves past page 1 */
#steps-nav #menu-active-bg.full ~ .container-fluid {
    display: none !important;
}
/* Reduce main vertical padding */
#main-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Bootstrap-style wrappers sometimes add spacing */
#steps[data-start_time] .container-fluid,
#steps[data-start_time] .container-fluid.column,
#steps[data-start_time] .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove 15, 30, 45 minute rows entirely */
.hour-container .hour-row:not(:nth-child(4n+1)) {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* Remove their text just in case */
.hour-container .hour-row:not(:nth-child(4n+1)) .time {
    display: none !important;
}
/* Add border + rounded corners to each class slot */
#sb-time-classes-container .provider-item {
    border: 2px solid rgba(0,0,0,0.25) !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}
/* Remove extra spacing inside booking info box */
#sb_booking_info .booking-info {
    padding: 8px 12px !important;
}

#sb_booking_info .booking-info ul {
    margin: 0 !important;
    padding: 0 !important;
}

#sb_booking_info .step_info_item {
    margin: 0 !important;
    padding: 0 !important;
}

#sb_booking_info .step_info_item .content {
    padding: 0 !important;
}

#sb_booking_info .title-small,
#sb_booking_info .title-sub {
    margin: 0 !important;
    line-height: 1.2 !important;
}
/* Hide booking summary only on step 2 */
.booking-info.mg {
    display: none !important;
}
#sb_multiple_booking_btn {
    display: none !important;
}

/* Hide payment selector only on pages WITHOUT payment form */
body:not(:has(#payment_form)) #sb_invoice_payment_data_container {
    display: none !important;
}
/* Hide the footer */
#footer {
    display: none !important;
}

/* Create space above timeline wrapper */
#sb_timeview_container .timeline-wrapper {
    position: relative;
    padding-top: 90px;
}

/* Add instruction banner above the date header */
#sb_timeview_container .timeline-wrapper::before {
    content: "Click on an available time slot below.";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    background: #e7f6f8;
    border: 2px solid #619c9f;
    border-radius: 14px;
    padding: 16px 20px;

    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #2f4f50;

    box-sizing: border-box;
}
/* Hide promotions subscribe checkbox */
.promotions-letter-flag {
    display: none !important;
}
/* Force custom font on thank you page company header */
/* Force font on confirmation page header title */
#main-buttons .company-name.company-logo-and-name {
    font-family: 'schneidleref-lightregular', serif !important;
}
/* Remove decorative wave divider only */
#main-buttons::before,
#main-buttons::after,
#sb-main-container::before,
#sb-main-container::after {
    display: none !important;
}
.cap-slider {
  font-size: 0;
  position: relative;
}

.cap-slider::after {
  content: "How many people are you booking for?";
  font-size: 16px; /* match your site */
}