/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/


 #sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}

 #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 */
}
/* Let the category step and grid allow tall items */
#sb_category_step_container,
#sb_category_step_container .category-step {
  min-height: 0 !important;
}

#sb_category_step_container .category-item.item,
#sb_category_step_container .category-item .tab.tab-col,
#sb_category_step_container .category-item .excerpt-info,
#sb_category_step_container .category-item .excerpt-info .preloader.__custom-image {
  min-height: unset !important;
  height: auto !important;
  max-height: none !important;
}

/* Force the image box to be tall and square */
#sb_category_step_container .category-item .excerpt-info .preloader.__custom-image .user.img {
  height: 380px !important;
  min-height: 380px !important;
  max-height: none !important;
  aspect-ratio: 1 / 1;
}

#sb_category_step_container .category-item .excerpt-info .preloader.__custom-image .user.img img.user-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 35%;
}

#sb_category_step_container .category-item .excerpt-info .preloader.__custom-image {
  height: 380px !important;
  min-height: 380px !important;
  max-height: none !important;
}

/* Button 1 - the "Book" button */
.btn.book.btn-with-icon.custom {
    border: 2px solid white !important;
}

/* Button 2 - the "Map" button */
.btn.map.btn-with-image.custom {
    border: 2px solid white !important;
}