@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
@import url('https://fonts.googleapis.com/css?family=Rubik');

/* -- 
font-family: 'Lobster', serif;
font-family: 'Open Sans', serif;
font-family: 'Rubik', sans-serif;
-- */


/* -- Global  -- */
.icon {
    display: none;
}
*, *:before, *:after {
    box-shadow: none !important;
}
.bullet {
    display: none;
}
body {
    background-color: #000;
}


/* -- Action Buttons -- */
.website .header .action_button {
    border-radius: 0px;
}
.has_action_buttons .content {
    padding-top: 0px;
}



/* -- Header-- */
.header {
    background-image: none;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    box-shadow: none;
    transition: all 0.5s;
}
.header:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.header .top {
    height: 30px !important;
}
.header .header_info {
    display: none;
    font-family: 'Lora', serif;
}
.header .header_logo {
    position: relative;
    background-size: 100%;
    width: 100px;
    height: 100px;
    top: 0;
    margin: 0 auto;
    float: left;
    transition: all 0.5s;
}



/* -- Nav -- */
.nav {
    clear: none;
}
.nav .list_pages {
    font-family: 'Lobster', serif;
    text-align: right;
    letter-spacing: 1px;
    padding-top: 20px;
}
.nav .list_pages .item_page {
    margin-right: 10px;
}
.nav .list_pages .item_page .link {
    color: #f2f2f2;    
    font-size: 24px;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
    color: #daa520 !important
}



/*--  Content  --*/
.content {
    font-family: 'Rubik', sans-serif;
    color: #f2f2f2;
    font-size: 16px;
}
.content a {
    color: #FFF;
}
.content h2, 
.content h3 {
    font-family: 'Lobster', serif;
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
.content hr {
    border-color: #daa520;
    border-style: solid;
}

.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .body_block p {
    text-align: center;
}
.content .body_sublinks {
    display: none;
}
.content .block_border {
    border-color: #daa520;
}
.content .no_content {
    background-color: transparent;
    border-color: #daa520;
    border-style: solid;
}

/* -- Page -- */
.page {
    border: none;
}
.page .page_wrapper {
    min-height: 70px;
}
.page .page_banner {
    border: none;
}
.page .page_content {
    background-color: #000 !important;
    color: #fff;
    /* background-image: url(/images/back.jpg); */
    background-image: none;
    background-repeat: no-repeat;
}



/* -- Page : Home -- */

.be-1col {
    display: none !important;
}
.be-1row {
    display: block !important;
}
.quote {
    font-size: 18px;
}



/* -- Page : Home : Social Vine -- */
.social_block_vine > div:nth-child(1) {
    display: none;
}
.social_float_left {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 500px;
    text-align: center;
}
.social_float_left .text {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
}



/* -- Page : About --  */
.content .floatL {
    float: left;
    width: 49.5%;
}
.content .floatR {
    float: right;
    width: 49.5%;
}



/* -- Page : Menu -- */
#menus > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
    text-align: left;
}
.content .menus_content {
    padding: 0;
}
.content .menus_list {
    font-family: 'Rubik', sans-serif;
    color: #ffd700;
    font-size: 16px;
}
.menu_section {
    margin-bottom: 30px;
}
.menus_content .menu_name {
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    font-size: 32px !important;
}
.menu_section h4.section_name {   
    font-family: 'Rubik', sans-serif;
    color: #ffd700;
    letter-spacing: 1px;
    font-size: 22px;
}
.menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price   {    
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
}
.menu_section .menu_item {
    border-bottom: 1px solid #333;
}
.icon_gluten-free {
    -webkit-filter: invert(1);
    filter: invert(1);
}


/* -- Page : VIP -- */
.content .block_form button.button, 
.content .block_form input.button, 
.content .block_form a.button,
.content .block_form input.button:hover, 
.content .block_form a.button:hover{
    background-color: #daa520;
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 6px 18px;
}




/* -- Footer -- */
.footer {
    background-color: rgb(0, 0, 0);
    border: none;
    font-family: 'Rubik', sans-serif;
}
.footer .footer_info a, 
.footer .footer_info a:hover {
    color: white;
    text-decoration: none;
}
.footer .footer_info .footer_column {
    border: none;
    padding: 0;
}
.footer .footer_info .footer_column_address {
    position: absolute;
    right: 0;
    margin: 0;
    text-align: right;
}
.footer .footer_info .footer_column_sitemap {
    display: none;
}
.footer .footer_info .footer_column_connect {
    width: 42.5%;
    position: absolute;
    left: 0;
}
#footer > div > div.footer_info > div > table > tbody > tr > td.footer_column.footer_column_connect > div > div.detail.connect.icon {
    display: none;
}
.footer .footer_logo {
    height: 70px;
}
.footer .footer_info .footer_column_logo {
    width: 100%;
}
.footer .footer_info .footer_column_logo .logo_image {
    float: none; 
    background-size: 100%;
    width: 110px;
    height: 150px;
    margin: 0 auto;
}


/* SingleApp Text */
.content_editor p,
.content_editor h2,
.content_editor div {
    color: #000 !important;
    font-weight: bold;
}