#sb_sidebar_container > aside > div.item.service-item > div > div.item__picture-wrapper {
display: none !important;
}

/*
	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 */
font-size:10px;
}



 div.ui-widget-header   {
	/* add your css rule here */
font-size:10px;

}


 #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 */
}

/* Scoosh */
.title-sub {color:#ffffff;}

#time-settings{ display:none;}

/* Hide read more on booking page */
.item__read-more {display:none;} 
/* .item__read-more {margin-top:10px!important; font-size:10px;} */
.scoosh_booknowbutton {width:150px;}


#main-buttons {
    display: none!important;
}
/* .item__description.short {
        overflow: auto; 
        display: -webkit-box;
        -webkit-line-clamp: unset!important;
        -webkit-box-orient: vertical!important;
        line-height: 1.6em;
        height: 30em;}

.item__description {
    font-size: 12px;
    display: block;
    position: relative;
    word-break: break-word;
    margin-bottom: 10px;
    font-weight: 400; */

.item__description,
.item__description p,
.item__description ul li,
.item__description span {
   font-family: 'Open Sans', sans-serif !important;
   font-size: 14px !important;
   line-height: 1.6 !important;
}
.item__description.short,
.title.short {
   height: auto !important;
   max-height: none !important;
   overflow: visible !important;
   display: block !important;
}
.item__description .item__read-more {
   display: none !important;
}