/* 
Theme Name: Sweb
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


        /* Wyniki wyszukiwania w polu szukaj cennik */
        #cennik-search-results {
            position: absolute;
            z-index: 999;
            background: #fff;
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
            border: 1px solid #ddd;
            border-top: none;
        }
        .cennik-search-item {
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .cennik-search-item:hover {
            background-color: #000;
        }
        .cennik-search-item .cat-label {
            font-size: 14px;
            color: #fff;
            background: #A28979;
            padding: 2px 6px;
            margin-left: 10px;
        }
		#cennik-search-results div {
			padding: 10px;
			cursor: pointer;
			background: #fff !important;
        }
		
		
		
		
		
		
		
.child-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* PRZYCISK (kontener) */
.child-term {
    display: inline-block;
    background: #E9E9E9;
    border-radius: 20px;
    padding: 6px 8px;
    box-sizing: border-box;
}

/* TEKST WEWNĄTRZ */
.child-term__text {
    color: #222;
    font-size: 15px;
    font-weight: 300;
    display: block;
    border: 4px solid #fff;
    padding: 10px 10px;
    border-radius: 16px;
}



.cennik-post-highlight {
    background: #A28979 !important;
    color: #000000 !important;
    padding: 10px;
}

}








.cennik-naglowek {
   color: red !important;	
}







#cennik-search-results div{
    padding:10px;
    cursor:pointer;
}

#cennik-search-results div:hover{
    background:#f2f2f2;
}

.cennik-post-highlight{
    background:#A28979 !important;
    color:#000 !important;
    padding:10px;
}

#cennik-search-results {
    position: absolute;
    background: #d9d9d9;
    z-index: 9999;
    width: 100%;
}

#cennik-search-results div{
    padding:10px;
    cursor:pointer;
}

#cennik-search-results div:hover{
    background:#eee;
}

#cennik-toggle-all {
    padding: 4px 14px !important;
    font-family: Lato, sans-serif !important;
    cursor: pointer !important;
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    transition: background 0.3s, color 0.3s !important;
    color: #000 !important;
    width: 180px; /* stała szerokość */
    text-align: center;
    display: inline-block;
    white-space: nowrap; /* nie zawija tekstu */
    overflow: hidden;
    text-overflow: ellipsis; /* opcjonalnie: pokazuje "..." jeśli tekst za długi */
}

#cennik-toggle-all:hover {
    background: #000 !important;
    color: #fff !important;
}






.odstep p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 756px) {
.odstep p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
}

.icon-right .elementor-icon-list-item .elementor-icon-list-icon {
    order: 2;
    margin-left: 8px; /* odstęp między tekstem a ikoną */
}

.icon-right .elementor-icon-list-item .elementor-icon-list-text {
    order: 1;
}


b {
    font-weight: 700 !important;
}

b, strong {
    font-weight: 900 !important;
}

/* Całe breadcrumbs */
.breadcrumbs {
    font-size: 14px;          /* własny rozmiar */
    color: #000;           /* kolor tekstu */
}

/* Separatory "/" */
.breadcrumbs .sep {
    margin: 0 2px;
    color: #000;
}

/* Linki */
.breadcrumbs a {
    color: #000;           /* kolor linków */
    text-decoration: none;   /* brak podkreślenia */
    transition: color 0.2s ease;
}

/* Hover – czerwony */
.breadcrumbs a:hover {
    color: #A28979;
    text-decoration: none;   /* nadal bez podkreślenia */
}

/* Ostatni element (nieklikalny) */
.breadcrumbs .current {
    color: #A28979;
    font-weight: 600;
}























h1.entry-title {
	display: none !important;
}
p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}







b, strong {
    font-weight: 500;
}





#pola .kola { opacity: 0; visibility: hidden; transition: .8s; }
#pola:hover .kola { opacity: 1; visibility: visible;  transition: .8s; }













/* Dodaje pionową kreskę po każdym elemencie menu, z wyjątkiem ostatniego */
.e-n-menu-heading > .e-n-menu-item:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 11px 0px; /* odstęp po bokach kreski */
    color: #ccc; /* kolor kreski */
    font-size: 16px; /* rozmiar kreski */
    line-height: 1;
    vertical-align: middle;
	color: #000;
}








.elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: 50px;
}
.elementor-swiper-button.elementor-swiper-button-next {
	margin-right: 50px;
}

#elementor-popup-modal-2487 .dialog-close-button, #elementor-popup-modal-2573 .dialog-close-button {
    display: flex;
    background-color: #000000 !important;
    border-radius: 50px;
    padding: 10px;
	border: 1px solid #000 !important;
}
#elementor-popup-modal-2487 .dialog-close-button:hover, #elementor-popup-modal-2573 .dialog-close-button:hover {
    background-color: #fff !important;
	border: 1px solid #000 !important;
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #fff !important;
}
.elementor-popup-modal .dialog-close-button:hover svg {
    fill: #000 !important;
}











