/* Keep images hidden in expanded view */
.wrap-collapse-content .biggest-previev { 
  display: none !important; 
}

/* Comfortable reading size + spacing */
.wrap-collapse-content .collapse-content p,
.wrap-collapse-content .collapse-content li,
.wrap-collapse-content .collapse-content span,
.wrap-collapse-content .collapse-content b,
.wrap-collapse-content .collapse-content strong,
.wrap-collapse-content .collapse-content i,
.wrap-collapse-content .collapse-content em {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Paragraph rhythm */
.wrap-collapse-content .collapse-content p { 
  margin: 0 0 0.9em; 
}

/* Make the very first bold line read like a subheading */
.wrap-collapse-content .collapse-content p:first-of-type b,
.wrap-collapse-content .collapse-content p:first-of-type strong {
  display: block;
  font-size: 17px !important;
  line-height: 1.4 !important;
  margin-bottom: 0.35em;
}

/* Bullet lists */
.wrap-collapse-content .collapse-content ul,
.wrap-collapse-content .collapse-content ol {
  margin: 0.2em 0 0.9em 1.2em;
}
.wrap-collapse-content .collapse-content li { 
  margin: 0.25em 0; 
}

/* Buttons: tidy spacing above */
.wrap-collapse-content .collapse-content .btn-bar {
  margin-top: 12px !important;
}


.form-group.form-client-phone,
.form-row .form-group:has(#sb_client_phone) {
  display: none !important;
}

#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #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 */
}

