@media only screen and (max-width: 900px) {
    .blog-post .blog-avatar {
        width: 120px;
        height: 120px;
        float: left;
    }

    .blog-post .blog-content {
        width: calc(100% - 120px);
        height: 120px;
    }

    .blog-post {
        height: 140px;
    }

    .blog-description {
        display: none;
    }

    .blog-post .blog-content h2 {
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    #mobile {
        display: block !important;
    }

    #desktop {
        display: none !important;
    }

    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li {
        margin: 0px !important;
        width: 50%;
    }

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

    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
        text-align: center;
    }

    div#top-bar {
        display: none;
    }

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

    .searchform-wrapper.ux-search-box.relative.is-normal {
        width: 100%;
    }

    div#wide-nav {
        background: #fff !important;
        border-top: 1px solid #eee;
    }

    footer#footer .footer-top {
        margin-top: 20px;
    }

    footer#footer .footer-social ul li {
        width: 35px;
        height: 35px;
        float: left;
        margin-right: 10px;
    }
}
