/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */


.current-menu-item {
        background-image: url(https://nehladu.ddkk.eu/wp-content/uploads/2025/02/green.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-position-x: center;
        background-position-y: center;
        padding: 25px !important;
    }
}

.bonus-restricted {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #ffebe8;
    border: 1px solid #e57373;
    border-radius: 8px;
    text-align: center;
}
.bonus-restricted a {
    color: #d32f2f;
    font-weight: bold;
}

.custom-tags-container {
    display: flex;
    flex-wrap: wrap; /* Zajistí zalamování na další řádky */
    gap: 10px; /* Mezera mezi prvky */
    justify-content: center; /* Zarovná tagy na střed */
    align-items: center;
    text-align: center; /* Zajistí, že text uvnitř bude na střed */
    padding: 10px;
}

.custom-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #b5c99a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}


.custom-tag-lokace {
    display: inline-block;
    padding: 5px 10px;
    background-color: #b5c99a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}


.custom-tag-jazyk {
    display: inline-block;
    padding: 5px 10px;
    background-color: #b5c99a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}




.specializace-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start; /* Zarovná položky doleva */
    padding: 10px;}

.specializace-center {
    justify-content: center; /* Zarovná položky na střed */
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}
}



.custom-list ul {
  padding-left: 0; /* Odstranění výchozího odsazení */
}

.custom-list li {
  list-style: none; /* Odstranění výchozího odrážky */
  position: relative;
  padding-left: 30px; /* Rezervace místa pro ikonku */
  display: flex;
  align-items: flex-start; /* Zarovnání obsahu k hornímu okraji */
  margin-bottom: 10px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0; /* Zarovnání k hornímu okraji */
  width: 20px; /* Velikost ikony */
  height: 20px;
  background-image: url("https://nehladu.ddkk.eu/wp-content/uploads/2025/02/sipka.svg"); /* Nahraď svou URL obrázku */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.skryt{
	display:none;
}

.bigletter {
    font-size: 35px;
    font-weight: bold;
}

/* Na mobilních zařízeních menší velikost */
@media (max-width: 768px) {
    .bigletter {
        font-size: 28px;
    }
}


