/* mobile style*/
@media only screen and (max-width: 768px) {
    .project-search .field-list .form-row.mb5 {
        width: 50%;
        flex-basis: 50%;
    }

    .project-search .filter-title {
        margin-bottom: 10px !important;
    }

    .project {
        height: 220px !important;
    }

    .blog-list .product-item .product-thumbnail {
        height: 140px;
    }

    #desktop {
        display: none
    }

    #mobile {
        display: block !important;
        margin-top: 20px !important;
    }

    #mobile1 {
        margin-top: 20px !important;
    }

    .product-item .product-thumbnail {
        height: 200px;
    }

    .product-item .product-content .product-price del {
        float: left;
    }

    #breadcrumb-wrapper.breadcrumb-w-img {
        height: 400px;
    }

    #breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content .breadcrumb-big h2 {
        font-size: 25px;
    }

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

    form.woocommerce-ordering {
        display: flex;
        justify-content: center;
    }

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

    form.woocommerce-ordering {
        width: 100%;
        margin: 0px;
        text-align: center;
    }

    .blog-title {
        text-align: center;
    }

    .tab-bassic ul li a {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .footer-absolute p {
        text-align: center;
        margin-top: 10px;
    }

    .product-info {
        padding-top: 20px !important;
    }

    input#woocommerce-product-search-field-1 {
        height: 35px;
        box-shadow: unset !important;
        border-radius: 4px 0 0 4px !IMPORTANT;
    }

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

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

    .footer-logo {
        text-align: center;
    }

    .category-list .post-thumbnail {
        height: 200px;
    }

    footer#footer .footer-top .footer-logo img {
        max-width: 200px;
    }

    footer#footer .footer-top .footer-title h3 {
        font-size: 15px;
    }

    .service-list ul li {
        width: 100%;
        flex: 0 0 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .service-list ul li .service-item {
        margin-bottom: 30px !important;
    }

    .bk-contact {
        display: none;
    }
}

/* 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) {

}


/**desktop**/
@media only screen and (min-width: 1920px) {

}