/*
	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 */
}

a[title="Dove siamo"] {
    display: none !important;
}

a[title="Prenota ora"] {
    font-size: 26px !important; 
    padding: 20px 30px !important;
}

.col-sm-12.col-md-3 #schedule.section {
    display: none !important;
}


.col-sm-12.col-md-6 {
    width: 100% !important;
}

.col-sm-12.col-md-3#contacts.section {
    width: 50% !important;
}

#sb_booking_company_time {
    display: none !important;
}

/* Nascondi il testo originale */
#sb_product_container .section-pd .title-main {
    display: none;
}

/* Aggiungi il nuovo testo */
#sb_product_container .section-pd:before {
    content: "Aggiungi qui i bambini da 4 a 12 anni";
    display: block;
    font-size: 1.5em; /* Mantiene la dimensione del font */
    font-weight: bold; /* Mantiene il peso del font */
    margin-bottom: 10px; /* Spazio sotto il nuovo testo */
    text-align: center; /* Allinea il testo al centro */
    margin-top: 20px; /* Aggiungi uno spazio sopra il nuovo testo */
}

/* Media query per dispositivi mobili */
@media (max-width: 767px) {
    #sb_product_container .section-pd:before {
        font-size: 1.2em; /* Riduci la dimensione del font per dispositivi mobili */
        margin-top: 10px; /* Riduci il margine superiore per dispositivi mobili */
    }
}
