@media only screen and (max-width: 768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    div#top-bar {
        display: none !important;
    }

    article.bk-about {
        width: 100%;
        display: inline-block;
        position: unset !important;
        margin-top: 20px;
        z-index: 99999;
    }

    article.bk-about .about-item {
        margin-bottom: 15px;
    }

    div#gap-1340187925 {
        display: none !important;
    }

    .ck-item {
        margin: 5px 0;
    }

    .bk-slide-item .bk-thumbnail {
        width: 100%;
        height: 200px;
    }

    .bk-slide-item .bk-slide-content {
        width: 100%;
        position: unset !important;
        left: 50%;
        transform: unset !important;
        background: #fff;
        box-shadow: unset !important;
        border: 1px solid #f2f2f2;
        padding: 10px;
    }

    .post-item-big .post-content h3 {
        height: unset !important;
    }

    .post-item-big {
        margin-bottom: 15px;
    }

    .post-grid .post-thumbnail {
        width: 100%;
        float: left;
        height: 200px;
    }

    .post-grid .post-content {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .form-group {
        width: 100%;
        margin: auto;
    }

    span.wpcf7-form-control-wrap.email {
        width: 65%;
        float: left;
    }

    input.wpcf7-form-control.wpcf7-submit.btnEmail {
        width: 35%;
        float: left;
        margin: 0px !important;
    }
    .mt-footer{
        margin-bottom: 20px;
    }
}