
.clearfix:before, .clearfix:after, header:before, header:after, nav:before, nav:after, .row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after, header:after, nav:after, .row:after {
    clear: both;
}

* {
    -webkit-font-smoothing: antialiased;
}

body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    background-color: #1D1B1A;
}

/* Sticky Footer */
html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px; /* the bottom margin is the negative value of the footer's height */
    background-color: rgba(33,33,33,0.8);
}

header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer, .push {
    height: 100px; /* .push must be the same height as .footer */
}

    .wrapper, .footer > .container {
        margin-left: auto;
        margin-right: auto;
    }


/* Margins and Padding */
/* TODO move media query to here */
header, footer, nav > div {
    padding-left: 20px;
    padding-right: 20px;
}

section {
    margin-left: 0;
    margin-right: 0;
}

    section .sm-full-width, #food-nav-wrapper, #events-nav-wrapper {
        /*margin-left: -20px;
        margin-right: -20px;*/
    }

    section > *:first-child {
        margin-top: 20px;
    }

#navbar {
    padding-left: 0;
    padding-right: 0;
}

/************* Font families ********************/

body, h2, h3, h4, h5, h6, p.primary {
    /*font-family: 'league_gothicregular', Arial, sans-serif;*/
     font-family: 'Lato', sans-serif;
}

.mainMenu, .title-header, section.events .event .date-time, h2 {
    font-family: 'league_gothicregular', Arial, sans-serif;

}

