
.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: 20px;
    margin-right: 20px;
}

    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-family: 'league_gothicregular', Arial, sans-serif;
}

h2, h3, h4, .title-header {
    font-family: 'league_gothicregular', Arial, sans-serif;
}

div.address {
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

/************* Font families ********************/

body, h5, h6, p.primary {
    font-family: 'Lato', Arial, sans-serif;
}

.venue-name {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

p.secondary, footer p, .menu-activate, .room, .lato {
    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: 300;
}


.tvsporthome .blurb-section-wrap{
	padding: 25px;
    text-align: center;
}

.tvsporthome .blurb-section-wrap .blurb-section {
    /* width: 33%; */
    display: block;
    padding: 10px;
    /* min-width: 210px; */
}

.tvsporthome .blurb-section-wrap .blurb-section img.img-wrap {
    width: 100%;
    aspect-ratio: 1 !important;
}

i.instaicon.fa-instagram {
	font-size: 20px;
    border: 1px solid #FFF;
    padding: 5px 6.5px;
    border-radius: 19px;
}

@media (min-width: 960px) {
    p.primary {
        font-size: 35px;
        line-height: 38px;
    }

    p.secondary {
        font-size: 22px;
        line-height: 26px;
    }
}

.separator {
    margin-bottom: 40px;
}

    .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;
}

.bordered::after {
    content: "";
    margin: 3px auto 40px;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    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: inline-block;
    float: right;
}


    .social-icons a:hover {
        color: #ddd;
        border-color: #ddd;
        text-decoration: none;
    }

.social-icons i {
    font-size: 30px;
}



/* 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;
    }

article p {
    text-align: center;
}

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;
}

/*****************************************/
.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: 20px;
    font-weight: 300;
    margin-bottom: -8px;
    font-family: Lato;
    letter-spacing: -0.5px;
    line-height: 28px;
}

    .facility-list > span {
        display: block;
    }

        .facility-list > span + span {
            margin-top: -3px;
        }

.facility-group {
    margin-bottom: 45px;
}

section.facilities p.secondary {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}

    section.facilities p.secondary br, p.primary br {
        content: "";
        margin-bottom: 8px;
        display: block;
    }

/***************** 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%;
    }
}

article.gallery > article.module {
    margin-bottom: 20px;
}

article.gallery + article {
    margin-top: 20px;
}




/*************** Food and Drinks page *********************/

ul.food, ul.drinks, ul.events {
    padding: 20px 0;
    width: inherit;
    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%;
}

div.menu-description {
    padding-bottom: 40px;
}

    div.menu-description p.secondary {
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
    }

.dish {
    margin-top: 20px;
}

.drinks-list {
    margin-top: 50px;
}

.dish-list, .drinks-list {
    padding-bottom: 0;
    text-align: center;
}

    .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-list .price {
    margin-top: 10px;
    font-weight: 300;
}

p.drink-desc, p.dish-desc {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-top: 10px;
    line-height: 22px;
    letter-spacing: -0.5px; /* TODO: check other places */
    padding: 0;
}

p.drink-desc {
    margin-bottom: 46px;
}

span.alcohol {
    font-size: 20px;
    font-weight: 300;
}

/* New food styles */




/********************* Events page ******************************/

.event {
    margin-bottom: 75px;
}

article.events, article.tv-sport {
    margin-top: 22px;
    margin-left: -130px;
    margin-right: -130px;
}

.event .row .column {
    width: 60%;
    float: left;
    padding-right: 17px;
    border-right: 1px solid #ddd;
}

    .event .row .column + .column {
        width: 40%;
        float: right;
        padding-right: 0;
        padding-left: 19px;
        border-left: 1px solid #ddd;
        border-right: none;
        left: -1px;
        position: relative;
    }

.event + .event {
    margin-top: 40px;
}

.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: block;
        font-weight: 300;
    }

.event .title {
    font-size: 24px;
    margin-top: -7px;
    text-align: right;
    font-family: Lato;
}

.event .description {
    margin-top: -2px;
}

    .event .description > p {
        text-align: right;
        font-size: 16px;
        line-height: 19px;
        margin-top: 5px;
    }


/******************* Rooms page *********************/

.room {
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

    .room .title {
        font-weight: normal;
        font-size: 20px;
    }

    .room .description {
        font-size: 16px;
    }

    .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;
}

/* MOBILE SPECIFIC */

@media (max-width: 959px) {
    .sm-hidden {
        display: none;
    }

    #navbar li {
        min-width: 100%;
    }

        #navbar li a {
            padding-left: 20px !important;
            padding-right: 10px !important;
        }


    .social-icons {
        margin-top: 1px;
    }

        .social-icons a + a {
            margin-right: 6px;
        }

        .social-icons i {
            font-size: 21px;
        }

        .social-icons .circled {
            width: 25px;
            height: 25px;
        }

    article.events, article.tv-sport {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .event .title {
        font-size: 20px;
    }

    .event .description {
        margin-top: 0px;
    }

        .event .description > p {
            font-size: 17px;
            line-height: 19px;
        }
		
		i.instaicon.fa-instagram {
			font-size: 13px;
			border: 1px solid #FFF;
			padding: 3px 4.5px;
			border-radius: 19px;
		}
}

/* NON MOBILE */

@media (min-width: 960px) {
    section {
        margin-left: 230px;
        margin-right: 230px;
    }

        section .sm-full-width, article.gallery {
            margin-left: -130px;
            margin-right: -130px;
        }

    #food-nav-wrapper, #events-nav-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .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%;
    }
}

.food.pdf, .drinks.pdf {
    text-align: center;
    padding-top: 10%;
}

    .food.pdf i.icon-pdf, .drinks.pdf i.icon-pdf {
        font-size: 400%;
    }

    .food.pdf img, .drinks.pdf img {
    }

    .food.pdf h3, .drinks.pdf h3 {
        font-family: 'Lato', sans-serif;
    }

    .food.pdf a, .drinks.pdf a {
        color: #fff;
        text-decoration: none;
    }

    .food.pdf p, .drinks.pdf p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
    }

.footnote {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

    .footnote br {
        line-height: 24px;
    }


#carousel {
    width: 760px;
    margin-left: -130px;
    margin-bottom: 40px;
}


.owl-buttons div {
    position: absolute;
    top: 200px;
    font-size: 40px;
    opacity: 0.1;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

#carousel:hover .owl-buttons div {
    opacity: 0.3;
}

#carousel .owl-buttons div:hover {
    opacity: 0.6;
}

.owl-buttons .owl-prev {
    left: 5px;
}

.owl-buttons .owl-next {
    right: 5px;
}

@media (max-width: 959px) {
    #carousel {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }

    .owl-buttons {
        display: none;
    }
}
