/*---- Styled by Jesse Scott - July 6th, 2017 ----*/

@import url(https://fonts.googleapis.com/css?family=Amatica+SC|Didact+Gothic|Economica);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800|Open+Sans+Condensed:300,700);


/* -- Splash -- */
.page_splash .header {
    display: none;
}
.page_splash a {
    color: #FFF;
}
.page_splash .top_link,
.page_splash .content .body_sublinks{
    display: none;
}
.page_splash .page {
    background-size: cover;
    background-color: #000;
}
.page_splash .page:first-child > .page_banner {
    display: none;
}
.page_splash .page .page_content {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
}
.page_splash .page .page_content:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.page_splash .content .clear_body {
   margin-top: 0px;
}
.page_splash .content .body_block {
    padding-top: 300px;
    background-color: transparent;
    background-image: none;
}
.page_splash .footer {
    display: none;    
}


/* --  Global -- */
html {
    background-color: rgb(247, 240, 218);
}
body {
    background-color: #ffffff;
    width: 98%;
    margin-left: 1%;
}

.label {
    color: rgb(186, 115, 125);
    text-transform: uppercase;   
    font-size: 150%;
}


/* --  Header -- */
.header {
    background-image: none;
    box-shadow: none;
    border: none;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
}
.header .header_info {
    display: none;
}
.header h1.header_logo {
    transition: all 0.5s;
}

/* -- Header : Social -- */
.header_button {
    height: 55px;
    padding: 10px;
    position: fixed;
    right: 40px;
    top: -10px;
    transition: all 0.5s;
}
.fa {
    color: rgb(247, 240, 218);
    font-size: 24px !important;
    padding: 10px;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    text-align: center;
    text-shadow: 1px 1px #000;
    transition: all 0.5s;
}
.fa:before {
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
}
.fa:hover {
    color: #A6C1E0;
}


/* --  Nav -- */
.nav .list_pages {
    font-size: 160%;
    text-align: right;
    padding-right: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.nav .list_pages .item_page {
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
    border-top: 3px solid aliceblue;
}


/* -- Compact Header/Nav -- */
.scrolled .header  {  
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.82);
}
.scrolled .header h1.header_logo {
    background-image: url(/images/header-logo-black.png) !important;
}
.scrolled .header .nav .list_pages .item_page .link {
    color: black;
    text-shadow: none;
}
.scrolled .header .nav .list_pages .item_page .link:hover,
.scrolled .header .nav .list_pages .item_page:hover .link,
.scrolled .header .nav .list_pages .active .link {
    border-top: 3px solid rgb(247, 240, 218);
}



/* --  Content -- */
.content {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 0 !important;
}
.content h1, .content h3, .content h4,
.content h5, .content h6, .content .text_title {
    display: block;
    font-size: 120%;
    line-height: 120%;
    color: rgb(126, 117, 117);
}
.content h2 {
    font-size: 260%;
    line-height: 118%;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: rgb(126, 117, 117);
    padding: 20px;
    border-top: 1px dotted #000;
}
.content .clear_body {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom:50px;
    max-width: 1000px;
}
.content .body_block {
    background-image: url(/images/wheat.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
}
.content .text_summary, .content .header_block p,
.content .body_block p {
    font-size: 160%;
    line-height: 160%;
    text-align: justify; 
}
.content .highlight_block {
    border-color: #BABABA;
    background-color: #D5EDF7;
    background-color: rgba(213, 237, 247, 0.31);
    border: none;
}



/* --  Page -- */
.page {
    border: none;
}
.page .page_wrapper {
    min-height: 200px;
}
.page .page_content {
    background-color: rgb(247, 240, 218);
}
.page .page_content:hover {
    background-color: #D5EDF7;
}
.page .page_banner {
    border: none;
}


/* -- Page : Home -- */
.page:first-child > .page_banner_rotator .banner_slide .wrapper .data {
    display: block;
    background-size: 100%;
    background-color: transparent;
    background-image: url("/images/logo_large.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 20vw auto 0;
    width: 70%;
    max-width: 600px;
}
.page .social_block_vine {
    display: block;
    margin: 20px auto 10px;
    border-width: 1px 1px 3px;
    border-color: rgb(186, 115, 125)
    border-style: solid;
    font-weight: bold;
    color: grey;
    padding: 20px;
    font-size: 160%;
}

/* -- Page : Details -- */
.content .block_info_details .text_list {
    font-size: 130%;
}
.content .block_info_hours .text_list {
    font-size: 130%;
    line-height: 200%;

}
.content .block_info_hours .item_label,
.content .block_info_hours .item_value {
    color: grey;
}
.content .block_info_details .item_label {
    color: rgb(126, 117, 117);
    line-height: 200%;
}


/* --  Page : Menu -- */
.content .menus_list {
    text-align: center;
}
.content .menus_list .list_item {
    font-weight: bold;
    border: 1px dotted #000;
    padding: 10px;
    text-transform: uppercase;
    margin: 5px;
}
.content .menus_list .list_item .item_link {
    color: rgb(126, 117, 117);
}
.content .menus_list .list_item .item_link:hover,
.content .menus_list .list_item .active_link {
    text-decoration: none;
    background-color: #F7E8BB;
}
.bullet {
    display: none;
}
.content .menus_content .menu_name {
    font-weight: normal;
    text-align: center;
    font-size: 200%;
    text-transform: uppercase;
}
.content .menu_section .menu_item {
    padding-left: 50px;
}
.content .menu_section .menu_item h4.item_name {
    font-size: 140%;
    line-height: 180%;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
}
.content .menu_section .menu_item td.price {
    font-size: 140%;
    line-height: 120%;
    color: rgb(126, 117, 117);
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.content .menu_section .menu_item .item_desc {
    font-size: 100%;
    line-height: 120%;
    font-style: normal;
    font-family: 'Open Sans Condensed', sans-serif;
}


/* -- Page : Gallery -- */
.no-flash .content .tour_header,
.no-flash .content .tour_block {
    display: none;
}


/* -- Page : Reserve -- */
.be-desktop {
    display: block !important;
}
.be-mobile {
    display: none !important;
}



/* --  Footer -- */
.footer {
    color: rgb(126, 117, 117);
    background-color: #C9C7C7;
    background-image: none;
    border: none;
}