*{
    font-family: "Montserrat";
}
.home header.entry-header{
    display: none !important;
}
.dol-menu .social a{
    color: white;
}
.w-wlasny{
    width: 50% !important;
}
header#masthead {
    background-color: #087F8C;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header#masthead {
    background-color: transparent;
    backdrop-filter: none;
}
header#masthead.scrolled {
    background-color: rgb(8 127 140 / 74%);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-branding img {
    max-width: 200px;
    height: auto;
    transition: all 0.3s ease;
}
hr{
    border-top: none !important;
    background-color: unset !important;
}
.btn{
    background-color: #087F8C !important;
    border: none !important;
}
.turkus{
    background-color: #087F8C !important;
}
.top-contact {
    padding: 8px 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 0.3s ease;
}
.navbar-nav .nav-link {
    color: white !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 0.5rem 0 !important;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    text-wrap: nowrap !important;
}
header#masthead.scrolled .navbar-nav .nav-link {
    font-size: 16px !important;
    padding: 0.4rem 0 !important;
}

header#masthead.scrolled .site-branding img {
    max-width: 160px;
}
ul.dropdown-menu {
    display: flex;
    flex-direction: column;
    background-color: rgb(8 127 140 / 74%);
    padding: 15px !important;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    width: 25px;
    height: 20px;
    justify-content: space-between;
    cursor: pointer;
}
.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
    transition: all 0.3s ease;
    transform-origin: center;
}
.single-post .post-thumbnail, .single-post #secondary, .blog #secondary{
    display: none !important;
}
.offcanvas.show, .offcanvas.showing {
    background-color: #087F8C;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.offcanvas.show ul.sub-menu , .offcanvas.showing ul.sub-menu{
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
/* ==========================================================================
   KOMPLETNY UKŁAD MASONRY - 3 KOLUMNY
   ========================================================================== */
#masonry-grid {
    display: block !important;
    position: relative;
    width: auto !important;
    clear: both;
}

/* Czyścimy floaty, aby stopka nie wjeżdżała pod kafelki */
#masonry-grid:after {
    content: "";
    display: table;
    clear: both;
}

/* 2. Stylizacja pojedynczego kafelka (Wymuszenie 3 kolumn) */
#masonry-grid .post-grid-item {
    width: 30% !important;
    float: left !important;
    padding: 0 15px 40px 15px !important;
    box-sizing: border-box !important;
    margin: 0 !important; 
    background: transparent;
    border: none;
}

/* 3. Obrazki (Thumbnail) */
.post-grid-item .post-thumbnail {
    margin-bottom: 20px;
    line-height: 0;
}

.post-grid-item .post-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 0; 
    transition: opacity 0.3s ease;
}

.post-grid-item .post-thumbnail a:hover img {
    opacity: 0.85;
}

/* 4. Meta dane (Kategoria — Data) */
.post-grid-item .entry-meta {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #888;
    margin-bottom: 12px;
}

.post-grid-item .post-category a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.post-grid-item .post-date {
    color: #999;
}

/* 5. Tytuł wpisu */
.post-grid-item .post-title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 500;
}

.post-grid-item .post-title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.post-grid-item .post-title a:hover {
    color: #666 !important;
}

/* 6. Krótki opis (Excerpt) */
.post-grid-item .post-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}


/* ==========================================================================
   RESPONSYWNOŚĆ
   ========================================================================== */

/* Tablety (2 kolumny) */
@media (max-width: 992px) {
    #masonry-grid .post-grid-item {
        width: 45% !important;
    }
}

/* Telefony (1 kolumna) */
@media (max-width: 650px) {
    #masonry-grid .post-grid-item {
        width: 95% !important;
        padding: 0px !important;
        padding-bottom: 30px !important;
        
    }
    #masonry-grid {
        margin: 0 !important;
    }
    .blog-page-content {
        margin-bottom: 30px;
    }
    
}

/* Kategoria w innym kolorze (np. Food na Twoim zdjęciu) */
.post-grid-item .category-food,
.post-grid-item .category-fashion {
    /* To wymagałoby dodania specyficznej klasy kategorii w PHP, 
       wtyczka 'post_class()' powinna ją dodać automatycznie */
}

/* TYTUŁ */
.post-grid-item .post-title {
    font-size: 22px;
    margin: 15px 0 10px;
    line-height: 1.3;
}

.post-grid-item .post-title a {
    text-decoration: none;
    color: #333;
}

.post-grid-item .post-title a:hover {
    color: #0073aa; /* Przykładowy kolor po najechaniu */
}

/* WYPIS (OPCJONALNIE) */
.post-grid-item .post-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* RESPONSIVE: ZMIANA NA 2 KOLUMNY NA TABLETACH */
@media (max-width: 900px) {
    .post-grid-item {
        width: 50%;
    }
}

