@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative|Raleway');



/* Header */
.header {
    background-image: url(/images/header.png) !important;
    background-color: transparent;
}
.header .header_logo {
    width: 170px;
    height: 80px;
    background-size: 100%;
    top: -5px;
}
.header .header_info .name,
.header .header_info .phone,
.header .header_info .address,
.header .header_info .social:before{
    display: none;
}
.has_action_buttons .header .header_info {
    margin-top: 22px;
}


/* Nav */
.nav .list_pages .item_page .link {
    color: #FFFFFF;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 19px;
    line-height: 27px;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: overline;
}



/* Content */
.icon:before {
    display: none;
}
.content, a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
.content h2 {
    color: #fff;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 40px;
}
.content h3 {
    color: #fff;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 20px;
}
td.item_label,
label.label,
strong.name {
    color: #fff;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 16px;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
.content .body_block {
    padding: 25px 0;
}
.caption,
.website .page_banner_rotator .banner_slide .wrapper .caption {
    font-family: 'Cinzel Decorative', cursive;
    background-color: transparent !important;
    text-shadow: 2px 2px 7px rgb(0, 0, 0) !important;
    font-size: 130px !important;
    line-height: 0 !important;
    color: rgb(255,255,255) !important;
    bottom: 35px !important;
    position: absolute !important;
    font-weight: bold;
    left: 20px !important;
}
.info-hours {
    width: 100%;
}
.info-block {
    width: 50%;
    float: right;
}
.hours-block {
    width: 48%;
    float: left;
}
.content .block_info_hours .list_item_active .item_label,
.content .block_info_hours .list_item_active .item_value {
    font-weight: normal;
}



/* Pages */
.page .page_content {
    background-color: #000000;
    background-image: url(/images/blackboard.png) !important;
}
.page .page_wrapper {
    min-height: 350px;
}




/* Specials */
strong.item_name {
    color: #fff;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 18px;
}
.content .block_specials_coupons .list_item,
.content .block_contact_address,
.content .menus_content {
    padding: 10px 0;
}



/* Menu */
span.bullet {
    display: none;
}
.content h4 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
}
.content .menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price,
.content .menus_list .list_item .item_link {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 18px;
    border: none;
    padding: 0px;
}
.content .menu_section .menu_item .item_desc {
    color: #262626;
}
.content .menu_section .menu_item .item_desc {
    color: #d2d2d2;
    font-style: normal;
}
.content .menu_section.section-columns-2 .column {
    margin-right: 4%;
}
.menu_section .menu_item {
    padding-bottom: 35px;
    border-bottom: none;
}
.menu_section .menu_item td.unit {
    font-size: 16px;
    padding-left: 6px;
}



/* Footer */
.footer {
    background-color: rgba(9, 9, 9, 0.65);
}
.footer .footer_info .footer_column_logo .logo_image {
    width: 180px;
    height: 100px;
    background-size: 100%;
}

