/*---- Styled by Jesse Scott for Dine.TO - January 10th, 2017 ----*/

/*-- Fonts --*/
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

/*-- 
font-family: 'Poppins', sans-serif;
font-family: 'Anonymous Pro', monospace;
font-family: 'PT Sans', sans-serif;

--*/

@font-face {
    font-family: 'futurabook';
    src: url('/fonts/futura-book-webfont.eot');
    src: url('/fonts/futura-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/futura-book-webfont.woff2') format('woff2'),
        url('/fonts/futura-book-webfont.woff') format('woff'),
        url('/fonts/futura-book-webfont.ttf') format('truetype'),
        url('/fonts/futura-book-webfont.svg#futurabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

#nav > div > ul > li.item.item_page > a > span.small-letter   {
    text-transform: lowercase;
}



/* -- Landing Pages -- */
.is_solo_view .header {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    height: 90px;
    position: fixed;
}
.is_solo_view .header .header_logo.outer {
    margin-top: -5px;
    top: 0;
    width: 180px;
    height: auto;
    float: left;
    position: absolute;
    transition: all 0.5s;
}
.is_solo_view .header .nav .list_pages {
    margin-top: -30px;
}




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

html {
    background-color: #ebecee;
}


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


/*-- Header --*/
.header {
    height: 300px;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.header .header_info    {
    display: none;
}
.header .header_logo.outer {
    width: 200px;
    height: auto;
    top: 0;
    margin: 0 auto;
    float: left;
    position: relative;
    /* opacity: 0.5; */
    transform: scale(1,1);
    transition: all 1.5s;
}
.header .header_logo.inner,
.header .header_logo.inner img {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    float: none;
}

.header_social {
    position: absolute;
    top: 20px;
    right: 20px;
}
.header_social .fa {
    color: #fff;
}
.scrolled .header_social .fa {
    color: #231f20;
}
.header_social .fa:hover {
    color: #231f20;
}


.top_wrapper {
    padding-bottom: 20px;
    transition: padding-bottom 0.3s;
}
.scrolled .top_wrapper {
    padding-bottom: 0;
}

/* -- Nav -- */

.nav-btn {
    display: none;
}
.nav .list_pages    {   
    text-align: center;
    transition: none;
}
.nav .list_pages .item_page {
    margin: 0 5px;
    transition: none;
}
.nav .list_pages .item_page .link {
    display: block;
    border: 2px solid transparent;
    padding: 0 4px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #aaa; */
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: color 1.5s;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
}
.scrolled .nav .list_pages .item_page .link {
    color: #aaa;
    text-shadow: 1px 1px 1px transparent;
}

.nav .list_pages .item_page_home {
    display: none;
}

.nav .list_pages .item_page_gift-cards .link {
    border-color: #ffffff;
    background-color: rgb(35 31 32 / 30%);
}


/* -- SCROLLED -- */
.scrolled .header {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    height: 90px;
    position: fixed;
}
.scrolled .header .header_logo.outer {
    width: 70px;
}
.scrolled .header .nav {
    position: absolute;
    top: 20px;
    left: 100px;
}
.scrolled .header .nav .list_pages {
    font-size: 100%;
}
.scrolled .nav .list_pages .item_page_gift-cards .link {
    border-color: #231f20;
    background-color: rgb(255 255 255 / 30%);
    color: #231f20;
}


/* -- Content -- */
.content    {   
    font-family: 'PT Sans', sans-serif;
    color: #231f20;
    padding: 0;
}
.content a   {
    color: #231f20;
}
.content a:hover  {
    color: #000;
}
.content h1   {
}
.content h2   {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    float: none;
    text-align: center;
    font-size: 36px;
    color: #231f20;
    line-height: 150%;
    margin: 0 auto 20px 0;
    letter-spacing: 1px;
    transition: all 2s !important;
    max-width: 100%;
    overflow: hidden;
}
.content h2:before  {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-image: url(/images/h2-before.png?1); */
    background-image: none;
    background-position: center;
    width: 8vw;
    height: 38px;
    position: absolute;
    margin-left: -10vw;
    margin-top: 9px;
}
.content h2:after   {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-image: url(/images/h2-after.png?1); */
    background-image: none;
    background-position: center;
    width: 8vw;
    height: 38px;
    position: absolute;
    margin-left: 1vw;
    margin-top: 9px;
}

.content h3   {
    float: none;
    text-align: center;
    font-size: 28px;
    color: #231f20;
    line-height: 150%;
    margin: 0;
    letter-spacing: 1px;
    transition: all 2s !important;
    max-width: 100%;
    overflow: hidden;
}

.content hr   {
    border: #000 1px solid;
}
.content .inset_block,
.content .image_border {
    border-color: #000;
}

.content .body_block {
    background-color: rgb(255, 255, 255);    
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    transition: all 0.3s;
}
.content .body_block:hover {    
    background-color: rgba(255, 255, 255, 0.8);
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
.content .body_sublinks {
    display: none;
}


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


/*  -- Page -- */
.page {
    background-size: cover;
    min-height: 100vh;
    border-color: #000;
    font-size: 18px;
}
.page .page_banner {
    display: none;
}
.page .page_content {
    background-color: transparent;
    padding-top: 200px;
    padding-bottom: 200px;
    min-height: 100vh;
}
.page div,
.page p {
    transition: all 2s !important;
}

/* -- Home -- */
.page[data-page=home] .page_content {
    background-color: transparent;
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
}
.page[data-page=home] .page_banner {
    display: block;
}
#home > div.page_content.page_content_hasbanner > div > div.body_block > div > div > a > i.fa  {
    font-size: 72px !important;
    width: 64px;
}
#home > div.page_content.page_content_hasbanner > div > div.body_block > div > div > a > i  {
    color: #231f20;
}
#home > div.page_content.page_content_hasbanner > div > div.body_block > div > div > a > i:hover  {
    color: #000;
}


