/*---- Styled by Jesse Scott for Dine.TO - May 4th, 2015 ----*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


/*- Header -*/
.header	{
    position: absolute;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    height: 100px;
    transition: all 0.5s;
}
.header .header_logo {
    position: absolute;
    z-index: 9999;
    width: 240px;
    height: 149px;
    transition: all 0.5s;
    top: -18px;
}
.header .header_info 	{
    display: inline;
    margin-right:-68px;
}
.header .header_info .address, 
.header .header_info .phone,
.header .header_info .social, .address, .telephone,
.header .header_info .address:before,
.header .header_info .name {
    display:none;
}
.header_information	{
    margin-left: 85%;
    margin-top: -70px;
}
@media screen and (max-width: 1200px){
    .header_information	{
        margin-left: 80%;
        margin-top: -70px;
    }
}

.body .base_website_maxwidth {
    max-width: 98% !important;
}

/* -- COMPACT HEADER/NAV STYLES -- */
.header.compact {
    background-color: rgba(0,0,0,0.7);
    height: 90px;
    position: fixed;
}
.header.compact .header_logo {
    margin-left: -140px;
    margin-top:-18px;
    width: 210px;
    height: 129px;
    background-size:220px;
}
.header.compact .nav .list_pages {
    margin-top: 11px;
}

.top_wrapper, .nav_wrapper {
    max-width: 1130px;
}

/*- Nav -*/
.nav  {
    background-color: transparent;
}
.nav .list_pages {
    margin-top: 115px;
    text-align: center;
    transition: all 0.5s;
}
.nav .list_pages .item_page {
    margin-left: 20px;
    margin-right: 20px;
}
.nav .list_pages .item_page .link_page	{	
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    text-shadow: none;

}

.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
}



/*- Page -*/
.page {
    background-size: cover;
}
.page .page_wrapper {
    margin: 60px auto;
}
.page .page_banner	{
    display: none;
}
.page .page_content {
    min-height: 100vh;
    height: auto;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: none;
    text-align: center;
}

.content {
    padding: 0px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 1px 1px;
}

.content a {	
    color: #fff;	
}
.content h2 {	
    color: #fff;	
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 48px;
    text-align: center;
}

#vip-list > div.page_content.page_content_hasbanner > div > div.body_block > div > h2,
#menus > div.page_content.page_content_hasbanner > div > div.body_block > div > h2 {
    font-size: 48px;
    text-align: center;
}
.content .body_block {

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

.content .body_sublinks {
    display: none;
}


/*- Home Page-*/
#home > div.page_content.page_content_hasbanner > div > div.body_block  {
    margin-top: 400px;
}

.homepage-quote {
    margin-right: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    transition: all 1s;
    opacity: 1;
}
.slide-out  {
    opacity: 0 !important;
}


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

.content .block_info_hours .list_item_active .item_label, 
.content .block_info_hours .list_item_active .item_value {
  font-weight: normal;
}


/*- Menu Page-*/
#menu > div.page_content.page_content_hasbanner > div > div.body_block > div > div	{
    font-size: 24px;
}


/*- Menus -*/
.content .menus_list  {
    font-family: 'Josefin Sans', sans-serif;
}
.page .menus_content	{
    border: none;
}
.page .menus_content .menu_top	{
    border-color: #fff;
}
.page .menus_content .menu_top .menu_name	{
    font-size: 28px;
    line-height: 32px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
.menu_section h3.section_name	{
    border-color: #fff;
    font-size: 24px !important;
    font-family: 'Josefin Sans', sans-serif;
}

.menu_section .menu_item	{
    border-color: #fff;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}
.menu_section .menu_item h4.item_name	{
    font-family: 'Josefin Sans', sans-serif;
}
.menu_section .menu_item td.price	{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}
.menu_section .menu_item table.menu_item_prices tbody {
    font-size: 14px;
}
.menu_section .menu_item .item_desc {
    margin-top: 30px;
}
.content .menu_section {
    padding-bottom: 30px;
}
.content .menu_section .menu_item.has_images .item_desc {
    clear: none;
}
.content .menus_list {
    display: block;
    float: left;
    margin: 80px auto 20px 0;
    width: 17%;
}
.content .body_block p.subtext  {
    font-family: 'Josefin Sans', sans-serif;
}

[data-page=menus]	.page .page_content	{
    height: auto;
}


/*- Gallery Page-*/
#gallery > div.page_content.page_content_hasbanner > div > div.body_block > div > h2:nth-child(4)  {
    width: 800px;
    margin-top: 40px;
}



/*- Groups Page-*/
#groups > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_group_description > p.text_block.pdf {
    text-align: center;
    font-size: 36px;
    border-bottom: #fff solid 2px;
    width: 330px;
    padding: 10px;
}
.content .block_group_details {
    margin-top: 40px;
}



/*- Reservations Page-*/
.bkda .col-xs-10 {
    color: transparent;
}
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-1, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-2, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-3, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-4, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-5, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-6, 
.content .bookenda_block.kind_widget.icons_dark .icon-budicon-7 {
    color: #fff !important;
}

/*- Contact Page-*/
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > div.text_address > span.phone > span.label,
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.block_contact_address.highlight_block > div.text_address > span.email > span.label	{
    display: none;
}



/*- Footer -*/
.footer	{
    background-color: #000;
}
.footer_wrapper {
    padding-bottom: 60px;
}
#footer > div > div.footer_info > div	{
    display: none;
}
.footer .footer_info .footer_column	{
    border: none;
}
.footer .footer_info .footer_column_address {
    width: 47%;
}
.footer .footer_info .footer_column_connect {
    width: 10%;
}
.footer .footer_info .footer_column_sitemap {
    display: none;
}
.footer .footer_info .footer_column_logo .logo_image {
    height: 120px;
    width: 200px;
    background-size: 100%;
}
.item_page_order-online a{
    color: red !important;
}





@media screen and (max-width: 1370px) {
    #home > div.page_content.page_content_hasbanner > div > div.body_block  {
        margin-top: 250px;
    }
    .homepage-quote {
        font-size: 18px;
        line-height: 28px;
    }
}