/* --- MENU ZABIEGI PIONOWE --- */
.menu-zabiegi {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;             /* pionowa lista */
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.menu-zabiegi li {
    margin-bottom: 10px;        /* odstęp między pozycjami */
}

.menu-zabiegi li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 0px 0px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.menu-zabiegi li a:hover {
    background-color: #fff;
    color: #000;
}










/* ======== Stylizacja shortcode [acf_specjalista] ======== */

/* Kontener główny */
.specjalista-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 20px 0;
}

/* Pojedynczy element (karta specjalisty) */
.specjalista-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.specjalista-item:hover {
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
}

/* Miniaturka */
.specjalista-thumb-wrapper {
    margin-bottom: 15px;
}

.specjalista-thumb {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #0073aa;
}

/* Nazwa specjalisty */
.specjalista-nazwa {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0 5px;
}

.specjalista-nazwa a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
	font-size: 16px;
}

.specjalista-nazwa a:hover {
    color: #000;
}

/* Specjalizacja */
.specjalista-specjalizacja {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

/* Przycisk "Zobacz profil" */
.specjalista-btn {
    display: inline-block;
    padding: 6px 14px;
    background-color: #a6968b;
    color: #ffffff !important;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: background-color 0.25s ease, transform 0.2s ease;
    margin-top: 10px;
}

.specjalista-btn:hover {
    background-color: #a6866f;
}

/* Gdy nie ma specjalistów */
.specjalista-brak {
    grid-column: 1 / -1;
    text-align: center;
    color: #666;
    font-style: italic;
}

/* ======== Responsywność ======== */
@media (max-width: 1200px) {
    .specjalista-lista {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .specjalista-lista {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .specjalista-lista {
        grid-template-columns: 1fr;
    }
}














/* Kontener breadcrumb */
.breadcrumb {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 14px !important;      /* zmień na dowolny rozmiar */
    color: #A28979 !important;       /* kolor tekstu linków */
}

/* Linki w breadcrumb */
.breadcrumb-link {
    color: #A28979 !important;       /* kolor linków */
    text-decoration: none !important; /* usuwa podkreślenie */
    padding: 0px 0px !important;     /* opcjonalne padding */
    transition: color 0.3s ease !important; /* płynna zmiana koloru */
    font-family: 'Lato', Arial, sans-serif !important;
}

/* Linki – efekt hover */
.breadcrumb-link:hover {
    color: #000 !important;          /* kolor po najechaniu */
    text-decoration: none !important;
}

/* Separator (›) */
.breadcrumb-separator {
    margin: 0 0px !important;        /* odstęp między elementami */
    color: #999 !important;          /* kolor separatora */
    font-family: 'Lato', Arial, sans-serif !important;
}

/* Ostatni element breadcrumb (aktualna strona) */
.breadcrumb-current {
    font-weight: 600 !important;     /* pogrubienie */
    color: #000 !important;          /* kolor aktywnej strony */
    font-family: 'Lato', Arial, sans-serif !important;
}






















































































.cennik-kategoria{
    margin-bottom:6px;
    background:#fff;
}

.cennik-naglowek {
    padding: 6px 20px 6px 20px;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    transition: background 0.3s ease, color 0.3s ease;
    font-size: 14px !important;
    color: #353535 !important;
    text-transform: capitalize !important;
    border-radius: 100px !important;
}

.cennik-naglowek:hover {
    background: #A28979;
    color: #fff !important;
}

/* START ZWINIĘTE */
.cennik-podkategoria,
.cennik-results{
    display:none;
}

.cennik-sub-block {
    padding: 0 0px;
    line-height: 30px;
}
.cennik-podkategoria {
    background: #ebebeb;
    padding: 0px 18px;
    border-radius: 40px;
    font-size: 14px !important;
    margin: 8px 0px 8px 14px;
}
.cennik-podkategoria:hover {
    background: #A28979;
    padding: 0px 18px;
    color: #fff;
	transition: all 0.3s ease;
}
/* ACTIVE */
.cennik-kategoria.active .cennik-podkategoria{
    display:block;
	
}
/* STRZAŁKI */
.cennik-icon{
    display:flex;
    transition: transform 0.3s ease;
}

.cennik-kategoria.active .cennik-icon{
    transform: rotate(90deg);
}

/* ?? AKTYWNA PODKATEGORIA */
.cennik-podkategoria.active {
    background: #A28979;
    color: #fff;
}

/* opcjonalnie lepszy wygląd */
.cennik-podkategoria {
    cursor: pointer;
    transition: 0.2s;
}































































