/*Medium Layout: 1280*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .hero-content-wrapper h1,
    .logo-wrapper h1 {
        font-size: 1.7rem;
    }

    .hero-content-wrapper h3 {
        font-size: 1.2rem;
    }
}

/*Tablet Layout: 768px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hero-content-wrapper h1,
    .logo-wrapper h1 {
        font-size: 1.5rem;
    }

    .hero-content-wrapper h3 {
        font-size: 1.1rem;
    }

    .cont-wrapper h3 {
        font-size: 2rem;
    }

    body {
        font-size: 0.9rem;
    }

    .single-menu-link {
        height: 220px;
    }

    .menu-excerpt h3 {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .insta-cont h3 {
        font-size: 1.2rem;
    }

    .insta-cont i {
        margin-bottom: 15px;
    }

    .navigation a h4 {
        font-size: 0.8rem;
    }

    a.policy {
        font-size: 1rem;
    }
}

/*Mobile Layout: 320px*/
@media only screen and (max-width: 767px) {
    .navigation-menu span.open-nav-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        top: initial;
    }

    .logo span {
        display: none;
    }

    .w-165 {
        width: 100%;
    }

    .w-165 a {
        padding: 2px;
        font-size: 0.7rem;
    }
    
    /*.hero-section {*/
    /*    height: 700px;*/
    /*    max-height: 100vh;*/
    /*}*/
    
    .hero-bottom-wrapper .btn-wrapper {
        display: grid;
        grid-template-columns: 70px 1fr 70px;
        grid-gap: 5px;
        align-items: center;
    }

    .hero-bottom-wrapper .btn-wrapper .theme-btn a {
        display: block;
        height: 66px;
        padding: 6px 0;
    }

    .theme-btn a:hover,
    .theme-btn a:focus {
        background-color: initial;
        color: var(--theme-color);
    }

    .hero-content-wrapper img {
        width: 200px;
    }

    .hero-content-wrapper {
        text-align: center;
    }

    .hero-content-wrapper h1,
    .logo-wrapper h1 {
        font-size: 1.4rem;
    }

    .hero-content-wrapper h3 {
        font-size: 1rem;
    }

    section.chef-speech-section h3 {
        font-size: 2.5rem;
    }

    .cont-wrapper h3 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }

    body {
        font-size: 0.9rem;
    }

    .cont-wrapper span {
        font-size: 1.7rem;
        margin: 10px 0 20px 0;
    }

    .menu-list {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }

    .menu-excerpt h3 {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }

    span.single-menu-link {
        height: auto;
    }

    section.gallery-and-insta-follow-section {
        display: initial;
    }

    .gallery-wrapper {
        width: 100%;
        margin-bottom: 0;
    }

    .insta-follow {
        width: 100%;
    }

    .navigation {
        grid-template-columns: auto;
        grid-gap: 20px;
    }

    .cont-wrapper {
        padding: 15px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .btn-wrapper .theme-btn {
        margin: 5px 0;
    }

    .team-members {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-member img {
        max-width: 100%;
    }



    .menu-list {
        background: var(--bg-color);
    }

    .single-menu-link:before {
        position: inherit;
    }

    .menu-list .single-menu-link .menu-excerpt {
        position: initial;
        display: block;
        left: initial;
        top: initial;
        transform: none;
        text-align: center;
        padding: 10px 0;
    }

    .menu-list .single-menu-link img {
        display: none;
    }

    .menu-list .single-menu-link .menu-excerpt img {
        display: inline-block;
    }

    .gallery img {
        height: 200px;
    }


    /*contact us page start*/
    .contact-info-section .two-grid {
        grid-template-columns: auto;
        grid-gap: 25px;
    }

    /*contact us page end*/
    /* policy & gaurantee page start */
    .breadcrumb-cont h1 {
        font-size: 2rem;
    }

    .cont-wrapper h3 small {
        display: block;
    }

    /* policy & gaurantee page end */
}

/*Wide Mobile Layout: 480px*/

@media only screen and (min-width: 480px) and (max-width: 767px) {}