@media (max-width: 980px){
    #breadcrumbs{
        left: 50px;
        margin-left: 0;
    }
    #przeczytaj{
        width: 100%;
    }
    .entry-content{
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
    }
    .page article{
        width: 100%;
    }
    #page{
        overflow: hidden;
    }
    .rwd-content{
        display: block;
    }
    .menu-toggle-container{
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 70px;

    }
    .menu-toggle-container:hover .hamburger-line{
        opacity: 0.5;
    }
    .hamburger-line{
        width: 100%;
        height: 3px;
        background: #000;
        float: left;
        transition: all .4s;
        position: relative;
    }
    .hamburger-line:nth-child(2){
        margin: 5px 0;
    }
    #menu-top{
        background: #fff;
    }
    #menu-top > li > a{
        padding-top: 10px;
        padding-left: 20px;
        font-size: 18px;
        color: #676767 !important;
    }
    #menu-top li a:hover{
        background: #DB572F;
        color: #fff !important;
    }
    #menu-top{
        display: block !important;
    }
    .menu-top-container{
        width: 100%;
        margin-top: 110px;
        /*display: none;*/
        left: 100%;
        transition: all .8s;
        position: relative;
        opacity: 0;
    }
    .nav-menu li {
        display: block;

    }
    ul.nav-menu ul a{
        width: 80%;
    }
    ul.nav-menu ul a{
        border-bottom: 1px solid #DBDADA !important;
    }
    ul.nav-menu ul li:last-child a, .nav-menu ul ul li:last-child a {
        border-bottom: 1px solid #DBDADA;
    }
    ul.nav-menu ul li {
        background-color: #fff;
    }
    ul.nav-menu ul li a{
        color: #929292 !important;
    }

    .main-navigation{
        width: 100%;
        padding: 0;
    }
    .top_inner_inner{
        width: 100%;
        margin: 0;
    }
    .top_inner{
        width: 100%;
    }
    .site-main{
        width: 95%;
    }
    .site-info{
        padding: 30px;
    }
    #footer-logos{
        width: 100%;
        min-width: 0;
    }
    #colophon .columns{
        width: 100%;
    }
    .sub-menu{
        display: block !important;
        position: relative !important;
        padding-left: 30px !important;
        background: #fff;
    }
    .nav-menu .sub-menu li > ul{
        display: block !important;
        left: 0 !important;
        background: #fff;
    }
    .menu-item-has-children > a{
        /*font-size: 18px !important;*/
    }
    #aktualnosci{
        width: 100%;

    }
    .articles{
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        justify-content: -webkit-space-around;
    }
    #aktualnosci article {
        float: none;
        margin: 0 !important;
        width: 29%;
    }
    .fb-like-box{
        display: none !important;
    }
    .metaslider .slides img {
        width: auto;
        height: 320px;
    }
    .newsletter-email{
        width: 155px !important;
    }
    #galerie{
        width: 100%;
    }
    #galerie article:last-of-type{
        display: none;
    }
    #galerie article{
        width: 30%;
        margin: 0;
    }
    #footer_logos .ngg-gallery-thumbnail-box {
        display: inline-block;
        float: none;
        width: 15%;
        margin: 0;
    }
    #footer_logos{
        min-width: 0;
    }
    #colophon .column{
        width: 25%;
    }
}

@media (max-width: 768px){
    .newsletter,
    .search-form{
        display: none;
    }
    .single article{
        width: 100%;
    }
    .post_list{
        width: 100%;
    }
    .archive .post_list article{
        width: 300px;
    }
    .archive .post_list article .entry-header{
        width: auto;
        height: 100%;
    }
    .category-movies.archive .post_list article {
        float: left;
        width: 100%;
        position: relative;
        min-height: 245px;
        padding-left: 0;
        margin-bottom: 65px;
        padding-top: 255px;
    }
    #very_top{
        right: 10%;
        left: auto;
    }
    #filmy{
        height: 700px;
        padding-left: 0;
        padding-top: 320px;
    }

}

@media (max-width: 680px){
    #aktualnosci article:nth-child(3){
        display: none;
    }
    .articles{
        justify-content: space-around;
    }
    #galerie article:nth-child(6){
        display: none;
    }
    #galerie article:first-of-type {
        margin-left: 10%;
    }
    #galerie article{
        width: 40%;
    }
    #colophon .column {
        width: 50%;
        text-align: center;
    }
    .column .social{
        float: none;
        margin: 0 auto;
    }
    .column h2{
        text-align: center;
    }
    .home .metaslider .caption-wrap{
        right: 50%;
        margin-right: -260px;
    }
}
@media (max-width: 520px){
    .home .metaslider .caption-wrap{
        display: none;
    }
    .metaslider .slides img{
        width: auto !important;
    }
}
@media (max-width: 480px){
    .articles article:nth-child(2){
        display: none;
    }
    .article article{
        margin: 0 auto !important;
        width: 180px;
    }
    #galerie article{
        width: 100%;
        margin-left: 35% !important;
    }
}
