.elementor-kit-54{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"MG";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"MG";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"MG";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"MG";--e-global-typography-accent-font-weight:500;}.elementor-kit-54 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === VCR / VHS OVERLAY === */

.vcr-overlay {
  position: relative;
}

/* Scanlines */
.vcr-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      to bottom,
       rgba(0, 0, 0, 0.2) 0px,
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 2px
    );
  pointer-events: none;
  z-index: 2;
}

/* Noise + flicker */
.vcr-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02)
    );
  mix-blend-mode: overlay;
  opacity: 0.35;
  animation: vcr-flicker 0.15s infinite;
  pointer-events: none;
  z-index: 3;
}

/* Make sure content stays under overlay */
.vcr-overlay > * {
  position: relative;
  z-index: 1;
}

/* Flicker */
@keyframes vcr-flicker {
  0%   { opacity: 0.35; }
  50%  { opacity: 0.25; }
  100% { opacity: 0.35; }
}
.vcr-overlay::after {
  background:
    linear-gradient(
      to bottom,
      transparent 40%,
      rgba(255,255,255,0.08) 50%,
      transparent 60%
    );
  animation: vcr-roll 6s linear infinite;
}

#live-clock::before {
  content: "";
}
#live-clock::after {
  content: "";
}
#live-clock {
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: "Manrope";
  color: #FFFF;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.0em;
  white-space: nowrap;
  opacity: 0.;
}

#live-clock .clock-label {
  text-transform: uppercase;
}

#live-clock .clock-time {
  font-variant-numeric: tabular-nums;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'MG';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.michaldord.cz/wp-content/uploads/2026/04/Mg¹²-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */