/* -------------------------------
   GENERAL
   ------------------------------- */


body{
    background: #101419;
    overflow-x: hidden;
}
.grid-container{
    max-width: 75em;
}
@media screen and (min-width: 85em) {
    .grid-container{
        max-width: 85em;
    }
}


/* -------------------------------
   TEXT, BUTTONS AND FORMS
   ------------------------------- */


h1, h2, h3, h4, h5, h6, .button, select, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
}
p, a, .li, .input-group, li, label, td{
    font-family: 'Inter', Helvetica Neue, Helvetica, Arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
}

h1, .h1{
    color: #B6B0AA;
}

h2, .h2{
    font-size: 2rem;
}
@media screen and (min-width: 64em) {
    h2, .h2{
        font-size: 2.5rem;
    }
}
p, a, .li, li, blockquote, label, td{
    line-height: 1.6;
    color: #fff;
}
a:hover{
    color: #FFE50F;
}

.button, button .button:visited, button:visited, .button:active, .button:focus{
    color: #0d1115;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.9em 2.2em 0.8em 2.2em;
    border-width: 2px !important;
    letter-spacing: 1px;
}
.button:hover{
    color: #0d1115;
}
.hollow.button{
    color: #FFE50F;
}
.hollow.button:hover{
    border-color: #FFE50F;
    color: #101419;
    background: #FFE50F;
}
.secondary.hollow.button:hover{
    background: #fff;
    color: #0a0a0a;
    border-color: #fff;
}

.textlink{
    text-decoration: underline;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    padding: .6em 1em;
}

p.lead{
    font-size: 100%;
    line-height: 1.6;
}
@media screen and (min-width: 64em) {
    p.lead{
        font-size: 125%;
        line-height: 1.5;
    }
}

.select{
    overflow: hidden; 
    position: relative;
    width: 262px;
    display: inline-block;
}
select{
    background: #101419 !important;
    border: 2px solid #fff !important;
    color: #fff;
    font-weight: bold;
    padding: .3em 1em;
    width: 262px;
}
.select:after {
    content: url('../images/icons/sort.svg');
    color: #fff;
    position: absolute; right: 12px; top: 10px;
    z-index: 1;
    text-align: center;
    width: 11px;  
    pointer-events: none;
    box-sizing: border-box;    
}


/* -------------------------------
   NAVIGATION
   ------------------------------- */


