/*
	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 */
}


/* Hide only the SimplyBook.me Terms & Conditions checkbox and link */
#sb_simplybook_terms_flag,
#sb_simplybook_terms_link,
#sb_simplybook_terms_flag + .custom-label {
    display: none !important;
}

/* Hide the SimplyBook.me Terms & Conditions checkbox and its label */
#sb_simplybook_terms_flag, 
label[for="sb_simplybook_terms_flag"], 
#sb_simplybook_terms_link {
    display: none !important;
}

/* Ensure other checkboxes (like your bespoke terms) remain visible */
.custom-label input[type="checkbox"],
.custom-label label {
    display: inline-block !important;
    visibility: visible !important;
}





/* Directly target the title-main element and replace the text */
#about-us .title-main {
  display: none; /* Hide the original text */
}

#about-us .title-main::before {
  content: "Video call with Buddhist Monks from around the world"; /* New text */
  display: block; /* Ensures the new text is on a new line */
  font-size: 24px; /* Customize font size */
  font-weight: bold; /* Customize font weight */
  color: #333; /* Customize text color */
}






/* Change "You can use social media to continue" to "You can also sign in with a Google account" */
.client-login-bar .social .txt {
    font-size: 0; /* Hide the original text */
}

.client-login-bar .social .txt::after {
    content: "You can also sign in with a Google account"; /* New text */
    font-size: 16px; /* Set desired text size */
    display: block;
    visibility: visible;
}





#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{ display: none; }

 #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 */
}

