@media only screen and (min-width:320px) and (max-width:1023px) {

    .hero-banner-eight .food_logo_holder {
        position: absolute;
        width: 400px;
        opacity: .25;
        left: -100px;
        top: 20%;
    }

    .navbar .navbar-nav .nav-link i {
        display: none
    }

    .hero-banner-eight .theme-btn-eleven {
        z-index: 100
    }

    .hero-banner-eight .food_logo_holder {
        z-index: 0
    }

    .address-block-two .text-meta {
        padding-left: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .hero-banner-eight .banner-content {
        padding: 60px 5vw;
    }

    .slideshow {
        width: 350px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .theme-main-menu .logo img{
        width: 60px;
    }
    .theme-menu-one .right-widget .login-btn img {
        width: 16px;
        position: relative;
        top: 1px;
    }

    .theme-menu-one .right-widget .login-btn {
        font-size: 13px;
        margin-right: 45px;
        background: #3d3879;
        padding: 2px 10px;
    }

    .theme-menu-one .right-widget .login-btn span {
        margin-left: 6px;
    }

    . theme-main-menu .logo img {
        width: 50px;
    }
}