.venue-name {
    font-family: 'PerpetuaTitlingMTLight', serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

p.secondary, footer p, .menu-activate, .room {
    font-family: 'Lato', sans-serif;
}


/************ General Styles ***************/
a {
    color: #F7A32C;
}

    a:hover, a:focus {
        color: #f2c380;
    }


h2 {
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

p.primary {
    font-size: 32px;
    color: #fff;
    line-height: 34px;
    /* margin-top: 37px; */
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

p.secondary {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
}

.description p.secondary {
    font-weight: 300;
}
@media (min-width: 960px) {
    p.primary {
        font-size: 35px;
        line-height: 38px;
    }

    p.secondary {
        font-size: 22px;
        line-height: 26px;
    }
}

.separator {
    margin-bottom: 20px;
}
    /*.separator + .separator::before {
        content: "";
        margin: 40px auto 30px;
        height: 1px;
        background-color: #ddd;
        width: 150px;
        display: block;
    }*/

.title-header:not(.bordered) + .separator {
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.page-content p {
    font-size: 22px;
    font-family: Lato, sans-serif;
}

.bordered::after {
    content: "";
    margin: 3px auto 40px;
    height: 1px;
    background-color: #fff;
    display: block;
}

footer p {
    font-size: 14px;
    /*margin-bottom: 30px;*/
    text-align: center;
    padding-top: 30px;
}


.disabled-bg {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 350;
}

/* HEADER */

.header-left {
    float: left;
}

.header-right {
    float: right;
}

nav {
    z-index: 400;
    position: relative;
}



.social-icons a {
    color: #FFF;
    text-decoration: none;
    display: block;
    /*float: right;*/
}


    .social-icons a:hover {
        color: #ddd;
        border-color: #ddd;
        text-decoration: none;
    }

.social-icons i {
    font-size: 30px;
}

.module.logo {
    float: right;
    margin: 10px 10px 0 0;
}

.header-address {
    font-family: Lato, sans-serif;
    margin-top: 15px;
}

/* NAVIGATION */

.closed-nav {
    background-color: #000;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

    .closed-nav.open {
        background-color: #666;
        width: 100%;
        padding-top: 17px;
        padding-bottom: 17px;
    }

.current-page {
    font-size: 28px;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .current-page {
        font-size: 35px;
    }
}

.menu-activate, .menu-deactivate {
    float: right;
    text-transform: uppercase;
    padding-top: 7px;
}

.menu-deactivate {
    display: none;
}

    .menu-activate a, .menu-deactivate a {
        color: white;
        padding: 15px 0 15px 15px;
    }

    .menu-deactivate a {
        font-size: 22px;
    }

.closed-nav.open .menu-activate {
    display: none;
}

.closed-nav.open .menu-deactivate {
    display: block;
}

.closed-nav.open .current-page {
    visibility: hidden;
}

#navbar {
    display: none; /* mobile only */
}

.nav > li > a {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    width: 100%;
    display: inline-block;
    padding: 17px 0px;
    transition: background-color 150ms linear, color 150ms linear;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
    background: rgb(255,255,255);
    color: #000;
}

@media (min-width: 960px) {
    .nav > li > a {
        font-size: 35px;
    }
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: rgb(255,255,255);
    background: rgba(255,255,255, 0.5);
    color: #000;
}

.mainMenu li + li {
    border-top: 1px solid white;
}

.nav-close {
    position: absolute;
    right: 0;
    top: -36px;
    display: none;
}

    .nav-close a {
        background-color: black;
        padding: 9px 25px;
        font-size: 20px;
        color: white;
    }


img.homePage {
    height: auto;
    width: 100%;
}

iframe.map {
    height: 300px;
    width: 100%;
}

section.home p.primary {
    font-family: Lato;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
}

    section.home p.primary.page-content {
        font-size: 18px;
        line-height: 22px;
    }


  section.home  p.primary.address {
  font-size: 18px;
  line-height: 22px;
    }
/*****************************************/
.title-header {
    text-align: center;
    font-size: 49px;
    text-transform: uppercase;
    padding-top: 18px;
}


.icon-divider {
    text-align: center;
    margin-bottom: 27px;
    width: 100%;
    position: relative;
}

    .icon-divider i {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .icon-divider .line {
        background-color: white;
        height: 1px;
        display: inline-block;
        top: 9px;
        position: absolute;
        width: 43%;
    }

        .icon-divider .line.left {
            left: 0;
        }

        .icon-divider .line.right {
            right: 0;
        }



.facility-list {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: -8px;
    font-family: Lato, Arial, sans-serif;
}

    .facility-list > span {
        display: block;
    }

        .facility-list > span + span {
            margin-top: -3px;
        }

.facility-group {
    margin-bottom: 45px;
}

section.facilities p.secondary {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

    section.facilities p.secondary br, p.primary br {
        content: "";
        margin-bottom: 8px;
        display: block;
    }

.grouped-facilities {
    margin-left: 20px;
    margin-right: 20px;
}

/***************** Gallery Masonry ************************/
#placegallery {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
    margin-right: -5px;
    display: none;
}

    #placegallery .holder {
        padding: 5px;
        float: left;
        width: 50%;
    }



        #placegallery .holder img {
            cursor: pointer;
            width: 100%;
        }

@media (min-width: 600px) {
    #placegallery .holder {
        width: 33.333333%;
    }
}


@media (min-width: 960px) {
    #placegallery .holder {
        width: 25%;
    }
}

section.gallery .title-header {
    margin-left: 20px;
    margin-right: 20px;
}

div#gallery-loading {
    margin-left: 20px;
    margin-right: 20px;
}

/*************** Food and Drinks page *********************/


section.foodDrinks article {
    padding-left: 20px;
    padding-right: 20px;
}

section.foodDrinks h2.title-header {
    border-bottom: 1px solid #ddd;
   padding: 10px;

}

section.foodDrinks .col-left, section.foodDrinks .col-right {
    padding-left: 0; padding-right: 0;
}
@media (min-width: 960px) {
    section.foodDrinks .col-left {
        width: 640px;
    }

    section.foodDrinks .col-right {
        width: 280px;
    }
}
section.foodDrinks article.opening-times {
    padding-left:0; padding-right: 0;
}
ul.food, ul.drinks, ul.events {
    padding: 20px 0;
    width: 100%;
    list-style: none;
}

.nav.food li, .nav.drinks li, .nav.events li {
    text-align: center;
    display: inline-block;
}

