/* -- Viewport Styles ( Responsive Threshold  ) -- */
@media (max-width: $6){
    .footer_wrapper {
        padding: 0px 10px 0px !important;
    }
}


/* -- Viewport Styles ( 1080px ) -- */
@media (max-width: $5){
    /* -- Header -- */
    .header {
        height: 320px !important;
    }
    .header .header_info {
        top: 0;
        padding-top: 5px !important;
        text-align: center;
    }
    .header .header_info .social {
        margin: 0 auto;
        position: relative;
        top: 90px;
    }
    .header .header_info .social_glyphs .social_icon {
        margin: 0 10px;
    }
 .header .header_logo {
        top: 70px;
    }
    
    /* -- Nav -- */
    .nav_wrapper {
        max-width: 700px !important;
    }
    .nav .list_pages {
        margin-top: 80px;
    }
    .nav .list_pages .item_page .link {    
        font-size: 11px;
        letter-spacing: 0.1rem;
    }

    /* -- Footer -- */ 
    .book_now .mobile {
        display: block;
    }
    .book_now .desktop {
        display: none;
    }
    .footer .footer_left,
    .footer .footer_mid,
    .footer .footer_right {
        width: 100%;
        float: none;
    }
    .footer_contact {
        text-align: center;
    }
    .footer_social {
        margin-top: 25px;
        text-align: center;
    }   
    .footer_social .social_icon {
        margin: 0 10px;
    }   
    .footer .directions.link,
    .footer .reserve.link {
        margin: 35px auto;    
        float: none;
    }
}


/* -- Viewport Styles ( 900px ) -- */
@media (max-width: $4){

}


/* -- Viewport Styles ( 850px ) -- */
@media (max-width: $3){  
    html {
        background-color: #fff;
    }
    .body {    
        transition: all 0.5s;
    }
    .header .top .nav_toggle {
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 24px;
    }
    .nav .list_pages {
        position: absolute;
        left: -80vw;
        width: 80vw;
        border: none !important;
        background-color: #fff;    
        max-height: initial !important;
        box-shadow: none;
        transition: all 0.5s;
    }
    .open_nav .nav {
        position: absolute;
        top: 0;
        left: 0;
    }
    .open_nav.body {
        position: absolute;
        right: -80vw;
        overflow-x: hidden;
        transition: all 0.5s;
    }
    .nav .list_pages .item_page, 
    .nav .list_pages .item_page:hover, 
    .nav .list_pages .item_page.active, 
    .has_action_buttons .nav .list_pages .item_page {  
        border: none !important;
    }
    .nav .list_pages .item_page .link, 
    .nav .list_pages .item_page:hover .link, 
    .nav .list_pages .item_page.active .link {
        color: #000;
        font-size: 12px;
        line-height: 32px;
        border: none !important;
    }
    .nav .list_pages .item_page.item_page_last {
        border: none;
        padding: 0;
        margin: 0;
    }
    .open_nav .nav .list_pages .nav_logo {
        background-image: url(/images/nav-logo.png?1);
        height: 110px;
        width: 213px;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .page .page_banner {
        padding-bottom: 75% !important;
    }
    .page .page_content {
        padding: 0 !important;
    }
    
    .single_gal.interior,
    .single_gal.cuisine {
        opacity: 1.0;
    }
    
    .tagline {
        padding: 0 10px;
            font-size: 60px;
        line-height: 55px;
    }
    .home-cont,
    .about-cont,
    .about-cont2,
    .about-cont3,
    .event-cont,
    .catering-cont,
    .contact-cont {
        width: 100%;
        height: auto;
    }
    
    .page .page_text {
        background-color: #ffffff;
        text-shadow: none;
        box-shadow: none;
        padding: 0 10px;
    }
    .page .page_img {
        position: relative;
        margin: 0 auto 10px;
        width: auto;
        max-width: calc(100% - 20px);
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
    
    .home-cont .page_text,
    .about-cont .page_text,
    .about-cont2 .page_text,
    .about-cont3 .page_text,
    .event-cont .page_text,
    .catering-cont .page_text,
    .contact-cont .page_text  {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 10px !important;
        position: initial;
        height: auto;
    }
    
    .event-cont .page_text,
    .catering-cont .page_text {
        height: 555px;
    }
    .about-cont2 .page_text{
        background-color: rgba(255,255,255,0.9) !important;      
        margin: 0 5% !important;
        width: 90% !important;
    }

    
    .home-cont .page_text {  
        margin: 0;
    }
    .menu-block .menu-block-link {
        display: block;
        border: none !important;
    }
    .menu-block span {
        display: none;
    }
    .about-cont {
        margin: 0 auto;
    }
    
    .about-cont3 {
        margin: 50px auto 0;
    }
    .about-cont3 .page_text {
        margin: 0;
    }
    .review .single-review {
        font-size: 20px;
        line-height: 22px;
        width: 300px;
    }
    .about-cont5 p {
        font-size: 14px;
        width: 280px;
    }
    
    .content .menus_list .list_item {
        display: block;
        text-align: center;
    }
    .content .menus_list .list_item:before,
    .content .menus_list .list_item .active_link:after {
        display: none;
    }
    .content .menus_list .list_item:hover .item_link, 
    .content .menus_list .list_item.active_item .item_link {
        text-decoration: none;
    }
    .content .menu_section.section-columns-2 .column {
        margin: 0;
    }
    
    
    .website .page_banner_rotator .banner_slide .image {
        display: none;
    }
    
    .single_gal {
        width: 100%;
        float: none;
        height: 260px !important;
    }
    
    .contact-cont2 {
        position: relative;
        padding: 60px 20px 20px;
    }
    .contact-cont2 .page_text {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0;
        height: 350px;
        padding: 2px 20px;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.7);
        text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.9);
        box-shadow: -3px 3px 4px rgb(0, 0, 0, 0.05);
    }
    .contact-cont2 h3 {
        font-size: 30px;
        margin: 5px 0;
    }
    
}

/* -- Viewport Styles ( 800px ) -- */
@media (max-width: $2){
    .header {
        height: 230px !important;
    }

    .nav .list_pages .list_subs {
        background-color: #FFFFFF;
    }    
    
}

/* -- Viewport Styles ( 420px ) -- */
@media (max-width: $1){
    

}


/* -- Viewport Styles ( 320px ) -- */
@media (max-width: $0){

}
