/*
	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 */
}

/* ========================
   SKRYTÍ LEVÉHO SLOUPCE S OTEVÍRACÍ DOBOU
   (aby nezůstalo prázdné místo vlevo)
   ================================ */

.index-data-wrapper .row.row-eq-height-xs.default.row-mg > .col-sm-4.col-md-3:first-child {
    display: none !important;
}

/* ================================
   ÚPRAVA BLOKU GEOMAPY – BEZPEČNÁ
   ================================ */

/* 1) Přepsání nadpisu "Naše poloha" */
.map-wrapper .title-main::after {
    content: "Tréninkový areál: Enduro/MX Kavčák (Benešov u Prahy)";
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

/* Schovat původní text "Naše poloha" */
.map-wrapper .title-main {
    font-size: 0 !important;
}

#sb_booking_content #details #sb_product_container .title-main::after {
    content: "Potřebujete půjčit motocykl, nebo vybavení? Vyberte níže.";
    font-size: 28px !important;
    font-weight: 600;
    color: #ffffff;
}

/* Zároveň musíš skrýt původní text */
#sb_booking_content #details #sb_product_container .title-main {
    font-size: 0 !important;
}


/* Zruší červené „kostky“ na celé buňce dne */
#sb_booking_content .datetime-step .top-date-select
.calendar .weeks-date .date.selected {
  background: transparent !important;
}

/* Základní tvar a tučnější čísla u všech dnů */
#sb_booking_content .datetime-step .top-date-select
.calendar .weeks-date .date .day-on,
#sb_booking_content .datetime-step .top-date-select
.calendar .weeks-date .date .day-off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border-radius: 6px;   /* zaoblení čtverečku */
  font-weight: 600;
}

/* Den, kde je aspoň jeden volný termín */
#sb_booking_content .datetime-step .top-date-select
.calendar .weeks-date .date .day-on {
  background: #2ecc71;  /* zelená */
  color: #000000;
}

/* Zvýraznění dneška – TOTO je to, co chceš */
#sb_booking_content .datetime-step 
#sb_dateview_container .top-date-select 
.calendar .weeks-date .date.today {
    border: 2px solid #00FF88 !important;   /* zelený rámeček */
    border-radius: 6px !important;
    box-shadow: 0 0 8px rgba(0, 255, 150, 0.4) !important;
}

/* ===== CUSTOM ADRESA – KAVČÁK GPS ===== */

/* Najde odkaz na mapu v sekci Kontaktujte nás a schová původní text */
#contacts .links a[href*="maps"] {
    font-size: 0 !important;       /* skryje původní text "110, Bedrč, CZ, 256 01" */
    white-space: nowrap;
}

/* Vloží nový text místo původního */
#contacts .links a[href*="maps"]::after {
    content: "Enduro/MX areál Kavčák" ;
    font-size: 16px !important;
    color: #ffffff !important;
}

/* ===== KONEC – CUSTOM ADRESA ===== */

/* Skrytí nabídky odběru push po rezervaci */
#booking-result-popup #push-subscribe-region{
  display: none !important;
}
