/* 
*  CUSTOM WEBSITE STYLES
*  Use this stylesheet to overwrite or define new rules for your website's visual appearance. 
*  If you need to reference the location of image files, please start your URLs with "/images/".
*/



@import url(https://fonts.googleapis.com/css?family=Kanit|Nunito+Sans);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond|Dynalight|EB+Garamond|Playfair+Display+SC);
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');


/*
* div, * ul, * li, * h1, * h2, * h3, * a, * i    {
    transition: all 0.5s;
}
*/

.header:after,
.header_wrapper:after,
.top:after,
.top_wrapper:after,
.nav:after,
.nav_wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}


a {
    color: #FFF;
}

.icon:before {
    display: none;
}

.body_sublinks span {
    display: none;
}

.bullet {
    display: none;
}


.floatL {
    float:left;
    display: block;
    width:48%;
}
.floatR {
    float:right;
    display: block;
    width:48%;
}



/* -- Top -- */
.has_action_buttons .content {
    padding-top: 0px;
}
.top_wrapper, 
.nav_wrapper {
    max-width: calc(100% - 40px);
}
.scrolled .top_wrapper, 
.scrolled .nav_wrapper {
    
}


/* -- Header -- */


.header {
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: background-color 0.5s, height 0.5s, padding 0.5s;
}
.website .header {
    background-color: rgba(28, 22, 15, 0.6);
    height: auto;
    padding: 10px 0;
}
.scrolled .header {
    background-color: #1c160f;
    background-color: rgba(28, 22, 15, 1.0);
    height: auto;
    padding-bottom: 20px;
}

.scrolled .header .top {
    height: 0px;
}

.header .header_logo.outer {
    position: static;
    top: auto;
    left: auto;
    left: auto;
    float: left;
    width: 270px;
    height: 100px;
    margin: 0 auto 0 0;
    padding: 0;    
    transition: width 0.5s, height 0.5s;
}
.header .header_logo.inner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
}

.scrolled .header .header_logo.outer {
    width: 143px;
    height: 50px;
}

.header .header_info .name,
.header .header_info .phone,
.header .header_info .address,
.header .header_info .phone.real {
    display: none;
}

.header .header_info .detail:before {
    display: none;
}

.website .header .header_info {
    position: absolute;
    float: none;
    margin: 0;
    top: 38px;
    right: 0;
    transition: top 0.5s;
}
.scrolled .website .header .header_info {
    top: 5px;
}

.website .header .action_button {
    transform: translate(0, 0);
    transition: transform 0.5s;
}
.scrolled .website .header .action_button {
    transform: translate(-170px, 0);    
}



/* -- Nav -- */

.website .header .nav {
    height: auto;
    position: absolute;
    top: 70px;
    right: 0;
    left: auto;
    width: calc(100% - 320px);
    transition: top 0.5s;
}
.scrolled .header .nav {
    top: 40px;
}


.nav .list_pages {
    text-transform: uppercase;
   /* font-family: 'Kanit', sans-serif;
   */ font-family: 'EB Garamond', serif;
}

.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}
.scrolled .nav .list_pages .item_page .link:hover,
.scrolled .nav .list_pages .item_page:hover .link,
.scrolled .nav .list_pages .active .link {
    text-decoration: none;
    color: #cba557;
    text-shadow: 1px 1px 1px #000;
}

.scrolled .nav .list_pages {
    overflow: visible;
    font-size: 90%;

}

.has_action_buttons .nav .list_pages {
    line-height: 30px;
}



/*--  Gallery  --*/

.content .gallery_block .gallery_link,
.content .gallery_block .gallery_link_first,
.content .gallery_block .gallery_link_last {
    width: 33.3333333% !important;
    margin: 0 auto 0 0 !important;
    clear: none;
}
.content .gallery_block .gallery_photo {
    border: none;
    padding-bottom: 66.5% !important;
    margin: 0;
}
.content .gallery_block .gallery_photo img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 1s;
}
.content .gallery_block .gallery_photo:hover img {
    transform: scale(1.2, 1.2);
}

