/* mobile style*/
@media only screen and (max-width: 768px) {
    .projects_grid2 .product-item {
        width: 100%;
    }

    i.icon-menu {
        color: #fff;
    }

    .project_cat .item figure {
        height: 250px;
    }

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

    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }


    .block_search_news {
        display: none !important;
    }

    .page_title span {
        font-size: 25px;
    }

    .page-title-inner.flex-row.medium-flex-wrap.container {
        min-height: unset !important;
        padding: 30px 0 !important;
    }

    .big-post .post-thumbnail, .medium-post .post-thumbnail {
        width: 100%;
        height: 200px;
    }

    .post-item .post-content {
        width: 100% !important;
        float: left;
        padding: 10px 0 0 0;
    }

    .big-post, .medium-post {
        margin-bottom: 20px;
    }

    .post-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .category-first {
        width: 100%;
        display: inline-block;
        border-bottom: 0px;
        margin-bottom: 0;
    }

    .post-item .post-content .post-meta, .post-item .post-content .post-read {
        display: none;
    }

    .post-item .post-content h3 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #fff;
    }

    footer#footer .formRegister {
        width: 100%;
        margin: 0 auto 30px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    footer#footer .formRegister h3 {
        font-size: 18px;
    }

    footer#footer .formRegister .input-email {
        width: 75% !important;
    }

    footer#footer .formRegister .btnEmail {
        width: 25% !important;
    }

    nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
        text-align: left;
        padding: 0px 15px;
    }

    .page-content table, .news_detail .description table {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    #sync2 .item {
        height: 60px;
        padding: 5px;
    }

    div#sync1 .item img {
        width: 100%;
        height: 250px;
    }

    .header-project {
        margin: 30px 0 0 0;
    }

    .project .product_name {
        font-size: 25px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

@media only screen and (min-width: 768px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 90vw !important;
    }
}


/**desktop**/
@media only screen and (min-width: 1920px) {
    .big-post .post-thumbnail {
        width: 100%;
        height: 400px;
    }

    .medium-post .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .project_cat .item figure {
        height: 450px;
    }
}