/*
*  CUSTOM RESPONSIVE WEBSITE STYLES
*  Use this stylesheet to overwrite or define new rules for your website's visual appearance.
*  If you need to reference the location of image files, please start your URLs with "/images/".
*/

/* -- Viewport Styles ( Media Query $7 / Default 1161px ) -- */
@media (min-width: $7){


}


/* -- Viewport Styles ( Media Query $6 / Default 1160px ) -- */
@media (max-width: $6){


}


/* -- Viewport Styles ( Media Query $5 / Default 1024px ) -- */
@media (max-width: $5){

    .has_action_buttons .header {
        height: 60px;
        border-top: 1px solid #000;
        top: 40px;
    }
    .header .header_logo {
        width: 130px;
        height: 130px;
        margin-left: calc(50% - 80px);
        top: -34px;
    }
    .nav .list_pages {
        padding: 0;
    }
    .nav .list_pages .item_page .link {
        font-size: 14px !important;
        border-bottom: 2px solid transparent;
    }
    .nav .list_pages .item_spacer_reserve {
        width: 175px;
    }
    .has_action_buttons .header .top {
        height: 10px;
    }
    .action_buttons {
        top: 5px;
        right: 0;
        position: fixed;
    }

}


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


}


/* -- Viewport Styles ( Media Query $3 / Default 800px ) -- */
@media (max-width: $3){

    .header .header_logo {
        width: 130px;
        height: 130px;
        margin-left: calc(50% - 80px);
        top: -34px;
    }
    .nav .list_pages {
        padding: 0;
    }
    .nav .list_pages .item_page .link {
        font-size: 10px !important;
    }
}


/* -- Viewport Styles ( Media Query $2 / Default 640px ) -- */
@media (max-width: $2){
    body {
        background-position: center 190px;
        background-size: contain;
        background-attachment: scroll;
    }
    .has_action_buttons .header .top {
        height: auto !important;
    }
    .website .page_banner {
        padding: 0 0 30px;
    }
    .has_action_buttons .header {
        height: 190px;
    }
    .header .header_logo {
        width: 110px;
        height: 100px;
        margin-left: calc(50% - 60px);
    }
    .header .header_info {
        text-shadow: none;
    }
    .header .header_info .detail.name,
    .header .header_info .detail.address {
        display: none;
    }
    .nav .list_pages {
        background-color: #fff;
        background-image: url(/images/whiteboard.png);
        box-shadow: none;
    }
    .nav .list_pages .item_page .link {
        font-size: 16px !important;
    }
    .nav .list_pages .item_spacer_reserve {
        display: none;
    }
    [data-page=reservations] .content .bookenda_block {
        position: relative;
        margin: 0 auto ;
        left: 0;
        width: 65%;
    }
    [data-page=reservations] .content .bookenda_block {
        position: relative;
        margin: 0 auto ;
        left: 0;
    }
    .content .bookenda_block.kind_button.size_large {
        display: block;
    }
    .content .bookenda_block.kind_widget.format_1row {
        display: none;
    }
    .content, .has_action_buttons .content {
        padding-top: 190px;
    }




}


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


}


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


}