/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-big {
        margin-bottom: 20px !important;
    }

    .post-big .post-content h4, .post-grid .post-content h4, .post-row .post-content h4, .post-list .post-content h4 {
        margin: 10px 0;
        font-size: 18px;
        line-height: 25px;
    }

    .post-grid .post-thumbnail, .post-list .post-thumbnail {
        width: 1000%;
        height: 220px;
    }

    .post-grid .post-content, .post-list .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .category-title h3 {
        font-size: 25px;
        line-height: 30px;
    }

    header.header-single h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .post-social {
        text-align: left;
    }

    .category-title-desc {
        text-align: center;
        color: #fff;
        font-size: 15px;
        width: 100%;
        margin: auto;
    }

    .bc__product .post-grid .post-thumbnail {
        width: 150px;
        height: 120px;
    }

    .bc__product .post-grid .post-content {
        width: calc(100% - 150px);
    }

    .product-row .product-thumbnail {
        height: 180px;
    }

    .category-item h4 {
        font-size: 18px;
    }

    h1.product-title.product_title.entry-title {
        font-size: 25px;
        line-height: 30px;
        color: var(--color-dark);
    }

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

    .woocommerce-product-gallery__wrapper .flickity-slider img {
        height: 300px !important;
        object-fit: contain;
    }

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

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


}

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