@import url(https://fonts.googleapis.com/css?family=Raleway|Trirong);



/* 
    font-family: 'Trirong', serif;
    font-family: 'Raleway', sans-serif;
*/


* {
    color: #000;
}
body {
    background-color: #f3f3f3;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

/* RESPONSIVE STYLES */

.nav .toggle {
    display: none;
    transition: all 0.05s;      
}
.page .page_wrapper {
    width: 90vw;
}
.page .link[data-toggle] {
    color: red;
}
.page .wrapper[data-toggle] {
    display: block;
    overflow: hidden;
    height: auto;
}


/* Header */
.top_wrapper,
.nav_wrapper {
    max-width: 100vw;
}
.top_wrapper {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.action_buttons {
    display: none;
}
.has_action_buttons .header .top {
    height: 20px;
}
.header {
    background-color: #fff;
    background-image: url(/images/whiteboard.png);
    box-shadow: none;
    position: absolute;
}
.has_action_buttons .header {
    height: 80px;
    border-top: 1px solid #000;
    top: 50px;
}
.header .header_logo {
    width: 220px;
    height: 170px;
    background-size: 100%;
    float: none;
    margin: 0 auto;    
    position: relative;
    top: -55px;
}
.header .header_info .phone.real,
.header .header_info .address,
.header .header_info .name,
.header .header_info .social {
    display: none;
}
.has_action_buttons .header .header_info {   
    background-color: rgb(233, 233, 233);
    background-color: rgba(233, 233, 233, 0.66);
    padding-right: 10px;
    color: #000;
    text-shadow: none;
    margin: 0;
    position: absolute;
    top: -44px;
    right: 0;
}





/* Nav */
.nav .list_pages {
    text-align: center;
    padding: 0 10px;
    transform: translate(35px, 0);
}
.nav .list_pages .item_page {
    margin-left: 15px;
}
.nav .list_pages .item_page .link {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    text-shadow: none;
}
.nav .list_pages .item_page .link_page:hover,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page.active .link_page {
    text-decoration: none;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
    line-height: 120%;
}
.nav .list_pages .item_spacer_gallery {
    display: inline-block;
    width: 280px;
    transition: all 0.5s ease;
}
.website .nav .list_pages .list_subs {
    background-color: #e9e9e9;
    text-decoration: none;
    width: 160px;
}





/* Content */
.content h2 {
    font-family: 'Trirong', serif;
    font-size: 250%;
    margin: 15px auto 35px auto;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.has_action_buttons .content {
    padding-top: 0px;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
[data-page=reservations] .content .bookenda_block {
	position: relative;
}
.content .bookenda_block.kind_button.size_large {
	display: none;
}
.content .bookenda_block.kind_widget.format_1row {
	display: block;
}
.content .ypdineBooker .content .search .button button {
    color: #FFFFFF;
    background-color: #161616 !important;
    border-color: #060606 !important;
}
.content .block_contact_address .text_address .name,
.content .block_contact_address .text_address .phone,
.content .block_contact_address .text_address .email,
.content .block_contact_address .text_address .address,
.content .block_contact_address .text_social {
    text-align: center;
}
.content .block_contact_address .text_social .social_icon {
    float: none;
}






/* Page */
.page .page_content {
    background-color: #fff;
    background-image: url(/images/whiteboard.png);
}
.page .page_wrapper {
    min-height: 350px;
}
.website .page_banner {
    padding: 0 0 85vh;
}





/* Menu */
.content h4 {
    font-family: 'Trirong', serif;
    font-size: 200%;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
    line-height: 120%;
}
.content .menu_section .menu_item h4.item_name {
    border: none;
}
span.bullet,
.content .menus_content .menu_name {
    display: none;
}
.content .menus_list {
    height: 75px;
    text-align: center;
    background-image: url(/images/nav-texture.png);
}
.content .menus_list .list_item {
    margin-top: 15px;
    line-height: 350%;
    text-align: center;
}
.content .menus_list .list_item .item_link {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
}
.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .menu_section .menu_item .item_desc {
    clear: both;
}






/* Footer */
.footer a,
.footer span,
.footer .footer_info .detail {
    color: #fff;
}
.footer .footer_info .footer_column_logo .logo_image {
    width: 170px;
    height: 170px;
    background-size: 100%;
}
/*.footer .footer_info .footer_column_connect {
    border: none;
}
.footer .footer_info .footer_column_sitemap {
    display: none;
}*/
.footer .footer_info .social_glyphs .social_icon_yellowpages {
    display: none;
}
.footer .footer_info .social_glyphs .icon_span {
    color: #fff;
    font-size: 120%;
    text-indent: 0;
    overflow: visible;
}


/* IE8 uses \0 */
@media all\0 { 
    body {
        background-position: center top;
    }
    .has_action_buttons .header .header_info { 
        right: -50px;
    }
} 






