/*
	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 */
}

/* Posiziona il pulsante Prenota Ora più in alto, sopra Esperienza Scintilla */
#main-buttons .wrapper {
    position: relative !important;
    top: 220px !important;              /* Ridotto per alzare il pulsante */
    z-index: auto !important;
    text-align: center !important;
}

/* Dimensione e stile del pulsante */
#main-buttons a,
#main-buttons .btn,
#main-buttons button,
#main-buttons .wrapper a {
    font-size: 30px !important;
    font-weight: 800 !important;
    padding: 16px 48px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

#main-buttons {
    background-size: cover !important;
    min-height: 400px !important; /* Aumenta l'altezza per non tagliare la stella */
}

/* 1. Cambia il ritaglio del contenitore */
.item_picture--fit-mode {
    background-size: contain !important;
    background-position: center !important;
}

/* 2. Forzatura totale sull'immagine quadrata */
.item_picture_wrapper img,
.item_picture--fit-mode img {
    object-fit: contain !important;
    object-position: center center !important;
    transform: scale(0.85) !important; /* Rimpicciolisce leggermente l'immagine per farla entrare tutta */
}
