@media (max-width: 800px) {
    /* For logo image */
    .feastmobilenavbar a img {
        margin-bottom: inherit !important;
        width: 200px;
        height: 70px;
    }

    /* For main image of each post */
    .aligncenter {
        clear: both;
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }

    .one-third {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .footer-widget-area .one-fourth {
        margin-bottom: 37px;
    }

    .footer-widgets > .wrap > .widget-area > section > .widget-wrap > article > a > img {
        width: 100% !important;
        height: 100% !important;
    }

    .widget-area .alignleft img {
        width: auto !important;
    }

    .recipe-index-featured-posts > .featuredpost > .widget-wrap > .simple-grid > a > img {
        width: 100%;
        height: 100%;
    }

    article > .aligncenter > img {
        width: 360px;
        height: 450px;
    }

    /* For main title of each post */
    .type-post > header {
        margin: 0 !important;
    }

    .type-post > .entry-content > figure {
        margin: 0 !important;
        height: 100% !important;
    }

    /* For main image post in category post page */
    article > .size-large > .wp-block-image img,
    article > .entry-content > .size-large > img {
        width: 308px;
        height: 385px;
    }

    /* For category post page */
    .archive-description,
    .author-box,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header,
    .comment-respond {
        padding: 0;
    }

    .archive-description {
        padding: 0 !important;
    }

    .odd {
        margin-left: 0;
    }

    .entry,
    .entry-header {
        margin-bottom: 0;
    }

    .type-post > .entry-header > h1.entry-title,
    .entry-title a,
    .sidebar .widgettitle a {
        color: #010101;
        text-decoration: none;
        width: 320px;
        height: 150px;
    }
}