.website .page_banner {
    height: 100vh;
}
.page:first-child > .page_banner {
    margin-top: 0;
}
.page:first-child > .page_banner .video_banner {
    display: block; 
    overflow: hidden; 
    width: auto; 
    height: 0; 
    padding-bottom: 58%; 
    position: relative; 
    margin-top: -1%;
}
.page:first-child > .page_banner .video_banner .youtube_frame {
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
    height: 100%;
}
.page.page_home .page_content {
    background-color: transparent;
    padding: 0;
    min-height: initial;
}
.page[data-page=home] .body_block {    
    background-color: transparent;
}

.content .gift-card-button {
    display: block;
    margin: 10px auto 0;
    position: relative;
    width: 200px;
    max-width: 99%;
    padding-bottom: 20px;
}
.content .gift-card-button .button {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    background-color: #ffffff;
    border: 0 none transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
    direction: ltr;
    text-indent: -9999px;
    transform: scale(1, 1);
    transition: transform 0.3s;
}
.content .gift-card-button:hover .button {
    transform: scale(1.1, 1.1);
}
.content .gift-card-button .button img {
    display: block;
    width: 100%;
    height: auto;
}


/* -- Call To Action -- */
.content .scroll-down {
    text-align: center;
}
.content .banner_info {
    display: block;
    text-align: center;
}
.content .banner_info .detail    {    
    display: block;
    margin: 10px;
    padding: 10px;
    background-color: rgba(35,31,32,0.5) !important;   
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto 10px !important;
    text-align: inherit;
}
.content banner_info .detail:hover {
    color: #fff;
}


/* -- About -- */


/* -- Hours/Location/Map -- */
.content .block_info_hours .text_list {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}



