@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Tinos:400,700');




.website {
    width: 1000px;
    padding: 10px 15px 20px;
}

/* Header */
.header {
    background-image: url(/images/texture.jpg);
    background-position: top center;
    background-color: #7e9e21;
    margin: 0;
}
.header .header_info {
    display: none;
}
.header .header_logo {
    width: 420px;
    height: 70px;
    background-size: 100%;
}



/* Nav */
.nav {
    background-color: #88ab24;
    border: none;
    margin: 0;
    border-radius: 0;
    height: 50px;
}
.nav .list_pages {
    text-align: right;
    padding: 15px 0 0;
}
.nav .list_pages .item_page {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.nav .list_pages .item_page .link_page {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Tinos', serif;
    color: #13250d;
}
.nav .list_pages .item_page:hover,
.nav .list_pages .item_page.active {
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.nav .list_pages .item_page .link_page:hover,
.nav .list_pages .item_page:hover .link_page,
.nav .list_pages .item_page.active .link_page {
    padding-bottom: 0;
    color: #2f4c25;
    line-height: 25px;
}
.nav .item_page:hover .list_subs,
.nav .item_page.active:hover .list_subs {
    display: none;
}
.nav .nav_toggle span {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: #88ab24;
}



/* Content */
.content {
    background-color: #f1f0eb;
    border: none;
    overflow: visible;
    margin-top: 0;
    border-radius: 0;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.content h2 {
    font-size: 30px;
    font-family: 'Tinos', serif;
    color: #ff8c00;
}
p,
a,
td,
ul,
b,
u,
label,
span,
.content .text_summary,
.content .header_block p,
.content .body_block p,
.content .body_block .text_warning,
.content .viplist_form .section .label,
.content .viplist_form .section input.text,
.content .viplist_form .section textarea.textarea,
.content .viplist_form .section select.select,
.content .viplist_form .section .format,
.content .viplist_form .section .title,
.content .block_contact_address .text_address .name {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    line-height: 1.25em;
}
h2.icon:before,
span.bullet {
    display: none;
}
.content .clear_body {
    padding: 5px 20px;
}
.content .block_border {
    border: none;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}



/* Page */
.page {
    background-image: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #80745b;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
}
.website .header .action_button {
    bottom: 0;
    border-radius: 0;
}
.website .page_banner_slideshow .banner_buttons .button {
    background-color: rgba(255, 255, 255, 0.56);
    color: #000;
    line-height: 120%;
}
.website .page_banner_slideshow .banner_buttons .button.active,
.website .page_banner_slideshow .banner_buttons .button:hover {
    background-color: #fff;
    color: #000;
    line-height: 120%;
}
.website .page_banner .banner_slide {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 0;
    bottom: 0;
    right: -10px;
    left: -10px;
    z-index: 100;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat;
}
.content .body_block .page_banner_block,
.content .sidebar_wrapper .page_banner_block {
    border: none;
}
.info-hours {
    width: 100%;
}
.info-block {
    width: 50%;
    float: right;
}
.hours-block {
    width: 48%;
    float: left;
}



/* Menus */
.content h4 {
    font-family: 'Tinos', serif;
}
.content .menu_section .menu_item h4.item_name {
    font-family: 'Tinos', serif;
    color: #88ab24;
}
.content .menu_section .menu_item .item_desc {
    font-family: 'Josefin Slab', serif;
    font-style: normal;
}
.content .menu_section .menu_item td.price {
    font-family: 'Josefin Slab', serif;
    font-style: normal;
    color: #88ab24;
}
.content .menus_content .menu_name {
    display: none;
}
.content .block_contact_address,
.content .menus_content {
    padding: 0;
}


/* Footer */
.footer {
    color: #13250d;
    text-shadow: none;
    background-color: #88ab24;
    border: none;
    border-radius: 0;
}
.footer span,
.footer .footer_info a,
.footer .footer_logo .text,
.footer .footer_info a:hover {
    color: #13250d;
    font-family: Arial;
    font-size: 14px;
}    