#social > div.page_banner.page_banner_fullsize.page_banner_rotator {
    display: none;

}

#social .page_content.page_content_hasbanner {
    background-color: #A29F98;
}

/* -- Content -- */

.content {
    padding: 0px;
   /* font-family: 'Kanit', sans-serif;
   */ font-family: 'EB Garamond', serif;
    color: #d6cac2;
       font-size: 120%;
    text-shadow: 1px 1px 1px rgba(53, 42, 29, 0.4);
}
.content .block_border {
    border-color: #947965;
}
.content h2 {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'EB Garamond', serif;
    color: #FFF;
    font-size: 240%;
    font-weight: 100;
    text-shadow: 1px 1px 1px #000000;
    border-bottom: 2px solid #cba557;
}

.content .highlight_block {
    background-color: rgb(67, 56, 45);
    background-color: rgba(67, 56, 45, 0.6);
    border-style: none;
}

.content .body_block {
    padding-bottom: 70px;

}

.content .body_sublinks {
    background-color: #1c160f;
    box-shadow: 1px 1px 3px rgba(53, 42, 29, 0.4);    
    padding: 10px 5px 10px 10px;
    width: 45px;
    margin-top: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    text-align: center;
}

.content .no_content {
    background-color: transparent;
    border: none;    
}



.top_link {
    color:#FFF;
    text-transform:uppercase;
    font-size: 200%;
    text-align:center;
}



/* -- Page -- */

.page {border: none;}

.page .page_content {

    background-color: #352a1d;
    background-image: url(/images/wood-dark.jpg);
    background-repeat: repeat;

}

.page .page_wrapper {
    min-height: 160px;
}

.page .page_banner {
    border: none;

}

.website .page_banner_rotator .banner_slide .wrapper .caption {
    border-radius: 0;
}

.page .page_banner_rotator .banner_slide .wrapper .data {
    background-image: url(/images/pattern.png);
    background-repeat:repeat;
}

#social div.page_content.page_content_hasbanner div div.body_sublinks{
    display: none;

}

#social div.page_content.page_content_hasbanner div div.body_block div {
    margin-top: 60px;
}

.page .social_block_vine {
    border-bottom: 0 none transparent;
    margin-bottom: 10px;
    padding: 0 30px;
}

#gallery div.page_banner.page_banner_fullsize.page_banner_rotator {
    
}

.website .content .body_block .tour_block,
.website .content .body_block .gallery_block {
    margin-top: 40px;
}
.content .tour_block {
    border-width: 1px !important;
    border-color: #1c160f !important;
}


#social > div.page_content.page_content_hasbanner {
    padding: 50px 0;
}

.content .lightwidget {
    display: block;
    margin: 0 auto 20px;
}

/* -- Home -- */

.content img.storefront {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    max-width: 260px;
}

/* -- Menu -- */

