.disabled{color:#6c757d;pointer-events:none;cursor:default}


.blog_title{
    margin-bottom: 40px;
}

/* Wieksze okno */

 @media (min-width:768px){


            .post .image-container{
                max-width:35%;
                width:100%;
                float:left;
                min-width:329px !important;
            }

            .post .image-container{
                text-align:right;
            }
            .post .image-container img{
                /* max-width:100%; */
                max-width:399px;
                width:100%;
                margin-top: 0;
                vertical-align: top;
            }

            .post .post-home-content{
                max-width:64%;
                width:100%;
                float:left;
            }
            .post .post-home-content .padding-fix-5{
                padding-left:5%;
            }
            .ph-date-in-home{
                margin-top:0 !important;
                margin-bottom:20px !important;

            }
            .home-title{
                margin-top: 0;
                vertical-align: top;
                margin-bottom:13px;
            }

            .container-fix-blog{
                padding-left:15px !important;
                padding-right:15px !important;
            }


} 


/* Mniejsze okno */

@media (max-width:767px){

            .post{
                padding:0 17px;
            }
            .post .post-home-content{
                padding-top:12px;
            }
            
            .post .post-home-content .tekst{
                text-align:left;
            }

            .post .image-container img{
                max-width:100%;
                width:100%;
            }

}



    /*******    Tytul   *******/

    /* tytul - czesc wspolna */
    .title-rest{
        font-weight:bold !important;
        margin-top:0px !important;
        margin-bottom:15px !important;
    }
    /* tytul h2 home - w kazdym wpisie listingu */
    .home-title{
        /* font-size: 160%; */
        font-size:24px !important;
    }
    .home-title:after{
        content:none !important;
    }

    /* link tytulu h2 home - w kazdym wpisie listingu */
    .a-home-title{
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }



    /* tytul h1 page - we wnetrzu wpisu, glowny tytul */
    .single-title{
        font-size:36px !important;
    }

    .single-title:after{content:none!important;}


   /*******    Data    *******/

   /* data - czesc wspolna */
   .ph-date{
    color:#00000080;
    font-size:12.7px !important;
    line-height: 34px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    }
    .ph-date:hover{
        color:#000000bf;
        cursor:default;
    }





/* Paginacja */


.page-fix{text-align:right !important;}

.page-fix ul li a{
    text-decoration:none !important;
    }




    .page-fix ul li{
        display:inline-block;
       
    }
    
    .page-fix ul li:first-child{
       
    }

.paginator{
    text-align:center;
    margin-top:30px;
}


/* Wiecej */
.wcj-x-t{
    position: relative;
    display: inline-block;
    color: #fff !important; /* Kolor tekstu na przycisku */
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: auto;
    text-decoration: none;
    background: #002c2b; /* Kolor tła przycisku */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight:normal !important;
    margin-top: 20px;
}


.wcj-x-t:hover{
    background: #002c2b; /* Kolor tła przycisku po najechaniu */
    color: rgb(255, 255, 255) !important; /* Kolor tekstu na przycisku */
    padding: 10px 20px;
    height:auto;
}

.sm-panel{position:fixed;width:155px;top:150px;right:-105px;z-index:1000000;transition:visibility .25s,opacity .25s}.sm-panel>ul{margin:0;padding:0;list-style-type:none}.sm-panel>ul>li{transition:transform .25s}.sm-panel>ul>li:hover{transform:translateX(-105px)}.sm-panel>ul>li>a{display:flex;align-items:center;color:#fff;padding:5px 0 5px 5px;text-decoration:none}.sm-panel>ul>li>a>img{margin:0 10px 0 0}.sm-panel>ul>li>a>span{font-size:initial}.sm-panel>ul>li[class^=sm-]{background-image:none;background-repeat:repeat;background-attachment:scroll;background-position:0}.sm-text-black{color:#000}.sm-fb{background:#1977f3}.sm-twitter{background:#28aae1}.sm-gmap{background:#333}.sm-blog{background:#0171bb}.sm-pinterest{background:#d73532}.sm-youtube{background:#e32c26}.sm-allegro{background:#ff5a00}.sm-linkedin{background:#0097bd}.sm-payback{background:#00349a}.sm-olx{background:#002f34}.sm-instagram{background:#eee}.sm-pyszne{background:#ff8000}.sm-tiktok{background:#fff}.sm-booksy{background:#f9e5bc}@media screen and (max-width:640px){.sm-panel{visibility:hidden;opacity:0}}

.post{
    border-bottom: #dddddd 1px solid;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 50px;
}