/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 2.3.1.1774783712
Updated: 2026-03-29 11:28:32

*/
<style>
#brxe-rkkoin,
#brxe-oxasvd,
#brxe-paired,
#brxe-vqwscs,
#brxe-wvegfj .bricks-button,
#brxe-rrnajv,
#brxe-cbplbh {
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* SVG šipky v tlačítkách */
#brxe-rkkoin svg,
#brxe-oxasvd svg,
#brxe-paired svg,
#brxe-vqwscs svg,
#brxe-vtnuef svg,
#brxe-wvegfj .bricks-button > svg {
  transition: transform 0.35s ease, translate 0.35s ease;
}

#brxe-rkkoin svg path,
#brxe-oxasvd svg path,
#brxe-paired svg path,
#brxe-vqwscs svg path,
#brxe-vtnuef svg path,
#brxe-wvegfj .bricks-button > svg path {
  stroke: currentColor !important;
  transition: stroke 0.25s ease;
}

/* Hover zlatých tlačítek */
#brxe-rkkoin:hover,
#brxe-oxasvd:hover,
#brxe-paired:hover,
#brxe-vqwscs:hover,
#brxe-wvegfj .bricks-button:hover,
#brxe-rrnajv:hover,
#brxe-cbplbh:hover,
#brxe-vtnuef:hover, #prev-btn:hover, #next-btn:hover {
  background-color: #ffffff !important;
  color: #17392f !important;
  border-color: #D4B378 !important;
}

#brx-header #brxe-ysqzds:hover {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.brxe-button:hover,
.bricks-button:hover,
button.bricks-button:hover {
  text-decoration: none !important;
}

#brxe-wcdima,
#brxe-tqxnbb,
#brxe-cqvzhj {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* TLAČÍTKA + SVG ŠIPKY - jen konkrétní tlačítka, ne celý web */
#brxe-rkkoin svg,
#brxe-oxasvd svg,
#brxe-paired svg,
#brxe-vqwscs svg,
#brxe-vtnuef svg,
#brxe-wvegfj .bricks-button > svg {
    display: inline-block;
    vertical-align: middle;
    transform-origin: center center;
    transition: transform 0.35s ease;
    transform: rotate(0deg);
}

/* hover jen na konkrétní tlačítka */
#brxe-rkkoin:hover svg,
#brxe-oxasvd:hover svg,
#brxe-paired:hover svg,
#brxe-vqwscs:hover svg,
#brxe-vtnuef:hover svg,
#brxe-wvegfj .bricks-button:hover > svg {
    transform: rotate(45deg);
}

/* MENU V HEADERU – bez underline */
#brx-header .brxe-nav-nested a:hover {
  text-decoration: none !important;
  color: #D4B378 !important;
}


</style>


