.elementor-kit-7{--e-global-color-primary:#222222;--e-global-color-secondary:#222222;--e-global-color-text:#777777;--e-global-color-link:#222222;--e-global-typography-primary-font-family:"Hind";--e-global-typography-secondary-font-family:"Hind";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Hind";--e-global-typography-accent-font-family:"Hind";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1396px;}.e-con{--container-max-width:1396px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Pruh Hřiště – zobrazí se jen přihlášeným uživatelům */
body.logged-in::before {
  content: "Hřiště";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 6px 10px;
  background: #ffd966;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  z-index: 99999;
}

body.admin-bar.logged-in::before {
  top: 32px;
}

@media screen and (max-width:782px) {
  body.admin-bar.logged-in::before {
    top: 46px;
  }

/* vypnout lámání textu */
.site-footer,
.site-footer * {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

/* mřížka pro sloupce */
.site-footer .ast-builder-grid-row-container-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 24px;
  align-items: start;
}

/* levé zarovnání a bez teček jen pro naše bloky */
.site-footer .widget .ld-footer,
.site-footer .widget .ld-footer * {
  text-align: left !important;
}

.site-footer .widget .ld-footer ul {
  list-style: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

.site-footer .widget .ld-footer li {
  margin: 0.35rem 0 !important;
}

/* některé šablony kreslí tečky přes pseudo prvek */
.site-footer .widget .ld-footer li::before,
.site-footer .widget .ld-footer li::marker {
  content: none !important;
  display: none !important;
}

/* nadpis a odkazy */
.site-footer .widget .ld-footer h4 {
  margin: 0 0 0.6rem !important;
  font-size: 1.05rem;
}

.site-footer .widget .ld-footer a {
  text-decoration: none;
  color: inherit;
}

/* tablet dvě kolony */
@media (max-width: 900px) {
  .site-footer .ast-builder-grid-row-container-inner {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

/* mobil jedna kolona */
@media (max-width: 560px) {
  .site-footer .ast-builder-grid-row-container-inner {
    grid-template-columns: 1fr;
  }
}
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&amp;family=Raleway:wght@300;400;500&amp;display=swap');

/* Nadpisy na celém webu */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: #111; /* elegantní černá */
}

h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

h3, h4 {
  font-size: 22px;
  font-weight: 500;
}

/* Běžný text, odkazy, seznamy */
body, p, a, li {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

/* Malý text (formuláře, poznámky) */
small, .form-text, input, button {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

#ld-email::placeholder { color:#fff; opacity:1; }
#ld-email:-ms-input-placeholder { color:#fff; } /* starší IE */
#ld-email::-ms-input-placeholder { color:#fff; } /* starší Edge *//* End custom CSS */