@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    list-style: none;
    margin-left: -24px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.row--gutterless {
    margin-left: 0
}

.row.row--halfgutter {
    margin-left: -12px
}

.row.row--extragutter {
    margin-left: -36px
}

.col {
    float: left;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row--gutterless .col {
    padding-left: 0
}

.row--halfgutter .col {
    padding-left: 12px
}

.row--extragutter .col {
    padding-left: 36px
}

@media only screen and (min-width:1200px) {
    .col--lg-offset-0 {
        margin-left: 0
    }

    .col--lg-1 {
        width: 8.3333333333%
    }

    .col--lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--lg-2 {
        width: 16.6666666667%
    }

    .col--lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--lg-3 {
        width: 25%
    }

    .col--lg-offset-3 {
        margin-left: 25%
    }

    .col--lg-4 {
        width: 33.3333333333%
    }

    .col--lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--lg-5 {
        width: 41.6666666667%
    }

    .col--lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--lg-6 {
        width: 50%
    }

    .col--lg-offset-6 {
        margin-left: 50%
    }

    .col--lg-7 {
        width: 58.3333333333%
    }

    .col--lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--lg-8 {
        width: 66.6666666667%
    }

    .col--lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--lg-9 {
        width: 75%
    }

    .col--lg-offset-9 {
        margin-left: 75%
    }

    .col--lg-10 {
        width: 83.3333333333%
    }

    .col--lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--lg-11 {
        width: 91.6666666667%
    }

    .col--lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--lg-12 {
        width: 100%
    }

    .col--lg-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .col--md-offset-0 {
        margin-left: 0
    }

    .col--md-1 {
        width: 8.3333333333%
    }

    .col--md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--md-2 {
        width: 16.6666666667%
    }

    .col--md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--md-3 {
        width: 25%
    }

    .col--md-offset-3 {
        margin-left: 25%
    }

    .col--md-4 {
        width: 33.3333333333%
    }

    .col--md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--md-5 {
        width: 41.6666666667%
    }

    .col--md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--md-6 {
        width: 50%
    }

    .col--md-offset-6 {
        margin-left: 50%
    }

    .col--md-7 {
        width: 58.3333333333%
    }

    .col--md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--md-8 {
        width: 66.6666666667%
    }

    .col--md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--md-9 {
        width: 75%
    }

    .col--md-offset-9 {
        margin-left: 75%
    }

    .col--md-10 {
        width: 83.3333333333%
    }

    .col--md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--md-11 {
        width: 91.6666666667%
    }

    .col--md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--md-12 {
        width: 100%
    }

    .col--md-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width:767px) {
    .col--sm-offset-0 {
        margin-left: 0
    }

    .col--sm-1 {
        width: 8.3333333333%
    }

    .col--sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--sm-2 {
        width: 16.6666666667%
    }

    .col--sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--sm-3 {
        width: 25%
    }

    .col--sm-offset-3 {
        margin-left: 25%
    }

    .col--sm-4 {
        width: 33.3333333333%
    }

    .col--sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--sm-5 {
        width: 41.6666666667%
    }

    .col--sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--sm-6 {
        width: 50%
    }

    .col--sm-offset-6 {
        margin-left: 50%
    }

    .col--sm-7 {
        width: 58.3333333333%
    }

    .col--sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--sm-8 {
        width: 66.6666666667%
    }

    .col--sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--sm-9 {
        width: 75%
    }

    .col--sm-offset-9 {
        margin-left: 75%
    }

    .col--sm-10 {
        width: 83.3333333333%
    }

    .col--sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--sm-11 {
        width: 91.6666666667%
    }

    .col--sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--sm-12 {
        width: 100%
    }

    .col--sm-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width:480px) {
    .col--xs-offset-0 {
        margin-left: 0
    }

    .col--xs-1 {
        width: 8.3333333333%
    }

    .col--xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col--xs-2 {
        width: 16.6666666667%
    }

    .col--xs-offset-2 {
        margin-left: 16.6666666667%
    }

    .col--xs-3 {
        width: 25%
    }

    .col--xs-offset-3 {
        margin-left: 25%
    }

    .col--xs-4 {
        width: 33.3333333333%
    }

    .col--xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .col--xs-5 {
        width: 41.6666666667%
    }

    .col--xs-offset-5 {
        margin-left: 41.6666666667%
    }

    .col--xs-6 {
        width: 50%
    }

    .col--xs-offset-6 {
        margin-left: 50%
    }

    .col--xs-7 {
        width: 58.3333333333%
    }

    .col--xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .col--xs-8 {
        width: 66.6666666667%
    }

    .col--xs-offset-8 {
        margin-left: 66.6666666667%
    }

    .col--xs-9 {
        width: 75%
    }

    .col--xs-offset-9 {
        margin-left: 75%
    }

    .col--xs-10 {
        width: 83.3333333333%
    }

    .col--xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .col--xs-11 {
        width: 91.6666666667%
    }

    .col--xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .col--xs-12 {
        width: 100%
    }

    .col--xs-offset-12 {
        margin-left: 100%
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.form--newsletter .select2-container .select2-selection--single,
.form--xmas .select2-container .select2-selection--single {
    height: 35px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #afafaf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block;
    font-size: 14px;
    font-size: .875rem
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #b3885a;
    border: 0;
    border-radius: 0
}

.form--newsletter .select2-container--default .select2-selection--single,
.form--xmas .select2-container--default .select2-selection--single  {
    background-color: #fff;
    border: 1px solid #b3885a
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-size: .8125rem
}

.form--newsletter .select2-container--default .select2-selection--single .select2-selection__rendered,
.form--xmas .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    color: #2b2b2b
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    font-size: 13px;
    font-size: .8125rem
}

.form--newsletter .select2-container--default .select2-selection--single .select2-selection__placeholder,
.form--xmas .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b3885a;
    text-transform: uppercase
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    border-left: 1px solid #fff
}

.form--newsletter .select2-container--default .select2-selection--single .select2-selection__arrow,
.form--xmas .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px;
    height: 35px;
    border-color: #b3885a
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    line-height: 30px;
    text-align: center;
    display: block
}

