/*
Theme Name: Hello Elementor Child šablona
Theme URI: https://pisuweby.cz/
Description: Hello Elementor Child šablona pro vložení vlastních CSS kódů a scriptů.
Author: Tomáš Lein
Author URI: https://pisuweby.cz/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Zvýraznění tlačítka „Darujte" v menu – cílí přes odkaz (přežije i přejmenování položky) */
.elementor-nav-menu a.elementor-item[href*="zapojte-se"] {
    background-color: #CF5D2C !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 0 !important;
    font-weight: 800 !important;
    transition: background-color .15s ease, color .15s ease;
}
.elementor-nav-menu a.elementor-item[href*="zapojte-se"]:hover,
.elementor-nav-menu a.elementor-item[href*="zapojte-se"]:focus {
    background-color: #002B4C !important;
    color: #fff !important;
}

/* U „Darujte" zrušit pointer (podtržení/rámeček) z menu – na hover i u aktivní položky
.elementor-nav-menu a.elementor-item[href*="darujte"]::before,
.elementor-nav-menu a.elementor-item[href*="darujte"]::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    background: none !important;
}*/
/* Podtržení aktuální sekce v hlavním menu i uvnitř článku / detailu */
.elementor-nav-menu--main li.current-menu-parent   > a.elementor-item::after,
.elementor-nav-menu--main li.current-menu-ancestor > a.elementor-item::after,
.elementor-nav-menu--main li.current-page-parent   > a.elementor-item::after,
.elementor-nav-menu--main li.current-page-ancestor > a.elementor-item::after,
.elementor-nav-menu--main li.current_page_parent   > a.elementor-item::after,
.elementor-nav-menu--main li.current_page_ancestor > a.elementor-item::after {
  opacity: 1 !important;
}
.elementor-nav-menu--main li.current-menu-parent   > a.elementor-item,
.elementor-nav-menu--main li.current-menu-ancestor > a.elementor-item,
.elementor-nav-menu--main li.current-page-parent   > a.elementor-item,
.elementor-nav-menu--main li.current-page-ancestor > a.elementor-item,
.elementor-nav-menu--main li.current_page_parent   > a.elementor-item,
.elementor-nav-menu--main li.current_page_ancestor > a.elementor-item {
  color: #CF5D2C !important;
}