/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 23 2025 | 13:05:55 */
:root {
  --tec-color-accent-primary: #C0AC83; /* Hlavní akcentní barva */
  --tec-color-accent-secondary: #C0AC83; /* Sekundární akcentní barva */
  --tec-color-text-primary: #2a2a2a; /* Primární barva textu */
  --tec-color-text-secondary: #555555; /* Sekundární barva textu */
  --tec-color-background: #ffffff; /* Barva pozadí */
  --tec-color-border: #dddddd; /* Barva ohraničení */
  --tec-color-button-primary: #D3BF96; /* Barva primárního tlačítka */
  --tec-color-button-primary-hover: #1a1a1a; /* Barva primárního tlačítka při hoveru */
  --tec-color-button-secondary: #f0f0f0; /* Barva sekundárního tlačítka */
  --tec-color-button-secondary-hover: #e0e0e0; /* Barva sekundárního tlačítka při hoveru */
  --tec-color-event-background: #f9f9f9; /* Barva pozadí událostí */
  --tec-color-event-border: #cccccc; /* Barva ohraničení událostí */
  --tec-color-event-text: #000000; /* Barva textu událostí */
	--tec-color-background-primary-multiday: #C0AC83; /* pozadi v kalendari */
	--tec-color-background-primary-multiday-hover: #d3bf96; /* pozadi v kalendari */
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button{
	display: none !important;
}

.tribe-common .tribe-common-h6 {
    font-size: 20px;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
    border-bottom: 1px solid #ededed;
    padding-bottom: 43px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 0 !important;
}

.tribe-events .tribe-events-calendar-list-nav {
    border-top: none !important;
}

.tribe-common button, .tribe-common button:focus, .tribe-common button:hover, .tribe-theme-twentyseventeen .tribe-common button:focus, .tribe-theme-twentyseventeen .tribe-common button:hover {
    background-color: initial !important;
    background-image: none;
}

.tec-events-elementor-event-widget__navigation--subnav:has(
  > li.tec-events-elementor-event-widget__navigation--next:first-child:last-child
) {
  justify-content: flex-end !important;
}


.tribe-events .tribe-events-l-container, .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: unset !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


.tribe-events, .tribe-events * {
	font-family: "Forum", Sans-serif;	
}


#tribe-events-pg-template {
    margin: unset;
    max-width: unset;
    padding: unset;
}