.nav.food > li > a, .nav.drinks > li > a, .nav.events > li > a {
    background-color: transparent;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding: 5px 15px;
    text-transform: uppercase;
}


    .nav.food > li > a:hover, .nav.drinks > li > a:hover, .nav.events > li > a:hover {
        background: rgb(255,255,255); /* The Fallback */
        background: rgba(255,255,255, 0.5);
        border: 0 none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.nav.food > li.active > a, .nav.drinks > li.active > a, .nav.events > li.active > a {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
}

#food-nav-wrapper, #events-nav-wrapper {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.nav.food.wrapped li {
    display: block;
    width: 100%;
}

.nav.food.wrapped {
    width: 100%;
}

.dish {
    margin-bottom: 40px;
}

.drinks-list {
}

.dish-list {
    padding-right: 80px !important;
}

    .dish-list h3 {
        float: left;
    }

    .dish-list h3, .drinks-list h3 {
        font-family: 'Lato', sans-serif;
    }

ul#food-menu-nav, ul#events-menu-nav {
    display: inline-block;
}


h3.name {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}

.dish h3.name, .drink h3.name {
    font-size: 22px;
}

.dish-list .price {
    /* margin-top: 10px; */
    font-weight: normal;
    float: right;
    font-size: 24px;
}

.drink-type-header, .drink-type-subcat {
    display: none;

}

.drink-type-header h3 {
    font-family: 'league_gothicregular', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 32px;
}

.drink-type-subcat h4 {
    text-transform: uppercase;
    font-style: italic;
    font-weight:100;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.drink + .drink-type-header {
    margin-top: 50px;
}
p.drink-desc, p.dish-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    line-height: 22px;
    letter-spacing: -0.5px; /* TODO: check other places */
    padding: 0;
}

p.dish-desc {
    float: left;
}

p.drink-desc {
    margin-bottom: 20px;
}

span.alcohol {
    font-size: 20px;
    font-weight: 300;
}


.pdf {
    font-family: Lato, Arial, sans-serif;
    margin-bottom: 30px;
}

    .pdf h3 {
        font-family: Lato, Arial, sans-serif;
        font-weight: normal;
        font-size: 22px;
        margin-bottom: 10px;
    }

i.icon-pdf {
    font-size: 70px;
    margin-left: -9px;
}

.pdf a {
    color: inherit;
    text-decoration: none;
}

    .pdf a:hover, .pdf a:focus {
        text-decoration: none;
    }

.pdf h3.name {
    margin-top: 5px;
}


div.menu-description {
    padding-bottom: 30px;
    padding-top: 30px;
      border-bottom: 1px solid #ddd;

}

    div.menu-description p.secondary {
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
    }

/********************* Events page ******************************/

