/*
 Theme Name:   Klima Brumla
 Description:  Child theme for Blocksy
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  klimabrumla
*/

:root {
  /* Palette: "Technologicky komfort" — !important needed to beat Blocksy's inline styles */
  --theme-palette-color-1: #415A77 !important;
  --theme-palette-color-2: #1B263B !important;
  --theme-palette-color-3: #415A77 !important;
  --theme-palette-color-4: #1B263B !important;
  --theme-palette-color-5: #E0E1DD !important;
  --theme-palette-color-6: #E0E1DD !important;
  --theme-palette-color-7: #F5F5F5 !important;
  --theme-palette-color-8: #FFFFFF !important;

  /* Global overrides */
  --theme-text-color: #415A77 !important;
  --theme-headings-color: #1B263B !important;
  --theme-link-initial-color: #F3722C !important;
  --theme-link-hover-color: #D96321 !important;
  --theme-border-color: #E0E1DD !important;
}

/* Hero sekce — animace přilétnutí zdola */
@keyframes heroSlideUp {
  from {
    transform: translateY(50px);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  to {
    transform: translateY(0);
    visibility: visible;
  }
}

.alignfull.stk-block-background.stk--has-background-overlay .stk-block-text,
.alignfull.stk-block-background.stk--has-background-overlay .stk-block-heading,
.alignfull.stk-block-background.stk--has-background-overlay .stk-block-button-group {
  animation: heroSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  visibility: hidden;
}

.alignfull.stk-block-background.stk--has-background-overlay .stk-block-text {
  animation-delay: 0.15s;
}

.alignfull.stk-block-background.stk--has-background-overlay .stk-block-heading {
  animation-delay: 0.35s;
}

.alignfull.stk-block-background.stk--has-background-overlay .stk-block-button-group {
  animation-delay: 0.6s;
}


/* Technologie — všechna loga stejná velikost */
.stk-d526e45 .wp-block-gallery .wp-block-image {
  width: 160px !important;
  height: 96px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.stk-d526e45 .wp-block-gallery .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}


/* Haier a AUX loga — menší o 30% */
.stk-d526e45 .wp-block-gallery figure.wp-block-image img.wp-image-1055,
.stk-d526e45 .wp-block-gallery figure.wp-block-image img.wp-image-1057 {
  width: 60% !important;
  height: 60% !important;
}

/* Haier a AUX — blíž k sobě */
.stk-d526e45 .wp-block-gallery figure.wp-block-image:has(.wp-image-1055) {
  margin-right: -20px !important;
}