/* RESPONSIVE: ZMIANA NA 1 KOLUMNĘ NA TELEFONACH */
@media (max-width: 600px) {
    .post-grid-item {
        width: 100%;
    }
}
.kreska-pion {
    height: 100%;
    width: 3px;
    background-color: #087F8C;
    position: absolute;
}
.zindex{
    z-index: 999999999999999999999999 !important;
}
/* Podstawowe ustawienia animacji */
.realizacje-kafle-rozne .kafel {
    transition: transform 0.6s ease;
    position: relative;
}

.realizacje-kafle-rozne .kafel img {
    transition: transform 0.9s ease;
}

/* Nakładka */
.realizacje-kafle-rozne .kafel .nakladka-relaizacja-kafle {
    background: rgba(0,0,0,0.25);
    transition: background 0.6s ease;
}

/* Tytuł i ikona – ukryte na start */
.realizacje-kafle-rozne .kafel .footer-kafe h3 {
    transform: translateY(10px);
    opacity: 0.8;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.realizacje-kafle-rozne .kafel .ikona a {
    transform: translateX(10px) rotate(0deg);
    opacity: 0.7;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* ----------------------- */
/*    HOVER – efekty       */
/* ----------------------- */

.realizacje-kafle-rozne:hover .kafel img {
    transform: scale(1.08);
}

.realizacje-kafle-rozne:hover .kafel .nakladka-relaizacja-kafle {
    background: rgba(0,0,0,0.45);
}

.realizacje-kafle-rozne:hover .kafel .footer-kafe h3 {
    transform: translateY(0);
    opacity: 1;
}

.realizacje-kafle-rozne:hover .kafel .ikona a {
    transform: translateX(0) rotate(12deg);
    opacity: 1;
}
.main-navigation a{
    text-transform: uppercase;
    margin-right: 30px !important;
    font-weight: 400;
    font-size: 14px !important;
}
.kuchnie-napis p {
    letter-spacing: 10px;
    font-weight: 600 !important;
}
p.site-title a {
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}

.page-content, .entry-content, .entry-summary{
    margin: 0px !important;
}
.kreska-menu{
    height: 2px !important;
    width: 100% !important;
    background-color: white !important;
}
.kontakt-menu a{
    font-weight: 400 !important;
}

header.entry-header{
    display: none !important;
}
header#masthead p.site-title a, .kuchnie-napis p {
    font-size: 12px !important;
}
.kontakt-menu a{
    font-size: 14px !important;
}
.post, .page{
    margin: 0px !important;
}
.tax-kategoria_produktu header#masthead{
	position: relative !important;
	background-color: #1B1B1B !important;
}
.product-categories .cat-item {
    padding: 0.4rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
}
.cat-item a {
    padding-left: 25px !important;
    position: relative;
    color: black !important;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 22px;
    text-decoration: none !important;
}
.cat-item {
    position: relative;
}
.product-categories {
    list-style: none;
    padding-left: 0;
    margin: 0px;
}
.count {
    background-color: rgba(84, 84, 84, .05);
    position: absolute;
    top: 0;
    right: -0px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    text-align: center;
    min-width: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
    color: grey;
}
 


@media screen and (max-width: 992px) {
    .kontakt-menu{
        display: none;
    }
    .w-wlasny{
        width: 100% !important;
    }
    .dol-menu .social{
        display: none;
    }
    .dzcts .img-duze-zdjecie{
        margin-left: 0px !important;
    }
    .karuzela-mobile-ikony{
        height:auto !important;
    }
    .tlo-duze-zdjecie {
    right: -10px !important;
    bottom: -10px !important;
    background-color: #D9D9D9;
    z-index: -1 !important;
}
    .kuchnie-napis p {
    letter-spacing: 14px;
    font-weight: 600 !important;
}
header#masthead p.site-title a, .kuchnie-napis p {
    font-size: 10px !important;
}
/* .main-navigation .menu-menu-1-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: black;
    top: 0px;
    left: -500px;
    transition: left 0.3s ease;
} */
/* .main-navigation.toggled .menu-menu-1-container{
    left: 0px !important;
}
.main-navigation.toggled .menu-menu-1-container ul {
    display: flex !important;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: 100%;
    padding-top: 5rem;
    padding-left: 3rem;
}
.main-navigation.toggled .menu-menu-1-container ul li {
    width: fit-content;
    margin: 0px 0px 20px 0px;
} */
button.hide-menu-button {
    float: right;
    margin: 2rem;
}
}
@media (max-width: 767px) {
    .site-branding img {
        max-width: 160px;
    }
    .main-navigation{
        display: flex !important;
        justify-content: end;
    }
    .kreska-realizacja-125{
        width: 100% !important;
    }


}