/*
	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 */
}


/* Білий текст системних повідомлень у списках/сторінках */
.sb-message, .sb-message *,
.sb-alert, .sb-alert *,
.alert, .alert *,
.alert-info, .alert-info *,
.notice, .notice * {
  color: #FFFFFF !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Футер: текст */
#footer, #footer *,
.site-footer, .site-footer *,
.sb-footer, .sb-footer *,
.copyright, .copyright * {
  color: #FFFFFF !important;
  text-shadow: none !important;
}

/* === Фіксуємо заголовок у ДВА РЯДКИ на мобільних/планшетах === */
@media (max-width: 1200px) {
  h1.sb-page-title,
  .sb-page-title,
  .company-name,
  .sb-company-name,
  .hero-title {
    display: block !important;
    max-width: 17ch !important;         /* ширина заголовка */
    margin: 0 auto !important;          /* ЦЕНТРУЄМО контейнер заголовка */
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  /* Кнопка — під тим самим центром, з тією самою «колонкою» 17ch */
  .sb-hero .sb-button,
  .sb-hero .reserve_time_btn,
  .sb-hero input.reserve_time_btn {
    display: block !important;
    max-width: 17ch !important;         /* та сама ширина-«колонка» */
    margin: 12px auto 0 !important;     /* рівно під заголовком */
    text-align: center !important;
  }
}