.nav-spacer{
    width: 100%;
    height: 88px;
}
@media screen and (min-width: 64em) {
    .nav-spacer{
        height: 90px;
    }
}
.nav{
    background: #101419;
    padding-left: 1em;
    padding-right: 1em;
    position: fixed;
    z-index: 10;
    top: 0; left: 0; right: 0;
    transition: all .25s ease;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, .5);
}
.nav > .grid-x{
    height: 90px;
    transition: all .25s ease;
}
@media screen and (min-width: 64em) {
    .nav{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
.nav .menu a{
    padding: 1em .6em;
    font-size: 1.1em;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    transition: padding .4s ease;
}
.nav .menu.left{
    font-weight: bold;
    margin-right: 2em;
}
.nav .menu.right{
    margin-left: 2em;
    float: left;
}
.nav .menu a.current{
    color: #FFE50F;
}

.sticky.nav{
    background: #0d1115;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
.sticky.nav > .grid-x{
    height: 70px;
}
@media screen and (min-width: 77em) {
    .nav .menu a{
        padding: 1em 1.2em;
    }
    .sticky.nav .menu a{
        padding: 1.5em 1.2em;
    }
}


.icons{
    float: right;
    width: 145px;
    padding-top: .7em;
}
@media screen and (min-width: 64em) {
    .icons{
        width: 95px;
    }
}
.icons svg{
    width: 100%;
    max-width: 25px;
    max-height: 30px;
}
.icons svg path{
    fill: #FFE50F;
}

.icons .mobileicon{
    margin-left: 2rem;
    margin-top: -2px;
}


.nav .language {
    color: #FFE50F;
    font-weight: bold;
    font-size: .9em;
}
.nav .language a{
    color: #FFE50F;
    font-weight: bold;
}


.logo{
    width: 7em;
    margin: 1em 0;
    transition: transform .2s ease;
}
.logo:hover{
    transform: scale(1.05);
}
@media screen and (min-width: 64em) {
    .logo-container{
        text-align: center;
    }
}
.sticky .logo{
    width: 6em;
}



.withsubnav{
    position: relative;
}
.subnav{
    position: absolute;
    width: 300px;
    top: 52px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: #101419;
    text-align: center;
    z-index: 3;
}
.sticky .subnav{
    top: 58px;
    background: #0d1115;
}
.withsubnav:hover .subnav{
    max-height: 9000px;
    overflow: visible;
}
.subnav:before{
    content: ' ';
    position: absolute;
    top: 0; left: -2000px; right: 0; bottom: -.5em;
    width: 4000px;
    z-index: -1;
    background: #101419;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
}
.sticky .subnav:before{
    background: #0d1115;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
}

.subnav a{
    padding-top: .4em !important;
    padding-bottom: .4em !important;
    text-align: left;
}
.subnav li:last-child a{
    margin-bottom: 1em;
}

.subnav svg, .subnav img{
    width: 5px;
    margin-right: .2em;
}


.mobile-menu{
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #101419;
    z-index: 10;
    height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.mobile-menu.show{
    height: 100%;
    opacity: 1;
}
.mobile-menu .close svg{
    position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
}
.mobile-menu .close svg path{
    fill: #FFE50F;
}
.mobile-menu .menu{
    margin: 4em 0 0 1em;
}
.mobile-menu .menu a{
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-size: 1.4em;
    opacity: 0;
    transition: all .5s ease;
    left: -20px;
    position: relative;
    color: #fff;
}
.mobile-menu .bold a{
    font-weight: bold;
}

.mobile-menu.show .menu a{
    opacity: 1;
    left: 0;
}
.mobile-menu .menu a:hover{
    color: #FFE50F;
}

.searchbar{
    position: fixed;
    top: 90px;
    left: 0; right: 0;
    width: 100%;
    background: #0d1115;
    transition: all .25s ease;
    height: 0;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
.searchbar.visible{
    height: 70px;
}
.sticky .searchbar{
    top: 70px;    
}

.searchbar .inner{
    float: right;
    padding: .9em 1em;
    width: 100%;
}
@media screen and (min-width: 64em) {
    .searchbar .inner{
        width: 50vw;
    }
}
.searchbar [type='text']{
    margin: 0;
    float: right;
    background: #101419;
    border-top: 1px solid #FFE50F;
    border-left: 1px solid #FFE50F;
    border-bottom: 1px solid #FFE50F;
    border-right: 0;
    color: #fff !important;
    padding: .5em 1em;
}
.searchbar .button{
    border-width: 1px !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media screen and (min-width: 64em) {
    .searchbar .button{
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
}



/* -------------------------------
   PAGE COVER
   ------------------------------- */


.page-cover{
    min-height: 230px;
}
@media screen and (min-width: 40em) {
    .page-cover.single{
        margin-bottom: -2em;
    }
}
@media screen and (min-width: 64em) {
    .page-cover{
        margin-bottom: 0rem;
    }
    .small-bottom-margin{
        margin-bottom: -4rem;
    }
    .page-cover.single{
        margin-bottom: -4em;
    }
}
.page-cover .inner{
    width: 100%;
    position: relative;
    margin-bottom: 1.5em;
}
@media screen and (min-width: 64em) {
    .page-cover .inner{
        margin-bottom: 3em;
    }
}
.page-cover h1, .page-cover .h1{
    text-align: center;
    padding: 3rem 0;
    font-size: 2.5em;
    position: relative;
    z-index: 3;
    line-height: 1;
}

.page-cover h1.single-event, .page-cover .h1.single-event{
    padding: 6rem 0 7rem 0;
}
@media screen and (min-width: 64em) {
    .page-cover h1.single-event, .page-cover .h1.single-event{
        padding: 6rem 0 7rem 0;
    }
}
@media screen and (min-width: 90em) {
    .page-cover h1.single-event, .page-cover .h1.single-event{
        padding: 9rem 0 10rem 0;
    }
}
.page-cover .business h1{
    padding: 7rem 0 0 0;
}
.page-cover h1 small, .page-cover .h1 small{
    display: inline-block;
    line-height: 1;
    font-size: .8rem;
    color: #101419;
    background: #FFE50F;
    padding: .4rem 1rem;
    margin-bottom: 1rem;
    font-weight: normal;
}
@media screen and (min-width: 40em) {
    .page-cover h1 small, .page-cover .h1 small{
        font-size: 1.2rem;
    }
}
.page-cover .overlay{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
}
@media screen and (min-width: 64em) {
    .page-cover h1, .page-cover .h1{
        font-size: 4.5em;
    }
    .page-cover .business h1, .page-cover .business .h1{
        padding-top: 10rem;
    }
}

/*
.page-cover .grid-container{
    max-width: 900px;
}
*/

.page-cover .buttons{
    position: relative;
    z-index: 4;
    padding-bottom: 5em;
}
.page-cover .buttons p{
    color: #fff;
    margin-bottom: 3em;
}

.page-cover .lead{
    font-size: 115%;
}
@media screen and (min-width: 64em) {
    .page-cover .buttons{
        padding-bottom: 9.5rem;
    }
    .page-cover .lead{
        text-align: center;
        font-size: 125%;
    }
}

.intro h1, .intro .h1{
    margin-right: 1.5rem;
}
@media screen and (min-width: 64em) {
    .intro h1, .intro .h1{
        margin-bottom: 0;
    }
}
.intro p{
    font-size: 1.1em;
    line-height: 1.8;
}
.intro .large-8 p:last-child{
    margin-bottom: 0;
}


/* -------------------------------
   TILES - COVER/RESTAURANTS
   ------------------------------- */


.tiles .inner{
    position: relative;
    overflow: hidden;
}
.tiles .inner h3, .tiles .inner .h3{
    position: absolute;
    z-index: 3;
    bottom: 1rem; left: 1.5rem; right: 1em;
    font-size: 1.3rem;
    line-height: 1.2;
}
@media screen and (min-width: 64em) {
    .tiles .inner h3, .tiles .inner .h3{
        bottom: 1.5rem; left: 2.5rem;
        font-size: 1.8rem;
    }
}
.tiles .inner h3 span, .tiles .inner .h3 span{
    font-weight: normal;
    display: block;
    font-size: .9em;
    
}
.tiles .inner .overlay{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 7em;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.tiles .inner .border{
    position: absolute;
    left: 0; bottom: 0;
    height: 5px;
    background: #FFE50F;
    z-index: 5;
    width: 0;
    transition: width 1.5s ease-in-out;
}

.tiles .inner .callout{
    font-size: .6em;
    margin-top: .3em;
    font-weight: normal;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    color: #FFE50F;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
}

.tiles .inner {
    width: 100%;
    height: 250px;
}
.tiles .inner img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 1.5s ease;
}
.small.tiles .inner img{
    height: 230px;
}
@media screen and (min-width: 64em) {
    .tiles .inner{
        height: 350px;
    }
    .tiles .inner img{
        height: 350px;
    }
}
@media screen and (min-width: 85em) {
    .tiles .inner{
        height: 400px;
    }
    .tiles .inner img{
        height: 400px;
    }
}
.small.tiles{
    height: 230px;
}
.small.tiles .inner{
    height: 230px;
}


.tiles .inner.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.tiles .inner.compat-object-fit img {
  opacity: 0;
}




.tiles .inner:hover img{
    transform: scale(1.05) rotate(1deg);
}
.tiles .inner:hover .border{
    width: 30%;
}


.tiles .inner:hover .callout{
    height: 20px;
    opacity: 1;
}

.grid-padding-y > .cell {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 64em) {
    .grid-padding-y > .cell {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}


/* -------------------------------
   BLOCKS
   ------------------------------- */


.block{
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}
@media screen and (min-width: 64em) {
    .block{
        margin-top: 5em !important;
        margin-bottom: 5em !important;
    }
}
.full.grid-container{
    max-width: 100%;
}
.block h1:not(.h3), .block .h1{
    font-size: 3.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: .9;
}
@media screen and (min-width: 64em) {
    .block h1:not(.h3), .block .h1{
        font-size: 3.5em;
        margin-bottom: 3rem;
    }
    .block h1:not(.h3) span, .block .h1 span{
        display: block;
    }
}
@media screen and (min-width: 85em) {
    .block h1:not(.h3), .block .h1{
        font-size: 4.6em;
        margin-bottom: 3rem;
    }
}
.page-cover + .block{
    margin-top: 2em !important;
}
@media screen and (min-width: 64em) {
    .page-cover + .block{
        margin-top: 4em !important;
    }
    .block .information{
         padding-right: 2.5em;
    }
}


/* -------------------------------
   AGENDA
   ------------------------------- */


.no-top-margin{
    margin-top: 0 !important;
}
@media screen and (min-width: 64em) {
    .negative-top-margin{
         margin-top: -10rem !important;
    }
}

.agenda{
    margin-top: 2rem !important;
}

.agenda h1, .agenda .h1{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.agenda h2, .agenda .h2{
    text-transform: uppercase;
    margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
    .agenda h1, .agenda .h1{
        margin-top: 6.5rem;
        margin-bottom: 2rem;
    }
}

.monthlist{
    margin-bottom: 4em;
}

.agenda .item{
    margin-bottom: .3em;
}
.agenda .item .date{
    font-size: 1.4em;
    line-height: 1.1;
    font-weight: bold;
    margin-top: -.35em;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    transition: all .25s ease;
    text-transform: uppercase;
    padding-right: 1em;
    width: 80px;
    color: #B6B0AA;
}
.agenda .item .date span{
    font-weight: normal;
    font-size: .45em;
}

@media screen and (min-width: 64em) {
    .agenda .item{
        padding-right: 1.5em;
    }
    .agenda .item .date{
        font-size: 1.8em;
        width: 100px;
        text-align: right;
    }
    .agenda .item .date span{
        font-size: .45em;
    }
}
.agenda .item h4, .agenda .item .h4{
    font-size: 1.4em;
    margin-bottom: .2em;
    transition: color .25s ease;
}
.agenda .tags{
    line-height: 1.4;
    opacity: .6;
    margin-top: .3em;
}
.agenda .callout{
    background: #FFE50F;
    float: right;
    display: inline-block;
    font-size: .8rem;
    color: #0a0a0a;
    text-transform: uppercase;
    padding: .2em .5em;
    margin: .1em .5em 0 0;
    line-height: 1.2;
    opacity: 1;
    font-weight: normal;
}
.agenda .callout_sold {
    color: #FFE50F !important;
    background-color: transparent !important;
    border: 1px solid #FFE50F !important;
}
.agenda .item:hover h4, .agenda .item:hover .h4{
    color: #FFE50F;
    opacity: 1;
}



@media screen and (min-width: 64em) {
    .agenda .month{
        max-width: 100px;
        padding-bottom: 0;
    }
}

.button-bar{
    margin-bottom: -2rem;
}

@media screen and (min-width: 40em) {
    .top-padding{
        padding-top: 7rem;
    }
    .agenda .sticky{
        padding-right: 2em;
    }
}


.category-select .menu-text{
    color: #fff;
    opacity: .5;
    padding: .3em .3em .3em 0;
    font-size: 1.1em;
}
.category-select .menu a{
    font-weight: bold;
    opacity: .5;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-size: 1.1em;
    padding: .3em;
    letter-spacing: 1px;
}
@media screen and (max-width: 64em) {
    .category-select{
        margin-top: -1em !important;
        margin-bottom: -4em !important;
    }
    .category-select .select{
        margin-top: 1em;
    }
}
@media screen and (min-width: 64em) {
    .category-select .menu a, .category-select .menu-text{
        padding: .7em .6em .7em 0;
    }
}
.category-select .menu a.current, .category-select .menu a:hover{
    opacity: 1;
}



/* -------------------------------
   BLOCK WITH IMAGE - REACH / RESTAURANTS
   ------------------------------- */


.image-block{
    background: rgba(0, 0, 0, .5);
    margin-top: 3em !important;
}
.image-block .inner{
    padding: 3em 1.5em;
    max-width: 750px;
}
.image-block .inner.right{
    float: right;
}
@media screen and (min-width: 64em) {
    .image-block{
        margin-top: 9em !important;
    }
    .image-block .inner{
        padding: 5em;
    }
}
.image-block h2, .image-block .h2{
    margin-bottom: .8em;
}
.image-block .button{
    margin-top: 1.5em;
}

@media screen and (min-width: 64em) {
    .image-block .image{
        position: relative;
        top: -4em; 
    }
}

.slick img{
    height: 250px;
    object-fit: cover;
}
@media screen and (min-width: 64em) {
    .slick img{
        height: 500px;
    }
}

.cta{
    padding: 5em 0;
    text-align: center;
}
.cta h2, .cta .h2{
    margin-bottom: 1em;
}
.progress{
    height: 2em;
    border-radius: .5em;
    overflow: hidden;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    border: 2px solid #fff;
}
.progress-meter{
    background: #fff;
}
.progress-meter-text{
    color: #000;
}
.cta ~ .footer{
    margin-top: -7em;
}

/* -------------------------------
   NEWSLETTER
   ------------------------------- */


.newsletter .button{
    margin-top: 1rem;
    margin-bottom: 0;
}


/* -------------------------------
   TABS
   ------------------------------- */

.tabbed{
    max-width: 1000px;
}
.tabs{
    border: 0;
    background: none;
}
.tabs-title > a{
    color: #fff;
    font-size: 1.2rem;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-weight: bold;
}
.tabs-title > a:hover{
    background: none;
    color: #FFE50F;
}
.tabs-content{
    background: rgba(0, 0, 0, .5);
    border: 0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true']{
    background: rgba(0, 0, 0, .5);
}
.tabs-panel{
    padding: 1.5em;
}
@media screen and (min-width: 64em) {
    .tabs-panel{
        padding: 3em;
    }
}
.tabbed h3, .tabbed .h3{
    margin-bottom: .5em;
}
.tabs.vertical > li:last-child{
    margin-bottom: 1em;
}

.tabs-title img{
    width: 20px;
    height: 20px;
    margin-right: .5em;
}


@media screen and (max-width: 40em) {
    .tabs-title{
        display: inline !important;
        float: left !important;
    }
    .tabs-title a{
        font-size: 1rem !important;
        padding: .8em 1em;
    }
}

.faq h3, .faq .h3{
    margin-bottom: 1.5rem;
}
.accordion{
    background: none;
    color: #fff;
}
.accordion-title{
    font-size: 1em;
    background: none;
    color: #fff;
    font-weight: bold;
    border-color: rgba(255, 255, 255, .15);
    border-width: 2px;
    background: none !important;
}
.accordion-title:active{
    color: #FFE50F;
}
.accordion-title:visited, .accordion-title:focus{
    color: #fff;
}
.accordion-item:hover, .accordion-title:hover{
    color: #FFE50F;
}
.accordion-content{
    background: none;
    color: #fff;
    border-color: rgba(255, 255, 255, .15);
    border-width: 2px;
}
.is-active.accordion-item .accordion-title{
    color: #FFE50F;
}
:last-child:not(.is-active) > .accordion-title{
    border-color: rgba(255, 255, 255, .15);
    border-width: 2px;
}
:last-child > .accordion-content:last-child{
    border-color: rgba(255, 255, 255, .15);
    border-width: 2px;
}


/* -------------------------------
   SINGLE EVENT
   ------------------------------- */


.single-event h2, .single-event .h2{
    font-weight: normal;
    margin-bottom: 1em;
}
@media screen and (min-width: 64em) {
    .single-event .content .inner{
        padding: 0 1em;
    }
}



/* -------------------------------
   SIDEBAR
   ------------------------------- */


.sidebar{
    background: #0d1115;
    padding: 2.5em 2em;
    margin-bottom: 2em;
    margin-top: -4.5em;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 40em) {
    .sidebar{
        margin-top: 0;
    }
}

.sidebar h3, .sidebar .h3{
    margin-top: 0;
    margin-bottom: 1em;
}
.sidebar p{
    line-height: 1.7;
}
.sidebar .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0 1em 0 0;
}
.sidebar a{
    margin-bottom: .5em;
}
.sidebar .icon{
    width: 16px;
    height: 14px;
    margin-right: .0;
    margin-top: -3px;
}


.sidebar .price{
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3;
    margin: .8em 0 0 0;
}
@media screen and (min-width: 40em) {
    .sidebar .price{
        font-size: 1.8em;
    }
}
@media screen and (min-width: 64em) {
    .sidebar .price{
        font-size: 2.1em;
    }
}
.sidebar .price small{
    font-size: 1rem;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
}
.sidebar .price.phone{
    font-size: 2em;
}

.specs .button{
    margin-bottom: .5rem;    
}

@media screen and (min-width: 64em) {
   .specs ul{
        margin-top: 2em;
    } 
}
.specs img{
    width: 16px;
    height: 14px;
    margin-right: .6em;
    margin-top: -3px;
}


.sidebar .callout{
    color: #FFE50F;
    padding: .3em 1em;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    background: #000;
    text-transform: uppercase;
    position: absolute;
    top: -12px;
    right: 20%;
    font-size: .85em;
    width: 60%;
}



/* -------------------------------
   NEWS
   ------------------------------- */

.news h3, .news .h3{
    font-size: 1.6em;
}
.news p{
    line-height: 1.6;
    margin-bottom: 2em;
    opacity: .6;
    transition: opacity .25s ease;
}
.news .date{
    opacity: 1;
}
@media screen and (min-width: 64em) {
    .news h3, .news .h3{
        font-size: 2em;
    }
    .news p{
        margin-bottom: 0;
    }
}

.news .item:hover p{
    opacity: 1;
}

.single-news h2, .single-news .h2{
    font-size: 2rem;
    margin-top: 1em;
}
.single-news h3, .single-news .h3{
    font-size: 1.5rem;
}
.single-news .lead{
    margin-bottom: 2em;
    font-size: 115%;
}
.single-news blockquote{
    position: relative;
    margin: 3rem 0 3rem 0;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-size: 1rem;
    line-height: 1.6;
    border-left: 4px solid #FFE50F;
    padding: 1rem 2em;
    font-style: italic;
}
.single-news blockquote cite{
    margin-top: 1em;
    font-style: normal;
}
.single-news .image{
    margin: 5rem 0 5rem 0;
}
.single-news .image .grid-x .small-8:first-child{
    margin-top: -2em;
}
.single-news .image .grid-x .small-8:last-child{
    margin-bottom: -2em;
}
@media screen and (min-width: 64em) {
    .single-news blockquote{
        font-size: 1.5rem;
        margin: 3rem -5rem 3rem -5rem;
    }
    .single-news .image{
        margin: 6rem -5rem 6rem -5rem;
    }
}
.news .date{
    color: #FFE50F;
    font-family: 'n27', Helvetica Neue, Helvetica, Arial;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0;
}


/* -------------------------------
   FOOTER
   ------------------------------- */


.footer{
    background: #0C1014;
    padding: 3em 0;
}
@media screen and (min-width: 64em) {
    .footer{
        padding: 5em 0;
    }
}
.footer hr{
    border-bottom: 2px solid #FFE50F;
    margin: 1em 0 2em 0;
}
@media screen and (min-width: 64em) {
    .footer hr{
        margin: 2em 0 4em 0;
    }
}
.footer h5, .footer .h5{
    color: #fff;
}
.footer .menu{
    margin-bottom: 2em;
}
.footer .menu a{
    line-height: 2;
    padding: 0;
    color: #fff;
}
.footer p{
    color: #fff;
}
.footer a:hover{
    color: #FFE50F;
}
.footer-logo{
    width: 200px;
    margin: .5em 0 1em 0;
}

.address{
    margin-left: 1em;
}

.footer .social{
    text-align: left;
}
.footer .social svg{
    max-width: 18px;
    margin-left: .4em;
}
.footer .social svg path{
    fill: #FFE50F;
}
@media screen and (min-width: 64em) {
    .footer .social{
        text-align: right;
    }
    .footer .social svg{
        max-width: 25px;
    }
}



/* -------------------------------
   ADDITIONS 19/10
   ------------------------------- */


@media (max-width: 1024px){
    #main_menu li>a:not(:only-child):after {
        font-size: 2em !important;    
    }
}
.mobile-menu .subnav a {
    font-size: 1.2rem !important;
}


.information .content{
    margin-top: 1.5em;
}
@media screen and (min-width: 40em) {
    .information .content, .information .videos, .information .food{
        margin-right: 2em;
    }
    .information .content{
        margin-top: 3em;
    }
}
@media screen and (min-width: 64em) {
    .information .content{
        margin-top: 6em;
    }
}
@media screen and (min-width: 90em) {
    .information .content{
        margin-top: 6em;
    }
}
/*.information .content p:first-of-type {
    font-size: 115%;
}*/
.information .videos{
    margin: 3em 0 4em 0;
}
@media screen and (min-width: 40em) {
    .information .videos{
        margin-right: 2em;
    }
}

.information .food .option{
    margin: 1em 0;
}
.information .food h3, .information .food .h3{
    margin-bottom: 0;
}
.information .food .image{
    margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
    .information .food .option{
        margin: 2em 0;
    }
    .information .food .image{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 64em) {
    .information .food .image{
        padding-left: 2em;
    }
}




.dark{
    position: relative;
    margin-top: -3em;
}
.dark .sidebar{
    padding-top: 3em;
    padding-bottom: 1em;
}
.dark .specs{
    margin-top: 1em;
}
@media screen and (min-width: 40em) {
    .dark{
        margin-top: 0;
    }
    .dark .sidebar{
        padding-top: 4em;
        padding-bottom: 0;
    }
    .dark:after{
        position: absolute;
        content: '';
        display: block;
        top: 0em;
        left: 0;
        bottom: -3em;
        width: 60vw;
        background: #0d1115;
    }
}
@media screen and (min-width: 64em) {
    .dark .sidebar{
        padding-top: 6em;
    }
}
@media screen and (min-width: 90em) {
    .dark .sidebar{
        padding-top: 6.5em;
    }
}



.dark .dates{
    padding: .5em 0 .5em 0;
}
.dark .dates .badge{
    font-size: .85em;
    display: inline-block;
    margin-bottom: .1em;
    opacity: .5;
    color: #fff;
    font-weight: bold;
    transition: color .25s ease;
}
.dark .dates .badge.current{
    opacity: 1;
}
.dark .dates .badge:hover{
    opacity: .8;
}
.restaurant-title small{
    color: #FFE50F;
    font-size: 1rem;
    margin-left: .3em;
}
.disabled.hollow.button{
    opacity: 1;
    cursor: auto;
}
.dark .select{
    width: 100%;
    margin-top: 1em;
}
.dark .select select{
    border: 0 !important;
    margin-bottom: .5em; 
    width: 100%;
    font-weight: 300;
    box-shadow: none !important;
    border: 2px solid rgba(255, 255, 255, .7) !important;
}
.dark .select:after{
    opacity: .5;
}
.dark .notice{
    color: #FFE50F;
    margin-bottom: .2rem;
    text-align: right;
    position: absolute;
    top: 1em;
    right: 2em;
}
@media screen and (min-width: 40em) {
    .dark .notice{
        top: 2em;
    }
}
@media screen and (min-width: 64em) {
    .dark .notice{
        top: 4em;
    }
}
@media screen and (min-width: 90em) {
    .dark .notice{
        top: 4.5em;
    }
}

.viewmore{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0;
}

.service-fee{
    color :#fff;
    opacity: .5;
    display: block;
    margin-top: -.5rem;
}


.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFE50F transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 2rem;
}
.mobile-menu .submenu{
    margin-top: 0;
}
.mobile-menu .submenu{
    font-size: .9em;
}
.mobile-menu .submenu svg{
    width: 5px;
    top: -1px;
    margin-right: .2em;
    position: relative;
}
.mobile-menu .submenu svg path{
    fill: #fff;
}
.mobile-menu .accordion-menu .is-accordion-submenu a{
    padding-top: .4em;
    padding-bottom: .4em;
}


/* -------------------------------
   ADDITIONS 30/10
   ------------------------------- */



.toolbar{
    background: #101419;
    padding: .8em 1.5em .8em 1.5em;
    position: relative;
}
.toolbar .gradient{
    position: absolute;
    right: 0; bottom: 0; top: 0;
    width: 75px;
    z-index: 2;
    background: linear-gradient(to left, #101419, rgba(27, 35, 42, 0));
    pointer-events: none;
}
@media screen and (min-width: 40em) {
    .toolbar{
        padding: .8em 1.5em .6em 1.4em;
    }
    .toolbar .gradient{
        width: 200px;
    }
}
@media screen and (max-width: 64em) {
    .toolbar .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
}
.toolbar select{
    height: 41px;
}
.month-slick .slick-slide{
    margin-right: 3px;
}
.month-slick a{
    opacity: .6;
    margin-bottom: 0;
    background: none !important;
    color: #fff !important;
    font-size: 1.3em;
    font-family: n27;
    padding: .4em .5em .4em 0 !important;
    opacity: .3;
    transition: all .25s ease;
}
@media screen and (min-width: 64em) {
    .month-slick a{
        font-size: 1.5em;
        padding: .3em 1em 0 0 !important;
    }
}
.month-slick .is-active, .month-slick .slick-slide a:hover{
    opacity: 1;
    color: #fff;
}



/* -------------------------------
   ADDITIONS 01/11
   ------------------------------- */


.menuicon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 20;
    margin-left: 1.2em;
}

.menuicon span{
    width: 100%;
    height: 3px;
    background: #FFE50F;
    display: block;
    position: absolute;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(1){
    top: 0;
}
.menuicon span:nth-child(2){
    top: 10px;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(3){
    top: 20px;
}
.open.menuicon span:nth-child(1){
    top: 11px;
    transform: rotate(225deg);
    width: 30px;
}
.open.menuicon span:nth-child(2){
    transform: rotate(500deg);
    opacity: 0;
}
.open.menuicon span:nth-child(3){
    top: 11px;
    transform: rotate(-225deg);
    width: 30px;
}

.menuicon-closer{
    position: absolute;
    top: 2.2em;
    right: 1em;
    transition: all .25s ease;
}
.sticked .menuicon-closer{
    top: 1.5em;
}