.content .menus_content {
    margin-top: 35px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.content .menus_content .menu_top {
    display: none;
}

.menu_section .menu_item {
    border: none;
}

.content .menu_section .menu_item h4.item_name {
   /* font-family: 'Kanit', sans-serif;
   */ font-family: 'EB Garamond', serif;
    color: #FFF;
    font-weight: normal;
        text-shadow: 1px 1px 1px #000;
}

.content .menu_section .menu_item table.menu_item_prices {
   /* font-family: 'Kanit', sans-serif;
   */ font-family: 'EB Garamond', serif;
        text-shadow: 1px 1px 1px #000;
    color: #FFF;
}

.content .menu_section .menu_item td.price {
   /* font-family: 'Kanit', sans-serif;
   */ font-family: 'EB Garamond', serif;
    color:#FFF;
    font-weight: normal;
        text-shadow: 1px 1px 1px #000;
}

.section_name {
    padding: 10px 0px 10px 0px;
    width: 350px;
    border-bottom: 1px solid #644C35;
    color: #cba557;
}
.content .menus_list {
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;

}

.content .menus_list .list_item .item_link {
    text-shadow: 1px 1px 1px #000;
    padding: 5px 10px;
    border: 1px solid transparent;
    transition: border 0.3s;
}
.content .menus_list .list_item .item_link:hover,
.content .menus_list .list_item .active_link {
    text-decoration: none;
    color: #FFFFFF;
    border-color: #cba557;
    text-shadow: none;
}

.content .menus_content .menu_name {
    text-align: center;
    float: none;
    text-transform:uppercase;

}

.content .menus_content .menu_legend .item[data-item="label"] {
    display: none;
}

/* -- Specials -- */

.content .block_specials_deals .list_item:first-child {
    border-top: 0 none transparent;
}
.content .block_specials_deals .list_item_active {
    background-color: transparent;
}
.content .block_specials_deals .list_specials {
    border-bottom: 0 none transparent;
}

/* -- Events -- */

.content .list_events_featured {
    text-align: center;
    font-size:200%;
    color: #FFF;
}

#events > div.page_content.page_content_hasbanner > div > div.body_block > div > ul > li > div > span.item_description {
    color:#000 !important;
    font-size:70%;
}
.content .list_events .item_description {
    display: block;
    margin-top: 15px;
}
.content .list_events_weekly .event_photo, 
.content .list_events_featured .event_photo {
    display: block;
    float: none;
    width: 30%;
    margin: 0 auto;
    border: none;
    margin-bottom: 20px;
}

.content .pano_tour {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    position: relative;
    padding-bottom: 66.66666666666667%;
    border: 1px solid #cacaca;
}
.content .pano_tour iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* -- Groups -- */

.content .block_group_photo {
    width: 46%;
    float: left;  
    margin-right: 2%;
}
.content .block_group_photo img {
    border: 1px solid #1c160f;    
}
.content .block_group_description {
    width: 52%;
    float: left;
}
.content .block_group_details {
    width: auto;
    float: none;
    clear: both;
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.content .block_group_details .field_block .label {
    display: inline-block;
    padding-right: 10px;
}
.content .block_group_details .field_block .detail {
    display: inline-block;
}


/* -- VIP List -- */

.content .viplist_form .section .question_consent {
    border: 0 none transparent;
}


/* -- Contact -- */

.content .block_contact_address .social_glyphs .social_icon {
    line-height: 1;
    margin-bottom: 6px;
}


/* -- Footer -- */


.footer {
    background-color: #1c160f;
}
.footer .footer_info .footer_column {
    min-width: 0;
}
.footer .footer_info .footer_column_logo {
    width: 250px;
}
.footer .footer_info .footer_column_address,
.footer .footer_info .footer_column_sitemap,
.footer .footer_info .footer_column_connect {
    width: 33%;
}





/* -- Content Editor Styles -- */

html:not([data-url]) {
    padding: 20px !important;
    background-color: #352a1d !important;
    background-image: url(/images/wood-dark.jpg) !important;
    background-position: center center;
    background-repeat: repeat;
    background-size: 100% auto;
    background-size: cover;
    color: #d6cac2 !important;
    text-shadow: 1px 1px 1px rgba(53, 42, 29, 0.4) !important;
}
.content_editor {
    padding: 20px !important;
    background-color: transparent !important;
    color: #d6cac2 !important;
}
.content_editor h1,
.content_editor h2,
.content_editor h3,
.content_editor h4,
.content_editor h5,
.content_editor h6 {
    color: #ffffff !important;
}
.content_editor p a {
    color: inherit !important;
    text-decoration: underline;
}
.content_editor hr, 
.content_editor .line_divider {
    border-style: dotted;
    border-color: #947965;
}
.content_editor .widget {
    display: block;
    margin: 0 auto 5px;
    cursor: not-allowed;
    border: 1px dotted #DEDEDE;
    background-color: #EFEFEF;
    text-align: center;
    padding: 5px 10px;    
    font-family: "Courier New", sans-serif;
    font-size: 11px;
    color: #000000;
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 1.0);
}
.content_editor .widget.inline {
    display: inline-block;
    margin: 0 5px;
}
.content_editor .row .section {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #947965;
}

