/* Smartphones (portrait and landscape) ----------- */
@media (max-width : 959px) {
    /* Styles */
    #navbar ul li {
        border-top: 1px solid #666552;
    }

        #navbar ul li:first-child {
            border-top: 2px solid #666552;
        }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar {
        min-height: 40px;
    }

    .navbar-toggle {
        padding: 4px 10px;
    }

    h1.venue-name {
        font-size: 24px;
        text-align: left;
        padding: 10px 10px;
        margin: 0;
    }

    .mobileName {
        margin-top: 5px;
    }

        .mobileName a {
            color: #fff;
            text-transform: uppercase;
            font-family: "PT Serif",serif;
            font-size: 20px;
        }

    span.pageName {
    }

    .navbar.navbar-default {
        background: #fff;
        border: 0 none;
        margin-bottom: 0px;
        padding-top: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #fff;
        outline: none;
    }

    .navbar-default .navbar-toggle {
        border: 0 none;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-header a.navbar-brand, .navbar-header a.navbar-brand:hover {
        color: #fff;
        text-transform: uppercase;
        font-family: "PT Serif",serif;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-default.opensans .navbar-collapse ul.nav li {
        padding-left: 0;
    }

    .navbar-default #navbar .navbar-nav li a {
        background-color: #ffffff;
        color: #66655a;
        line-height: 40px;
        min-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

        .navbar-default #navbar .navbar-nav > .active > a,
        .navbar-default #navbar .navbar-nav > .active > a:hover,
        .navbar-default #navbar .navbar-nav > .active > a:focus,
        .navbar-default #navbar .navbar-nav li a:hover,
        .navbar-default #navbar .navbar-nav li a:focus {
            background-color: #b2b2ac;
            color: #66655a !important;
        }

    .footer {
        padding-bottom: 0;
        padding-top: 0;
    }

        .footer p {
            font-size: 11px;
            padding-top: 30px;
        }

    .icon-divider .line {
        width: 35.5%;
    }

    section {
        padding-left: 3%;
        padding-right: 3%;
    }

        section p {
            font-size: 14px;
        }

    .lead {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .facility-list {
        font-size: 28px;
    }

    .foodDrinks .nav-tabs > li {
        padding-left: 3%;
    }

        .foodDrinks .nav-tabs > li > a {
            font-size: 100%;
        }

    div.room p.price {
        margin-bottom: 0;
    }

    section.openingTimes {
    }

        section.openingTimes p, section.contactDetails p {
            font-size: 14px;
        }

    section.contactDetails {
        padding-bottom: 10px;
    }

    .responsive-container.map {
        height: 150px;
    }

    .responsive-container iframe {
        height: 120%;
    }

    .social-icons {
        margin-bottom: 0;
    }

    h3.name, h3.price {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    h3.price {
        margin-top: 5px;
    }

    p.dish-desc, p.drink-desc {
        font-size: 14px;
    }

    .foodDrinks h2 {
        font-size: 30px;
    }

    .whatsOn #events-nav-wrapper {
        margin-top: 0;
    }

    .whatsOn article section {
        padding-left: 3%;
        padding-right: 3%;
    }

    .whatsOn h3.eventTimeDate {
        font-size: 16px;
    }

    .whatsOn h3.eventName {
        font-size: 18px;
        margin-top: 10px;
    }

    .whatsOn p.eventDetails {
        font-size: 14px;
    }

    .about p {
        margin-bottom: 10px;
    }

    article.facility-group {
        margin-bottom: 20px;
    }

        article.facility-group .facility-list span {
            font-size: 16px;
        }

        article.facility-group .icon-divider {
            margin-bottom: 10px;
            width: 80%;
            margin-left: 10%;
        }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    /*.navbar-header {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-header a.navbar-brand, .navbar-header a.navbar-brand:hover {
        color: #fff;
        text-transform: uppercase;
        font-family: "PT Serif",serif;
        font-size: 44.12px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        border-bottom: 5px solid;
        padding-bottom: 17px !important;
    }*/
}
