/*
	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 */
}

}.about-card,
.opening-hours-card,
.contact-card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
body .card,
body .content-section,
body .about-card,
body .opening-hours-card,
body .contact-card,
body .container,
body .section {
  background: rgba(252,239,232,0.85) !important;
  border: none !important;
  box-shadow: none !important;
}
/* Calendario */
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    color: #9B8FAF !important;
    font-weight: 400 !important;
}

/* Sábados y domingos */
.ui-datepicker-calendar .ui-datepicker-week-end a,
.ui-datepicker-calendar .ui-datepicker-week-end span {
    color: #9B8FAF !important;
    font-weight: 400 !important;
}

/* Día seleccionado */
.ui-datepicker-calendar .ui-state-active {
    background: #D9D4E6 !important;
    color: #9B8FAF !important;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span,
.ui-datepicker-calendar .ui-state-default {
    color: #9B8FAF !important;
    background: transparent !important;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    color: #9B8FAF !important;
    background: #FCEFE8 !important;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-hover {
    background: #FCEFE8 !important;
    color: #9B8FAF !important;
}

.ui-datepicker-calendar .ui-datepicker-week-end a,
.ui-datepicker-calendar .ui-datepicker-week-end span {
    color: #9B8FAF !important;
    background: #FCEFE8 !important;
}
.ui-datepicker th,
.ui-datepicker-calendar th,
.ui-datepicker-calendar .weekend,
.ui-datepicker-calendar .weekend a,
.ui-datepicker-calendar .weekend span,
.ui-datepicker-calendar .ui-datepicker-week-end,
.ui-datepicker-calendar .ui-datepicker-week-end a,
.ui-datepicker-calendar .ui-datepicker-week-end span,
.ui-datepicker-calendar .red,
.ui-datepicker-calendar .holiday,
.ui-datepicker-calendar .holiday a {
    color: #9B8FAF !important;
    background: transparent !important;
    border-color: transparent !important;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span,
.ui-datepicker-calendar .ui-state-default {
    color: #9B8FAF !important;
}

.ui-datepicker-calendar .ui-state-active {
    color: #9B8FAF !important;
}

.ui-datepicker-calendar .ui-datepicker-week-end a,
.ui-datepicker-calendar .ui-datepicker-week-end span {
    color: #9B8FAF !important;
}.ui-datepicker-calendar *,
.ui-datepicker *,
.ui-widget-content *,
.ui-widget * {
    color: #9B8FAF !important;
}
#main-buttons { display: block; }
