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




/* Wieksze okno */

 @media (min-width:768px){

    .cls-blog-fix-page-main-bl{
        margin-bottom:200px !important;
    }

            .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:54%;
                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;

            }



} 


/* Mniejsze okno */

@media (max-width:767px){

    .cls-blog-fix-page-main-bl{
        margin-bottom:100px !important;
    }
            .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:28px !important;
        line-height:100%;
    }

    /* link tytulu h2 home - w kazdym wpisie listingu */
    .a-home-title{
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    text-decoration:none !important;
    line-height:1.5;
    }



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


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

   /* data - czesc wspolna */
   .ph-date{
    color:#00000080;
    font-size:12.7px !important;
    font-weight:400 !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;
margin-top:60px;}

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




    .page-fix ul li{
        display:inline-block;
        padding-left:10px;
    }
    
    .page-fix ul li:first-child{
        padding-left:0;
    }

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


/* Wiecej */
.wcj-x-t{
    position: relative;
    display: inline-block;
    color: #ffffff !important; /* Kolor tekstu na przycisku */
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: auto;
    /* font-family: 'Ubuntu'; */
    text-decoration: none;
    /* background: #0d5575; */ /* Kolor tła przycisku */
    background: #39aec7; /* Kolor tła przycisku */


    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

    margin-top:15px;
    text-decoration:none !important;

    font-weight:300;
}


.wcj-x-t:hover{
    /* background: #48bf88; */ /* Kolor tła przycisku po najechaniu */
    background: #85cedd; /* Kolor tła przycisku po najechaniu */
    color: #ffffff !important; /* Kolor tekstu na przycisku */
    padding: 10px 20px;
    height:auto;
}




strong, b{
    font-weight:bold !important;
}
i, em{
    font-style:italic !important;
}
u{
    text-decoration:underline !important;
}



.tekst p{
    font-size:17px;
    line-height:1.5;
    text-align:justify;
}
.tekst ul{
    font-size: 17px;

    margin-top:30px;
}

.tekst h2{
    font-size:30px;
    line-height:1.5;
    margin-top:20px;
    margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6{
    text-align:left;
}


.post:first-child{
    margin-top:65px;
}
.post{
    margin-top:60px;
}

.page-body ul li:before {
    border:none !important;
    content: '-' !important;
}

.post {font-size:1rem;}
.post-card-blog{

    margin-top:10%;
    font-size:1rem;

}


.przerwa{
    margin-bottom:30px;
}


/* .tekst a{
    color:#245ca6 !important;
}
.tekst a:hover{
    color:#245ca6b4 !important;
}
 */



 .page-link-blog-fix{
   
    text-transform:uppercase;
    
font-size:16px;
font-weight:300;

    padding: 10px 20px;
    
    font-weight: 300;
    background-color:#39aec7;
    color:#ffffff !important;
}
.page-link-blog-fix:hover{
    background-color:#85cedd;
    color:#ffffff;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}