.form--newsletter .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form--xmas .select2-container--default .select2-selection--single .select2-selection__arrow b {
    line-height: 35px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

.form--newsletter .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.form--xmas .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    color: #b3885a
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: 0;
    background-image: -o-linear-gradient(top, #fff 50%, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -o-linear-gradient(top, #eee 50%, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff
}

.lb-outerContainer:after,
.lb-outerContainer:before {
    content: " ";
    display: table
}

.lb-outerContainer:after {
    clear: both
}

.lb-container>.nav {
    left: 0
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-nav .lb-next,
.lb-nav .lb-prev {
    position: relative;
    width: 50%;
    height: 100%;
    cursor: pointer;
    display: block;
    color: #fff
}

.lb-nav .lb-next:hover,
.lb-nav .lb-prev:hover {
    text-decoration: none
}

.lb-nav .lb-next:before,
.lb-nav .lb-prev:before {
    font-family: FontAwesome;
    font-size: 80px;
    font-size: 5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lb-nav .lb-prev {
    left: 0;
    float: left
}

.lb-nav .lb-prev:before {
    content: "\f104";
    left: 15%
}

.lb-nav .lb-next {
    right: 0;
    float: right
}

.lb-nav .lb-next:before {
    content: "\f105";
    right: 15%
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after,
.lb-dataContainer:before {
    content: " ";
    display: table
}

.lb-dataContainer:after {
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-close {
    position: absolute;
    top: 0;
    right: 48px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/lightbox-close.png) 100% 0 no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

* {
    background-color: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 0
}

html {
    background-color: #fff;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

button,
input,
select,
textarea {
    color: inherit;
    display: inline-block
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td,
table th {
    text-align: left
}

.sr-only {
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

@media only screen and (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
}

@media only screen and (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .visible-sm {
        display: block !important
    }
}

@media only screen and (max-width:767px) {
    .hidden-sm {
        display: none !important
    }
}

@media only screen and (max-width:480px) {
    .visible-xs {
        display: block !important
    }
}

@media only screen and (max-width:480px) {
    .hidden-xs {
        display: none !important
    }
}

.alignleft,
.float-left {
    float: left
}

img .alignleft,
img .float-left {
    margin-right: 24px
}

.alignright,
.float-right {
    float: right
}

img .alignright,
img .float-right {
    margin-left: 24px
}

.aligncenter,
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img .aligncenter,
img .float-center {
    margin-bottom: 24px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.align-text-left {
    text-align: left
}

.align-text-right {
    text-align: right
}

.align-text-center {
    text-align: center
}

.visible-on-mobile {
    display: none !important
}

@media screen and (max-width:480px) {
    .visible-on-mobile {
        display: block !important
    }
}

.visible-on-tablet {
    display: none !important
}

@media screen and (max-width:768px) {
    .visible-on-tablet {
        display: block !important
    }
}

@media screen and (max-width:480px) {
    .visible-on-tablet {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .visible-on-desktop {
        display: none !important
    }
}

html.ie8 {
    height: 100%
}

body {
    color: #2b2b2b;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.5;
    -webkit-text-size-adjust: none
}

.ie8 body {
    height: 100%
}

address,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
    margin-bottom: 24px
}

a {
    color: #b3885a;
    text-decoration: none
}

a:hover {
    color: #2b2b2b;
    text-decoration: underline
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

hr {
    background-color: #2b2b2b;
    height: 1px
}

@media screen and (max-width:480px) {
    .hide-on-mobile {
        display: none
    }
}

@font-face {
    font-family: Heartwell;
    src: url(fonts/heartwell_italic-webfont.eot);
    src: url(fonts/heartwell_italic-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/heartwell_italic-webfont.woff2) format("woff2"), url(fonts/heartwell_italic-webfont.woff) format("woff"), url(fonts/heartwell_italic-webfont.ttf) format("truetype"), url(fonts/heartwell_italic-webfont.svg#heartwell_italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Heartwell;
    src: url(fonts/heartwell-webfont.eot);
    src: url(fonts/heartwell-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/heartwell-webfont.woff2) format("woff2"), url(fonts/heartwell-webfont.woff) format("woff"), url(fonts/heartwell-webfont.ttf) format("truetype"), url(fonts/heartwell-webfont.svg#heartwellregular) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%;
    vertical-align: top
}

img[height],
img[width] {
    max-width: none
}

.gallery .gallery__item .gallery__item__image,
.hero .hero__cta img,
.is-fluid,
.member .member__image,
.post--excerpt .post__thumbnail,
.post--intro .post__thumbnail,
.pub--excerpt .pub__thumbnail,
.pub--logo .pub__logo,
.team .team__image img {
    display: block;
    width: 100%;
    height: auto
}

:focus {
    outline: 0
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #B3885A;
    border-radius: 0;
    color: #2b2b2b;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    width: 100%;
    font-size: 14px;
    font-size: .875rem
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-size: .8125rem;
    color: #2b2b2b
}

input:-moz-placeholder,
input::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 13px;
    font-size: .8125rem;
    color: #2b2b2b
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 13px;
    font-size: .8125rem;
    color: #2b2b2b
}

input[type=checkbox],
input[type=radio] {
    background: transparent;
    border: 0;
    line-height: normal;
    height: auto;
    width: auto
}

input[type=file] {
    line-height: normal;
    height: auto;
    padding: 6px 12px
}

input[type=submit] {
    border-radius: 0
}

input[disabled] {
    background-color: #f5f5f5;
    cursor: not-allowed
}

select {
    line-height: normal;
    padding: 0;
    padding-left: 12px
}

textarea {
    min-height: 96px;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

label.error {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    margin-top: 6px
}

.form--inline .form__actions,
.form--inline .form__group {
    display: inline-block
}

.checkbox,
.radio {
    display: block;
    padding-left: 24px
}

.checkbox.inline,
.radio.inline {
    display: inline-block
}

.checkbox>input,
.radio>input {
    float: left;
    margin-left: -24px;
    margin-top: 4px
}

.form__group {
    display: block;
    margin-bottom: 24px
}

.form__label {
    display: block;
    margin-bottom: 12px
}

.form--search {
    position: relative
}

.form--search input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #2b2b2b;
    padding: 12px 0
}

.form--search input::-webkit-input-placeholder {
    text-transform: uppercase
}

.form--search input:-moz-placeholder,
.form--search input::-moz-placeholder {
    text-transform: uppercase
}

.form--search input:-ms-input-placeholder {
    text-transform: uppercase
}

.form--search button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px
}

.form--map {
    margin-bottom: 36px
}

.form--map:after,
.form--map:before {
    content: " ";
    display: table
}

.form--map:after {
    clear: both
}

.form--map .form__group {
    width: 250px;
    margin-right: 24px;
    margin-bottom: 0;
    float: left
}

.form--map .form__group:after,
.form--map .form__group:before {
    content: " ";
    display: table
}

.form--map .form__group:after {
    clear: both
}

@media screen and (max-width:768px) {
    .form--map .form__group {
        width: 30%;
        margin-right: 12px
    }
}

@media screen and (max-width:480px) {
    .form--map .form__group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px
    }
}

.form--map .form__group.form__group--postcode {
    border: 1px solid #afafaf
}

@media screen and (max-width:768px) {
    .form--map .form__group.form__group--geolocation {
        width: 20%
    }
}

@media screen and (max-width:480px) {
    .form--map .form__group.form__group--geolocation {
        width: 50%;
        text-align: center
    }
}

.form--map .form__group .form__group__input {
    float: left;
    width: 66.6666%;
    border: 0
}

.form--map .form__group .form__group__submit {
    width: 33.3333%;
    line-height: 30px;
    background-color: #b3885a;
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    float: right
}

.form--map .form__group a {
    font-size: 14px;
    font-size: .875rem;
    color: #2b2b2b;
    line-height: 30px
}

.form--map .form__group a img {
    margin-left: 6px
}

.form--map .form__group a:hover {
    text-decoration: none
}

.form--map .form__actions {
    float: right;
    font-size: 14px;
    font-size: .875rem
}

@media screen and (max-width:480px) {
    .form--map .form__actions {
        width: 50%;
        text-align: center
    }
}

.form--map .form__actions a {
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 30px
}

.form--map .form__actions a:hover {
    text-decoration: none;
    color: #b3885a
}

.form--newsletter .form__group,
.form--xmas .form__group {
    margin-bottom: 16px
}

.form--newsletter .form__group input,
.form--xmas .form__group input {
    border: 0;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .3);
    color: #fff;
    text-align: center;
    height: 35px
}

.form--newsletter .form__group input::-webkit-input-placeholder,
.form--xmas .form__group input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.form--newsletter .form__group input:-moz-placeholder,
.form--newsletter .form__group input::-moz-placeholder,
.form--xmas .form__group input:-moz-placeholder,
.form--xmas .form__group input::-moz-placeholder {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.form--newsletter .form__group input:-ms-input-placeholder,
.form--xmas .form__group input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.form--newsletter .form__actions,
.form--xmas .form__actions {
    margin-top: 24px
}

.form--newsletter .form__actions button
.form--newsletter .form__actions .btn,
.form--xmas .form__actions button
.form--xmas .form__actions .btn {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-size: .875rem
}

.form--newsletter .form__actions button:hover
.form--newsletter .form__actions .btn:hover,
.form--xmas .form__actions button:hover
.form--xmas .form__actions .btn:hover  {
    text-decoration: none
}

ol,
ul {
    margin-left: 24px
}

li>ol,
li>ul {
    margin-bottom: 0
}

.contacts ul,
.list,
.list--buttons>li>.list__child,
.list--parent li .list__child,
.list--parent li .list__child .list__child__grandchild,
.pub--excerpt .pub__ctas {
    list-style: none;
    margin-left: 0
}

.contacts ul li.current,
.list--buttons>li>.list__child li.current,
.list--parent li .list__child li.current,
.list li.current,
.pub--excerpt .pub__ctas li.current {
    font-weight: 700;
    text-decoration: underline
}

.contacts ul li a,
.list--buttons>li>.list__child li a,
.list--parent li .list__child .list__child__grandchild li a,
.list--parent li .list__child li a,
.list li a,
.pub--excerpt .pub__ctas li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.list--inline li,
.list--socials li {
    display: inline-block;
    margin: 0 12px
}

.list--pipe li {
    margin: 0 9.6px 0 0
}

@media screen and (max-width:480px) {
    .list--pipe li {
        margin: 0 5.3333333333px 0 0
    }
}

.list--pipe li:after {
    content: "|";
    margin-left: 12px
}

@media screen and (max-width:480px) {
    .list--pipe li:after {
        margin-left: 6px
    }
}

.list--pipe li:last-child:after {
    content: none
}

.list--categories {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase
}

.list--categories li {
    margin: 0 24px;
    display: inline-block
}

.list--categories li a {
    color: #2b2b2b
}

.list--categories li a.is-current {
    font-weight: 700;
    text-decoration: underline
}

.list--logos {
    text-align: center;
    margin: 0
}

@media screen and (max-width:480px) {
    .list--logos {
        margin-bottom: -12px
    }
}

.list--logos li {
    display: inline-block;
    margin: 0 12px
}

@media screen and (max-width:480px) {
    .list--logos li {
        margin-bottom: 12px
    }
}

.list--logos li img {
    height: 30px;
    width: auto
}

.list--parent li a {
    position: relative
}

.list--parent li a .fa {
    position: absolute;
    right: -12px;
    top: 1px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.list--parent li a.is-active .fa {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list--parent li .list__child {
    display: none;
    text-transform: none;
    line-height: 1.8;
    font-size: 15px;
    font-size: .9375rem
}

.list--parent li .list__child a {
    color: #b3885a !important
}

.list--parent li .list__child .list__child__grandchild {
    display: none
}

.list--menus {
    text-align: center;
    margin-bottom: 0
}

.list--menus li a {
    background-color: #fff;
    color: #b3885a;
    text-transform: uppercase;
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    padding: 8px 24px 2.4px;
    opacity: 1;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s
}

.list--menus li a:hover {
    text-decoration: none;
    background-color: #efe8de
}

.list--buttons {
    margin-bottom: 0
}

.list--buttons>li {
    border-left: 1px solid #fff;
    margin-left: -4px;
    display: inline-block;
    position: relative
}

.list--buttons>li>a {
    padding: 0 30px;
    line-height: 48px;
    display: block;
    -webkit-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s
}

.list--buttons>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #b3885a
}

.list--buttons>li>.list__child {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid #b3885a;
    border-right: 0;
    background-color: #fff;
    padding: 12px 0;
    white-space: nowrap;
    font-weight: 600;
    -webkit-box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, .25)
}

.list--buttons>li>.list__child li a {
    padding: 0 28px 0 30px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 2;
    display: block;
    color: #b3885a;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s
}

.list--buttons>li>.list__child li a:hover {
    text-decoration: none;
    background-color: #efe8de
}

.list--comma-separated {
    margin-bottom: 0;
    display: inline-block
}

.list--comma-separated li {
    display: inline
}

.list--comma-separated li:after {
    content: ", "
}

.list--comma-separated li:last-child:after {
    content: none
}

.list--socials {
    margin-bottom: 0
}

.list--socials li {
    margin: 0 6px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #b3885a;
    text-align: center
}

h1 {
    font-size: 41px;
    font-size: 2.5625rem;
    letter-spacing: 3px
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1.5px
}

h2 span {
    color: #2b2b2b
}

p {
    line-height: 1.6
}

small {
    font-size: .75em
}

.strong,
strong {
    font-weight: 700
}

.blockquote {
    font-family: Heartwell, Brush Script MT, cursive;
    color: #b3885a;
    font-size: 44px;
    font-size: 2.75rem;
    text-align: center
}

@media screen and (max-width:768px) {
    .blockquote {
        font-size: 32px;
        font-size: 2rem
    }
}

@media screen and (max-width:480px) {
    .blockquote {
        font-size: 16px;
        font-size: 1rem;
        text-align: left
    }
}

.blockquote p {
    padding: 0 48px;
    margin-bottom: 0;
    line-height: 1.2;
    margin-bottom: 12px
}

@media screen and (max-width:480px) {
    .blockquote p {
        padding: 0
    }
}

.blockquote .blockquote__author {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .blockquote .blockquote__author {
        font-size: 14px;
        font-size: .875rem
    }
}

.blockquote .blockquote__author:before {
    content: "- "
}

.main {
    display: block
}

.pub-page .main.main--blog,
.pub-page .main.main--book-now {
    padding-top: 95px
}

@media screen and (max-width:480px) {

    .pub-page .main.main--blog,
    .pub-page .main.main--book-now {
        padding-top: 124px
    }
}

.pub-page .main.main--pub {
    padding-top: 47px
}

@media screen and (max-width:480px) {
    .pub-page .main.main--pub {
        padding-top: 0
    }
}

.the-white-brasserie-page .main.main--404,
.the-white-brasserie-page .main.main--search {
    padding-top: 48px
}

.main--404 {
    height: calc(100vh - 54px - 353px);
    position: relative
}

@media screen and (max-width:480px) {
    .main--404 {
        height: auto
    }
}

.main--404 .main__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 96px 24px;
    text-align: center
}

@media screen and (max-width:480px) {
    .main--404 .main__content {
        position: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0
    }
}

@media screen and (max-width:480px) {
    .main--404 .main__content h1 {
        font-size: 31px;
        font-size: 1.9375rem;
        line-height: 1.2
    }
}

.main--404 .main__content p {
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .main--404 .main__content p {
        display: inline
    }
}

.section {
    padding: 54px 0;
    position: relative
}

.section.section--beige,
.section.section--splited {
    background-color: #efe8de
}

.section.section--shorter {
    padding: 24px 0
}

.section .section__header,
.section .section__heading {
    margin-bottom: 24px
}

.section .section__header .section__header__image {
    max-width: 400px;
    height: auto;
    margin: 24px auto 0;
    display: block
}

@media screen and (max-width:480px) {
    .section .section__header .section__header__image {
        max-width: 90%
    }
}

.section .section__header .section__header__heading {
    margin-top: 24px
}

.section .section__content,
.section .section__intro {
    max-width: 672px;
    width: 100%;
    margin: 0 auto 48px;
    text-align: center;
    line-height: 1.6
}

.section .section__content p:last-child,
.section .section__intro p:last-child {
    margin-bottom: 0
}

.section .section__content p a,
.section .section__intro p a {
    text-decoration: underline;
    font-weight: 700
}

.section .section__content p a:hover,
.section .section__intro p a:hover {
    text-decoration: none
}

.section .section__content.section__content--narrow,
.section .section__content.section__intro--narrow,
.section .section__intro.section__content--narrow,
.section .section__intro.section__intro--narrow {
    max-width: 552px;
    width: 100%
}

.section .section__content.section__content--wider,
.section .section__content.section__intro--wider,
.section .section__intro.section__content--wider,
.section .section__intro.section__intro--wider {
    width: 100%;
    max-width: 100%
}

.section .section__content {
    margin-bottom: 0
}

.section .section__content .section__content__book {
    max-width: 400px;
    height: auto;
    margin-bottom: 24px
}

@media screen and (max-width:480px) {
    .section .section__content .section__content__book {
        max-width: 90%
    }
}

.section .section__content .section__content__amenities {
    color: #b3885a
}

.section .section__content .section__content__amenities strong {
    text-transform: uppercase
}

.section .section__content .section__content__socials {
    margin-top: 24px;
    font-size: 32px;
    font-size: 2rem
}

.section .section__anchor {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    font-size: .875rem
}

.section--article h2 {
    margin-bottom: 16px
}

.section--splited {
    padding: 0;
    height: 400px;
    position: relative
}

.section--splited:after,
.section--splited:before {
    content: " ";
    display: table
}

.section--splited:after {
    clear: both
}

@media screen and (max-width:768px) {
    .section--splited {
        height: auto
    }
}

.section--splited .section__half {
    width: 50%;
    height: 100%;
    float: left;
    position: relative
}

.section--splited .section__half:first-child {
    float: right
}

@media screen and (max-width:768px) {
    .section--splited .section__half:first-child {
        float: none
    }
}

@media screen and (max-width:768px) {
    .section--splited .section__half {
        width: 100%;
        height: auto;
        float: none
    }
}

.section--splited .section__half .section__half__content {
    max-width: 576px;
    padding: 0 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

@media screen and (max-width:768px) {
    .section--splited .section__half .section__half__content {
        position: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin: 0 auto;
        padding: 48px 24px
    }
}

.section--splited .section__half .section__half__content p:last-child {
    margin-bottom: 0
}

.section--splited .section__half .section__half__image {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

@media screen and (max-width:768px) {
    .section--splited .section__half .section__half__image {
        width: 100%;
        height: 250px;
        position: inherit
    }
}

.section--find-your-local,
.section--gallery {
    padding-bottom: 144px
}

.section--find-your-local {
    padding-top: 108px
}

@media screen and (max-width:480px) {
    .section--find-your-local {
        padding-top: 48px
    }
}

.section--find-your-local .section__header {
    position: relative
}

@media screen and (max-width:480px) {
    .section--find-your-local .section__header {
        text-align: center
    }
}

.section--find-your-local .section__header h2 {
    position: relative;
    top: -8px;
    z-index: 0
}

@media screen and (max-width:480px) {
    .section--find-your-local .section__header h2 {
        position: inherit;
        top: 0
    }
}

.section--find-your-local .section__header .btn {
    position: absolute;
    bottom: 0;
    z-index: 10
}

@media screen and (max-width:480px) {
    .section--find-your-local .section__header .btn {
        position: inherit;
        margin-top: 48px
    }
}

.section--the-cork-board .section__header {
    margin-top: -192px
}

.section--the-cork-board .section__header img {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:480px) {
    .section--the-cork-board .section__header img {
        max-width: 90%
    }
}

.section--the-cork-board.section--blog .section__header {
    margin-top: 0
}

.section--gallery .section__header {
    margin-bottom: 48px;
    height: 191px;
    overflow: hidden
}

@media screen and (max-width:480px) {
    .section--gallery .section__header {
        height: 72px;
        margin-bottom: 24px
    }
}

.section--get-in-touch {
    position: relative
}

.section--get-in-touch .section__email {
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: -13.7142857143px;
    display: block
}

.section--team .container {
    position: relative
}

.section--team .container .section__heading {
    display: none
}

@media screen and (max-width:768px) {
    .section--team .container .section__heading {
        display: block
    }
}

.section--team .container .section__appendix {
    position: absolute;
    bottom: -72px;
    left: -48px
}

@media screen and (max-width:1200px) {
    .section--team .container .section__appendix {
        left: 12px;
        width: 130px
    }
}

@media screen and (max-width:768px) {
    .section--team .container .section__appendix {
        display: none
    }
}

.section--pull-up-a-chair {
    padding-bottom: 144px
}

.section--pull-up-a-chair .section__cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section--find-out-more {
    margin-top: 210px
}

@media screen and (max-width:480px) {
    .section--find-out-more {
        padding-top: 110px;
        margin-top: 129px
    }
}

.section--find-out-more .section__header {
    margin-top: -210px;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .section--find-out-more .section__header {
        margin-bottom: 24px
    }
}

.section--find-out-more .section__heading {
    text-align: left;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing: 1px
}

@media screen and (max-width:480px) {
    .section--find-out-more .section__heading {
        text-align: center;
        margin-bottom: 24px
    }
}

.item,
.section--search .section__header {
    margin-bottom: 48px
}

.item {
    padding: 0 36px;
    text-align: center
}

.item .item__header {
    margin-bottom: 24px
}

.no-results,
.results {
    margin-bottom: 48px
}

.header {
    position: absolute;
    top: calc(100% - 48px);
    left: 0;
    width: 100%;
    background-color: #b3885a;
    color: #fff;
    z-index: 5000
}

.header:after,
.header:before {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

@media screen and (max-width:768px) {
    .header {
        position: fixed;
        top: 0
    }
}

.ie8 .header {
    top: 100%;
    margin-top: -48px
}

.pub-page .header {
    top: calc(100% - 95px)
}

@media screen and (max-width:768px) {
    .pub-page .header {
        top: 0 !important;
    }
}

.archive .header,
.blog .header,
.error404 .header,
.header.is-sticky,
.page-template-default .header,
.page-template-template-vouchers .header,
.search .header,
.single .header {
    position: fixed;
    top: 0 !important;
    min-height: 48px;
}

.header .header__ctas,
.header .header__menu,
.header .header__shield {
    float: left
}

.header .header__ctas a,
.header .header__menu a,
.header .header__shield a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8125rem;
}

.header .header__menu {
    width: 37.5%;
    color: #fff;
    padding: 6px 30px;
}

.header .header__menu .header__menu__toggle:hover {
    text-decoration: none
}

.header .header__menu .header__menu__toggle .fa,
.header .header__menu .header__menu__toggle span {
    display: inline-block;
    line-height: 36px
}

.header .header__menu .header__menu__toggle .fa {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 15px;
    vertical-align: top
}

.header .header__shield {
    padding: 6px;
    width: 25%
}

.header .header__shield img {
    display: block;
    margin: 0 auto
}

.header .header__ctas {
    width: 37.5%;
    text-align: right
}

@media screen and (max-width:767px) {
    .header .header__ctas .list--buttons li {
        border: 0
    }
}

@media screen and (max-width:768px) {
    .header .header__ctas .list--buttons li:first-child {
        display: none
    }
}

@media screen and (max-width:768px) {
    .header .header__ctas .list--buttons li a {
        padding: 0 24px;
        text-align: right;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (max-width:480px) {
    .header .header__ctas .list--buttons li a span {
        display: none
    }
}

.navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(35, 35%, 90%, .95);
    z-index: 9999
}

.navigation .navigation__dismiss {
    position: fixed;
    top: 24px;
    left: 24px
}

.navigation .navigation__dismiss:hover {
    text-decoration: none
}

.navigation .navigation__dismiss span {
    text-transform: uppercase;
    font-weight: 600;
    color: #2b2b2b;
    letter-spacing: .5px;
    margin-left: 6px;
    display: inline-block
}

.navigation .navigation__search {
    position: absolute;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 450px
}

@media screen and (max-width:480px) {
    .navigation .navigation__search {
        display: none
    }
}

.navigation .navigation__main {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%)
}

@media screen and (max-width:480px) {
    .navigation .navigation__main {
        width: 90%
    }
}

.navigation .navigation__main .navigation__sections:after,
.navigation .navigation__main .navigation__sections:before {
    content: " ";
    display: table
}

.navigation .navigation__main .navigation__sections:after {
    clear: both
}

.navigation .navigation__main .navigation__sections .navigation__sections__column {
    width: 50%;
    min-height: 225px;
    float: left;
    text-align: center
}

.navigation .navigation__main .navigation__sections .navigation__sections__column.navigation__sections__column--last-type {
    border-left: 2px solid #b3885a
}

.navigation .navigation__main .navigation__sections .navigation__sections__column h6 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 3px
}

.navigation .navigation__main .navigation__sections .navigation__sections__column .list--parent,
.navigation .navigation__main .navigation__sections .navigation__sections__column .nav {
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8;
    margin-bottom: 0
}

.navigation .navigation__main .navigation__sections .navigation__sections__column .list--parent li a,
.navigation .navigation__main .navigation__sections .navigation__sections__column .nav li a {
    color: #2b2b2b
}

.navigation .navigation__main .navigation__logo {
    margin-top: 48px
}

.navigation .navigation__main .navigation__logo img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block
}

.footer .footer__content {
    padding: 24px 0
}

.footer .footer__content:after,
.footer .footer__content:before {
    content: " ";
    display: table
}

.footer .footer__content:after {
    clear: both
}

.footer .footer__content .footer__content__section {
    width: 33.3333%;
    float: left
}

@media screen and (max-width:480px) {
    .footer .footer__content .footer__content__section {
        width: 100%;
        float: none;
        margin-bottom: 36px
    }
}

.footer .footer__content .footer__content__section:first-child {
    text-align: left
}

@media screen and (max-width:480px) {
    .footer .footer__content .footer__content__section:first-child {
        text-align: center
    }
}

.footer .footer__content .footer__content__section:nth-child(2) {
    text-align: center
}

.footer .footer__content .footer__content__section:last-child {
    text-align: right
}

@media screen and (max-width:480px) {
    .footer .footer__content .footer__content__section:last-child {
        margin-bottom: 0;
        text-align: center
    }
}

.footer .footer__content .footer__content__section h3 {
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px
}

@media screen and (max-width:480px) {
    .footer .footer__content .footer__content__section h3 {
        text-align: center
    }
}

.contacts .footer .footer__content .footer__content__section ul li a,
.footer .footer__content .footer__content__section .contacts ul li a,
.footer .footer__content .footer__content__section .list--buttons>li>.list__child li a,
.footer .footer__content .footer__content__section .list--parent li .list__child li a,
.footer .footer__content .footer__content__section .list li a,
.footer .footer__content .footer__content__section .nav li a,
.footer .footer__content .footer__content__section .pub--excerpt .pub__ctas li a,
.list--parent li .footer .footer__content .footer__content__section .list__child li a,
.list--parent li .list__child .footer .footer__content .footer__content__section .list__child__grandchild li a,
.pub--excerpt .footer .footer__content .footer__content__section .pub__ctas li a {
    color: #2b2b2b
}

.contacts .footer .footer__content .footer__content__section ul,
.footer .footer__content .footer__content__section .contacts ul,
.footer .footer__content .footer__content__section .list,
.footer .footer__content .footer__content__section .list--buttons>li>.list__child,
.footer .footer__content .footer__content__section .list--parent li .list__child,
.footer .footer__content .footer__content__section .list--parent li .list__child .list__child__grandchild,
.footer .footer__content .footer__content__section .pub--excerpt .pub__ctas,
.list--parent li .footer .footer__content .footer__content__section .list__child,
.list--parent li .list__child .footer .footer__content .footer__content__section .list__child__grandchild,
.pub--excerpt .footer .footer__content .footer__content__section .pub__ctas {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 0
}

.contacts .footer .footer__content .footer__content__section ul.list--gold,
.footer .footer__content .footer__content__section .contacts ul.list--gold,
.footer .footer__content .footer__content__section .list--buttons>li>.list--gold.list__child,
.footer .footer__content .footer__content__section .list--parent li .list--gold.list__child,
.footer .footer__content .footer__content__section .list--parent li .list__child .list--gold.list__child__grandchild,
.footer .footer__content .footer__content__section .list.list--gold,
.footer .footer__content .footer__content__section .pub--excerpt .list--gold.pub__ctas,
.list--parent li .footer .footer__content .footer__content__section .list--gold.list__child,
.list--parent li .list__child .footer .footer__content .footer__content__section .list--gold.list__child__grandchild,
.pub--excerpt .footer .footer__content .footer__content__section .list--gold.pub__ctas {
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4
}

.contacts .footer .footer__content .footer__content__section ul.list--gold li a,
.footer .footer__content .footer__content__section .contacts ul.list--gold li a,
.footer .footer__content .footer__content__section .list--buttons>li>.list--gold.list__child li a,
.footer .footer__content .footer__content__section .list--parent li .list--gold.list__child li a,
.footer .footer__content .footer__content__section .list--parent li .list__child .list--gold.list__child__grandchild li a,
.footer .footer__content .footer__content__section .list.list--gold li a,
.footer .footer__content .footer__content__section .pub--excerpt .list--gold.pub__ctas li a,
.list--parent li .footer .footer__content .footer__content__section .list--gold.list__child li a,
.list--parent li .list__child .footer .footer__content .footer__content__section .list--gold.list__child__grandchild li a,
.pub--excerpt .footer .footer__content .footer__content__section .list--gold.pub__ctas li a {
    color: #b3885a
}

.footer .footer__content .footer__content__section .footer__shield {
    width: 50px;
    margin-top: 24px;
    margin-bottom: 12px
}

@media screen and (max-width:480px) {
    .footer .footer__content .footer__content__section .footer__shield {
        margin-top: 0
    }
}

.footer .footer__copyright {
    padding: 6px 0;
    background-color: #b3885a;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem
}

.footer .footer__copyright:after,
.footer .footer__copyright:before {
    content: " ";
    display: table
}

.footer .footer__copyright:after {
    clear: both
}

.footer .footer__copyright p {
    margin-bottom: 0;
}

@media screen and (max-width:480px) {
    .footer .footer__copyright p {
        width: 100%;
        float: none;
        text-align: center
    }
}

.footer .footer__copyright p:last-child {
    text-align: right
}

@media screen and (max-width:480px) {
    .footer .footer__copyright p:last-child {
        text-align: center;
        width: 250px;
        margin: 3px auto 0
    }
}

.footer .footer__copyright p a {
    color: #fff
}

.posts--masonry {
    margin-left: -36px
}

.posts--masonry:after,
.posts--masonry:before {
    content: " ";
    display: table
}

.posts--masonry:after {
    clear: both
}

@media screen and (max-width:480px) {
    .posts--masonry {
        margin-left: 0
    }
}

.post--cta,
.post--intro {
    float: left;
    width: calc(33.3333% - 36px);
    height: 430px;
    margin-left: 36px;
    margin-bottom: 36px
}

.ie8 .post--cta,
.ie8 .post--intro {
    width: 31.3333%;
    margin-left: 2%
}

@media screen and (max-width:768px) {

    .post--cta,
    .post--intro {
        width: calc(50% - 36px)
    }
}

@media screen and (max-width:480px) {

    .post--cta,
    .post--intro {
        width: 100%;
        height: auto;
        margin-left: 0
    }
}

.post--cta:nth-child(6n+1),
.post--intro:nth-child(6n+1) {
    width: calc(66.6666% - 36px)
}

.ie8 .post--cta:nth-child(6n+1),
.ie8 .post--intro:nth-child(6n+1) {
    width: 64.6666%
}

@media screen and (max-width:768px) {

    .post--cta:nth-child(6n+1),
    .post--intro:nth-child(6n+1) {
        width: calc(50% - 36px)
    }
}

@media screen and (max-width:480px) {

    .post--cta:nth-child(6n+1),
    .post--intro:nth-child(6n+1) {
        width: 100%
    }
}

.post--intro {
    text-align: center
}

.post--intro a:hover {
    text-decoration: none
}

.post--intro .post__thumbnail {
    margin-bottom: 12px
}

.post--intro .post__date {
    color: #b3885a;
    display: block;
    margin-bottom: 4px
}

.post--intro .post__title {
    font-weight: 700;
    text-transform: inherit;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0 24px;
    margin-bottom: 0
}

.post--cta.post--cta--christmas,
.post--cta.post--cta--newsletter {
    background-color: #b3885a;
    color: #fff;
}

.pa-xmas-form .post--cta.post--cta--newsletter {
    margin: 0 auto;
    float: none;
}

.post--cta.post--cta--christmas {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    text-align: center;
    position: relative
}

@media screen and (max-width:480px) {
    .post--cta.post--cta--christmas {
        height: 430px
    }
}

.post--cta.post--cta--christmas .post__content {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.post--cta.post--cta--christmas .post__content p {
    color: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif
}

.post--cta.post--cta--team {
    overflow: hidden
}

.post--cta.post--cta--newsletter {
    padding: 24px;
    text-align: center;
    min-height: 430px;
    height: auto
}

.post--cta.post--cta--newsletter hgroup h4,
.post--cta.post--cta--newsletter hgroup h5 {
    color: #fff;
    font-weight: 600
}

.post--cta.post--cta--newsletter hgroup h4 {
    font-size: 21px;
    font-size: 1.3125rem
}

.post--cta.post--cta--newsletter hgroup h5 {
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: .5px;
    text-transform: inherit
}

.post--cta.post--cta--newsletter hgroup hr {
    width: 50px;
    background: #fff;
    margin: 0 auto 9.6px
}

@media screen and (max-width:480px) {
    .post--excerpt {
        margin-bottom: 24px
    }
}

@media screen and (max-width:480px) {
    .col:last-child .post--excerpt {
        margin-bottom: 0
    }
}

.post--excerpt a {
    color: #b3885a
}

.post--excerpt a:hover {
    text-decoration: none
}

.post--excerpt .post__thumbnail {
    margin-bottom: 12px
}

.post--excerpt .post__title {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2
}

.post--excerpt .post__date {
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem;
    color: #2b2b2b
}

.post--landscape {
    margin-bottom: 24px;
    position: relative
}

.post--landscape:after,
.post--landscape:before {
    content: " ";
    display: table
}

.post--landscape:after {
    clear: both
}

.post--landscape .post__copy,
.post--landscape .post__thumbnail {
    float: left
}

.post--landscape .post__thumbnail {
    width: 33.3333%;
    height: auto
}

@media screen and (max-width:480px) {
    .post--landscape .post__thumbnail {
        width: 100%;
        margin-bottom: 12px
    }
}

.post--landscape .post__copy {
    width: 66.6666%;
    text-align: left;
    padding-left: 24px
}

@media screen and (max-width:480px) {
    .post--landscape .post__copy {
        width: 100%;
        padding-left: 0
    }
}

.post--landscape .post__copy a:hover {
    text-decoration: none
}

.post--landscape .post__copy .post__title {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

.post--landscape .post__copy .post__date {
    margin-bottom: 12px;
    display: block;
    color: #afafaf;
    font-size: 14px;
    font-size: .875rem
}

.post--landscape .post__copy p {
    margin-bottom: 12px
}

.post--landscape .post__copy .post__permalink {
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    bottom: 0;
    right: 0
}

.hero {
    position: relative;
    height: 100vh;
    color: #fff
}

.ie8 .hero {
    height: 100%
}

.the-white-brasserie-page .hero {
    padding-top: 48px
}

.pub-page .hero {
    padding-top: 95px
}

@media screen and (max-width:480px) {
    .pub-page .hero {
        padding-top: 124px
    }
}

.pub-page .hero.hero--pub {
    padding-top: 0
}

@media screen and (max-width:480px) {
    .pub-page .hero.hero--pub {
        padding-top: 0
    }
}

.hero .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 10
}

.ie8 .hero .hero__overlay {
    display: none
}

.hero .hero__image,
.hero .hero__slider__item {
    height: 100vh;
    background-position: 50%;
    background-size: cover
}

.ie8 .hero .hero__image,
.ie8 .hero .hero__slider__item {
    height: 100%
}

.hero .hero__content,
.hero .hero__cta {
    z-index: 20
}

.hero .hero__cta {
    position: absolute;
    bottom: 48px;
    right: calc(50% - 576px)
}

.pub-page .hero .hero__cta {
    bottom: 95px
}

@media screen and (max-width:768px) {
    .pub-page .hero .hero__cta {
        bottom: 0
    }
}

@media screen and (max-width:1200px) {
    .hero .hero__cta {
        right: 24px
    }
}

@media screen and (max-width:480px) {
    .hero .hero__cta {
        width: 100px
    }
}

.ie8 .hero .hero__cta {
    right: 50%;
    margin-right: -576px
}

.the-white-brasserie-page .hero--home {
    padding-top: 0
}

.hero--home .hero__intro,
.hero--home .hero__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero--home .hero__logo {
    top: 10%
}

@media screen and (max-width:768px) {
    .hero--home .hero__logo {
        top: 15%
    }
}

@media screen and (max-width:480px) {
    .hero--home .hero__logo {
        max-width: 65%;
        top: 20%
    }
}

.hero--home .hero__intro {
    bottom: calc(7.5% + 48px);
    max-width: 552px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
    padding: 0 24px
}

@media screen and (max-width:480px) {
    .hero--home .hero__intro {
        bottom: 30%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.ie8 .hero--home .hero__intro {
    bottom: 7.5%;
    margin-bottom: 48px
}

.hero--home .hero__intro h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 34px;
    font-size: 2.125rem
}

@media screen and (max-width:480px) {
    .hero--home .hero__intro h1 {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 2px
    }
}

.hero--home .hero__intro p {
    margin-bottom: 0
}

.hero--pub {
    overflow: hidden
}

.hero__slider .bx-controls-direction .bx-next,
.hero__slider .bx-controls-direction .bx-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4000;
    color: #fff;
    font-size: 64px;
    font-size: 4rem
}

@media screen and (max-width:480px) {

    .hero__slider .bx-controls-direction .bx-next,
    .hero__slider .bx-controls-direction .bx-prev {
        font-size: 48px;
        font-size: 3rem
    }
}

.hero__slider .bx-controls-direction .bx-next.disabled,
.hero__slider .bx-controls-direction .bx-prev.disabled {
    display: none;
    visibility: hidden
}

.hero__slider .bx-controls-direction .bx-prev {
    left: 50%;
    margin-left: -577px
}

@media screen and (max-width:1200px) {
    .hero__slider .bx-controls-direction .bx-prev {
        left: 24px;
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .hero__slider .bx-controls-direction .bx-prev {
        left: 12px
    }
}

.hero__slider .bx-controls-direction .bx-next {
    right: 50%;
    margin-right: -577px
}

@media screen and (max-width:1200px) {
    .hero__slider .bx-controls-direction .bx-next {
        right: 24px;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .hero__slider .bx-controls-direction .bx-next {
        right: 12px
    }
}

.hero--pub .hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:480px) {
    .hero--pub .hero__content {
        width: 50%;
        top: 60%
    }
}

.hero--pub .hero__content .hero__logo,
.hero--pub .hero__content .hero__logotype {
    display: block;
    margin: 0 auto 24px
}

@media screen and (max-width:480px) {

    .hero--pub .hero__content .hero__logo,
    .hero--pub .hero__content .hero__logotype {
        width: 50%;
        height: auto
    }
}

.hero--pub .hero__content .hero__logotype {
    max-width: 250px;
    height: auto
}

.hero--pub .hero__content .hero__address {
    text-align: center
}

.hero--pub .hero__content .hero__address:before {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto 16px
}

@media screen and (max-width:480px) {
    .hero--pub .hero__content .hero__address {
        font-size: 14px;
        font-size: .875rem
    }
}

.hero--pub .hero__content .hero__address p {
    margin-bottom: 0
}

.hero--pub .hero__content .hero__address .hero__address__marker {
    font-size: 32px;
    font-size: 2rem;
    color: #fff
}

.hero--page,
.hero--single {
    height: 600px
}

.hero--page .hero__image,
.hero--single .hero__image {
    height: 100%;
    z-index: 0
}

.hero--page .hero__overlay,
.hero--single .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b3885a;
    opacity: .6;
    z-index: 10
}

.hero--page .hero__content,
.hero--single .hero__content {
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 720px;
    text-align: center;
    z-index: 20
}

@media screen and (max-width:480px) {

    .hero--page .hero__content,
    .hero--single .hero__content {
        width: 90%
    }
}

.hero--page .hero__content .hero__heading,
.hero--page .hero__content h1,
.hero--single .hero__content .hero__heading,
.hero--single .hero__content h1 {
    color: #fff;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: 2px
}

@media screen and (max-width:480px) {

    .hero--page .hero__content .hero__heading,
    .hero--page .hero__content h1,
    .hero--single .hero__content .hero__heading,
    .hero--single .hero__content h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 1px
    }
}

.hero--page .hero__content p,
.hero--single .hero__content p {
    padding: 0 48px
}

@media screen and (max-width:480px) {

    .hero--page .hero__content p,
    .hero--single .hero__content p {
        padding: 0
    }
}

.hero--page .hero__content .hero__footer,
.hero--single .hero__content .hero__footer {
    font-weight: 700
}

.hero--page .hero__content .hero__footer .pipe,
.hero--single .hero__content .hero__footer .pipe {
    margin: 0 3px
}

.hero--page .hero__content a,
.hero--single .hero__content a {
    color: #fff
}

.gallery {
    margin: -12px
}

.gallery:after,
.gallery:before {
    content: " ";
    display: table
}

.gallery:after {
    clear: both
}

@media screen and (max-width:480px) {
    .gallery {
        margin: -6px
    }
}

.gallery .gallery__item {
    width: 16.6666%;
    float: left;
    padding: 12px
}

@media screen and (max-width:768px) {
    .gallery .gallery__item {
        width: 33.3333%
    }
}

@media screen and (max-width:480px) {
    .gallery .gallery__item {
        padding: 6px;
        width: 50%
    }
}

.gallery .gallery__footer {
    clear: both;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    margin-bottom: 48px
}

.gallery .gallery__footer p {
    margin-bottom: 0
}

.btn {
    background-color: #b3885a;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    padding: 3px 24px;
    text-align: center;
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #b3885a;
    border: 1px solid #b3885a
}

.btn.is-disabled,
.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn--copy {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    padding: 12px 24px;
    font-size: 12px;
    font-size: .75rem
}

.btn--copy:hover {
    color: #b3885a !important
}

.btn--white {
    background-color: #fff;
    color: #b3885a;
    opacity: .85;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.btn--white:hover {
    opacity: 1;
    border-color: transparent
}

.btn--inverse {
    background-color: transparent;
    color: #b3885a;
    border: 1px solid #b3885a
}

.btn--inverse:hover {
    background-color: #b3885a;
    color: #fff;
    border: 1px solid transparent
}

.btn--block {
    display: block;
    width: 100%
}

.btn--block+.btn--block {
    margin-top: 6px
}

.btn--link {
    background-color: transparent;
    color: #b3885a
}

.btn--small {
    font-size: 14px;
    font-size: .875rem
}

.btn--squirrel {
    position: relative;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.5;
    padding: 6px 24px
}

.btn--squirrel:before {
    content: "";
    width: 100px;
    height: 77px;
    position: absolute;
    bottom: calc(100% - 14px);
    left: 50%;
    margin-left: -50px;
    background: url(img/cta-squirrel.png) no-repeat 50%
}

.ie8 .btn--squirrel:before {
    bottom: 100%;
    margin-bottom: -14px
}

.nav {
    margin: 0;
    list-style: none
}

.nav--footer {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-size: .8125rem
}

.nav--footer li {
    display: block
}

.nav--footer li a {
    display: inline-block
}

.nav--pagination .next,
.nav--pagination .prev {
    margin: 0 6px
}

.nav--pagination .prev .fa {
    margin-left: -6px;
    margin-right: 6px
}

.nav--pagination .next .fa {
    margin-left: 6px;
    margin-right: -6px
}

.alert {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid transparent
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 24px
}

.alert.alert--success {
    color: #5cb85c;
    border-color: #5cb85c
}

.alert.alert--info {
    color: #b3885a;
    border-color: #b3885a
}

.alert.alert--warning {
    color: #f0ad4e;
    border-color: #f0ad4e
}

.alert.alert--danger {
    color: #d9534f;
    border-color: #d9534f
}

.bar {
    padding: 12px 0
}

.bar--logos {
    background-color: #b3885a
}

.bar--pub {
    background-color: #efe8de;
    margin-top: 48px;
    padding: 12px 24px;
    color: #b3885a;
    border-bottom: 1px solid #fff
}

.bar--pub:after,
.bar--pub:before {
    content: " ";
    display: table
}

.bar--pub:after {
    clear: both
}

@media screen and (max-width:480px) {
    .bar--pub {
        text-align: center;
        padding: 8px 0;
        font-size: 12px;
        font-size: .75rem
    }
}

.bar--pub .bar__section {
    float: left
}

@media screen and (max-width:480px) {
    .bar--pub .bar__section {
        width: auto;
        float: none
    }
}

.bar--pub .bar__section.bar__section--name {
    width: 15%
}

@media screen and (max-width:768px) {
    .bar--pub .bar__section.bar__section--name {
        width: 20%
    }
}

@media screen and (max-width:480px) {
    .bar--pub .bar__section.bar__section--name {
        width: auto
    }
}

.bar--pub .bar__section.bar__section--name .bar__section__heading {
    font-size: 13px;
    font-size: .8125rem;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width:480px) {
    .bar--pub .bar__section.bar__section--name .bar__section__heading {
        display: inline-block
    }

    .bar--pub .bar__section.bar__section--name .bar__section__heading:after {
        content: "|";
        display: inline-block;
        margin: 0 6px
    }
}

.bar--pub .bar__section.bar__section--name .bar__section__heading a:hover {
    text-decoration: none;
    color: #b3885a
}

@media screen and (max-width:480px) {

    .bar--pub .bar__section.bar__section--contacts,
    .bar--pub .bar__section.bar__section--name {
        display: inline-block
    }
}

.bar--pub .bar__section.bar__section--menu,
.bar--pub .bar__section.bar__section--name {
    line-height: 22px
}

.bar--pub .bar__section.bar__section--menu {
    width: 70%
}

@media screen and (max-width:768px) {
    .bar--pub .bar__section.bar__section--menu {
        width: 60%
    }
}

@media screen and (max-width:480px) {
    .bar--pub .bar__section.bar__section--menu {
        float: none;
        clear: both;
        width: 100%
    }
}

.bar--pub .bar__section.bar__section--menu .contacts ul,
.bar--pub .bar__section.bar__section--menu .list,
.bar--pub .bar__section.bar__section--menu .list--buttons>li>.list__child,
.bar--pub .bar__section.bar__section--menu .list--parent li .list__child,
.bar--pub .bar__section.bar__section--menu .list--parent li .list__child .list__child__grandchild,
.bar--pub .bar__section.bar__section--menu .pub--excerpt .pub__ctas,
.contacts .bar--pub .bar__section.bar__section--menu ul,
.list--parent li .bar--pub .bar__section.bar__section--menu .list__child,
.list--parent li .list__child .bar--pub .bar__section.bar__section--menu .list__child__grandchild,
.pub--excerpt .bar--pub .bar__section.bar__section--menu .pub__ctas {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem
}

@media screen and (max-width:480px) {

    .bar--pub .bar__section.bar__section--menu .contacts ul,
    .bar--pub .bar__section.bar__section--menu .list,
    .bar--pub .bar__section.bar__section--menu .list--buttons>li>.list__child,
    .bar--pub .bar__section.bar__section--menu .list--parent li .list__child,
    .bar--pub .bar__section.bar__section--menu .list--parent li .list__child .list__child__grandchild,
    .bar--pub .bar__section.bar__section--menu .pub--excerpt .pub__ctas,
    .contacts .bar--pub .bar__section.bar__section--menu ul,
    .list--parent li .bar--pub .bar__section.bar__section--menu .list__child,
    .list--parent li .list__child .bar--pub .bar__section.bar__section--menu .list__child__grandchild,
    .pub--excerpt .bar--pub .bar__section.bar__section--menu .pub__ctas {
        font-size: 12px;
        font-size: .75rem
    }
}

.bar--pub .bar__section.bar__section--contacts {
    width: 15%;
    text-align: right;
    float: right
}

@media screen and (max-width:768px) {
    .bar--pub .bar__section.bar__section--contacts {
        width: 20%
    }
}

@media screen and (max-width:480px) {
    .bar--pub .bar__section.bar__section--contacts {
        width: auto;
        float: none
    }
}

.bubble {
    width: 270px;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    position: relative
}

.bubble:after,
.bubble:before {
    content: " ";
    display: table
}

.bubble:after {
    clear: both
}

.bubble .bubble__copy,
.bubble .bubble__logo {
    float: left
}

.bubble .bubble__logo {
    width: 120px;
    height: auto
}

.bubble .bubble__copy {
    width: 150px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bubble .bubble__copy h6,
.bubble .bubble__copy p {
    margin-bottom: 0
}

.bubble .bubble__copy h6 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.6
}

.bubble .bubble__copy p {
    line-height: 1.4
}

.bubble .bubble__copy .bubble__link {
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    font-size: .875rem
}

.pubs--grid {
    text-align: center
}

.pubs--grid .pubs__row {
    margin-bottom: 36px
}

@media screen and (max-width:480px) {
    .pubs--grid .pubs__row {
        margin-bottom: 12px
    }
}

.pubs--grid .pubs__row .pubs__row__item {
    width: 16.6666%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top
}

@media screen and (max-width:1200px) {
    .pubs--grid .pubs__row .pubs__row__item {
        width: 25%;
        margin-bottom: 24px;
        float: left
    }
}

@media screen and (max-width:768px) {
    .pubs--grid .pubs__row .pubs__row__item {
        width: 33.3333%
    }
}

@media screen and (max-width:480px) {
    .pubs--grid .pubs__row .pubs__row__item {
        width: 50%;
        float: none
    }
}

.pub--logo {
    padding: 0 24px
}

@media screen and (max-width:768px) {
    .pub--logo {
        padding: 0 12px
    }
}

.pub--logo a {
    color: #2b2b2b
}

.pub--logo a:hover {
    text-decoration: none
}

.pub--logo .pub__logo {
    height: 130px;
    width: auto;
    margin: 0 auto 12px
}

.pub--logo .pub__heading {
    margin-bottom: 0
}

.pub--logo .pub__city,
.pub--logo .pub__county {
    margin-bottom: 0;
    font-size: 13px;
    font-size: .8125rem
}

.pub--logo .pub__county {
    font-weight: 700
}

.pubs--slider {
    padding: 0 24px;
    position: relative
}

.pubs--slider .bx-controls-direction .bx-next,
.pubs--slider .bx-controls-direction .bx-prev {
    position: absolute;
    top: 0;
    width: 400px;
    height: 100%;
    background-image: url(img/slider-shadow.png);
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:768px) {

    .pubs--slider .bx-controls-direction .bx-next,
    .pubs--slider .bx-controls-direction .bx-prev {
        width: 27.5%
    }
}

@media screen and (max-width:480px) {

    .pubs--slider .bx-controls-direction .bx-next,
    .pubs--slider .bx-controls-direction .bx-prev {
        background-image: none;
        width: 25%;
        height: 50%;
        color: #fff
    }
}

.pubs--slider .bx-controls-direction .bx-next .fa,
.pubs--slider .bx-controls-direction .bx-prev .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 64px;
    font-size: 4rem
}

.pubs--slider .bx-controls-direction .bx-prev {
    left: 0;
    background-position: 0 0
}

.pubs--slider .bx-controls-direction .bx-prev .fa {
    left: 48px
}

.pubs--slider .bx-controls-direction .bx-next {
    right: 0;
    background-position: 100% 0
}

.pubs--slider .bx-controls-direction .bx-next .fa {
    right: 48px
}

.pub--excerpt .pub__thumbnail {
    margin-bottom: 16px
}

.pub--excerpt .pub__heading,
.pub--excerpt .pub__location {
    text-align: left
}

.pub--excerpt .pub__heading {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem
}

.pub--excerpt .pub__location {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif
}

.pub--excerpt .pub__excerpt,
.pub--excerpt .pub__location {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 16px
}

.pub--excerpt .pub__ctas {
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem
}

.pub--excerpt .pub__ctas li {
    line-height: 1.6
}

.pub--excerpt .pub__ctas li a:hover {
    text-decoration: none
}

.pub--excerpt .pub__ctas li a:after {
    content: ">>";
    position: relative;
    top: -1px;
    margin-left: 3px
}

@media screen and (max-width:480px) {
    .instagram {
        text-align: center
    }
}

.instagram .instagram__item--push-top,
.instagram .instagram__link {
    margin-top: 96px
}

@media screen and (max-width:480px) {

    .instagram .instagram__item--push-top,
    .instagram .instagram__link {
        margin-top: 0
    }
}

.instagram .instagram__link {
    text-align: right;
    margin-bottom: 12px
}

@media screen and (max-width:480px) {
    .instagram .instagram__link {
        text-align: center
    }
}

.instagram .instagram__link .fa,
.instagram .instagram__link a {
    display: inline-block;
    vertical-align: top
}

.instagram .instagram__link a {
    color: #2b2b2b;
    font-size: 14px;
    font-size: .875rem;
    line-height: 40px
}

.instagram .instagram__link a:hover {
    text-decoration: none
}

.instagram .instagram__link .fa {
    color: #b3885a;
    font-size: 40px;
    font-size: 2.5rem;
    margin-left: 6px;
    float: right
}

@media screen and (max-width:480px) {
    .instagram .instagram__link .fa {
        float: none;
        display: block;
        margin: 0 auto
    }
}

.instagram .instagram__item {
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.instagram .instagram__item .instagram__item__image {
    width: 95%;
    height: 95%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.instagram .instagram__item .instagram__item__frame {
    z-index: 10;
    position: relative
}

.map {
    height: 550px;
    margin-bottom: 36px;
    position: relative
}

.map .map__container {
    height: 100%
}

.map .map__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b3885a
}

.map .map__overlay .map__overlay__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.map .map__overlay .map__overlay__loader .fa {
    font-size: 32px;
    font-size: 2rem
}

.map .map__overlay .map__overlay__loader .fa.fa-cog {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.map .map__overlay .map__overlay__loader span {
    display: block;
    margin-top: 12px
}

.map .map__overlay .map__overlay__loader a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
    font-size: .8125rem
}

.map .map__overlay .map__overlay__loader a:hover {
    text-decoration: none
}

.contacts {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 36px
}

.contacts .contacts__logo {
    width: auto;
    height: 250px;
    margin-top: -12px
}

@media screen and (max-width:480px) {
    .contacts .contacts__logo {
        height: 200px;
        margin: 48px 0
    }
}

.contacts ul {
    margin-bottom: 12px
}

.contacts ul strong {
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem
}

.contacts ul a {
    color: #2b2b2b;
    text-decoration: underline
}

.contacts ul a:hover {
    text-decoration: none
}

@media screen and (max-width:480px) {
    .pull-up-a-chair {
        margin-bottom: 48px
    }
}

.pull-up-a-chair .pull-up-a-chair__image.pull-up-a-chair__image--left {
    margin: 0 auto
}

@media screen and (max-width:480px) {
    .pull-up-a-chair .pull-up-a-chair__image {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        display: block
    }
}

.team {
    position: relative
}

.team .team__image {
    width: 75%
}

@media screen and (max-width:768px) {
    .team .team__image {
        width: 100%
    }
}

.team .team__members {
    position: absolute;
    top: 24px;
    right: 0;
    width: 30%
}

@media screen and (max-width:768px) {
    .team .team__members {
        position: inherit;
        width: 100%
    }
}

.team .team__members .bx-next {
    position: absolute;
    top: 90px;
    right: -20px;
    font-size: 40px;
    font-size: 2.5rem;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.team .team__members .bx-next:hover {
    color: rgba(179, 136, 90, .75)
}

@media screen and (max-width:768px) {

    .member .member__copy,
    .member .member__image {
        width: 50%;
        float: left
    }
}

@media screen and (max-width:480px) {

    .member .member__copy,
    .member .member__image {
        width: 100%;
        float: none
    }
}

.member .member__image {
    margin-bottom: 19.2px
}

.member .member__copy {
    text-align: right;
    color: #b3885a;
    padding-left: 108px
}

@media screen and (max-width:768px) {
    .member .member__copy {
        text-align: left;
        padding-left: 24px;
        padding-right: 36px
    }
}

@media screen and (max-width:480px) {
    .member .member__copy {
        padding-left: 0;
        padding-right: 0
    }
}

.member .member__copy .member__name,
.member .member__copy .member__role {
    text-align: right
}

@media screen and (max-width:768px) {

    .member .member__copy .member__name,
    .member .member__copy .member__role {
        text-align: left
    }
}

.member .member__copy .member__name {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2
}

.member .member__copy .member__role {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: inherit
}

.member .member__copy .member__bio {
    font-size: 14px;
    font-size: .875rem
}

.member .member__copy .member__bio p:after,
.member .member__copy .member__bio p:before {
    content: '"'
}

@media screen and (max-width:1200px) {
    .menus {
        display: none
    }
}

@media screen and (max-width:480px) {
    .menus {
        display: block
    }
}

.menus.is-tablet {
    display: none;
    margin-top: 24px
}

@media screen and (max-width:1200px) {
    .menus.is-tablet {
        display: block
    }
}

@media screen and (max-width:480px) {
    .menus.is-tablet {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .menus {
        margin-bottom: 24px
    }
}

.menus .menus__heading {
    display: block;
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem
}

.menus .menus__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menus .menus__content:after,
.menus .menus__content:before {
    content: " ";
    display: table
}

.menus .menus__content:after {
    clear: both
}

@media screen and (max-width:480px) {
    .menus .menus__content {
        display: block
    }
}

.menus .menus__content .menus__column {
    background-color: #fff;
    width: calc(50% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0
}

.ie8 .menus .menus__content .menus__column {
    width: 48%;
    float: left;
    margin: 0 1%
}

@media screen and (max-width:480px) {
    .menus .menus__content .menus__column {
        display: block;
        width: 100%;
        margin-bottom: 12px
    }
}

.menus .menus__content .menus__column:last-child {
    margin-left: auto
}

@media screen and (max-width:480px) {
    .menus .menus__content .menus__column:last-child {
        margin-bottom: 0
    }
}

.contacts .menus .menus__content .menus__column ul,
.list--parent li .list__child .menus .menus__content .menus__column .list__child__grandchild,
.list--parent li .menus .menus__content .menus__column .list__child,
.menus .menus__content .menus__column .contacts ul,
.menus .menus__content .menus__column .list,
.menus .menus__content .menus__column .list--buttons>li>.list__child,
.menus .menus__content .menus__column .list--parent li .list__child,
.menus .menus__content .menus__column .list--parent li .list__child .list__child__grandchild,
.menus .menus__content .menus__column .pub--excerpt .pub__ctas,
.pub--excerpt .menus .menus__content .menus__column .pub__ctas {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.calendar {
    border: 20px solid #efe8de;
    padding: 0
}

.calendar iframe {
    width: 100%;
    height: 650px;
    display: block
}

/* ===== from Saint with <3 ===== */
ul.list.list--socials {
    margin: 1em 0 0 0;
}

ul.list.list--socials li a {
    font-size: 2em;
}


/*--- Main site: pubs grid ---*/
.pubs--grid .pubs__row {
    text-align: left;
}

.pubs--grid .pubs__row .pubs__row__item {
    text-align: center;
}

/*--- Main site: Pubs grid, narrow item width to keep pub title in two lines ---*/
.pub--logo {
    padding: 0 22px;
}

/* === Booking page widget === */
/* --- Display message when empty --- */
@keyframes showWithDelay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#booking_widget:empty:before {
    content: "Booking form not loading? Please disable your adblocker and reload the page";
    text-align: center;
    display: block;
    padding: 2rem;
    opacity: 0;
    animation-name: showWithDelay;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 4s;
}

/*--- Booking page booking message ---*/
.booking-message {
    padding: 1rem 0 2.5rem;
}

/*--- Fix main header to allow for adminbar ---*/
html.root {
    margin-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

@media screen and (min-width: 1024px) {

    html.root {
        /*    margin-top: 32px !important;*/
    }

    body.admin-bar.archive .header,
    body.admin-bar.blog .header,
    body.admin-bar.error404 .header,
    body.admin-bar .header.is-sticky,
    body.admin-bar.page-template-default .header,
    body.admin-bar.page-template-template-vouchers .header,
    body.admin-bar.search .header,
    body.admin-bar.single .header {
        top: 32px !important;
    }

    #wpadminbar {
        display: block !important;
    }

}

/* === Home Slider === */
.hero__slider {}

.hero__slider__item {}

.hero__slider__item__link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 25;
}

.hero .hero__slider .hero__overlay {
    display: none;
}

.hero .hero__slider .bx-wrapper .hero__overlay {
    display: block;
}




/*=== re-launch of the famous Hero CTA ===*/

.hero .hero__cta,
.pub-page .hero .hero__cta {
    width: 280px;
}

.hero .hero_cta_wrap .hero__cta:nth-child(2),
.pub-page .hero .hero_cta_wrap .hero__cta:nth-child(2) {
    right: auto;
    left: calc(50% - 576px);
}

@media screen and (max-width: 1200px) {

    .hero .hero_cta_wrap .hero__cta:nth-child(2),
    .pub-page .hero .hero_cta_wrap .hero__cta:nth-child(2) {
        left: 24px;
    }
}

@media screen and (max-width: 768px) {
    .hero--home .hero__intro {
        bottom: calc(17% + 48px);
    }

    .hero--home .hero__cta {
        bottom: 0;
    }
}

@media screen and (max-width: 610px) {
    .hero--home .hero__cta {
        right: calc(50% - 107px);
    }

    .pub-page .hero .hero__cta,
    .hero--home .hero__cta {
        right: 10px;
    }

    .hero .hero_cta_wrap .hero__cta:nth-child(2),
    .pub-page .hero .hero_cta_wrap .hero__cta:nth-child(2) {
        left: 10px;
    }

    /* --- multiple CTA's */
    .pub-page .hero .hero_cta_wrap.multiple .hero__cta,
    .hero--home .hero_cta_wrap.multiple .hero__cta {
        width: 42%;
    }
}

@media screen and (max-width: 480px) {
    .hero--home .hero__intro {
        bottom: 20%;
    }
}

@media screen and (max-width: 340px) {
    .hero--home .hero__intro {
        bottom: 15%;
    }

    .hero .hero__cta,
    .pub-page .hero .hero__cta {
        width: 250px;
    }

    .pub--logo .pub__logo {
        height: 100px;
    }
}

/*=== GF/DF Menus link addition === */
.section--pull-up-a-chair {
    padding-bottom: 48px;
}

/*===== Promo popup =====*/
aside.promo-pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(241, 242, 242, 0.75);
}

aside.promo-pop-up img {
    display: block;
    /* max-width: 80%; */
    /* max-height: 80%; */
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.promo-pop-up-content {
    display: table-cell;
    vertical-align: middle;
}

.promo-pop-up-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.promo-pop-up-content div {
    position: relative;
    width: 480px;
    max-width: 90vw;
    margin: 0 auto;
    background: #B3885A;
    color: #fff;
}

.promo-pop-up-content div h1,
.promo-pop-up-content div h2,
.promo-pop-up-content div h3,
.promo-pop-up-content div h4,
.promo-pop-up-content div h5,
.promo-pop-up-content div h6 {
    color: #fff;
    padding: 1em 0;
}

.promo-pop-up-content div p {
    margin: 0;

}

.promo-pop-up-content div p+p {
    text-align: center;
    padding: 25px;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.promo-pop-up-content .promo-pop-up-controls {
    /* width: 100%; */
    text-align: center;
    color: #fff;
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 16px;
    background: transparent;
}

.promo-pop-up-controls a {
    text-align: center;
    color: #2b2b2b;
}

@media (max-width: 767px) {

    .promo-pop-up-content .promo-pop-up-controls {
        position: static;
        padding: 0.5rem;
    }

    .promo-pop-up-controls a {
        color: #fff;
    }
}

@media screen and (max-height: 620px) {
    .promo-pop-up-content div {
        width: 400px;
    }
}

@media screen and (max-height: 520px) {
    .promo-pop-up-content div {
        width: 300px;
    }
}

/*===== signup =====*/
.form--newsletter .form__actions button[disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.post--cta--newsletter {}

.post--cta--newsletter .form-row {
    margin-left: -14px;
}

.post--cta--newsletter .form-row .col {
    padding-left: 14px;
}

.post--cta--newsletter .form-row .select2-container {
    text-align: left;
}

.post--cta--newsletter .message {
    /*! font-size: 0.85em; */
    margin: 1rem 0;
}
.post--cta--newsletter .message a {
    color: inherit;
    text-decoration: underline;
}
.post--cta--newsletter .message a:hover,
.post--cta--newsletter .message a:focus {
    color: inherit;
    text-decoration: none;
}

.post--cta--newsletter .form__group .error-tip {
    color: red;
    border: 1px solid red;
    background: #fff;
    font-size: 0.9em;
    display: none;
}

.post--cta--newsletter .form__group.error .error-tip {
    display: block;
}

.post--cta--newsletter .form__group label.error {
    display: none !important;
}

.message.error {
    color: red;
    padding: 1rem;
    border: 1px solid red;
    background: #fff;
}

.post--cta--newsletter .message.big {
    font-size: 1em;
    text-transform: uppercase;
}

.post--cta--newsletter .message.hide {
    display: none;
}


.form.form--newsletter input[type="checkbox"],
.pa-xmas-form .form__group input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    border: 1px solid #fff;
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
    top: 1px;
}

.form.form--newsletter input[type="checkbox"]:checked,
.pa-xmas-form .form__group input[type="checkbox"]:checked {
    background-color: #fff;
}

.form--newsletter.form .form-inline.form-checkbox {
    margin-top: 1rem;
}

/*===== Default page template =====*/
body.page {}

body.page .page__title {
    margin: 4rem auto 2rem;
    max-width: 672px;
}


/*=== Utilities ===*/
.ptm {
    padding-top: 1.75em;
}

.ptl {
    padding-top: 3em;
}

/*=== micro fix for mobile pop ups ===*/


@media (max-width: 767px) {

    .promo-pop-up-content .promo-pop-up-controls {
        position: static;
        padding-bottom: 20px;
    }

    .promo-pop-up-controls a {
        color: #fff;
    }
}


/*===== hide links to cork board whene no posts (element must have 'hide-when-no-posts' class) =====*/
body.no-posts .hide-when-no-posts {
    display: none !important;
}


/* privacy policy list stilo */


.privacy-policy-list,
.privacy-policy-list * {
    text-align: left !important;
}

.privacy-policy-list li {
    margin-bottom: 1rem;
}

.privacy-policy-list h2,
.privacy-policy-list h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}


/*===== GDPR plugin changes =====*/
.gdpr button,
.gdpr input[type="submit"] {
    width: auto;
}


/*===== Shortcode: [newsletter_form] =====*/
.shortcode-newsletter {
    position: relative;
    overflow: hidden;
}

.shortcode-newsletter .post--cta--newsletter {
    float: none;
    margin: 0 auto;
    min-height: 0;
    width: 420px;
    max-width: 100%;
}

/* ===== Shortcode: [content_grid] ===== */
/*--- content grid shortcode ----*/
.contentGrid {
}

.contentGrid .row {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.contentGrid .row [class*="col-"] {
}

.contentGrid .row .inner {
  position: relative;
  padding: 0 0.5rem;
}

.contentGrid .row .inner:after {
  content: '';
  border-left: 1px solid #000;
  padding: 0 0 1px;
  position: absolute;
  right: -12px;
  height: 200%;
  width: 1px;
  top: 0;
}

.contentGrid.cols2 .row [class*="col-"]:nth-child(2n) .inner:after {
    display: none;
  }

.contentGrid.cols3 .row [class*="col-"]:nth-child(3n) .inner:after {
  display: none;
}

.contentGrid .gridTitle {
  margin-bottom: 1.2em;
  padding-top: 10px;
}

.contentGrid .gridBody {
    font-size: 0.9em;
    line-height: 1.5;
}

.contentGrid .popup {
  display: none;
}


/*========== Single Recipe view ==========*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipe-video {
    margin-top: 2em;
}

body.single-post .hero__content h1,
body.single-post .hero__content h2,
body.single-post .hero__content h3,
body.single-post .hero__content h4,
body.single-post .hero__content h5,
body.single-post .hero__content h6 {
    color: #fff;
}


/* ========== Woocommerce ==========*/

body .wcppec-checkout-buttons,
.product_meta,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce .hero--single .hero__content .hero__footer,
.woocommerce-page .hero--single .hero__content .hero__footer,
.woocommerce .section--find-out-more,
.woocommerce-page .section--find-out-more,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}


.woocommerce div.product {}

.woocommerce div.product:before,
.woocommerce div.product:after {
    content: '';
    display: table;
}

.woocommerce div.product:after {
    clear: both;
}

.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover {
    background-color: #fff;
    border-color: #b3885a;
    color: #b3885a;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 21px;
}

.single_variation_wrap {
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}

.woocommerce-variation.single_variation {
    text-align: left;
    float: left;
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body.woocommerce div.product form.cart .button,
body.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
body.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #b3885a;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    padding: 3px 24px;
    text-align: center;
    font-family: Crimson Text, Georgia, Times New Roman, Times, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
    line-height: 1.6;
    font-size: .875rem;
    border-radius: 0;
}

body .woocommerce #respond input#submit:focus,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:focus,
body .woocommerce a.button:hover,
body .woocommerce button.button:focus,
body .woocommerce button.button:hover,
body .woocommerce input.button:focus,
body .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    border-color: #b3885a;
    background-color: #fff;
    color: #b3885a;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
    padding: 3px 24px;
}

body.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
    margin-bottom: 1rem;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 21px;
}

.woocommerce div.product form.cart .variations select {
    color: #B3885A;
    border: 1px solid #B3885A;
    line-height: 35px;
    height: 35px;
    font-size: .8125rem;
}

body.woocommerce div.product form.cart div.quantity {
    margin: 0 21px 0 0;
}

.woocommerce-variation-add-to-cart.variations_button {
    /* float: right; */
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.open-price-ctn {
    text-align: left;
    margin-bottom: 2rem;
}

.open-price-ctn label {
    min-width: calc(25% + 1em);
    display: inline-block;
    font-weight: bold;
}

.open-price-ctn input {
    width: 75px;
    text-align: center;
}

.wcpa_form_outer {}

.wcpa_form_outer .wcpa_form_item {
    text-align: left;
}

.wcpa_form_outer label {
    font-weight: bold;
}

body .wcpa_form_outer .wcpa_form_item input[type=date],
body .wcpa_form_outer .wcpa_form_item input[type=datetime-local],
body .wcpa_form_outer .wcpa_form_item input[type=email],
body .wcpa_form_outer .wcpa_form_item input[type=file],
body .wcpa_form_outer .wcpa_form_item input[type=number],
body .wcpa_form_outer .wcpa_form_item input[type=tel],
body .wcpa_form_outer .wcpa_form_item input[type=text],
body .wcpa_form_outer .wcpa_form_item textarea {
    border: 1px solid #B3885A;
}



@media screen and (min-width: 768px) {
    .open-price-ctn label {
        min-width: calc(25% + 2em);
    }

    body .wcpa_form_outer label {
        display: inline-block;
        width: calc(25% + 2rem);
        padding: 0;
    }

    body .wcpa_form_outer .wcpa_form_item input[type=date],
    body .wcpa_form_outer .wcpa_form_item input[type=datetime-local],
    body .wcpa_form_outer .wcpa_form_item input[type=email],
    body .wcpa_form_outer .wcpa_form_item input[type=file],
    body .wcpa_form_outer .wcpa_form_item input[type=number],
    body .wcpa_form_outer .wcpa_form_item input[type=tel],
    body .wcpa_form_outer .wcpa_form_item input[type=text],
    body .wcpa_form_outer .wcpa_form_item textarea {
        display: inline-block;
        width: calc(75% - 2rem);
    }
}

@media screen and (min-width: 992px) {
    .open-price-ctn label {
        min-width: calc(25% + 12px);
    }

    body .wcpa_form_outer label {
        width: calc(25% + 15px);
    }

    body .wcpa_form_outer .wcpa_form_item input[type=date],
    body .wcpa_form_outer .wcpa_form_item input[type=datetime-local],
    body .wcpa_form_outer .wcpa_form_item input[type=email],
    body .wcpa_form_outer .wcpa_form_item input[type=file],
    body .wcpa_form_outer .wcpa_form_item input[type=number],
    body .wcpa_form_outer .wcpa_form_item input[type=tel],
    body .wcpa_form_outer .wcpa_form_item input[type=text],
    body .wcpa_form_outer .wcpa_form_item textarea {
        width: calc(75% - 15px);
    }
}

.woocommerce-message {
    border-color: #B3885A;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
    background-color: transparent;
    border-bottom: 1px solid;
}

.single_variation_wrap:before,
.single_variation_wrap:after {
    content: '';
    display: table;
}

.single_variation_wrap:after {
    clear: both;
}

body .woocommerce table.shop_table {
    border: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}

body .woocommerce .cart-collaterals .cart_totals,
body .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background-color: #B3885A;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce #respond input#submit.alt:focus,
body .woocommerce a.button.alt:hover,
body .woocommerce a.button.alt:focus,
body .woocommerce button.button.alt:hover,
body .woocommerce button.button.alt:focus,
body .woocommerce input.button.alt:hover,
body .woocommerce input.button.alt:focus {
    background-color: transparent;
    color: #B3885A;
}

body #add_payment_method .cart-collaterals .cart_totals table th,
body.woocommerce-cart .cart-collaterals .cart_totals table th,
body.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 127px;
}

body.woocommerce table.cart td.actions .input-text,
body.woocommerce-page table.cart td.actions .input-text {
    width: 102px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0px 20px 5px 6px;
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #B3885A;
    border-radius: 0;
    height: 30px;
}

body.woocommerce-cart #order_comments {
    min-height: 108px;
}

#order_review_heading {
    margin-top: 3rem;
}


.shop-menu {
    display: inline;
    padding: 16px 30px;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-left: 30px;
    position: relative;
    text-align: center;
    font-size: .875rem;
    text-transform: uppercase;
    cursor: pointer;
}

.shop-menu ul {
    list-style: none;
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    left: 0px;
    right: 4px;
    height: auto;
    color: #fff;
    overflow: hidden;
    min-width: 135px;
    border: 2px solid #b3885a;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, .25);
}

.shop-menu:focus ul,
.shop-menu:hover ul {
    /*    top: 100%;*/
    display: block;
}

.header .shop-menu ul li a {
    padding: 10px 15px;
    margin: 0;
    display: block;
    font-size: .775rem;
    text-decoration: none;
    color: #b3885a;
    -webkit-transition: background-color .5s, color .5s;
    -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s;
}

.fa.fa-shopping-basket {
    font-size: 1rem;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header .shop-menu ul li a:focus,
.header .shop-menu ul li a:hover,
.header .shop-menu ul li.current-menu-item a,
.header .shop-menu ul li.current_page_parent a {
    background-color: #efe8de;
}

body #add_payment_method #payment,
body.woocommerce-cart #payment,
body.woocommerce-checkout #payment {
    background-color: #F2EBE1;
    border-radius: 0;
}


body #add_payment_method #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}

body #add_payment_method #payment div.payment_box::before,
body.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .input-checkbox {
    float: none !important;
}

/*=== Thankyou confirmation page ===*/
body.woocommerce-checkout ul.order_details {
    text-align: center;
}

body.woocommerce-checkout ul.order_details li {
    float: none;
    border: none;
    padding: .5rem 0;
}

body.woocommerce-page .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

body.woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
    text-align: left;
}

/*=== remove zooming at single product*/
.single-product div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

/*===== Woo responsive =====*/
@media screen and (max-width: 992px) {

    /*  --- remove stupid hack that prevents from images being responsive*/
    img.img-responsive {
        max-width: 100%;
        height: auto;
    }

    /*  ===== Main nav rewrite =====*/
    .header .header__ctas .list--buttons>li:first-child {
        display: inline-block;
    }

    /*  === Single Product ===*/
    .woocommerce-variation.single_variation {
        float: none;
        text-align: center;
    }

    .woocommerce-variation-add-to-cart.variations_button {
        float: none;
        text-align: center;
        margin: 1rem auto;
        position: relative;
        overflow: hidden;
    }

    body.woocommerce div.product form.cart div.quantity {
        float: none;
        margin: 0;
        display: inline-block;
    }

    body.woocommerce div.product form.cart .button {
        float: none;
        display: inline-block;
        margin-left: 1rem;
    }

    /*  === Backet and Checkout ===*/
    body.woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-left: 0;
        margin-right: 0;
    }

    body.woocommerce-checkout #ship-to-different-address {
        margin-top: 2rem;
        text-align: center;
        float: none !important;
    }

    body.woocommerce-checkout #ship-to-different-address .checkbox>input {
        float: none;
    }

    body.woocommerce #payment #place_order,
    body.woocommerce-page #payment #place_order {
        margin-top: 1rem;
    }

    /*=== Thankyou confirmation page ===*/
    body.woocommerce-page .woocommerce-customer-details address {
        text-align: center;
    }

    body.woocommerce-page .woocommerce-customer-details .woocommerce-column__title {
        text-align: center;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {

    /*  ===== Utilities ===== */
    .white-space-wrap {
        white-space: normal;
    }

    /*  ===== Main nav rewrite =====*/
    .header .bar--pub {
        margin: 0;
    }

    .hero,
    .hero .hero__image,
    .hero .hero__slider__item {
        height: calc(100vh - 54px);
    }

    .hero--page .hero__image,
    .hero--single .hero__image {
        height: 100%;
    }

    .header {
        text-align: center;
    }

    .header .header__shield {
        float: none;
        display: inline-block;
    }

    .header .header__menu,
    .header .header__ctas {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #b3885a;
        padding: 0;
        /*    min-height: 54px;*/
    }

    .header .header__ctas {
        left: auto;
        right: 0;
    }

    .header .header__menu>a,
    .header .header__ctas .list--buttons>li,
    .header .shop-menu {
        width: 50%;
        margin: 0;
        float: left;
        border: none;
        padding: 0;
        min-height: 54px;
        border-right: 1px solid #fff;
        font-size: 10px;
    }

    .header .header__ctas .list--buttons>li:last-of-type {
        border: none !important;
    }

    .header .header__menu>a {
        padding: 6px 2px;
    }

    .header .header__menu>a:hover,
    .header .header__menu>a:focus,
    .header .header__menu>a:active {
        background-color: #fff;
        color: #b3885a;
    }


    .header .header__menu a span,
    .header .header__menu .header__menu__toggle span,
    .header .shop-menu span {
        /* display: block !important; */
        display: block;
        font-size: 10px;
        line-height: 1.25;
    }

    .header .header__menu .header__menu__toggle .fa,
    .header .fa,
    .header .fa.fa-shopping-basket,
    .header .fa.fa-shopping-home {
        margin: 0;
        line-height: 26px;
        display: block !important;
        font-size: 1rem;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .header .header__ctas .list--buttons>li>a {
        line-height: 1.25;
        padding: 6px 2px;
        text-align: center;
        font-size: 10px;
        min-height: 54px;
    }

    .header .header__ctas .list--buttons>li>a>span {
        display: block;
    }

    .header .list--buttons>li>.list__child {
        top: auto;
        bottom: 100%;
    }

    .header .shop-menu {
        padding: 6px 2px;
    }

    .header .shop-menu:hover,
    .header .shop-menu:focus,
    .header .shop-menu:active {
        background-color: #fff;
        color: #b3885a;
    }

    .header .shop-menu ul {
        top: auto;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .header .shop-menu ul li {}

    .header .shop-menu ul li a {
        white-space: nowrap;
        display: block;
        width: 100%;
        text-align: center;
    }

    .header .shop-menu:focus ul,
    .header .shop-menu:hover ul {
        top: auto;
        bottom: 100%;
    }

    /*  --- Footer ---*/
    .footer .footer__copyright {
        padding-bottom: 70px;
    }

    /*  === Single Product ===*/
    .single-product .main .woocommerce {
        padding: 0 24px;
    }

    /*  === Backet and Checkout ===*/
    body .woocommerce form.checkout_coupon,
    body .woocommerce form.login,
    body .woocommerce form.register {
        text-align: center;
    }

    body .woocommerce form.checkout_coupon .form-row,
    body .woocommerce form.login .form-row,
    body .woocommerce form.register .form-row {
        text-align: center;
        width: auto;
        float: none;
    }

    body .woocommerce form.checkout_coupon .button,
    body .woocommerce form.login .button,
    body .woocommerce form.register .button {
        display: block;
        width: 100%;
    }

}

@media screen and (min-width: 992px) {
    .header .header__menu {
        width: 44.5%;
    }

    .header .header__ctas {
        width: 44.5%;
    }

    .header .header__shield {
        width: 11%;
    }
}

/* --- Make header to work on Tablet portrait --- */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .header .inner {
        display: flex;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .header .inner:before {
        display: none;
        content: "";
    }

    .header .header__ctas,
    .header .header__menu,
    .header .header__shield {
        float: none;
        width: auto;
    }

    .header .header__menu {
        order: 3;
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
    }

    .header .header__menu a {
        padding: 0 30px;
    }

    .header .header__menu .header__menu__toggle .fa,
    .header .header__menu .header__menu__toggle span {
        line-height: 48px;
    }

    .shop-menu {
        padding: 0 30px;
        margin: 0;
    }

    .shop-menu>span {
        display: block;
        line-height: 48px;
    }

    .shop-menu i {
        display: none;
    }

    .header .header__shield {
        order: 1;
        flex: auto;
    }

    .header .header__ctas {
        order: 2;
    }

    .header .header__ctas .list--buttons {
        margin: 0;
    }

    .header .header__ctas .list--buttons li {}

    .header .header__ctas .list--buttons>li>a {
        line-height: 48px;
        padding: 0 30px;
    }

    .navigation .navigation__dismiss {
        left: auto;
        right: 24px;
    }
}


/*===== HAXes absed on Custom CSS class available in Site Options->Info =====*/

/*=== add 'Sampe' to Menus title
body.sample-menus .menus .menus__heading:before{
  content: "Sample";
}
*/

/* ===== Newsletter CTA ===== */
.posts .post--cta.post--cta--newsletter {
    padding: 0;
}

/*=== Hide all Newsletter related stuff until zonal adds this home to their SCV system*/
body.hide-newsletter a[href*="#mailing-list"] {
    display: none !important;
}

body.hide-newsletter .post--cta.post--cta--newsletter {
    display: none !important;
}

.map-static {
    height: auto;
}

/* Newsletter sign up box - links stilo */

.post.post--cta.post--cta--newsletter a {
    color: #fff;
}

/* - - - - - - - - -

Voila stilo - Generic

- - - - - - - - - */

.fa.fa-home {
    font-size: 1.2rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 15px;
}

.page-template-template-voila-order .main,
.page-template-template-voila-videos .main,
.page-template-template-voila-get-inspired .main,
.page-template-template-voila-menu .main,
.page-template-template-voila-about .main,
.page-template-template-voila-home .main,
.voila-page .main {
    background: #f0dcd4;
}

.shop-menu.voila-menu {
    margin-left: -1px;
}

.voila-nav {
    padding: 0.5rem 0;
    background-color: #fff;
    padding: 7px 24px;
    color: #b3885a;
    border-bottom: 1px solid #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 48px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    z-index: 11;
}

.voila-nav ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.voila-nav ul li {
    display: inline-block;
    margin: 0.5rem 0;
    font-size: 12px;
}

.voila-nav ul li + li {
    margin-left: 5px;
}

.voila-nav ul li + li:before {
    content: "|";
    display: inline-block;
    margin-right: 5px;
}

.voila-nav li a:hover,
.voila-nav li.current-menu-item a,
.voila-nav li.current_page_parent a {
    color: #2b2b2b;
    text-decoration: underline;
}

.voila-nav .menu-item-order {
    border: none;
    padding-right: 1rem;
    position: relative;
}

.voila-nav .menu-item-order a {
    color: #fff;
}

.voila-nav .menu-item-order a:before{
    content: "";
    background: #B3885A;
    width: calc(100% - 0.5em);
    height: 200%;
    top: -50%;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all .5s, color .5s;
}

.voila-nav .menu-item-order a:hover,
.voila-nav .menu-item-order a:focus {
    color: #2b2b2b;
}
.voila-nav .menu-item-order a:hover:before,
.voila-nav .menu-item-order a:focus:before {
    background: transparent;
}

.page-template-template-voila-order .header,
.page-template-template-voila-videos .header,
.page-template-template-voila-get-inspired .header,
.page-template-template-voila-menu .header,
.page-template-template-voila-about .header,
.page-template-template-voila-home .header,
.voila-page .header {
    top: 0;
    position: fixed;
}

.page-template-template-voila-about .featuredWrap img,
.page-template-template-voila-home .featuredWrap img {
    width: 100%;
    height: auto;
    display: block;
}

.page-template-template-voila-order .image-slot img + img,
.page-template-template-voila-get-inspired .image-slot img + img,
.page-template-template-voila-about .image-slot img + img {
    margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
    body.voila-page.admin-bar {
        margin-top: 32px;
    }
    body.voila-page.admin-bar .header{
        top: 32px
    }
    body.voila-page.admin-bar .voila-nav{
        top: 126px;
    }
}

/* - - - - - - - - -

Voila stilo - Home

- - - - - - - - - */

.page-template-template-voila-home .header {
    top: 0;
    position: fixed;
}

.page-template-template-voila-home .featuredWrap {
    display: block;
    margin-top: 2rem;
}

.page-template-template-voila-home .featuredWrap img {
    width: 100%;
    height: auto;
    display: block;
}

.page-template-template-voila-videos .read-more,
.voila-page .read-more,
.page-template-template-voila-home .read-more {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    width: 100px;
    margin: 1rem auto 2rem;
}

.page-template-template-voila-videos .read-more:after,
.voila-page .read-more:after,
.page-template-template-voila-home .read-more:after {
    content: " >>";
    position: relative;
    top: -1px;
}

.page-template-template-voila-home h2.entry-title {
    margin-top: 1rem;
}


/* - - - - - - - - -

Voila stilo - Menu

- - - - - - - - - */
.sample-menu-nav {
    margin: 2rem 0 1rem;
    padding: 0 24px 17px;
    color: #b3885a;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    z-index: 10;
    text-align: center;
}

.sample-menu-nav ul {
    margin: 0;
    padding:0;
    list-style: none;
    border: none;
}

.sample-menu-nav ul li {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 17px 0 0;
}

.sample-menu-nav ul li + li a {
    padding-left: 1rem;
    border-left: 1px solid #b3885a;
}

.sampleMenu .menuList .menuItem:nth-child(3n+1) {
    clear: left;
}

.sampleMenu .menuItemDesc {
    text-align: center;
    margin: 1rem 0 0;
}

.sampleMenu .menu-item-content {
    text-align: center;
}

.d-block {
    display: block;
}

.sampleMenu .symbols small {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.25rem;
}

.sampleMenu .menuHeaderTitle {
    margin-top: 2rem;
    font-size: 1.5rem;
}

/* --- Promo section --- */
.promo-section {
    border: 2px solid transparent;
    padding: 0 15px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (min-width: 1200px) {
    .promo-section {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: -20px;
      margin-right: -20px;
    }
  }

/* - - - - - - - - -

Voila stilo - Menu

- - - - - - - - - */

#voila_order_dropdown {
    margin-bottom: 1rem;
}

/* - - - - - - - - -

Voila stilo - Videos

- - - - - - - - - */

body.voila-page .page__title {
    margin: 4rem auto 2rem;
    max-width: 672px;
}

.page-template-template-voila-videos .menuItemTitle,
.voila-page .menuItemTitle {
    margin-top: 2rem;
}

.single-how_to.voila-page .hero--single .hero__content p,
.single-how_to.voila-page .hero--single .hero__content .hero__footer,
.single-how_to.voila-page main .section--article .align-text-left,
.single-how_to.voila-page .section--find-out-more {
  display: none;
}

.single-how_to.voila-page .hero {
    padding-top: 90px;
}

/* - - - - - - - - -

Voila stilo - responsive

- - - - - - - - - */

body.voila-page .main .row .col--md-6:nth-of-type(3n+1) {
    clear: left;
}

@media screen and (max-width: 1199px) {
    body.voila-page .main .row .col--md-6:nth-of-type(2n+1) {
        clear: left;
    }
    body.voila-page .main .row .col--md-6:nth-of-type(3n+1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {

    body.pub-page .header .header__ctas {
        width: 25%;
    }

    body.pub-page .header .header__menu {
        width: 75%;
    }

    body.pub-page .header .header__menu > * {
        width: calc(100% / 3);
    }

    body.pub-page .header .header__ctas .list--buttons li {
        width: 100%;
    }

    body.pub-page .header .header__ctas .list--buttons > li:first-child {
        display: none;
    }

    .header .fa.fa-shopping-basket,
    .header .fa.fa-home {
        margin-bottom: -1px;
    }

    body.pub-page.voila-page .voila-nav{
        top: 54px;
    }

    body.pub-page.voila-page  .image-slot {
        margin-bottom: 2rem;
    }

    body.pub-page.voila-page .menu-list-section {
        text-align: center;
    }

    body.pub-page.voila-page .page__title {
        margin-top: 6rem;
    }
}

body.pub-page.voila-page .header .bar--pub {
    display: none;
}

body.pub-page.voila-page .menu-list-section {
    text-align: center;
}

@media screen and (min-width: 768px) {

    body.pub-page.voila-page .voila-nav {
        top: 48px;
    }

    .voila-nav ul li + li {
        margin-left: 1rem;
    }

    .voila-nav ul li + li:before {
        content: "|";
        display: inline-block;
        margin-right: 1rem;
    }

    .shop-menu.voila-menu,
    .shop-menu {
        line-height: 48px;
        font-size: 0.8125rem;
    }

    .shop-menu + .shop-menu {
        border-right: none;
    }

    .voila-nav .menu-item-order a:before{
        width: calc(100% - 1.75em);
        left: 1em;
    }
}

@media screen and (min-width: 992px) {
    body.pub-page.voila-page.admin-bar .voila-nav {
        top: 80px;
    }

    .shop-menu.voila-menu,
    .shop-menu {
        line-height: inherit;
    }

    .shop-menu + .shop-menu {
        border-right: 1px solid #fff;
    }
}

/* ===== Xmas Enquiry === */
.pa-xmas-form .post--cta--newsletter {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    background: #d1a57e;
    border: 1px solid #7a0001;
}
.pa-xmas-form .form__group input,
.pa-xmas-form .form__group select {
  width: 100%;
  border: 1px solid #fff3db;
}
.pa-xmas-form input[type="submit"] {
  width: auto;
  background: none !important;
  border: none !important;
  font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.pa-xmas-form input[type="submit"]:hover,
.pa-xmas-form input[type="submit"]:focus,
.pa-xmas-form input[type="submit"]:active {
    border: none;
    color: inherit;
    text-decoration: none;
}

.pa-xmas-form [type="checkbox"] {
    width: auto;
}

.pa-xmas-form .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 .pa-xmas-form .ajax-loader {
    position: absolute;
    margin-top: 6px;
    margin-left: 10px;
}

/* ===== START: Video Panel ===== */

/* --- Shortcode wrapper --- */
.video-panel-shortcode {
    margin-bottom: 2rem
}

.video-panel .videoWrapper {
    background-color: black;
}
.video-panel .videoWrapper.mobile,
.video-panel .videoWrapper.mobile iframe {
    display: none;
}

body.has-video .hero {
    height: auto;
}
body.has-video .hero .hero__image {
    height: auto;
}

@media screen and (max-width: 767px) {
    body.has-video .video-panel .videoWrapper.desktop,
    body.has-video .video-panel .videoWrapper.desktop iframe  {
        display: none;
    }
    body.has-video .video-panel .videoWrapper.mobile,
    body.has-video .video-panel .videoWrapper.mobile iframe {
        display: block;
    }

    body.has-video .hero .hero__content {
        display: none;
    }
}

/* === Video Panel: Homepage only === */

/* --- CTA placement --- */
body.has-video .hero_cta_when_video.hero__cta,
body.has-video .hero_cta_when_video .hero__cta {
    width: 280px;
    margin: 0 auto 2.5rem;
}
body.has-video .hero_cta_when_video .hero__cta img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    body.has-video .hero--pub .hero__content {
        top: 48%;
    }
    body.has-video .hero--pub .hero__content .hero__logo,
    body.has-video .hero--pub .hero__content .hero__logotype {
        max-width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    body.has-video .hero.hero--pub {
        padding-top: 115px;
    }
    body.has-video .hero--pub .hero__content {
        top: 65%;
    }
    body.has-video .hero--pub .hero__content .hero__logo,
    body.has-video .hero--pub .hero__content .hero__logotype {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    body.has-video .hero.hero--pub {
        padding-top: 135px;
    }
}
/* ===== END: Video Panel ===== */