@import url(https://fonts.googleapis.com/css?family=Noto+Serif);


/* Header */
.header {
    background-color: #fff;
    background-image: none;
    height: 115px;
}
.header .header_logo {
    width: 270px;
    height: 100px;
}
.header .header_info {
    display: none;
}



/* Nav */
.nav .list_pages {
    font-size: 110%;
    line-height: 48px;
}
.nav .list_pages .item_page {
    margin-left: 25px;
}
.nav .list_pages .item_page .link {
    color: #000000;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    text-shadow: none;
}
.nav .list_pages .item_page_home {
    display: none;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
.nav .list_pages .list_subs .active .link,
.nav .list_pages .list_subs .item .link:hover,
.nav .list_pages .list_subs .item {
    text-decoration: none;
    border: none !important;
}
.nav .list_pages .list_subs .item .link {
    border: none !important;
}
.nav .list_pages .list_subs {
    background-color: #fff;
    background-image: none;
    top: 40px;
    border-radius: 0;
    border: none;
    width: 170px;
}
.nav .list_pages .active .link {
   /* background-image: url(/images/dot.png);
    background-position: center 20px;
    background-repeat: no-repeat;*/
}



/* Content */
.content h2 {
    color: #000000;
    font-size: 250%;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}
[data-page="home"] .content h2 {
    font-size: 64px;
    text-align: center;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
[data-page=home] a.top_link {
    display: none;
}
.testimonials {
    margin-bottom: 20px;
}
.testimonials-header {
    background-color: rgba(157, 180, 193, 0.37);
    float: left;
    margin-bottom: 20px;
    padding: 5px 50px 5px 5px;
}
.testimonials p {
    clear: both;
}
.testimonials strong {
    font-family: 'Noto Serif', serif;
    font-size: 120%;
    text-align: left !important;
}
.testimonials i {
    color: #828282;
}
.content .block_contact_address {
    padding-left: 0;
}


/* Page */
.page {
    border: none;
}
.page .page_content {
    background-image: url(/images/border.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-size: 100px;
    background-color: #ffffff;
}
[data-page="home"] .page .page_content {
    background-image: none;
    background-color: transparent;
}
[data-page="home"] div.body_block {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px;
}
[data-page="reserve"] .page .page_content {
    max-height: 370px;
}
[data-page="reserve"] .body_block p {
    margin: 0 auto 90px 0;
}
.page:first-child > .page_banner {
    margin-top: 0;
    border: none;
}
[data-page="home"] .page:first-child > .page_banner {
    margin-top: -265px;
}
.page .page_wrapper {
    width: 1040px;
}
.info-hours {
    width: 100%;
}
.info-block {
    width: 56%;
    float: right;
}
.hours-block {
    width: 42%;
    float: left;
}








/* Menus */
span.bullet {
    display: none;
}
[data-page="menus"] .content h2 {
    display: none !important;
}
.content .menus_content .menu_name {
    color: #000000;
    font-size: 175%;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    text-transform: uppercase;
}
.content h4 {
    color: #000000;
    font-size: 150%;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}
.content .menu_section .menu_item h4.item_name {
    color: #bc2227;
    font-size: 200%;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}
.content .menu_section .menu_item td.price {
    color: #bc2227;
    font-size: 150%;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}
.content .menu_section .menu_item .item_desc {
    clear: both;
    margin-bottom: 5px;
    font-style: normal;
}
div.text_content.text_content_header {
    margin-bottom: 25px;
}
.menu_section .menu_item {
    border: none;
    min-height: 50px;
}
.menu_section {
    margin-bottom: 70px;
}
.content .menu_section.section-columns-2 .column {
    width: 100%;
}
.content .menus_list {
    text-align: center;
}
.content .menus_content {
    padding: 0;
}
.content .menus_list .list_item .item_link {
    color: #000;
    font-size: 150%;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}
.content .menus_list .list_item .item_link:hover,
.content .menus_list .list_item .active_link {
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
.content .menus_list .list_item {
    line-height: 320%;
}





/* Footer */
.footer {
    border: none;
    background-color: #231f20;
}
.footer .fa {
    font-size: 150%;
    padding: 5px;
}


