/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/*
	BOOKING PAGE
*/
/* remove header*/
#header {
    display: none;
}

/* removing map button from main page*/
#main div.bar div.map  {
    display: none !important;
}
#main div.map a {
    display: none;
}
#main div.map::after {
  display: none;
}

#main div.inner div.company-name {
     font-size: 2.5rem !important;
}

/*
	MEMBER FIELDS
*/
/* removing phone field */
#sb_booking_content div.form-client-phone {
  display: none;
}


/* removing subscription info */
div.confirm-details div.license-links-container div.promotions-letter-flag {
  display: none;
}

/*
	CONFIRMATION PAGE
*/
/* removing show all bookings button from confirmation page*/
#main div.section-pd a.btn[href="#client/bookings/type/all"] {
  display: none;
}

/* remove Book Now button*/
#sb_main.page--my_bookings #main div.inner div.bar {
    display: none;
}

#main div.section-pd div#sb_back_to_bookings {
  display: none;
}

/* removing booking detail from confirmation page*/
#main div.section-pd div#sb_bookings_list {
  display: none;
}


#main div.section-pd div#sb_message_container {
  display: none;
}

/* adding content before button
#main div#sb_content div#booking-result-view div.section-pd::after{
  content: "Please click on button below to verify if your booking was confirmed. Thank you.";
}*/


/* modify redirecting button from confirmation page*/
#main div.back-to-site a.btn[href="https://hccideastudio.glitch.me"] {
  display: block;
}



 #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 */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

