/*
	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 */
}

header {
     background-color: #fcfcfc !important;
}
div.info a { 
    color:#985E96 !important; 
}
div.info i {
    color: #fff;
}
div.info .icon {
    font-weight: 800;
    background: #985E96;
    border-radius: 23px;
    width: 23px !important;
    height: 23px;
    text-align: center;
}

h1,h2,h3,h4 {
    font-family: Georgia, serif;
    font-weight: 400 !important;
    color:#5c506b !important;
}
h1.title {
    font-size: 35px;
    text-shadow:none !important;
}
.btn {
    text-transform: uppercase;
}
.btn.book {
    font-weight: 800;
}
p, a {
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.schedule .day-off {
    color: #985E96 !important;
}
.section .title {
    text-align:center;
}
.title--h4 {
    font-size:25px;
}
a.sb-available-date {
    font-weight: 800 !important;
}