
article header h1.entry-title
{
  display: none;
}

#booking .day
{
  font-size: 32px;
}

.required
{
	color: red;
}

.onsched-service-name
{
	font-size: 20px;
}

.p2, .p3
{
	display: none;
}

.onsched-theme-primary.sm .onsched-availability .onsched-calendar-col .day:hover:not([disabled="disabled"])
{
  background-color: #007bc6 !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-calendar button:disabled
{
  text-decoration: line-through;
}

#booking > .error
{
  background: lightpink;
  color: red;
  text-align: center;
  border: 1px solid red;
  padding: 8px 32px;
  display: none;
}

#hsat_self_booking .error.show
{
  background: lightpink;
  color: red;
  text-align: center;
  border: 1px solid red;
  padding: 8px 32px;
  display: block !important;
}

#hsat_self_booking .error
{
  display: none;
}

#booking .spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #dbdcef;
   border-right-color: #474bff;
   animation: spinner-d3wgkg 1s infinite linear;
   margin: auto;
}

.booking-points-ab
{
  display: none;
}

#onsched-timezone-button
{
  display: none;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

.onsched-theme-primary.sm .onsched-availability .display-times .day.selected 
{
  background-color: #007bc6 !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-chip:hover 
{
	background-color: #007bc6 !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-chip 
{
	border-color: #007bc6 !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-chip:hover {
	color: #fff !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-chip 
{
	color: #007bc6 !important;
}

.onsched-theme-primary.sm .onsched-availability .onsched-popup .onsched-form-row.submit-row .btn-submit 
{
	background-color: #007bc6 !important;
}

#booking .customer-sms-policy
{
	display: none;
}

#booking .onsched-radio[for="customerSMS"] 
{
	display: none;
}

#booking .onsched-no-available-times 
{
	color: red;
	background: lightpink;
	text-align: center;
	border: 1px solid red;
	border-radius: 4px;
	padding: 4px;
	display: block;
	font-size: 1.75em;
}

#booking .onsched-theme-primary.md .onsched-availability .onsched-popup .onsched-booking-summary {
	max-width: 575px;
}

#booking .onsched-theme-primary.sm .onsched-availability .onsched-popup .onsched-booking-summary h5 {
	font-size: 1.25em;
}

#drift-frame-controller
{
  display: none !important;
}

#booking .cancel_button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #007bc6);
  background-image: -moz-linear-gradient(top, #3498db, #007bc6);
  background-image: -ms-linear-gradient(top, #3498db, #007bc6);
  background-image: -o-linear-gradient(top, #3498db, #007bc6);
  background-image: linear-gradient(to bottom, #3498db, #007bc6);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#booking .cancel_button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#booking
{
  position: relative;
}

#booking .overlay 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5); /* Grey with 50% opacity */
  display: none;
  pointer-events: all;
  font-size: 32px;
  text-align: center;
}

#hsat_self_booking div.large
{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

#menu-item-1757
{
  display: none;
}

#menu-item-26642
{
  display: none;
}

@media (max-width: 800px) {
	#hsat_self_booking h1, h1.entry-title {
		font-size: 18px;
	}
	
	.entry-content > p {
		height: 0;
	}
	
	.full-body-wrapper {
		height: 0;
	}
	
	.onsched-service-name {
		font-size: 14px;
	}

  #booking_misc {
    display: none;
  }

  #booking .day
  {
    font-size: 18px;
    border: 1px solid rgba(0,0,0,0.1);
  }
  
	
}

.grid-x.m-b-2.background-with-content-block-wrapper.pre-footer-wrapper.blue-background .grid-container
{
  display: none;
}

.emphasis 
{
  font-size: +1.4rem;
  font-weight: bold;
}

.inner-footer-wrapper
{
  display: none;
}

.header_clinic_details
{
  display: flex;
  flex-basis: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

