/*
 Theme Name:   Hello Elementor Child
 Description:  Motyw potomny dla Hello Elementor
 Author:       Webmetric
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Tutaj możesz dopisywać swoje własne style CSS */

.breadcrumbMenu, .breadcrumbMenuLody, #breadcrumbMenu, #breadcrumbMenuLody, #breadcrumbMenuInfo, #breadcrumbMenuDark, #breadcrumbMenuLight {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.breadcrumbMenu a, #breadcrumbMenu a, #breadcrumbMenuInfo a {
    color: rgb(71,123,68); /* zielony Kolor linków w okruszkach */
    text-decoration: none;
}

#breadcrumbMenuDark a {
    color: #222; /* zielony Kolor linków w okruszkach */
    text-decoration: none;
}

#breadcrumbMenuLight a {
    color: #ddd; /* zielony Kolor linków w okruszkach */
    text-decoration: none;
}

.breadcrumbMenu a:hover, #breadcrumbMenu a:hover, #breadcrumbMenuInfo a:hover, #breadcrumbMenuDark a:hover, #breadcrumbMenuLight a:hover {
    text-decoration: underline;
}

.breadcrumbMenuLody, #breadcrumbMenuLody, #breadcrumbMenuInfo, #breadcrumbMenuDark {
    color: #333;
}

#breadcrumbMenuLight {
color:#fff;
}

.breadcrumbMenuLody a, #breadcrumbMenuLody a, .elementor-kit-10 .breadcrumbMenuLody a {
    color: #599FC6 !important; /* niebieski Kolor linków w okruszkach */
    text-decoration: none;
}

.breadcrumbMenuLody a:hover, #breadcrumbMenuLody a:hover {
    text-decoration: underline;
}

#breadcrumbMenuInfo {
margin-top:50px;
}

.elementor-kit-10 .breadcrumbMenu a {
    color: #0073aa !important;
    text-decoration: none;
}

.elementor-kit-10 .breadcrumbMenu a:hover {
    text-decoration: underline;
}

/* Wzmocniony selektor dla wersji Lody */
.elementor-kit-10 .breadcrumbMenuLody a {
    color: #599FC6 !important;
    text-decoration: none;
}

.elementor-kit-10 .breadcrumbMenuLody a:hover {
    text-decoration: underline;
}