:root {
	--font-regular: Helvetica, Arial;
	--button-radius: 0em;
	--brand-color-primary: #004b74;
	--button-primary-border: #004b74;
	--button-primary-background: #004b74;
}

h1 {
   display: none;
}

/* Remove view your pending bookings */
 #booking-confirm-required.finished.process-step.booking-step.book-pending span.continue
{
    display: none;

}

/* Remove pending Book Now button */
 #booking-confirm-required.finished.process-step.booking-step.book-pending .btn-secondary {
    display: none;
}

/*Remove powered by bookitlive footer */
#footer
{
	display: none;
}


#info .hours, .contact-info
{
    display: none;

}

