#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: #eeeeee !important;
    line-height: 30px;
}

#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 {
    font-family: 'Open Sans', sans-serif !important;
    overflow: auto; 
    display: -webkit-box;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: vertical !important;
    line-height: 1.6em;
    height: 30em;
    font-size: 16px !important;
}

.item__description {
    font-size: 12px !important;
    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;
}

.item__tab {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    height: 100%;
    border-radius: 30px !important;
    padding:16px;
    background: #fff !important;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15) !important;
}

.title.title--h4.short {
    text-align: center !important;
}
/* The normal state of the button */
.btn.select {
    /* 1. Perfect Centring Magic */
    display: flex !important;
    align-items: center !important;      /* Forces the text to the vertical middle */
    justify-content: center !important;  /* Forces the text to the horizontal centre */
    padding: 0 !important;               /* Strips away SimplyBook's uneven padding */
    
    /* 2. Sizing and Layout */
    width: 160px !important;             /* A solid, consistent width that looks great */
    height: 45px !important;             /* Gives the button a nice, click-friendly height */
    margin: 0 auto !important;           /* Centres the button in the column */
    
    /* 3. Styling */
    border-radius: 10px !important;
    background-color: #425660 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase !important; /* Converts text to ALL CAPS */
    border: none !important;             /* Removes any default theme borders */
    
    transition: background-color 0.3s ease-in-out !important; 
}

/* The hover state of the button */
.btn.select:hover {
    background-color: #526b78 !important; /* A subtle, 15% lighter shift */
}