.event {
    /* margin-bottom: 117px; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

article.events, article.tv-sport {
    margin-top: 22px;
    margin-left: 20px;
    margin-right: 20px;
}

/*.event .row .column {
    width: 50%;
    float: left;
    padding-right: 17px;
    border-right: 1px solid white;
}

    .event .row .column + .column {
        float: right;
        padding-right: 0;
        padding-left: 19px;
        border-left: 1px solid white;
        border-right: none;
        left: -1px;
        position: relative;
    }*/

.column1, .column2, .column3 {
    float: left;
}

.column1 {
    width: 190px;
    min-height: 1px;
}

.column2 {
    width: 475px;
    padding-right: 40px;
}

.column3 {
    width: 200px;
}

.event + .event {
    margin-top: 15px;
}

.event .date-time {
    margin-top: -7px;
}

    .event .date-time .date {
        display: block;
        font-size: 36px;
    }

    .event .date-time .time {
        display: block;
        font-size: 36px;
        margin-top: -5px;
    }

    .event .date-time .repetition {
        font-family: Lato;
        font-size: 16px;
        margin-top: -5px;
        display: none;
        font-weight: 300;
    }

.event .title {
    font-size: 22px;
    font-family: Lato;
    font-weight: bold;
    margin-bottom: 10px;
}

.event .description {
    margin-top: -2px;
}

    .event .description > p {
        font-size: 18px;
        line-height: 22px;
    }


img.event-img.placeholder {
    display: none;
}

/******************* Rooms page *********************/

.room {
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

    .room .title {
        font-weight: normal;
        font-size: 22px;

    }

    .room .description {
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .room .rate {
        font-size: 24px;
        margin-top: 10px;
    }

    .room .image img {
        max-width: 100%;
        width: 100%;
    }

    .room > div + div {
        margin-top: 20px;
    }

    .room .image {
        margin-top: 50px;
    }

img.room-image.placeholder {
    display: none;
}

article.gallery {
    margin-left: 20px;
    margin-right: 20px;
}

/* MOBILE SPECIFIC */

@media (max-width: 959px) {

    header {
        text-align: center;
    }

    .module.logo {
        display: none;
    }

    .header-right {
        float: none;
    }

    .social-icons a {
        display: inline-block;
    }

    .sm-hidden {
        display: none;
    }

    #navbar li {
        min-width: 100%;
    }
            #navbar li a {
            padding-left: 20px !important;
            padding-right: 10px !important;
        }
    .social-icons {
        margin-top: 10px;
        display: inline-block;
    }


        .social-icons i {
            font-size: 26px;
        }

        .social-icons .circled {
            width: 25px;
            height: 25px;
        }


    .event .title {
        font-size: 20px;
    }

    .event .description {
        margin-top: 0px;
    }

        .event .description > p {
            font-size: 17px;
            line-height: 19px;
        }

    .event-img {
        display: none;
    }

    .event .date-time {
        margin-top: 10px;
    }

        .event .date-time .date, .event .date-time .time {
            display: inline-block;
            font-size: 26px;
        }

        .event .date-time .time {
            margin-left: 10px;
        }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .dish-list {
        padding-right: 20px !important;
    }
}

/* NON MOBILE */

@media (min-width: 960px) {
    section {
        margin-left: 0px;
        margin-right: 0px;
    }

        section .sm-full-width, article.gallery {
            margin-left: 0px;
            margin-right: 0px;
        }

    #food-nav-wrapper, #events-nav-wrapper {
        /* width: auto; */
        margin-left: 20px;
        margin-right: 20px;
    }

    .sm-hidden {
        display: block;
    }

    .container {
        width: 960px;
    }

    .closed-nav {
        display: none !important;
    }

    #navbar {
        display: block !important;
    }

        #navbar li {
            min-width: 10%;
            display: block;
            border-top: none;
            text-align: center;
            float: left;
        }

            #navbar li > a {
                font-size: 30px;
            }

    header {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header-left {
        /*width: 100%;
        text-align: center;
        margin-right: -140px;*/
    }

    .venue-name {
        font-size: 40px;
    }

    .social-icons {
        margin-top: 8px;
    }

        .social-icons a + a {
            margin-right: 20px;
        }

        .social-icons .circled {
            width: 32px;
            height: 32px;
        }

    i.fa-twitter {
        padding: 9px 0 0 7px;
    }

    i.fa-facebook {
        padding: 8px 0 0 9px;
    }

    i.fa-envelope {
        padding: 9px 0 0 7px;
        font-size: 17px;
    }


    .nav.events > li {
        width: 49.7%;
        max-width: 200px;
    }

    .facility-group {
        margin-right: 30%;
        margin-left: 30%;
    }
}


.footnote {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 14px;
    /* text-align: center; */
    margin-top: 30px;
}

    .footnote br {
        line-height: 24px;
    }

    article.opening-times {
        font-family: Lato, sans-serif;
        font-weight: 300;
        font-size: 22px;
      
    }
span.hours {
    font-weight: bold;
    font-size: 18px;
}

span.times {
    float: right;
    font-weight: 300;
}

.module {
    margin: 20px;
}

div[class*=col-] .module {
    margin-left: 0px;
    margin-right: 0px;
}

.icon-pdf::before {
    margin-left: 0;
    margin-right: 0;
}


section.location article.address p {
    font-size: 18px;
}


