﻿/**
 * Menabrea styles
 * 1. Fonts
 * 2. Base
 */

/*============================================*\
    Fonts
\*============================================*/
@font-face {
    font-family: "BenguiatRegular";
    src: url("libs/fonts/benguiat/benguiat-webfont.eot");
    src: url("libs/fonts/benguiat/benguiat-webfont.eot?#iefix") format("embedded-opentype"), url("libs/fonts/benguiat/benguiat-webfont.woff") format("woff"), url("libs/fonts/benguiat/benguiat-webfont.ttf") format("truetype"), url("libs/fonts/benguiat/benguiat-webfont.svg#BenguiatRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PublicoHeadlineRoman";
    src: url("libs/fonts/publicoheadline/roman/publicoheadline-roman.eot");
    src: url("libs/fonts/publicoheadline/roman/publicoheadline-roman.eot?#iefix") format("embedded-opentype"), url("libs/fonts/publicoheadline/roman/publicoheadline-roman.woff") format("woff"), url("libs/fonts/publicoheadline/roman/publicoheadline-roman.ttf") format("truetype"), url("libs/fonts/publicoheadline/roman/publicoheadline-roman.svg#BenguiatRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PublicoHeadlineLight";
    src: url("libs/fonts/publicoheadline/light/publicoheadline-light.eot");
    src: url("libs/fonts/publicoheadline/light/publicoheadline-light.eot?#iefix") format("embedded-opentype"), url("libs/fonts/publicoheadline/light/publicoheadline-light.woff") format("woff"), url("libs/fonts/publicoheadline/light/publicoheadline-light.ttf") format("truetype"), url("libs/fonts/publicoheadline/light/publicoheadline-light.svg#BenguiatRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CopperplateLight";
    src: url("libs/fonts/copperplate/light/copperplate-light.eot");
    src: url("libs/fonts/copperplate/light/copperplate-light.eot?#iefix") format("embedded-opentype"), url("libs/fonts/copperplate/light/copperplate-light.woff") format("woff"), url("libs/fonts/copperplate/light/copperplate-light.ttf") format("truetype"), url("libs/fonts/copperplate/light/copperplate-light.svg#BenguiatRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1, .font-1 {
    font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
    text-transform: uppercase;
}

h3, .font-2 {
    font-family: "PublicoHeadlineRoman", "Book Antiqua","Palatino Linotype", Palatino, serif;
}

.font-3 {
    font-family: "CopperplateLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    text-transform: uppercase;
}

/*============================================*\
    Base
\*============================================*/

.main-header, .main-content, .main-footer {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

ul.row {
    margin: 0;
    padding: 0;
}

a:focus, area:focus, button:focus, input:focus, object:focus, select:focus, textarea:focus, [tabindex]:focus, .carousel > figure:focus:before {
    outline-color: #611113;
    outline: none;
}

.container {
    max-width: 992px;
}

    .container.wide,
    .container-wide {
        position: relative;
        max-width: 1600px;
    }

@media (min-width: 48em) {

    .container.padded {
        padding: 5em 0;
    }

        .container.padded p {
            padding: 0 1em;
        }

        .container.padded .episode-link {
            margin: 1em;
        }

        .container.padded h2 {
            padding: 0 .5em;
        }
}


a {
    color: #782f40;
}

    a.block-link {
        text-decoration: none;
    }

body, .interrupt {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: #6891a8;
    font-family: "PublicoHeadlineLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    font-size: 18px;
}

    body.interrupt {
        background-color: #FFF;
        background: url(libs/images/crest.png) right top no-repeat;
        background-size: 40% auto;
        color: #6891a8;
        font-family: "PublicoHeadlineLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
        font-size: 112.5%;
        padding-top: 2em;
    }

hr {
    border-color: #782f40;
    width: 200px;
    margin: 2.5em auto;
}

.hr-full-width {
    border-color: #ededed;
    width: 100%;
    margin: 2.5em auto;
}

h1, h2, h3, h4, h5, blockquote {
    color: #782f40;
    font-weight: normal;
    line-height: 1.2;
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*h1, h2, h4, h5, blockquote {
    text-transform: uppercase;
}*/

/*
 * This is stupid, I'm sorry.
 */
.legals h1,
.legals h2,
.legals h3 {
    max-width: none;
}

/*
 * Bump up the font sizes on larger devices.
 */
@media (min-width: 62em) {

    h1, h3.font-1 {
        font-size: 3.333em; /* 60px */
        margin: .402em 0;
    }

    h2 {
        font-size: 2em; /* 36px */
        /*font-size: 2.611em;*/
        margin: 0.5em 0;
    }

    h3, h1.font-2 {
        font-size: 2em;
        margin: .585em 0;
        text-transform: capitalize;
    }

    h4 {
        font-size: 1.33em;
        /*        margin: .798em 0;*/
    }

    h5 {
        font-size: 1.056em;
        margin: 1.313em 0;
    }

    .content-block hr {
        margin: 5em auto;
    }
}

blockquote {
    padding: 0;
    font-size: 1.5em;
    margin: .83em 0;
}

@media (min-width: 62em) {
    blockquote {
        font-size: 2.611em;
        margin: .477em 0;
    }
}

@media (min-width: 62em) {
    blockquote {
        margin: .324em 0 1em;
        font-size: 4em;
        line-height: initial;
    }
}

small {
    color: #789db1;
    font-size: 50%;
}

@media (min-width:62em) {
    small {
        font-size: 33%;
    }
}

figure {
    margin: 1em auto;
    padding: 0;
}

    figure figcaption {
        /*margin: 1em 0;*/
        font-size: 1.111em;
        color: #782f40;
    }

    figure.alt {
        margin: 0;
        padding: 0;
        position: relative;
    }

        figure.alt:before {
            background-color: rgba(0, 0, 0, 0.4);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        figure.alt.home {
            max-height: 800px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            figure.alt.home .container {
                padding: 4em 0;
            }



@media (min-width:62em) {
    figure.alt.home .container {
        padding: 14em 0;
    }
}



figure.alt.home .container hr {
    border-color: white;
}

figure.alt.home h2 {
    color: white;
    position: relative;
    text-align: center;
}


figure.alt.home a {
    text-decoration: none;
}

figure.alt figcaption {
    color: #fff;
    position: absolute;
    bottom: 3em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 48em) {
    figure.alt figcaption {
        margin: 0 5em;
    }
}


/*============================================*\
    Colour Schemes
\*============================================*/

.theme-alt {
    background: #782f40; /* Old browsers */
    background: url(libs/images/red-crest.png) right top no-repeat, radial-gradient(ellipse at center, #782f40 0,#782f40 30%,#550023 100%); /* W3C */
    color: #fff;
}

    .theme-alt h1, .theme-alt h2, .theme-alt h3, .theme-alt h4, .theme-alt h5 {
        color: inherit;
    }

    /*    .theme-alt h2 {
        font-family: "PublicoHeadlineLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    }*/

    .theme-alt hr {
        border-color: inherit;
    }


/**
 * New Navigation
 */

.nav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 145px;
    /*    padding-top: 20px;*/
    background-color: white;
    background-image: url(libs/images/crest.png);
    background-size: 40% auto;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    text-align: center;
    z-index: 100;
}

    .nav-bar.scrolled {
        height: 85px;
    }

    .nav-bar .social-links {
        position: absolute;
        top: 1em;
        left: 1em;
    }

        .nav-bar .social-links .social {
            display: inline-block;
            margin-right: 16px;
        }

nav.nav-left,
nav.nav-right {
    display: none;
}

.mobile-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    padding: 0 35px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;
}

    .mobile-menu.open {
        right: 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    }

@media (max-width: 767px) {
    .mobile-menu.open {
        overflow: scroll;
    }
}

@media (max-height: 600px) {
    .mobile-menu.open {
        overflow: scroll;
    }
}

.mobile-menu ul {
    position: relative;
}

.mobile-nav-trigger {
    width: 55px;
    height: 48px;
    position: fixed;
    right: 1em;
    top: 10px;
    margin-left: -86px;
    background-image: url(libs/images/fallbacks/nav-icons.png);
    background-image: url(libs/images/nav-icons.svg), none;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .mobile-nav-trigger.open {
        background-position: -55px 0;
    }

/*    .mobile-nav-trigger > span:first-child,
    .mobile-nav-trigger > span:first-child:before,
    .mobile-nav-trigger > span:first-child:after {
        content: "";
        width: 35px;
        height: 4px;
        position: absolute;
        left: 10px;
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    .mobile-nav-trigger > span:first-child {
        top: 50%;
        margin-top: -2px;
    }

        .mobile-nav-trigger > span:first-child:before {
            left: 0;
            top: -8px;
        }

        .mobile-nav-trigger > span:first-child:after {
            left: 0;
            bottom: -8px;
        }*/

nav {
    padding-top: 48px;
}

    nav ul {
        margin: 0;
        padding: 1em 0;
        list-style: none;
    }

    nav li {
        margin: 0.5em 0;
        padding: 0;
    }

    nav a {
        display: block;
        padding: 0.25em 0;
        color: #540223;
        text-decoration: none;
        font-size: 16px;
        font-family: "CopperplateLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
        text-transform: uppercase;
        text-align: left;
    }

@media (min-width: 48em) {
    nav a:hover {
        color: #8c0441;
        text-decoration: underline;
    }
}

nav h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "CopperplateLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    text-transform: uppercase;
}

nav .contacts {
    padding: 1em 0 2em;
    border-top: 1px solid #540223;
    text-align: left;
}

    nav .contacts a,
    nav .contacts p {
        text-transform: lowercase;
        font-family: "PublicoHeadlineLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    }

    nav .contacts p {
        margin: 0;
        color: #540223;
    }

.nav-logo {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: 100%;
    position: relative;
}

@media (max-width: 599px) {
    .nav-logo {
        margin: 0;
    }
}

@media (min-width:62em) {
    .nav-logo:before {
        position: absolute;
        top: 0;
        left: -5px;
        height: 70px;
        content: "";
        z-index: 99999;
        width: 10px;
        background-color: #ffffff;
    }

    .nav-logo:after {
        position: absolute;
        top: 0;
        right: -5px;
        height: 70px;
        content: "";
        z-index: 99999;
        width: 10px;
        background-color: #ffffff;
    }
}

.nav-logo a {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(libs/images/menabrea-brand-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 101;
}

.nav-logo.scrolled {
    height: 70px;
    box-shadow: none;
}

    .nav-logo.scrolled a {
        background-image: url(libs/images/menabrea-brand-logo-scrolled.png);
    }

@media (min-width: 48em) {
    .nav-bar {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
    }
}

@media (min-width: 974px) {
    .nav-bar {
        padding: 0;
        background-image: none;
        height: 70px;
    }

    .navigation ul {
        margin: 10px 0;
        padding: 0;
    }

    .navigation li {
        margin: 6px 0 0;
        display: inline-block;
        text-align: center;
    }

        .navigation li:not(.social) {
            margin-top: 14px;
        }

    .navigation a {
        position: relative;
        padding: 0 0 5px;
        color: #540223;
        letter-spacing: -1px;
    }

        .navigation a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 3px;
            width: 100%;
            background-color: #540223;
            opacity: 0;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
            transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
        }

        .navigation a:hover:after,
        .navigation .active:after {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .nav-logo {
        display: inline-block;
        top: 0;
        vertical-align: middle;
        height: 190px;
        background-color: white;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
        -webkit-transition: height 0.6s ease;
        transition: height 0.6s ease;
    }

    /*        .nav-logo a {
            padding: 45px 12px;
            -webkit-transition: padding 0.4s ease-in-out;
            transition: padding 0.4s ease-in-out;
        }*/

    /*        .nav-logo.scrolled a {
            padding: 20px 0;
        }*/

    .navigation.nav-left,
    .navigation.nav-right {
        display: block;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .navigation.nav-left {
        right: 50%;
        margin-right: 110px;
    }

    .navigation.nav-right {
        left: 50%;
        margin-left: 110px;
    }

        .navigation.nav-left li + li,
        .navigation.nav-right li + li {
            margin-left: 5px;
        }

    .navigation .social {
        vertical-align: top;
    }

    .navigation .icon-roundal {
        display: inline-block;
        padding: 0;
    }

        .navigation .icon-roundal:hover:after {
            opacity: 0;
            transition: none;
        }
}

@media (min-width: 75em) {
    .navigation.nav-left {
        margin-right: 130px;
    }

    .navigation.nav-right {
        margin-left: 130px;
    }

        .navigation.nav-left li + li,
        .navigation.nav-right li + li {
            margin-left: 20px;
        }

    .navigation a {
        padding: 0 0 10px;
    }

    .navigation .social {
        display: inline-block;
    }
}


.pager {
    margin: 2em 0;
    text-align: center;
    text-decoration: none;
}

    .pager .active {
        background-color: #789DB1;
        color: #ffffff;
    }

    .pager a {
        padding: 0.8em 1em;
        border: solid 1px #f6f6f6;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #530223;
            color: #ffffff;
        }

.prev a,
.next a {
    color: #530223;
    text-decoration: none;
}

/**
 * Header, Footer
 */

header[role="banner"] {
    width: 100%;
    /*    height: 400px;*/
    margin-top: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: white;
}

    /*header[role="banner"].half {
        height: 400px;
    }*/

    header[role="banner"].half:before {
        content: none;
    }

    header[role="banner"] .page-title {
        padding: 2em 0;
    }

.lead-links .panel-image {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

    .lead-links .panel-image:before {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: background-color 0.4s ease-in-out;
        transition: background-color 0.4s ease-in-out;
    }

.lead-links .lead-panel {
    position: relative;
    height: 7em;
}

    .lead-links .lead-panel:not(:last-child) {
        border-right: 2px solid #ffffff;
    }

    .lead-links .lead-panel:hover .panel-image {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

        .lead-links .lead-panel:hover .panel-image:before {
            background-color: rgba(0, 0, 0, 0.2);
        }

    .lead-links .lead-panel .valign-container {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

.lead-links h2 {
    font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
    color: white;
    text-transform: uppercase;
}

.lead-links .our-beer {
    background-image: url(libs/images/backgrounds/our-beer-lead.jpg);
}

.lead-links .our-story {
    background-image: url(libs/images/backgrounds/our-story-lead.jpg);
}

.lead-links .italian-stories {
    background-image: url(libs/images/backgrounds/italian-stories-lead.jpg);
}

@media (min-width: 48em) {
    .lead-links,
    .lead-links .panel-image {
        height: 400px;
    }

        .lead-links .lead-panel {
            float: left;
            display: block;
            height: 100%;
            width: 33.3333%;
        }

        .lead-links h2 {
            display: inline-block;
            padding: 0.75em 0;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
        }

    header[role="banner"] .page-title {
        padding: 5em 0;
    }
}

@media (min-width: 974px) {
    header[role="banner"] {
        margin-top: 0;
        padding-top: 70px;
        height: 100%;
        height: 100vh; /* Target modern browsers for full screen approach */
    }

        header[role="banner"].half {
            max-height: 400px;
            overflow: hidden;
        }

    .lead-links,
    .lead-links .panel-image {
        height: 100%;
    }

    header[role="banner"] .page-title {
        height: 100%;
        padding: 0;
    }
}

header[role="banner"]:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

header[role="banner"] .container {
    max-width: 768px;
}

header[role="banner"] h1 {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 0 16px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    line-height: 1;
}

header[role="banner"] .scroll-icon {
    display: none;
    position: absolute;
    left: calc(50% - 26px);
    bottom: 0;
    width: 52px;
    height: 52px;
    background-color: white;
    background-image: url(libs/images/fallbacks/scroll-down-arrow.png);
    background-image: url(libs/images/scroll-down-arrow.svg), none;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    z-index: 1;
}

    header[role="banner"] .scroll-icon:hover {
        background-color: #ededed;
    }

@media (min-width: 62em) {
    header[role="banner"] .scroll-icon {
        display: block;
    }
}


.scroll-tagline {
    z-index: 2;
}

@media (min-width: 62em) {
    .scroll-tagline {
        position: absolute;
        bottom: 60px;
        width: 100%;
        font-size: 1.333em;
    }
}



/* Header images */

.our-beer {
    background-image: url(libs/images/backgrounds/our-beer.jpg);
}

.our-story {
    background-image: url(libs/images/backgrounds/our-story.jpg);
}

.italian-stories {
    background-image: url(libs/images/backgrounds/italian-stories.jpg);
}

.aperitivo {
    background-image: url(libs/images/backgrounds/apertivo-header.jpg);
}

.coffee {
    background-image: url(libs/images/backgrounds/coffee-header.jpg);
}

.formaggio {
    background-image: url(libs/images/backgrounds/formaggio-header.jpg);
}

.fashion {
    background-image: url(libs/images/backgrounds/fashion-header.jpg);
}

.scenic {
    background-image: url(libs/images/backgrounds/scenic.jpg);
}

.masterclasses {
    background-image: url(libs/images/backgrounds/masterclasses.jpg);
}

.claffey-guitars {
    background-image: url(libs/images/backgrounds/claffey-guitars-banner.jpg);
}

header [rel="home"] {
    display: block;
    width: 237px;
    margin-left: auto;
    margin-right: auto;
}

.logo, .logo-foot {
    background-image: url(libs/images/menabrea-brand-logo-lrg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    width: 252px;
    height: 166px;
    margin-left: auto;
    margin-right: auto;
}

.logo-foot {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 91px;
    margin-top: 1em;
}

.logo-wrap {
    margin: 6em 0 4em 0;
}

@media (min-width: 48em) {
    .logo-foot {
        display: inline-block;
        position: relative;
        margin-top: -20px;
        vertical-align: middle;
    }
}





footer[role="contentinfo"] {
    padding: 5em 0 2em;
    text-align: center;
}

    footer[role="contentinfo"] h3 {
        text-transform: uppercase;
        font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
    }

    /*
     * If you weren't feeling so rough you'd probably kick up a fuss for having to do this. 
       Margin should be consistent.
     */
    footer[role="contentinfo"] h5 {
        margin-top: 2.5em;
    }

.arms {
    height: 8em;
    background-image: url(libs/images/arms.svg);
    background-position: center 2em;
    background-repeat: no-repeat;
    background-size: 100px 65px;
}

footer[role="contentinfo"] a {
    color: inherit;
    text-decoration: underline;
}

    footer[role="contentinfo"] a:hover {
        text-decoration: none;
    }

.footer-misc {
    border-top: #782f40 solid 1px;
    margin-top: 6em;
}

    .footer-misc img {
        margin-top: 150px;
    }
/**
 * Sections
 */
section {
    padding: 2.5em 0;
    position: relative;
}

    section.no-pad {
        padding: 0;
    }

.legals section + section {
    padding: 2.5em 0;
}

/*
 * So the fading carousel doen't look iffy. 
 */
#in-the-know > figure {
    padding: 2.5em 0;
}

#intro {
    padding: 2.5em 0 0;
}

@media (min-width: 62em) {
    #in-the-know > figure,
    section {
        padding: 5em 0;
    }

    #intro-home {
        padding: 2.5em 0 5em;
    }

    .apertivo {
        padding: 0 0 5em;
    }
}

#intro img {
    position: relative;
    margin-top: -30px;
}

/*section.alt {
    background-color: #782f40;
    background: url(libs/images/big-logo-alt.png) right top no-repeat, url(libs/images/bg-alt.jpg);
    color: #fff;
}*/

.maths {
    margin: 0.5em 0;
    text-align: center;
    /*    line-height: 4em;
*/ font-size: 2em;
    font-weight: bold;
}

    .maths img {
        margin-right: .25em;
    }

        .maths img:first-child {
            margin-left: 1em;
        }

    .maths span {
        display: inline-block;
        margin: 0.5em 0;
    }

@media (min-width: 48em) {
    .maths img:first-child {
        margin-left: 0;
    }

    .maths span {
        margin-left: .25em;
    }
}

.maths img ~ img {
    margin-left: .25em;
    margin-right: .25em;
}


/*
 * Vertical align items
 */

.valign-container {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}

.valign-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

    .valign-content .subhead {
        font-family: "BenguiatRegular","Book Antiqua","Palatino Linotype",Palatino,serif;
        font-size: 26px;
    }

@media (min-width: 48em) {
    .valign-content .subhead {
        font-size: 40px;
        letter-spacing: 2px;
    }
}

/* Content blocks */

.content-block {
    margin: 2.222em 0;
}

.feature-quote {
    position: relative;
    padding: 2.222em 0;
    text-align: center;
    text-transform: uppercase;
}

    .feature-quote.scenic,
    .feature-quote.masterclasses {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .feature-quote.scenic:before,
        .feature-quote.masterclasses:before {
            background-color: rgba(0, 0, 0, 0.4);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .feature-quote.scenic h2,
        .feature-quote.masterclasses h2 {
            position: relative;
            font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
            color: white;
            z-index: 1;
        }

        .feature-quote.scenic hr,
        .feature-quote.masterclasses hr {
            position: relative;
            z-index: 1;
            border-color: white;
        }

@media (min-width: 48em) {
    .content-block {
        margin: 3.333em 0;
    }

        .content-block.vertically-align {
            margin: 8em 0;
        }

    .feature-quote {
        padding: 12em 0;
    }
}

.panel-image,
.episode-link {
    display: block;
    margin: 0.5em 0;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.panel-image {
    margin: 0;
    padding: 1.5em 0;
}

    .panel-image img,
    .episode-link img {
        width: 100%;
    }

    .panel-image:hover > .panel-overlay,
    .episode-link:hover > .panel-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }

.panel-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color 300ms ease-in-out 0s;
    transition: background-color 300ms ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.panel-info {
    position: absolute;
    left: 1.25em;
    bottom: 1.25em;
    z-index: 2;
}

    .panel-info h2 {
        margin: 0;
        font-size: 1.667em;
        color: white;
    }


/* Billboard */

.billboard {
    padding: 2.222em 0 1.125em;
    border-top: 1px solid #782f40;
}

    .billboard blockquote {
        margin: 0;
        text-transform: uppercase;
        font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
        font-size: 2em;
        line-height: 1.056em;
    }

    .billboard h5 {
        font-family: "CopperplateLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
        font-size: 1.125em;
    }

    .billboard blockquote,
    .billboard h5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.billboard-logo {
    display: block;
    margin: 1em 0 0;
    width: 140px;
    height: 100px;
    background-image: url(libs/images/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 48em) {
    .billboard {
        padding: 3.333em 0 2.222em;
    }

        .billboard blockquote {
            font-size: 4.111em;
        }

    .billboard-logo {
        display: inline-block;
        margin: 0 20px -35px;
    }

    .billboard .force-break {
        display: block;
    }

    .billboard .img-bottom {
        position: absolute;
        right: 1em;
        bottom: 1em;
    }
}


/* Stories */

.episode-story, aside[role="complementary"] {
    margin: 2.222em 0;
}

@media (min-width: 48em) {
    .episode-story, aside[role="complementary"] {
        margin: 3.333em 0;
    }

        .episode-story p {
            font-size: 1.111em;
            line-height: 1.5em;
        }
}

.episode-story hr {
    border-color: #ededed;
    width: 100%;
    margin: 2em 0;
}

aside[role="complementary"] {
    padding: 2.222em 0;
    border-top: 1px solid #ededed;
}

    aside[role="complementary"] h2 {
        font-size: 1em;
    }


/* Gallery Panel */

.gallery-row {
    padding: 2em 0;
    background-color: #ededed;
}

    .gallery-row ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* New 5 column layout for gallery images */
    .gallery-row li {
        display: block;
        float: left;
        width: 100%;
    }

@media (min-width: 600px) {
    .gallery-row {
        padding: 10em 0;
    }

        .gallery-row li {
            width: 18.4%;
        }

            .gallery-row li + li {
                margin-left: 2%;
            }
}

.gallery-row img {
    margin: 0.5em 0;
    width: 100%;
}

.gallery-panel {
    margin: 1.667em 0;
}

.gallery-image {
    display: block;
    margin: 0.5em 0;
    overflow: hidden;
}

.gallery-panel a {
    position: relative;
    display: block;
}

    .gallery-panel a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.3);
        height: 100%;
        -webkit-transition: -webkit-opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        z-index: 2;
    }

    .gallery-panel a:hover:before {
        opacity: 0;
    }

.gallery-panel img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.gallery-panel a:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




/**
 * Icons
 */

/*
 * Fix stupid IE's total lack of inline svg support.
 */
img[src*="icon-bottle.svg"],
x::-ms-reveal {
    max-width: 20px;
}


.inherit {
    color: inherit;
    text-decoration: none;
}

    .inherit.push {
        margin-right: 2em;
    }

    .inherit.pull {
        margin-left: 1em;
    }

.section-icon {
    color: inherit;
    font-size: 1.111em;
    margin: 1.197em 0; /*3.334em;*/
    background-position: center top;
    background-repeat: no-repeat;
}

.icon-beer {
    background-image: url(libs/images/icon-beer.svg);
    background-size: 32px 63px;
    padding-top: 86px;
}

.icon-beer-alt {
    background-image: url(libs/images/icon-beer-alt.svg);
}

.icon-question {
    background-image: url(libs/images/icon-question.svg);
    background-size: 49px 49px;
    background-position: center 12px;
    padding-top: 87px;
}

.icon-clock {
    background-image: url(libs/images/icon-clock.svg);
    background-size: 49px 49px;
    background-position: center 12px;
    padding-top: 87px;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social li {
        display: inline-block;
    }

.icon-roundal {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 0;
    text-indent: -9999px;
    background-color: #540223;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .icon-roundal:hover {
        background-color: #742d3f;
    }

.twitter-icon {
    background-image: url(libs/images/fallbacks/twitter-icon-white.png);
    background-image: url(libs/images/twitter-icon-white.svg), none;
}

.twitter-icon-alt {
    background-image: url(libs/images/fallbacks/icon-twitter.png);
    background-image: url(libs/images/icon-twitter.svg), none;
}

.instagram-icon {
    background-image: url(libs/images/fallbacks/instagram-icon-white.png);
    background-image: url(libs/images/instagram-icon-white.svg), none;
}

.instagram-icon-alt {
    background-image: url(libs/images/fallbacks/icon-instagram.png);
    background-image: url(libs/images/icon-instagram.svg), none;
}

.facebook-icon {
    background-image: url(libs/images/fallbacks/icon-facebook-white.png);
    background-image: url(libs/images/icon-facebook-white.svg), none;
}

.facebook-icon-alt {
    background-image: url(libs/images/fallbacks/icon-facebook.png);
    background-image: url(libs/images/icon-facebook.svg), none;
}

.icon-twitter {
    position: fixed;
    right: 2em;
    top: 10px;
    height: 33px;
    padding-left: 2em;
    display: inline-block;
    background-image: url(libs/images/icon-twitter.svg);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 33px;
}

.icon-twitter-footer {
    position: static;
    background-image: url(libs/images/icon-twitter-alt.svg);
    padding-left: 0;
    width: 33px;
}

#nav a.social-icons-mobile {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    line-height: 0;
    content: "";
    width: 36px;
    margin-left: 1em;
}

#nav ul:last-child li {
    display: inline-block;
    width: 33px;
    margin: 0 1em 0 0;
    padding: .2em 0;
}

    #nav ul:last-child li:first-child {
        border-top: #e9e9e9 1px solid;
        display: block;
        width: auto;
        text-transform: uppercase;
        font-family: CopperplateLight, 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
        margin: 0 1em;
        padding-top: .5em;
    }

#twitter-mobile {
    background-image: url(libs/images/icon-twitter.svg);
}

#instagram-mobile {
    background-image: url(libs/images/icon-instagram.svg);
}

.icon-instagram {
    position: fixed;
    right: 0.5em;
    top: 6px;
    height: 33px;
    padding-left: 3em;
    display: inline-block;
    background-image: url(libs/images/icon-instagram.svg);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 33px;
}

footer[role="contentinfo"] .icon-twitter-alt + h5 {
    margin-top: .5em;
}

/**
 * Carousel
 */

.carousel {
    border: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
}

    .carousel :active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -ms-grabbing;
    }

    .carousel > figure:focus,
    .carousel > figure:focus:before {
        outline: none;
    }

.carousel-control {
    background-image: url(libs/images/arrow-forward.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    width: 200px;
    font-size: 1.111em;
    font-family: "BenguiatRegular";
    font-weight: normal;
    top: 400px;
    text-align: left;
    padding-left: 1em;
}

    .carousel-control.back {
        background-image: url(libs/images/arrow-back.svg);
        background-position: 5% center;
        text-align: right;
        padding-left: 0;
        padding-right: 1em;
    }

    .carousel-control.in-the-know {
        width: 44px;
        height: 44px;
        background-color: transparent !important;
        background-position: center center;
        border: transparent;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

.carousel > figure figure {
    margin-top: 3em;
}

/**
 * Interrupt
 */

.interrupt .allowed {
    display: none !important;
}

.blocker {
    display: none;
}

.interrupt .blocker {
    display: block;
}

.blocker hr {
    margin-left: 0;
}

.blocker button {
    width: 100%;
}

.blocker img {
    position: relative;
    margin-top: -180px;
}

/*============================================*\
    Buttons
\*============================================*/

button, .carousel-control {
    text-transform: uppercase;
    font-size: 1.056em;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

button {
    color: #fff;
    background-color: #530223;
    border-color: #530223;
}

    button:hover {
        color: #fff;
        background-color: #530223;
        border-color: #530223;
        text-decoration: none;
    }

    button:active {
        background-color: #88a9ba;
        border-color: #88a9ba;
    }

.carousel-control,
.carousel-control:focus {
    color: #fff;
    background-color: #782f40;
    border-color: #782f40;
}


    .carousel-control:hover {
        color: #fff;
        background-color: #662836;
        border-color: #662836;
        text-decoration: none;
    }

    .carousel-control:active {
        background-color: #8a364a;
        border-color: #8a364a;
    }

/**
* Blog-section
*/

.blog.blog-preview {
    font-size: 0.9em;
}

.blog-intro {
    color: #6891a8;
}

.article-image {
    margin-top: 1.12em;
}

.blog-header {
    text-align: center;
}

    .blog-header h1, .blog-header h3.font-1 {
        font-size: 2.5em;
    }

.blog-category {
    padding-left: 0;
    text-decoration: none;
}

    .blog-category li {
        list-style: none;
    }

/*.blog-category hr{
    margin:5em 0;
}*/

#blog-category-nav {
    text-align: center;
}

    #blog-category-nav li {
        display: inline-block;
        font-size: 1.2em;
        margin: 0 0.5em;
    }

@media (min-width: 62em) {
    #blog-category-nav li {
        margin: 0 1.75em;
    }
}

#blog-category-nav li a {
    text-decoration: none;
    color: #878787;
}

#blog-category-nav li:hover a,
#blog-category-nav li.active a {
    padding-bottom: 0.5em;
    border-bottom: 0.167em solid #782f40;
    color: #782f40;
}

.blog-date a,
.blog-date {
    font-size: 1em;
    color: #b8ac5c;
    text-decoration: none;
}

.blog-article-Body {
    margin-bottom: 5em;
}

    .blog-article-Body p {
        font-size: 1.1em;
    }

        .blog-article-Body p > img {
            height: auto !important;
        }

    .blog-article-Body a {
        color: #2b404b;
        text-decoration: underline;
    }

    .blog-article-Body figure {
        margin: 3em auto;
        padding: 0;
    }

    .blog-article-Body table {
        border: 1px solid #f1f1f1;
    }

        .blog-article-Body table tr:nth-child(odd) {
            background-color: #f1f1f1;
        }

        .blog-article-Body table tr:first-child {
            background-color: #782f40;
            color: #ffffff;
        }



.blog-navigation hr {
    border-color: #ededed;
    margin: 1.5em auto;
    width: 100%;
}

.blog-navigation a {
    font-size: 0.9em;
    text-decoration: none;
    font-family: CopperplateLight;
}

.media.youtube {
    margin-top: 0.5em;
}



/*============================================*\
    Anniversary page
\*============================================*/

.centosettanta-bg {
    background-image: url(libs/images/backgrounds/centosettanta/centosettanta.jpg);
}

.centosettanta {
    text-align: center;
}

    .centosettanta h2 {
        position: relative;
        color: white;
    }

    .centosettanta .up-next {
        position: relative;
        padding-bottom: 68px;
        font-size: 0.889em;
        color: white;
        z-index: 3;
    }

        .centosettanta .up-next:after {
            content: '';
            position: absolute;
            left: calc(50% - 6px);
            bottom: 0;
            width: 12px;
            height: 48px;
            background-image: url(libs/svg/up-next-arrows.svg);
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .centosettanta .up-next span {
            display: block;
            font-size: 1.25em;
        }

    .centosettanta .button {
        position: relative;
        display: inline-block;
        padding: 10px 30px;
        background-color: white;
        color: #782f40;
        text-decoration: none;
    }

@media (min-width: 48em) {
    .centosettanta h2 {
        font-size: 2.667em;
    }
}

/* Intro/Outro blocks 
 ========================================= */

.centosettanta .intro,
.centosettanta .outro {
    position: relative;
    padding: 30px 0;
    background: radial-gradient(ellipse at center center, #782f40 0px, #782f40 30%, #550023 100%) repeat scroll 0 0;
    color: #fff;
}

    .centosettanta .intro h2 {
        margin-top: 0;
        padding-top: 210px;
        background-image: url(libs/svg/map-outline-sml.svg);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .centosettanta .outro h2 {
        margin-top: 40px;
        padding-top: 40px;
    }

        .centosettanta .outro h2:after {
            content: '';
            position: absolute;
            left: calc(50% - 100px);
            top: 0;
            width: 200px;
            height: 1px;
            background-color: white;
        }

    .centosettanta .outro .competition-entry {
        position: relative;
        margin: 0 0 40px;
        padding-bottom: 40px;
    }

        .centosettanta .outro .competition-entry:after {
            content: '';
            position: absolute;
            left: calc(50% - 100px);
            bottom: 0;
            width: 200px;
            height: 1px;
            background-color: white;
        }

@media (min-width: 48em) {
    .centosettanta .intro,
    .centosettanta .outro {
        padding: 80px 0;
    }

        .centosettanta .intro:after {
            content: '';
            position: absolute;
            left: calc(50% - 1px);
            bottom: 0;
            width: 1px;
            height: 70px;
            background-color: white;
        }

        .centosettanta .intro p {
            font-size: 1.333em;
        }
}

/* Standard content block 
 ========================================= */

.centosettanta .content-block {
    position: relative;
    margin: 0;
    padding: 30px 0;
}

    .centosettanta .content-block .up-next {
        margin-top: 20px;
        padding-top: 38px;
        color: #6891a8;
    }

        .centosettanta .content-block .up-next:after {
            background-position: -13px 0;
        }

@media (min-width: 48em) {
    .centosettanta .content-block {
        padding: 80px 0;
    }

        .centosettanta .content-block:before,
        .centosettanta .content-block:after {
            content: '';
            position: absolute;
            left: calc(50% - 1px);
            width: 1px;
            height: 70px;
            background-color: #540223;
        }

        .centosettanta .content-block:before {
            top: 0;
        }

        .centosettanta .content-block:after {
            bottom: 0;
        }

        .centosettanta .content-block .up-next {
            margin-top: 40px;
            padding-top: 68px;
        }
}

/* Itinerary
 ========================================= */

.itinerary-list {
    padding-bottom: 30px;
    background-image: url(libs/svg/divider.svg);
    background-repeat: repeat-y;
    background-position: center;
}

.itinerary-item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

    .itinerary-item:last-of-type {
        margin-bottom: 0;
    }

    .itinerary-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.75);
    }

.day-one {
    background-image: url(libs/images/backgrounds/centosettanta/day-one.jpg);
}

.itinerary-content {
    position: relative;
    padding: 30px 0 0;
    z-index: 1;
}

    .itinerary-content .container {
        position: relative;
        z-index: 2;
    }

.itinerary-item .day {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    padding-top: 10px;
    background-color: white;
    border-radius: 50%;
    color: #540223;
}

    .itinerary-item .day:after {
        content: '';
        position: absolute;
        left: -6px;
        top: -6px;
        border: 2px solid white;
        width: 102px;
        height: 102px;
        border-radius: 50%;
    }

    .itinerary-item .day p {
        margin: 0;
    }

    .itinerary-item .day span {
        display: block;
        font-size: 2em;
    }

.itinerary-content .feature-bg {
    display: none;
}

@media (min-width: 48em) {

    .itinerary-list {
        padding-bottom: 100px;
    }

    .itinerary-item {
        margin-bottom: 100px;
        padding-bottom: 0;
    }

    .centosettanta .itinerary-item .up-next {
        position: absolute;
        width: 300px;
        left: calc(50% - 150px);
        bottom: 30px;
        text-align: center;
    }

    .itinerary-content {
        padding: 80px 0 300px;
    }

        .itinerary-content:before,
        .itinerary-content:after {
            content: '';
            position: absolute;
            left: calc(50% - 1px);
            width: 1px;
            height: 70px;
            background-color: white;
        }

        .itinerary-content:before {
            top: 0;
        }

        .itinerary-content:after {
            bottom: 190px;
        }

    .itinerary-item .day {
        margin-bottom: 60px;
    }
}

@media (min-width: 62em) {

    .itinerary-list {
        padding-bottom: 250px;
    }

    .itinerary-item {
        margin-bottom: 250px;
    }

    .itinerary-content .feature-bg {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(libs/svg/itinerary-triangle.svg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.25;
        z-index: 1;
    }
}

/* Anniversary nav
 ========================================= */

.centosettanta-nav {
    display: none;
}

@media (min-width: 71em) {
    .centosettanta-nav {
        position: fixed;
        display: block;
        left: 60px;
        top: calc(50% - 181px);
        height: 502px;
        z-index: 10;
    }

        .centosettanta-nav ul {
            position: relative;
            margin: 0;
            padding: 0 0 58px;
            list-style: none;
        }

            .centosettanta-nav ul:after {
                content: '';
                position: absolute;
                left: 2px;
                bottom: 0;
                width: 12px;
                height: 48px;
                background-image: url(libs/svg/up-next-arrows.svg);
                background-position: -26px 0;
                background-repeat: no-repeat;
            }

        .centosettanta-nav li {
            position: relative;
            padding: 0 0 18px 0;
        }

            .centosettanta-nav li:before {
                content: '';
                position: absolute;
                top: 17px;
                left: 8px;
                width: 1px;
                height: 29px;
                background-color: #6891a8;
            }

            .centosettanta-nav li a {
                position: relative;
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #6891a8;
            }

        .centosettanta-nav span {
            opacity: 0;
            margin: 0 0 0 -10px;
            padding: 8px 14px;
            color: white;
            font-size: 0.889em;
            text-decoration: none;
            transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
        }

        .centosettanta-nav a:hover + span {
            opacity: 1;
            margin: 0 0 0 10px;
            background-color: #6891a8;
        }

        /*.centosettanta-nav .active a {
            background-color: white;
        }*/

        .centosettanta-nav .active a:after {
            content: '';
            position: absolute;
            left: -5px;
            top: -5px;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid #6891a8;
        }
}


/* Unique Experiences
 ========================================= */

.unique-experiences {
    margin: 145px 0 0;
    padding: 40px 0;
    background-color: #782f40;
    background-image: url(libs/images/backgrounds/competition-bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
}

    .unique-experiences h1 {
        margin: 0;
        color: white;
        font-size: 60px;
        line-height: 54px;
    }

    .unique-experiences h2 {
        position: relative;
        margin: 5px 0 20px;
        padding-bottom: 20px;
        color: #c0969e;
        font-family: "BenguiatRegular", "Book Antiqua","Palatino Linotype", Palatino, serif;
        font-size: 18px;
        text-transform: uppercase;
    }

        .unique-experiences h2:after {
            content: '';
            position: absolute;
            left: calc(50% - 165px);
            bottom: 0;
            width: 330px;
            height: 1px;
            background-color: #c0969e;
        }

    .unique-experiences p {
        font-size: 20px;
    }

.prize-grid {
    max-width: 520px;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
}

.prize-grid__item {
    display: block;
    padding: 0 10px;
}

.prize-grid__item_logo {
    display: none;
    visibility: hidden;
}

#comp-wrapper .comp-text {
    position: relative;
    bottom: -4px;
    left: 0px;
    visibility: visible;
}


.entry-form {
    max-width: 540px;
    margin: 40px auto;
}

    .entry-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #6891a8;
    }

    .entry-form ::-moz-placeholder { /* Firefox 19+ */
        color: #6891a8;
    }

    .entry-form :-ms-input-placeholder { /* IE 10+ */
        color: #6891a8;
    }

    .entry-form :-moz-placeholder { /* Firefox 18- */
        color: #6891a8;
    }

    .entry-form input {
        padding: 12px;
        color: #6891a8;
    }

        .entry-form input.input--lrg {
            max-width: 70%;
            margin: 20px auto;
            padding: 16px 20px;
            text-align: center;
            font-size: 22px;
        }

.entry-form__submit {
    position: relative;
    padding: 14px 90px 14px 60px;
    background-color: white;
    border: none;
    text-transform: uppercase;
    font-family: "CopperplateLight", "Book Antiqua","Palatino Linotype", Palatino, serif;
    color: #782f40;
}

    .entry-form__submit:hover {
        border: none;
    }

    .entry-form__submit:after {
        content: '';
        position: absolute;
        right: 1px;
        top: 1px;
        height: calc(100% - 2px);
        width: 48px;
        background-color: #876569;
        background-image: url(libs/svg/btn-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

.entry-form > label a {
    color: white;
}

.unique-experiences-footer {
    padding: 0 20px;
}

    .unique-experiences-footer p {
        display: inline-block;
        font-size: 14px;
    }

    .unique-experiences-footer a {
        color: white;
    }

.unique-experiences-logo {
    display: inline-block;
    margin-top: 20px;
    width: 257px;
    height: 66px;
    background-image: url(libs/images/competition-footer-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 599px) {
    .prize-grid__item {
        display: none;
    }

    .prize-grid__item_logo {
        display: block;
        visibility: visible;
    }
}

@media screen and (min-width: 600px) {
    .unique-experiences p {
        margin: 0;
    }

    .prize-grid__item {
        float: left;
        width: 33.33%;
    }
}

@media screen and (min-width: 768px) {
    .unique-experiences {
        margin: 0;
        padding-top: 225px;
    }

        .unique-experiences h1 {
            font-size: 86px;
            line-height: 64px;
        }

        .unique-experiences h2 {
            margin-bottom: 40px;
            padding-bottom: 40px;
            font-size: 22px;
        }

    .unique-experiences-footer {
        text-align: left;
    }

        .unique-experiences-footer p {
            margin: 40px 0 0;
        }

    .unique-experiences-logo {
        float: right;
        margin-top: 0;
        width: 321px;
        height: 82px;
    }
}


/* New helper classes
 ========================================= */

.img-responsive {
    width: 100%;
}


/* Cookie tool CSS
 ========================================= */

body a#CybotCookiebotDialogBodyButtonAccept, body a#CybotCookiebotDialogBodyButtonAccept:hover {
    padding: 8px 12px;
    font-size: 16px;
    border: 0;
    color: white !important;
    font-weight: normal;
}


body #CybotCookiebotDialog {
    background: rgba(0, 0, 0, 0.8);
}


body #CybotCookiebotDialogBody {
    padding: 20px 10px;
    max-width: 1000px;
}


body #CybotCookiebotDialogBodyContentText p {
    padding-bottom: 0;
}


body #CybotCookiebotDialogDetail {
    background: transparent;
    padding: 20px 10px;
}


body #CybotCookiebotDialogDetailBody {
    max-width: 1000px;
}


body #CybotCookiebotDialogDetailBodyContentTabs {
    display: none;
}


body #CybotCookiebotDialogDetailFooter {
    display: none;
}

/* Dine with Menabrea */
ul.restaurants {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.restaurants h3 {
    min-height: 50px;
    margin: 0;
    font-size: 1.65rem;
}

.restaurants a {
    text-decoration: none;
}

.restaurants .city-name {
    text-transform: uppercase;
    color: #782f40;
    font-size: 1rem;
    letter-spacing: 0.12em;
}

.restaurants a .chef-name {
    color: #6891a8;
    font-size: 1rem;
	margin-bottom: 20px;
}

.restaurants .panel-info {
    position: static !important;
}

.restaurant-gallery img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .restaurants h3, .restaurants .chef-name, .restaurants .city-name {
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    .restaurants .city-name {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 992px) {
    .restaurants h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .restaurants h3 {
        font-size: 1.4rem;
    }

    .restaurants img {
        width: 100%;
    }

    .restaurants .city-name {
        font-size: 0.8rem;
    }

    .restaurants .chef-name {
        font-size: 18px;
    }
}

@media screen and (min-width: 600px) {
    .restaurant-gallery.gallery-row {
        padding: 2em 0;
    }
}