/* -- Menus -- */
/* -- Menu Content -- */
.content .menus_list {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.content .menus_content .menu_name  {
    float: none;
    font-size: 64px;
    line-height: 150%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content .menu_section {
    margin-bottom: 50px;
}
.content .menu_section h3.section_name {
    font-size: 18px;
    line-height: 120%;
    border-color: #000;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content .menu_section h4.section_name {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 150%;
    border-bottom: 1px solid #000;
}
.menu_section .menu_item {
    border: none;
    min-height: 75px;
}
.content .menu_section .menu_item .item_desc    {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: lowercase;
}
.menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price {    
    font-size: 18px !important;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;   
}
.content .menu_section .menu_item table.menu_item_prices {
    display: none;
}
.content .menu_section .menu_item td.pTitle,
.content .menu_section .menu_item td.unit {
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;  
    font-weight: 700;  
}



/* -- VIP -- */
#vip-list > div.page_content.page_content_hasbanner > div > div.body_block > div > div.viplist_block.viplist_block_noframe > form > div.section.section_buttons > div > input   {
    background: none;
    background-color: #000;
    float: none;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
}
.content .viplist_form .section .button .submit {
    background: none;
    background-color: #000;
    float: right;
    margin-right: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
}



/* -- Location -- */
#location > div.page_content.page_content_hasbanner > div.page_wrapper {
    max-width: 560px;
}
.content .block_info_hours .item_label, 
.content .block_info_hours .item_value {
    display: block;
    width: 100%;
}

/* -- Contact -- */
.content .block_contact_form .section .field {
    width: 98%;
    padding: 10px;
}
.content .block_contact_form .section .field_header {
    margin: 0 auto;
}
.content .block_contact_form .section .field_legend {
    display: none;
}
#contact > div.page_content.page_content_hasbanner > div > div.body_block > div > div.floatR > div > form > div.section.section_fields > div.field.field_header.field_header_custom_header > h3 {
    font-size: 24px;
    color: #fff;
}
.content .block_contact_form .section .label  {
    font-size: 20px;
}
.content .block_contact_form .section input.text, 
.content .block_contact_form .section textarea.textarea, 
.content .block_contact_form .section select.select {
    border: 2px solid #000;
    padding: 5px;
}
.content .block_contact_form .section .button .submit {
    background: none;
    background-color: #000;
    float: right;
    margin-right: 20px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
}




/* -- Footer -- */
.footer {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99999999999999999;
    background-color: #fff;
    color: #231f20;
    height: 150px;
    width: 100%;
    border-top: #000 solid 1px;
}
.footer a {
    color: #231f20;
}
.footer_wrapper {
    padding-bottom: 0px;
}
.footer_logo_est    {
    float: left;
    position: absolute;
    top: 15px;
}
.footer_contact,
.footer_nav    {
    top: 20px;
}

.footer_contact {
    left: 125px;
    line-height: 15px;
    padding: 10px;
}
.footer_social {
    left: 500px;
    line-height: 20px;
    width: 200px;
    top: 5px;
    padding: 10px;
    margin: 0 auto;
}
.footer .footer_logo {
    bottom: -28px;
}
.footer .footer_links {
    bottom: -15px;
}


#footer > div > div.footer_contact > span:nth-child(1)  {
    font-size: 150%;
}
#footer > div > div.footer_nav > a  {
    transition: all 0.5s;
}
#footer > div > div.footer_nav > a:hover  {
    color: #000;
}
#footer .fa {
    font-size: 32px !important;
    padding: 10px;    
}

.footer_to_top	{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: -3px;
    right: 10px;
    transition: all 0.5s;
}

.scrolled .footer_to_top	{
    opacity: 1;
    visibility: visible;
}
.footer_to_top	a	{
    color: #fff;
    font-size: 32px;
    background-color: #231f20;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
}
.footer_to_top	a:hover	{
    background-color: #000; 
    transition: all 0.4s ease;
}



/*-- Responsive --*/
@media all and (min-width: 1px) {
    .website,
    .top,
    .nav,
    .header,
    .footer{
        min-width: 0;
        max-width: 100%;
        width: auto;
    }
    .top_wrapper,
    .nav_wrapper,
    .header_wrapper,
    .footer_wrapper,
    .page_wrapper{
        min-width: 0;
        max-width: 1024px;
        width: 1024px !important;
        width: auto !important;
        margin: 0 auto;
    }
}

@media all and (max-width: 1280px){
    .header_social {
        top: 0;
        right: 0;
    }
    .header_social .fa {
        font-size: 20px !important;
    }
}

