/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
@import url("https://use.typekit.net/jfj5qlq.css");


body {
  font-family: 'Open Sans', sans-serif !important;
}

/* Apply to titles */
#events h3,
#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3 {
  font-family: 'century-old-style-std', serif !important;
  font-weight: bold;
}

/* Apply the font to the company name */
.company-name {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
  text-transform: none; /* in case it's being forced to uppercase */
}
.nav-trigger span::before,
.nav-trigger span::after,
.nav-trigger span {
  background-color: #9306B1 !important; /* change this to your desired colour */
  height: 2px!important;                       /* adjust line thickness */
  width: 30px!important;                       /* adjust line width */
  display: block;
  content: '';
}
.nav-trigger.active span {
  background-color: transparent !important;
  height: 0 !important;
}



.title-main {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
  font-size: 36px; /* adjust as needed */
  text-transform: none; /* in case it's being forced to uppercase */ 
color:#9306B1;

}
#sb_next_month,
#sb_prev_month {
  color: #9306B1 !important;
}
.txt-center {
  color: #9306B1 !important;
}


.container-caption {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
  text-transform: none; /* in case it's being forced to uppercase */ 
color:#9306B1;

}
.title-small {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
  text-transform: none; /* in case it's being forced to uppercase */ 
color:#9306B1;

}
.step_info_item:not(.active) a {
  pointer-events: none;
  cursor: default !important;
  color: #aaa; /* optional: make it look inactive */
}

.cap.short {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
font-size: 20px!important;
  display: flex !important;
  justify-content: center !important;  /* center horizontally */
  align-items: center !important;      /* center vertically */
  text-align: center !important;
  height: 100%; /* ensure full height, if needed */
  text-transform: none; /* in case it's being forced to uppercase */ 
color:#9306B1;

}
.calendar .name {
  color: #9306B1;
  text-align: center;
  border-bottom: 2px solid #9306B1 !important;
}

.btn.custom a {
  font-weight: 700;
  font-size: 18px; /* adjust as needed */
  text-transform: none; /* prevents automatic uppercase */
  letter-spacing: 0.5px; /* optional */
}
.btn.custom {
border-radius:8px!important;
}

#sb_sign_in_btn {
  font-weight: 700;
  font-size: 18px; /* adjust as needed */
  text-transform: none; /* prevents automatic uppercase */
  letter-spacing: 0.5px; /* optional */
}
#sb_sign_up_btn {
  font-weight: 700;
  font-size: 18px; /* adjust as needed */
  text-transform: none; /* prevents automatic uppercase */
  letter-spacing: 0.5px; /* optional */
}
.booking-info ul {
  border-bottom: 2px solid #9306B1 !important;
  padding: 0 !important; /* Optional: override default spacing */
}

#sb_menu_list_items_container a {
  font-family: 'century-old-style-std', serif !important;
  font-weight: 500!important;
  color: #9306B1 !important;
  font-weight: bold; /* optional */
}
#sb_menu_list_items_container a:hover {
  color: #97A5D0 !important; 
  text-decoration: underline;
}
#sb_menu_list_items_container li:not(:last-child) {
  margin-bottom: 20px!important;
}

 #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 */
}