@media all and (max-width: 920px){
    /*---- Mobile Nav ----*/
    .top_wrapper {
        height: 0;
    }
    .header {
        height: 85px;
        background-color: #fff;
    }
    .all-white .header {
        background-color: #fff;
    }
    .header .header_logo.outer,
    .header.compact .header_logo.outer,
    .scrolled .header .header_logo.outer {
        margin: 0;
        width: 70px;
        float: left;
        position: absolute;
        top: 0px;
        left: 20px;    
        transition: none;
        z-index: 999999999999999999;
    }
    .header_social {
        top: 25px !important;
        right: 10px !important;
    }
    .header.compact .header_social {
        top: 25px !important;
        right: 65px !important;
    }
    
    .nav  {
        height: 0vh;
        margin-top: -20px;
    }
    .nav .nav_wrapper {
        height: 0vh;
    }
    .nav.nav_open {
        height: 100vh;
    }
    .nav.nav_open .nav_wrapper  {
        height: 100vh;
    }

    .nav-btn {
        float: none;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-top: 15px;
        transition: all 0.5s;        
    }
    .header.compact .nav-btn  {
        float: right;
        margin-right: 20px;
    }
    .nav-btn:before  {
        font-family: icomoon; 
        color: #231f20; 
        font-size: 42px;
        content: "\e649";
    }
    .header.compact .nav-btn:before  {
        color: rgb(38, 55, 70); 
    }
    .header_social .fa {
        color: #231f20;
    }
    
    
    .nav .list_pages {
        margin-top: 10px !important;
        filter: alpha(opacity=0);
        opacity: 0;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        height: 100vh;
        visibility: hidden;
        z-index: 99999999999999999;
        position: absolute;
        width: 100%;
    }

    .nav .list_pages.nav_open {
        opacity: 1 !important;
        overflow: visible;
        visibility: visible;
    }
    .nav .list_pages .list_subs {
        visibility: hidden;
        opacity: 0;
    }
    .nav .list_pages .item_page {
        display: block;
        text-align: center;
        padding: 0;
    }
    .nav .list_pages .item_page .link {
        font-size: 20px;
    } 

    .book-now-desktop    {
        display: none !important;
    }
    .book-now-mobile    {
        display: block !important;
    }


    /*  -- Page & Floats -- */
    
    .page[data-page=home] .page_content {
        top: 65vw;
    }
    
    .floatL,
    .floatR {
        width: 100%;
        float: none;
    }
    .page {
        font-size: 20px;
        background-size: auto 150%;
        background-attachment: scroll;
    }
    .page[data-page=menus]  {
        background-size: auto 50%;
        background-attachment: scroll;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .page[data-page=vip]  {
        background-size: auto 100%;
        background-attachment: scroll;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .page .page_content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page_info .page_content {
        padding-top: 35vh;
    }
    
    .page:first-child > .page_banner .video_banner {
        margin-top: 85px;
    }
    
    .content .tour_block {
        display: none;
    }
    

    .gmap {
        width: 90% !important;
    }
    .content .block_info_hours .text_list {
        margin: 0 auto;
        font-size: 18px;
    }
    
    #contact {
        background-position: center center;
    }
    
    
    .content .viplist_form .section .field, 
    .content .viplist_form .section .rating, 
    .content .viplist_form .section .question {
        float: none;
        width: 100%;
    }
    
    .press-tile {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    
    
    .footer {
        height: 325px;
    }
    .footer_logo_est,
    .footer_contact,
    .footer_nav,
    .footer_social,
    .footer_logo    {
        left: 0;
        float: none;
        position: relative;
        width: 100%;
        padding: 10px;
    }
    .footer .footer_logo {
        width: 230px;
        margin: 0 auto;
        bottom: -80px;
    }
    .footer .footer_logo .image {
        float: none;
    }
    #location > div.page_content.page_content_hasbanner > div > div.body_block > div > div.floatR > div > table > tbody > tr > td {
        display: block;
        width: 100% !important;
        float: none;
    }
    .footer_to_top	{
        display: none;
    }
    .footer .footer_logo .text {
        float: none !important;
        text-align: center !important;
    }
    
}