@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}

/* ------------------------------------------------------
**** Breakpoints
------------------------------------------------------ */

/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 768px) {

}

/* BP Large */
@media (min-width: 1080px) {

}

/* BP Extra large */
@media (min-width: 1280px) {

}

/* BP Extra Extra large */
@media (min-width: 1400px) {

}


/* ------------------------------------------------------
**** Fonts
------------------------------------------------------ */

/*

Fonts

font-family: 'Covered By Your Grace', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Metropolis', Helvetica, Arial, sans-serif;

*/

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-MediumItalic.eot');
    src: url('../fonts/metropolis/Metropolis-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-MediumItalic.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-MediumItalic.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-MediumItalic.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-MediumItalic.svg#Metropolis-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-RegularItalic.eot');
    src: url('../fonts/metropolis/Metropolis-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-RegularItalic.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-RegularItalic.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-RegularItalic.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-RegularItalic.svg#Metropolis-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Regular.eot');
    src: url('../fonts/metropolis/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Regular.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Regular.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Medium.eot');
    src: url('../fonts/metropolis/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Medium.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Medium.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Bold.eot');
    src: url('../fonts/metropolis/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Bold.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Bold.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-BoldItalic.eot');
    src: url('../fonts/metropolis/Metropolis-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-BoldItalic.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-BoldItalic.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-BoldItalic.ttf') format('truetype'),
        url('../fonts/metropolis/Metropolis-BoldItalic.svg#Metropolis-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* Iconfont */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/fonts/icomoon.eot?xs373d');
    src:  url('../fonts/icomoon/fonts/icomoon.eot?xs373d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?xs373d') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?xs373d') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?xs373d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-before:before,
.icon-after:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
    content: "\e900";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
    content: "\e901";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
    content: "\e902";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
    content: "\e903";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
    content: "\e904";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
    content: "\e905";
}
.icon-before.icon-map-marker:before,
.icon-after.icon-map-marker:after {
    content: "\e906";
}
.icon-before.icon-phone:before,
.icon-after.icon-phone:after {
    content: "\e907";
}
.icon-before.icon-youtube:before,
.icon-after.icon-youtube:after {
    content: "\e908";
}
.icon-before.icon-home:before,
.icon-after.icon-home:after {
    content: "\e909";
}



/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
    font-size: 62.5%;
}

body {
    line-height: 1.4;
    font-size: 1.4em;
    color: #2d2726;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* BP Small */
@media (min-width: 600px) {
    body {
        font-size: 1.5em;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    body {
        font-size: 1.6em;
    }
}

/* ---- Fonts ---- */

/* - Montserrat - */

/*
font-family: 'Metropolis', Helvetica, Arial, sans-serif;
*/

/* Light (used as regular) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
    url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* - Playfair Display - */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfair-display/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfair-display/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfair-display/playfairdisplay-regular-webfont.woff') format('woff'),
         url('../fonts/playfair-display/playfairdisplay-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display/playfairdisplay-bold-webfont.eot');
    src: url('../fonts/playfair-display/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfair-display/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('../fonts/playfair-display/playfairdisplay-bold-webfont.woff') format('woff'),
         url('../fonts/playfair-display/playfairdisplay-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 1.7rem 0;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #8c877f;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 3rem;
}


h1, .h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.8rem;
    letter-spacing: 0.5rem;
    font-family: 'Playfair Display', serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    line-height: 1;
}

h2, .h2 {
    color: #612d2b;
    font-size: 2.2rem;
    font-family: 'Playfair Display', serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    line-height: 1;
}

h3, .h3 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
}

h4, .h4 {
    font-size: 1.6rem;
    font-weight: 500;
}

h5, .h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

h6, .h6 {
    font-size: 1.4rem;
    font-weight: 500;
}

.heading-inline {
    display: inline;
    float: left;
    padding: 0;
}

p,
ol,
ul,
dl,
address {
    margin: 0 0 1.7rem;
}

small {
    font-size: 1.28rem;
}

/* Subtitles */
.subtitle {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    font-size: 1.3rem;
}
.subtitle:after {
    font-size: 2.5rem;
    margin-top: -6px;
    margin-bottom: -6px;
    vertical-align: top;
    display: inline-block;
}
a.subtitle {
    text-decoration: none;
}
button.subtitle {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}


/* BP Small */
@media (min-width: 600px) {
    h1, .h1 {
        font-size: 3.3rem;
    }
    h2, .h2 {
        font-size: 2.3rem;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    h1, .h1 {
        font-size: 4rem;
        letter-spacing: 0.7rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h3, .h3 {
        font-size: 1.7rem;
    }

    .subtitle {
        font-size: 1.4rem;
    }
    .subtitle:after {
        font-size: 2.7rem;
        margin-top: -5px;
        margin-bottom: -5px;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    p,
    ol,
    ul,
    dl,
    address {
        margin-bottom: 2.5rem;
    }
    h1, .h1 {
        font-size: 4.5rem;
        letter-spacing: 1rem;
    }

    h2, .h2 {
        font-size: 2.8rem;
    }

    h3, .h3 {
        font-size: 1.9rem;
    }
    .subtitle {
        font-size: 1.6rem;
    }
    .subtitle:after {
        font-size: 3rem;
        margin-top: -5px;
        margin-bottom: -5px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    h1, .h1 {
        font-size: 5rem;
    }

    h2, .h2 {
        font-size: 3.2rem;
    }

    h3, .h3 {
        font-size: 2rem;
    }
}


/* ---- Lists ---- */
ul,
ol {
    padding: 0 0 0 2rem;
}

li ul,
li ol {
    margin: 1rem 0;
}

ul.inline,
ol.inline {
    list-style-type: none;
    margin-left: 0;
}
ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}

ol {
    list-style-type: none;
    counter-reset: item;
}

ol ul {
    list-style-type: disc;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}


/* ---- Breadcrumbs ---- */
.breadcrumb {
    list-style: none;
}
.breadcrumb > li {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline;
}
.breadcrumb > li:before {
    content: "\00a0/\00a0";
    height: auto;
    width: auto;
    border-radius: 0;
    background: none;
    margin: 0;
}
.breadcrumb > li:first-child:before {
    content: none;
}
.breadcrumb,
.breadcrumb a {
    color: #FFF;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #FFF;
    text-decoration: underline;
}

/* ---- Blockquotes ---- */
blockquote {
    margin: 1.5rem 0;
    padding: 20px 25px 20px;
    background: #f6f6f6;
    font-style: italic;
    position: relative;
    clear: both;
}

blockquote *:first-child {
    margin-top: 0;
}

blockquote *:last-child {
    margin-bottom: 0;
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 13rem;
    display: block;
    height: 25px;
    width: 50px;
    color: #35ab75;
    font-style: italic;
    line-height: 10px;
    font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
}

blockquote:before {
    content: '\201C';
    top: 38px;
    left: -8px;
}

blockquote:after {
    content: '\201D';
    bottom: -36px;
    right: 18px;
}

/* BP medium */
@media (min-width: 62em) { /* 992px */
    .blockquote--left {
        float: left;
        width: 45%;
        margin-left: 0px;
        margin-right: 20px;
        clear: right;
    }

    .blockquote--right {
        float: right;
        width: 45%;
        margin-left: 20px;
        margin-right: 0px;
        clear: left;
    }
}


/* ---- HR ---- */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
}


/* ---- Text level elements ---- */
abbr[title] {
    border-bottom: 1px dotted #c6bfbf;
    cursor: help;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

ins {
    background-color: #f6f6f6;
    color: #473f3f;
    text-decoration: none;
}

mark {
    background-color: #f6f6f6;
    color: #473f3f;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: 'Monaco', 'Courier New', monospace;
    color: #484040;
    background: #efefef;
    background: rgba(0, 0, 0, .07);
    padding: 0 2px;
    margin: 0 -2px;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.6em;
}

sub {
    bottom: -.25em;
}


/* ---- Links ---- */
a,
button.subtitle {
    color: #7c766c;
    word-break: break-word;
}

a:hover,
a:active,
a:focus,
button.subtitle:hover {
    color: #2d2726;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}

/* Include file type and size in document links */
a.document::after {
    content: " (" attr(data-ext) " " attr(data-size) ")";
}

/* ---- Large text ---- */
.large-text {
    font-size: 1.6rem;
}
.extra-large-text {
    font-size: 2rem;
    font-weight: 500;
}

/* BP Medium */
@media (min-width: 768px) {
    .large-text {
        font-size: 1.8rem;
    }
    .extra-large-text {
        font-size: 2.3rem;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .large-text {
        font-size: 2rem;
    }
    .extra-large-text {
        font-size: 2.7rem;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {

}

/* ---- Tag ---- */
.tag {
    font-family: 'Covered By Your Grace', cursive;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #8c877f;
}

/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 768px) {
    .tag {
        font-size: 2.3rem;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .tag {
        font-size: 2.7rem;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {

}

/* Responsive embeds */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Heading box ---- */
.heading-box {
    color: #FFF;
    position: relative;
    padding-top: 7px;
}
.heading-box:after {
    content: " ";
    width: 3px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 100%;
    height: 50px;
    left: 0;
}
.heading-box__inner {
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.heading-box__title-wrap {
    margin: -16px 0 3px;
    overflow: hidden;
}
.heading-box__title {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    color: inherit;
    margin-right: 1px;
}
.heading-box__title:before,
.heading-box__title:after {
    content: " ";
    height: 3px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 22px;
    width: 500px;
}
.heading-box__title:before {
    right: 100%;
}
.heading-box__title:after {
    left: 100%;
}
.heading-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.7rem;
    padding-bottom: 9px;
    padding-right: 10px;
    padding-top: 2px;
    line-height: 1.2;
}
.heading-box__content__subtitle,
.heading-box__content__tag {
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}
.heading-box__content__subtitle {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
.heading-box__content__tag {
    font-family: 'Covered By Your Grace', cursive;
    text-transform: uppercase;
}


/* Small content */
.heading-box--small-content .heading-box__content {
    font-size: 1.5rem;
}

/* Left */
.heading-box--left .heading-box__title-wrap {
    padding-right: 10px;
}
.heading-box--left .heading-box__title:before {
   content: none;
}

.heading-box--left .heading-box__title span {
    float: left;
    margin-right: 8px;
}
.heading-box--left .heading-box__title span:after {
    content: " ";
}


/* Center */
.heading-box--center {
    text-align: center;
}
.heading-box--center .heading-box__title {
    padding: 0 0 0 8px;
    margin-left: 14px;
}
.heading-box--center .heading-box__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
}
.heading-box--center .heading-box__inner {
    border-left: 3px solid #fff;
}
.heading-box.heading-box--center:after {
    right: 0;
    margin: 0 auto;
}

/* White */
.bg-white .heading-box {
    color: #2d2726;
}
.bg-white .heading-box .heading-box__inner {
    border-color: #e6d9c2;
}
.bg-white .heading-box .heading-box__title:before,
.bg-white .heading-box .heading-box__title:after,
.bg-white .heading-box:after {
    background-color: #e6d9c2;
}

/* Black */
.bg-black .heading-box {
    color: inherit;
}
.bg-black .heading-box .heading-box__inner {
    border-color: #FFF;
}
.bg-black .heading-box .heading-box__title:before,
.bg-black .heading-box .heading-box__title:after,
.bg-black .heading-box:after {
    background-color: #FFF;
}

/* BP Small */
@media (min-width: 600px) {
    .heading-box {
        padding-top: 9px;
    }
    .heading-box__content {
        font-size: 2rem;
        padding-right: 20px;
        padding-top: 3px;
        padding-bottom: 13px;
    }
    .heading-box--center .heading-box__content {
        padding-left: 20px;
    }
    .heading-box__title-wrap {
        margin-top: -17px;
    }
    .heading-box__title:before,
    .heading-box__title:after {
        top: 24px;
    }


    /* Small content */
    .heading-box--small-content .heading-box__content {
        font-size: 1.6rem;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .heading-box {
        padding-top: 14px;
    }
    .heading-box__content {
        font-size: 2.3rem;
        padding-bottom: 20px;
        padding-right: 25px;
    }
    .heading-box--center .heading-box__content {
        padding-left: 25px;
    }
    .heading-box__title-wrap {
        margin-top: -20px;
    }
    .heading-box__title:before,
    .heading-box__title:after {
        top: 20px;
    }


    /* Small content */
    .heading-box--small-content .heading-box__content {
        font-size: 1.7rem;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .heading-box {
        padding-top: 16px;
    }
    .heading-box__content {
        font-size: 2.5rem;
        padding-bottom: 23px;
        padding-right: 14px;
        padding-top: 8px;
    }
    .heading-box__title-wrap {
        margin-top: -25px;
    }
    .heading-box__title:before,
    .heading-box__title:after {
        top: 35px;
    }

    /* Left */
    .heading-box--left .heading-box__title:after {
        top: 35px;
    }

    /* 7-10 */
    .heading-box--length-7-10 .heading-box__title {
        font-size: 2.5rem;
    }
    .heading-box--length-7-10 .heading-box__title-wrap {
        margin-top: -14px;
    }
    .heading-box--length-7-10 .heading-box__title:after {
        top: 20px;
    }

    /* 11-15 */
    .heading-box--length-11-15 .heading-box__title {
        font-size: 1.9rem;
    }
    .heading-box--length-11-15 .heading-box__title-wrap {
        margin-top: -11px;
    }
    .heading-box--length-11-15 .heading-box__title:after {
        top: 15px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .heading-box {
        padding-top: 18px;
    }
    .heading-box__content {
        font-size: 2.7rem;
        padding-right: 25px;
    }
    .heading-box__title-wrap {
        margin-top: -27px;
    }
    .heading-box__title:before,
    .heading-box__title:after {
        top: 38px;
    }

    /* Left */
    .heading-box--left .heading-box__title:after {
        top: 38px;
    }

    /* Small content */
    .heading-box--small-content .heading-box__content {
        font-size: 1.8rem;
    }


    /* 7-10 */
    .heading-box--length-7-10 .heading-box__title {
        font-size: 3.1rem;
    }
    .heading-box--length-7-10 .heading-box__title-wrap {
        margin-top: -18px;
    }
    .heading-box--length-7-10 .heading-box__title:after {
        top: 25px;
    }

    /* 11-15 */
    .heading-box--length-11-15 .heading-box__title {
        font-size: 2.4rem;
    }
    .heading-box--length-11-15 .heading-box__title-wrap {
        margin-top: -14px;
    }
    .heading-box--length-11-15 .heading-box__title:after {
        top: 19px;
    }
}

/* ---- Background colours ---- */

/* White */
.bg-white {
    background-color: #fff;
}

/* Black */
.bg-black {
    background-color: #2d2726;
    color: #FFF;
}

/* Mahogany */
.bg-mahogany {
    background-color: #612d2b;
    color: #e0ddd8;
}

.bg-mahogany h2,
.bg-mahogany .h2 {
    color: #e6d9c2;
}

/* Cream */
.bg-cream {
    background-color: #e6d9c2;
    color: #2d2726;
}

/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Buttons ---- */
.button,
div.woocommerce a.button.wc-forward,
div.woocommerce button.button.alt {
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    outline: none;
    opacity: 1;
    position: relative;
    letter-spacing: 0.3rem;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Small */
.button,
.button.button-small,
.ninja-forms-field.button,
div.woocommerce a.button.wc-forward,
div.woocommerce button.button.alt {
    padding: 10px 18px;
    font-size: 1.3rem;
}

/* BP Medium */
@media (min-width: 768px) {
  /* Regular gets a little bigger */
  .button,
  .ninja-forms-field.button,
  div.woocommerce a.button.wc-forward,
  div.woocommerce button.button.alt {
      padding: 12px 22px;
      font-size: 1.5rem;
  }
}

/* BP Large */
@media (min-width: 1080px) {
    /* Regular */
    .button,
    .ninja-forms-field.button,
    div.woocommerce button.button.alt {
        padding: 14px 26px;
        font-size: 1.7rem;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    /* Large */
    .button.button-large {
        font-size: 1.9rem;
        padding: 14px 26px;
    }
}


/* Mahogany (default) */
.button,
.button.button--mahogany,
.ninja-forms-field.button,
div.woocommerce button.button.alt,
div.woocommerce a.button.wc-forward {
    background-color: #612d2b;
    border-color: #612d2b;
    color: #fff;
}
.button:hover,
.button.button--mahogany:hover,
.ninja-forms-field.button:hover,
.button:focus,
.button.button--mahogany:focus,
.ninja-forms-field.button:focus,
div.woocommerce button.button.alt:hover,
div.woocommerce button.button.alt:focus,
div.woocommerce a.button.wc-forward:hover,
div.woocommerce a.button.wc-forward:focus {
    background-color: #723431;
    border-color: #723431;
    color: #fff;
}


/* Grey */
.button.button--grey,
div.woocommerce .woocommerce-message a.button.wc-forward {
    background-color: #8c877f;
    border-color: #8c877f;
    color: #fff;
}
.button.button--grey:hover,
.button.button--grey:focus,
div.woocommerce .woocommerce-message a.button.wc-forward:hover,
div.woocommerce .woocommerce-message a.button.wc-forward:focus {
    background-color: #a19b91;
    border-color: #a19b91;
    color: #fff;
}


/* Outline Grey */
.button.button--outline-grey {
    background-color: transparent;
    border-color: #8c877f;
    color: #fff;
}
.button.button--outline-grey:hover,
.button.button--outline-grey:focus {
    background-color: transparent;
    border-color: #a19b91;
    color: #fff;
}


/* White */
.button.button--white {
    background-color: #fff;
    border-color: #fff;
    color: #8c877f;
}
.button.button--white:hover,
.button.button--white:focus {
    background-color: #e6d9c2;
    border-color: #e6d9c2;
    color: #2d2726;
}

/* Outline white */
.button.button--outline-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.button--outline-white:hover,
.button.button--outline-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #2d2726;
}

/* Block */
.button--block {
    display: block;
    width: 100%;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
    border: none;
    opacity: 0.4;
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Icon buttons */
.button.icon-before:before,
.button.icon-after:after {
    font-size: 2.4rem;
    margin-top: -5px;
    margin-bottom: -5px;
    vertical-align: top;
    display: inline-block;
}

.button.icon-before:before {
    margin-right: 5px;
    margin-left: -10px;
}
.button.icon-after:after {
    margin-left: 5px;
    margin-right: -10px;
}

/* Special margin for arrow icons */
.button.icon-before.icon-arrow-left:before {
    margin-right: 0;
    margin-left: -15px;
}
.button.icon-after.icon-arrow-right:after {
    margin-left: 0;
    margin-right: -15px;
}

/* BP Medium */
@media (min-width: 768px) {
    .button.icon-before:before,
    .button.icon-after:after {
        font-size: 2.7rem;
    }
}

/* BP Large */
@media (min-width: 1080px) {
  .button.icon-before:before,
  .button.icon-after:after {
      font-size: 3rem;
      margin-top: -6px;
      margin-bottom: -6px;
  }
}

/* BP Extra large */
@media (min-width: 1280px) {

}

/* Inline buttons */
.inline-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}
.inline-buttons p {
    margin: 0 12px;
}

/* ---- Page numbers ---- */
ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.page-numbers li {
    padding: 0;
}
ul.page-numbers li:before {
    content: none;
}

ul.page-numbers .page-numbers {
    padding: 13px 12px;
    text-decoration: none;
    border: 2px solid #242424;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #242424;
    margin: 0 4px 15px;
    display: block;
    font-size: 1.3rem;
}
ul.page-numbers a.page-numbers:hover {
    border-color: #7b7b7b;
    color: #7b7b7b;
}

ul.page-numbers .page-numbers.prev:before {
    content: "\003c\00a0";
}
ul.page-numbers .page-numbers.next:after {
    content: "\00a0\003e";
}
ul.page-numbers .page-numbers.current {
    background-color: #ffdd14;
    border-color: #ffdd14;
    color: #242424;
}
ul.page-numbers .page-numbers.dots {
    border-color: transparent;
}

/* BP small */
@media screen and (min-width: 768px) {
    ul.page-numbers {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    ul.page-numbers .page-numbers {
        padding: 14px 26px;
        margin: 0 4px 15px;
        font-size: 1.4rem;
    }
}

/* ---- Animations ---- */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}


@-webkit-keyframes polaroid {
    from {
        opacity: 0;
        -webkit-transform: rotate(-12deg) translateY(-30px);
                transform: rotate(-12deg) translateY(-30px);
    }
    to {

    }
}


@keyframes polaroid {
    from {
        opacity: 0;
        -webkit-transform: rotate(-12deg) translateY(-30px);
                transform: rotate(-12deg) translateY(-30px);
    }
    to {

    }
}

@-webkit-keyframes polaroidAlt {
    from {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-30px);
                transform: rotate(8deg) translateY(-30px);
    }
    to {

    }
}

@keyframes polaroidAlt {
    from {
        opacity: 0;
        -webkit-transform: rotate(8deg) translateY(-30px);
                transform: rotate(8deg) translateY(-30px);
    }
    to {

    }
}

/* ---- Highlight ---- */
.highlight {
    margin: 0 0 1.5rem;
    padding: 20px;
    background: #f6f6f6;
    clear: both;
}

/* BP Small */
@media (min-width: 600px) {
    .highlight {
        margin-bottom: 2rem;
    }
}
/* BP Medium */
@media (min-width: 768px) {
    .highlight {
        margin-bottom: 2.3rem;
        padding: 30px;
    }
}

.highlight *:last-child {
    margin-bottom: 0;
}

/* ---- Social list ---- */
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-list-item {
    font-size: 3rem;
    padding: 0;
}
.social-list-item:before {
    content: none;
}
.social-list-item a {
    color: inherit;
    display: block;
}
.social-list-item a,
.social-list-item a:hover {
    text-decoration: none;
}
.social-list-item a:before {
    display: block;
}

/* Inline */
.social-list.social-list--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Hover */
.social-list-item a:hover {
    color: #612d2b;
}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

/* ---- Base styles ---- */
nf-field .nf-field-container,
div.woocommerce form .form-row {
    margin-bottom: 16px;
}
/* BP small */
@media screen and (min-width: 768px) {
    nf-field .nf-field-container,
    div.woocommerce form .form-row {
        margin-bottom: 21px;
    }
}

.ninja-forms-field {
    display: block;
}

.ninja-forms-field:not(.button),
.wc_input_price,
div.woocommerce form .form-row input.input-text,
div.woocommerce form .form-row textarea,
.select2-container.select2-container--default .select2-selection--single {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    line-height: 1.4;
    border: 1px solid #eae6dd;
    border-radius: 0;
    background-color: #eae6dd ;
}

/* ---- White ---- */
.nf-container.white .ninja-forms-field,
.bg-light-grey .ninja-forms-field:not(.button) {
    background-color: #fff;
}


/* ---- Sizes ---- */

/* Small */
.ninja-forms-field:not(.button),
.wc_input_price,
div.woocommerce form .form-row input.input-text,
div.woocommerce form .form-row textarea,
.select2-container .select2-selection--single {
    font-size: 1.6rem;
    padding: 8px 15px 7px;
}

/* BP small */
@media screen and (min-width: 768px) {
    /* Regular */
    .ninja-forms-field:not(.button),
    .wc_input_price,
    div.woocommerce form .form-row input.input-text,
    div.woocommerce form .form-row textarea,
    .select2-container .select2-selection--single {
        padding: 11px 20px 10px;
    }
}

/* ---- Buttons ---- */
.ninja-forms-field.button {
    margin-left: auto;
}

/* ---- Input limits ---- */
.nf-after-field .nf-input-limit:empty {
    margin: 0;
}

/* ---- Placeholders ---- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4b4b4b;
    text-indent: 0;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #4b4b4b;
    text-indent: 0;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #4b4b4b;
    text-indent: 0;
}
:-moz-placeholder { /* Firefox 18- */
    color: #4b4b4b;
    text-indent: 0;
}

/* ---- Labels and legends ---- */
.nf-field-label,
#ywcnp_form_name_your_price label,
div.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* ---- Field helpers ---- */
.nf-before-form-content {
    margin-bottom: 20px;
}

/* ---- Field errors ---- */
.nf-error .ninja-forms-field {
    background-color: #f7e0e0;
    border-color: #f1d2d1 !important;
}

.nf-error-msg {
    color: #2d2726 !important;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    padding: 3px 10px;
    border: 1px solid #dad7d1;
    border-radius: 5px;
    margin-top: -1px;
    font-size: 1.2rem;
}
.nf-error-msg:before {
    content: " ";
    position: absolute;
    top: -7px;
    left: 14px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    border-bottom-color: #FFF;
    content: '';
}

/* ---- Text area ---- */
textarea.ninja-forms-field:not(.button) {
    resize: vertical;
}

/* ---- Selects ---- */
select.ninja-forms-field,
.select2-container.select2-container--default .select2-selection--single {
    -moz-appearance: none;
    background-image: url(../images/form-icons.svg),
    url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    padding-right: 55px;
    height: auto;
}
select.ninja-forms-field[multiple] {
    background-image: none;
    padding-right: 20px;
}

select.ninja-forms-field::-ms-expand {
    display: none;
}

/* Select 2 */
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "\00a0";
}
.select2-selection__arrow {
    display: none;
}
.select2-results__option:focus {
    outline: none;
}

/* Small */
select.ninja-forms-field,
.select2-container.select2-container--default .select2-selection--single {
    background-position: top -263px right -104px, top -447px right -92px;
    padding-right: 55px;
}


/* White + Small */
.nf-container.white select.ninja-forms-field,
.bg-light-grey .nf-container select.ninja-forms-field {
    background-position: top -262px right -104px, top -607px right -92px;
}

/* Responsive */
/* BP small */
@media screen and (min-width: 768px) {
    select.ninja-forms-field,
    .select2-container.select2-container--default .select2-selection--single {
        background-position: top -260px right -104px, top -447px right -92px;
    }
    /* White */
    .nf-container.white select.ninja-forms-field,
    .bg-light-grey .nf-container select.ninja-forms-field {
        background-position: top -257px right -104px, top -607px right -92px;
    }
}

/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
    font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label,
.field-element.field-element--small input[type="checkbox"] + label,
.field-element.field-element--small input[type="radio"] + label {
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="checkbox"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    position: relative;
    top: 3px;
    background-color: #EEF0F3;
    border: 1px solid #CED2DC;
    margin-left: -34px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after,
.field-element.field-element--small input[type="checkbox"]:checked + label:after,
.field-element.field-element--small input[type="radio"]:checked + label:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: 6px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
    padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
    margin-left: 0;
    margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
    left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
    margin-left: 4px;
}


/* -- Checkboxes -- */

/* Box */
.field-element input[type="checkbox"]:checked + label:before {
    border-radius: 1px;
}

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after,
.field-element.field-element--small input[type="checkbox"]:checked + label:after {
    content: " ";
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top -702px left 1px;
    width: 17px;
    height: 17px;
    margin: -2px 0 0 -1px;
}

.field-element.field-element--checkboxlist--columns .field-element__input-set {
    -webkit-columns: 3;
    columns: 3;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
    border-radius: 12px;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"]:checked + label:after,
.field-element.field-element--small input[type="radio"]:checked + label:after {
    left: 6px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #58595B;
}

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
    background-color: #FFF;
}


/* Responsive */
/* BP small */
@media screen and (min-width: 768px) {
    .field-element input[type="checkbox"] + label:before,
    .field-element input[type="radio"] + label:before {
        width: 24px;
        height: 24px;
        margin-right: 13px;
        top: 4px;
    }

    .field-element input[type="checkbox"]:checked + label:after {
        background-position: top -731px left 0;
        width: 23px;
        height: 23px;
        margin: 0;
    }

    /* Radio outer */
    .field-element input[type="radio"] + label:before {
        border-radius: 12px;
    }

    /* Radio dot (pseudo element) */
    .field-element input[type="radio"]:checked + label:after {
        left: 7px;
        top: 11px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
}


/* ---- Money ---- */
#ywcnp_form_name_your_price {
  position: relative;
}
#ywcnp_form_name_your_price label {
    display: block;
}
#ywcnp_suggest_price_single {
    padding-left: 55px;
    background-image: url(../images/form-icons.svg);
    background-repeat: no-repeat;
    background-position: top -447px left 0;
    width: auto;
}
#ywcnp_form_name_your_price:before {
    content: "$";    /* Dollars */
    position: absolute;
    display: block;
    left: 0;
    color: #58595B;
    font-weight: bold;
    font-size: 19px;
    width: 41px;
    text-align: center;
}

/* Small */
#ywcnp_suggest_price_single {
    background-position: top -447px left 0;
}
#ywcnp_form_name_your_price:before {
    bottom: 5px;
}

/* Responsive */
@media screen and (min-width:  48em) { /* 768px */
    #ywcnp_form_name_your_price:before {
        bottom: 9px;
    }
}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table,
div.woocommerce table.shop_table {
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

th,
td,
div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
}

th,
thead td,
div.woocommerce table.shop_table th {
    background: #f6f6f6;
}

/* ---- Content tables ---- */
table,
div.woocommerce table.shop_table {
    width: 100%;
    margin: 2rem 0;
}
table caption {
    text-align: left;
    padding-bottom: 13px;
    font-weight: 600;
}
table th,
table thead td,
div.woocommerce table.shop_table th {
    font-weight: bold;
    background-color: #F0F0F0;
    font-size: 1.7rem;
}
table td,
div.woocommerce table.shop_table td {
    background-color: #FFF;
}
table th,
table td,
div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
    border: 1px solid #d7d7d7;
    padding: 12px 15px;
    text-align: left;
}


@media (max-width: 1079px) {
    .table--responsive {
        font-size: 1.3rem;
    }
    .table--responsive th,
    .table--responsive td {
        padding: 5px 10px;
    }
    .table--responsive th,
    .table--responsive thead td {
        font-size: 1.4rem;
    }
}


/* Small */
table.table--small {
    font-size: 1.3rem;
}
table.table--small th,
table.table--small td {
    padding: 5px 10px;
}
table.table--small th,
table.table--small thead td {
    font-size: 1.4rem;
}

/* ---- Responsive tables ---- */
@media (max-width: 600px) {
    .table--responsive caption {
        display: block;
    }
    .table--responsive {
        font-size: 1.4rem;
    }
    .table--responsive,
    .table--responsive tbody,
    .table--responsive tr {
        display: block;
        border: none;
    }
    .table--responsive thead,
    .table--responsive th {
        display: none;
    }
    .table--responsive tr {
        display: table;
        width: 100%;
    }
    .table--responsive tr.table--responsive__first-row {
        display: none;
    }
    .table--responsive td {
        display: table-row;
        padding: 0;
    }
    .table--responsive td[data-title]:before {
        content: attr(data-title);
        font-weight: bold;
        background-color: #F0F0F0;
        border-right: 1px solid #d7d7d7;
    }
    .table--responsive td[data-title] {
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
    }
    .table--responsive tbody tr {
        margin-bottom: 20px;
        border-bottom: 1px solid #d7d7d7;
    }
    .table--responsive td[data-title]:before,
    .table--responsive__content {
        padding: 5px 15px;
        display: table-cell;
    }

}

/* ---- No Styles Table ---- */
.table__no-styles {
    border-collapse: separate !important;
    border: none !important;
    background: none !important;
    min-width: 0 !important;
}

.table__no-styles th,
.table__no-styles thead td,
.table__no-styles td {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */
.-clearfix:before,
.-clearfix:after {
    content: " ";
    display: table;
}

.-clearfix:after {
    clear: both;
}


/* ---- Hiding classes ---- */
.-vis-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.-invisible {
    visibility: hidden;
}

/* ---- Pseudo elements ---- */

/* Angle Brackets */
.-r-arrow-after:after {
    content: "\00a0\003e";
}
.-r-arrow-before:before {
    content: "\003e\00a0";
}
.-l-arrow-after:after {
    content: "\00a0\003c";
}
.-l-arrow-before:before {
    content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
    content: "..";
}
.ellipsis-3:after {
    content: "...";
}

/* ---- Floats and positioning ---- */

.alignleft,
.center,
.alignright {
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
.center,
.alignright,
.block {
    margin-bottom: 30px;
    display: block;
}

/* Align */
.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}

/* BP Smaller */
@media screen and (min-width: 600px) {
    .alignleft {
        margin: 0 30px 30px 0;
        float: left;
    }

    .alignright {
        margin: 0 0 30px 30px;
        float: right;
    }
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
    margin: 0;
}

html,
body {
    background:#191919;
    height: 100%;
}

#wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    z-index: 3;
}

/* BP Large */
@media (min-width: 1080px) {
    background-color: #FFF;
}


/* ---- Container ---- */
.container {
    width: 88%;
    margin: 0 auto;
}

/* BP Small */
@media (min-width: 600px) {
    .container {
        width: 540px;
    }
    .container--thin {
        max-width: 728px;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .container {
        width: 728px;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .container {
        width: 1000px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}


/* ---- Sections ---- */
.section {
    z-index: 1;
    position: relative;
}
.section,
.section-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}

/* BP Small */
@media (min-width: 600px) {
    .section,
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section--small,
    .section-padding--small {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section--large,
    .section-padding--large {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .section,
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section--small,
    .section-padding--small {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section--large,
    .section-padding--large {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .section,
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section--small,
    .section-padding--small {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section--large,
    .section-padding--large {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .section,
    .section-padding {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .section--small,
    .section-padding--small {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section--large,
    .section-padding--large {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

/* ---- Parallax ---- */
.parallax-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

/* Max BP Medium */
@media (max-width: 1079px) {
    .parallax-container .parallax-mirror {
        display: none;
    }
}

/* BP Medium */
@media (min-width: 1080px) {
    .section[data-parallax] {
        background: none;
    }
}

/* ---- Header ---- */

#header {
    display: none;
    height: 57px;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

/* BP Large */
@media (min-width: 1080px) {
    #header {
        display: block;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    #header {
        height: 64px;
    }
}


/* ---- Nav ---- */
.section--nav {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 99;
}
.nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    ]: space-between
    align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav__phone-number {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav__phone-number a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav__phone-number a:hover {
    color: #b5b0a8;
}
.nav__phone-number a:before {
    font-size: 2.5rem;
    margin-right: 6px;
    margin-top: -6px;
    margin-bottom: -6px;
}

/* Viet Next Door */
.nav__viet-next-door {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 0 7px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 11px;
}
.nav__viet-next-door img {
    max-height: 27px;
    padding-bottom: 2px;
}

.nav__viet-next-door:hover {
    background-color: #000;
}

/* Sticky */
.frankenmenu-sticky .section--nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* BP Large */
@media (min-width: 1080px) {
    .nav__phone-number {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 30px;
    }
    .nav__phone-number a {
        font-size: 2.4rem;
    }
    .nav__phone-number a:before {
        font-size: 2.8rem;
    }
    .nav__viet-next-door {
        padding: 0 9px;
        height: 57px;
        margin-right: 0;
    }
    .nav__viet-next-door img {
        max-height: 38px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .nav__phone-number a {
        font-size: 2.7rem;
    }
    .nav__phone-number a:before {
        font-size: 2.9rem;
        margin-right: 12px;
    }
    .nav__viet-next-door {
        height: 64px;
    }
    .nav__viet-next-door img {
        max-height: 45px;
    }
    .nav__phone-number {
        margin-left: 50px;
    }
}

/* ---- Video banner ---- */
.section--video-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    overflow: hidden;
}
.section--video-banner .container {
    position: relative;
    z-index: 1;
    text-align: right;
}

.video-banner__video {
    position: fixed;
    z-index: -101;
    top: 40px;
    width: 100%;
    height: auto;
}
.logo {
    width: 70px;
    margin: 0 0 16px auto;
}

.site-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    padding: 3px 0 11px 17px;
    margin: 0 0 20px;
}
.site-title__heading {
    line-height: 1.2;
    margin: 0;
}
.site-title__heading__line1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    font-weight: bold;
    margin-right: -0.3rem;
    font-family: 'Playfair Display', serif;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
.site-title__heading__line2 {
    display: block;
    text-transform: uppercase;
    font-size: 1.65rem;
    letter-spacing: 0.64rem;
    font-weight: normal;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
}

.section--video-banner .inline-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.banner-text {
    font-size: 1.7rem;
    max-width: 260px;
    display: block;
    margin: 0 0 25px auto;
    line-height: 1.1;
}

/* BP Small */
@media (min-width: 600px) {
    .logo {
        width: 90px;
    }
    .banner-text {
        font-size: 1.8rem;
        max-width: 260px;
    }
    .site-title {
        padding: 3px 0 13px 24px;
    }
    .site-title__heading__line1 {
        font-size: 3.3rem;
    }
    .site-title__heading__line2 {
        font-size: 2.3rem;
    }
    .video-banner__video {
        height: 440px;
        width: auto;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .banner-text {
        font-size: 2.1rem;
        max-width: 340px;
        margin-bottom: 30px;
    }
    .logo {
        width: 124px;
    }
    .site-title__heading__line1 {
        font-size: 4.4rem;
    }
    .site-title__heading__line2 {
        font-size: 3.1rem;
    }
    .banner-text {
        font-size: 2rem;
        max-width: 340px;
        display: block;
        margin: 0 0 25px auto;
        line-height: 1.1;
    }
    .video-banner__video {
        height: 610px;
    }
}

/* Max BP Large */
@media (max-width: 1079px) {
    .video-banner__book-button {
        display: none;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .section--video-banner {
        min-height: calc(100vh - 57px);
        top: calc(50% - 1px);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .logo {
        width: 164px;
    }
    .video-banner__call-button {
        display: none;
    }
    .video-banner__video {
        height: calc(100% + 2px);
        width: calc(177.77777778vh + 2px); /* 100 * 16 / 9 + 1px for edge sub-pixel */
        min-width: calc(100% + 2px);
        min-height: calc(56.25vw + 2px); /* 100 * 9 / 16 + 1px for edge sub-pixel */
        top: calc(50% - 1px);
        left: calc(50% - 1px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .site-title {
        padding: 4px 0 17px 29px;
        margin-bottom: 24px;
    }
    .site-title__heading__line1 {
        font-size: 5.2rem;
    }
    .site-title__heading__line2 {
        font-size: 3.6rem;
    }
    .banner-text {
        font-size: 2.4rem;
        max-width: 380px;
        margin-bottom: 40px;
    }

}

/* BP Extra large */
@media (min-width: 1280px) {
    .section--video-banner {
        min-height: calc(100vh - 64px);
        top: calc(50% - 32px);
    }
}

/* BP Extra large */
@media (min-width: 1280px) and (min-height: 680px) {
    .logo {
        width: 198px;
        margin-bottom: 22px;
    }
    .site-title {
        padding: 16px 0 24px 34px;
    }
    .site-title__heading__line1 {
        font-size: 5.7rem;
    }
    .site-title__heading__line2 {
        font-size: 4rem;
    }
    .banner-text {
        font-size: 2.6rem;
        max-width: 480px;
    }
}

/* ---- History ---- */
/* Title */
.section--history-title {
    overflow: hidden;
    background: url(../images/parallax-banners/history/history-banner.jpg) no-repeat center center;
    background-size: cover;
}
.section--history-title .heading-box:after {
    height: 500px;
}

/* Content */
.section--history-content {
    padding-top: 0;
    padding-bottom: 0;
}

.history-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.history-grid__row:first-child .history-grid__image {
    border-top-width: 4px;
}
.history-grid__row:last-child .history-grid__image {
    border-bottom-width: 4px;
}
.history-grid__row .history-grid__image:first-child {
    border-left-width: 4px;
}
.history-grid__row .history-grid__image:last-child {
    border-right-width: 4px;
}

/* Image */
.history-grid__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #fff;
}
.history-grid__image__img {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* 1 */
.history-grid__image--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 65%;
    border-right-width: 4px;
}

/* Text */
.history-grid__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.history-grid__text .container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.history-grid__text .container > :last-child {
    margin-bottom: 0;
}

/* Row 2 */
.history-grid__row--2 .history-grid__image {
    padding-bottom: 20%;
}

/* 2 */
.history-grid__image--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

/* 3 */
.history-grid__image--3 {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 auto;
            flex: 3 1 auto;
}

/* 4 */
.history-grid__image--4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

/* BP Small */
@media (min-width: 600px) {
    .section--history-title {
        background-image: url(../images/parallax-banners/history/history-banner-600.jpg);
    }
    .history-grid__text .container {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

/* Max BP Medium */
/* Hide second grid row on mobile */
@media (max-width: 767px) {
    .history-grid__row--2 {
        display: none;
    }
    .history-grid__text {
        border-bottom-width: 0;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .section--history-title {
        background-image: url(../images/parallax-banners/history/history-banner-768.jpg);
    }
    .history-grid__image {
        border-width: 3px;
    }

    .history-grid__row:first-child .history-grid__image {
        border-top-width: 6px;
    }
    .history-grid__row:last-child .history-grid__image {
        border-bottom-width: 6px;
    }
    .history-grid__row .history-grid__image:first-child {
        border-left-width: 6px;
    }
    .history-grid__row .history-grid__image:last-child {
        border-right-width: 6px;
    }
    /* 1 */
    .history-grid__image--1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding-bottom: 0;
        border-right-width: 3px;
    }
    .history-grid__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        border-top: none;
        border-left: 3px solid #fff;
        border-bottom-width: 3px;
    }
    .history-grid__text .container {
        padding-left: 30px;
        padding-right: calc((100vw - 728px) / 2);
        width: auto;
    }

}

/* BP Large */
@media (min-width: 1080px) {
    .history-grid__text .container {
        padding-right: calc((100vw - 1000px) / 2);
        padding-left: 50px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .history-grid__text .container {
        padding-right: calc((100vw - 1200px) / 2);
        padding-left: 65px;
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

/* ---- Menu ---- */
.section--menu {
    padding-bottom: 0;
}
.section--menu .heading-box {
    margin-bottom: 35px;
}
.section--menu .heading-box:after {
    height: 200px;
}

.menu-header {
    background: url(../images/parallax-banners/menu/menu-banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 35px;
}

/* Menu grid */
.menu-grid {
    position: relative;
}
.menu-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-content .menu-image {
    display: none;
}
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

/* Tabs */
.menu-tabs {
    position: relative;
}
.tabs-list {
    list-style: none;
    padding: 0;
    margin: 0 -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-list__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 2px;
    padding-right: 2px;
}
.tabs-list__tab__button {
    text-align: center;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    outline: none;
    font-family: 'Metropolis', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background: none;
    background-color: #8c877f;
    color: #e6d9c2;
    padding: 9px 5px 9px;
    font-size: 1.1rem;
    width: 100%;
}

/* Hover */
.tabs-list__tab__button:hover {
    background-color: #a19b91;
    color: #fff;
}

/* Active */
.tabs-list__tab--active .tabs-list__tab__button {
    background-color: #e6d9c2;
    color: #612d2b;
    cursor: default;
}

/* Menu list */
.menu-list-wrap {
    margin: 0 0 20px;
}
.menu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.menu > :last-child {
    margin-bottom: 0;
}
.menu-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.menu-list__item__title-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.menu-list__item__title-inner {
    margin: 0 0 4px;
}
.menu-list__item__title {
    display: inline;
    margin-right: 4px;
}
.menu-list__item__traditional-name {
    color: #8c877f;
    font-size: 1.3rem;
    white-space: nowrap;
}
.menu-list__item__dietary {
    color: #8c877f;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline;
    white-space: nowrap;
    margin: 0;
}
.menu-list__item__description {
    font-style: italic;
    margin: 0;
}
.menu-list__item__price-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 20px;
}
.menu-list__item__price {
    font-weight: 500;
    font-size: 1.4rem;
    margin: 0 0 2px;
    text-align: right;
    line-height: 1.2;
}
.menu-list__item__price:last-child {
    margin-bottom: 0;
}
.menu-list__item__price__size {
    font-size: 1rem;
    margin-right: 3px;
    color: #8c877f;
}
.menu-list__item__price__cents {
    margin-left: -3px;
    top: -0.3rem;
}

/* Hide/show menu items */
.menu-list__item--hidden,
.menu-list-sides-title--hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.menu-list__item--show,
.menu-list-sides-title--show {
    -webkit-animation: fadeInDown 200ms ease;
            animation: fadeInDown 200ms ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.menu-more-button {
    margin-top: -15px;
    display: block;
}

/* Active Menu */
.menu--active {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    position: static;
    width: auto;
    -webkit-animation: fadeInDown 200ms ease;
            animation: fadeInDown 200ms ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

/* Images */
.menu__images {
    display: none;
}
.menu-image {
    border: 6px solid #fff;
    margin-bottom: 25px;
    opacity: 0;
}
.menu-image__title {
    background-color: #fff;
    font-family: 'Covered By Your Grace', cursive;
    font-size: 1.9rem;
    color: #2d2726;
    text-align: center;
    padding: 10px 10px 7px;
    line-height: 1;
}
.menu-image img {
    display: block;
    width: 100%;
}
.menu-image--active {
    -webkit-animation: polaroid 520ms ease;
            animation: polaroid 520ms ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
}
.menu-image--active:nth-child(2n+2) {
    -webkit-animation-name: polaroidAlt;
            animation-name: polaroidAlt;
}

/* No images */
.menu-images.menu-images--no-images {
    display: none;
}
/* Sides */
.menu-list-sides-title {
    font-size: 1.7rem;
}
.menu-list--sides .menu-list__item {
    margin-bottom: 6px;
}
.menu-list--sides .menu-list__item__title-inner {
    margin-bottom: 1px;
}
.menu-list--sides .menu-list__item__title {
    font-size: 1.4rem;
}
.menu-list--sides .menu-list__item__description {
    font-size: 1.3rem;
}

/* BP Extra extra Small */
@media (min-width: 360px) {
    .tabs-list__tab__button {
        letter-spacing: 0.1rem;
    }
}

/* BP Extra Small */
@media (min-width: 440px) {
    .tabs-list__tab__button {
        letter-spacing: 0.2rem;
    }
}

/* BP Small */
@media (min-width: 600px) {
    .section--menu .heading-box {
        margin-bottom: 38px;
    }
    .menu-list__item__price-wrap {
        padding-left: 30px;
    }
    .menu-tabs {
        padding-left: calc((100vw - 540px) / 2 + 15px);
    }
    .menu-header {
        background-image: url(../images/parallax-banners/menu/menu-banner-600.jpg);
        padding-top: 50px;
    }
    .tabs-list__tab {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .tabs-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tabs-list__tab {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tabs-list__tab__button {
        padding: 10px 12px 9px;
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
    }
}

/* BP Medium */
@media (max-width: 767px) {
    .section--menu {
        padding-top: 0;
    }
    .menu-list__item__traditional-name {
        display: none;
    }
    .menu-list__item__description {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .menu-images {
      background-color: #d4c5ab;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .menu-image:last-child {
        margin-bottom: 0;
    }
    .menu-list__item__title {
        font-size: 1.5rem;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .section--menu {
        background: url(../images/parallax-banners/menu/menu-banner-768.jpg) no-repeat center center;
        background-size: cover;
    }
    .section--menu .heading-box {
        margin-bottom: 58px;
    }
    .menu-header {
        background: none;
        padding-top: 0;
    }
    .menu-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .menu-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc((100vw - 728px) / 2 + 532px);
                flex: 0 0 calc((100vw - 728px) / 2 + 532px);
        padding: 30px 30px 30px calc((100vw - 728px) / 2);
    }
    .menu-content .container {
        width: auto;
    }
    .menu-images {
        padding: 0 calc((100vw - 728px) / 2) 0 30px;
    }
    .menu-images .container {
        width: auto;
    }
    .menu-image {
        margin-bottom: 35px;
    }
    .menu-tabs {
        padding-left: calc((100vw - 728px) / 2 + 15px);
    }
    .menu-list-wrap {
        margin-bottom: 30px;
    }
    .menu-list__item__price-wrap {
        padding-left: 40px;
    }
    .menu-list__item__dietary {
        font-size: 1.3rem;
    }
    .menu-list__item__price {
        font-size: 1.6rem;
    }
    .menu-list__item__price__cents {
        margin-left: -5px;
        top: -0.5rem;
    }
    .menu-list__item__price__size {
        font-size: 1.1rem;
    }

    /* Sides */
    .menu-list-sides-title {
        font-size: 2.4rem;
    }
    .menu-list--sides .menu-list__item {
        margin-bottom: 5px;
    }
    .menu-list--sides .menu-list__item__title {
        font-size: 1.6rem;
    }
    .menu-list--sides .menu-list__item__description {
       font-size: 1.4rem;
    }
}
/* Above iPad */
@media (min-width: 1025px) {
    .section--menu {
        background-attachment: fixed;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .section--menu .heading-box {
        margin-bottom: 68px;
    }
    .menu-content {
        -ms-flex-preferred-size: calc((100vw - 1000px) / 2 + 640px);
            flex-basis: calc((100vw - 1000px) / 2 + 640px);
        padding-left: calc((100vw - 1000px) / 2);
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .menu-images {
        padding-left: 50px;
        padding-right: calc((100vw - 1000px) / 2);
    }
    .menu-image__title {
        font-size: 2.1rem;
        padding: 12px 15px 9px;
    }
    .menu-tabs {
        padding-left: calc((100vw - 1000px) / 2 + 25px);
    }
    .tabs-list {
        margin-left: -7px;
        margin-right: -7px;
    }
    .tabs-list__tab {
        padding-left: 7px;
        padding-right: 7px;
    }
    .tabs-list__tab__button {
        padding: 12px 17px 11px;
        font-size: 1.5rem;
    }
    .menu-list__item__price {
        font-size: 1.9rem;
    }
    .menu-list__item__price__size {
        font-size: 1.3rem;
    }
    .menu-list-wrap {
        margin-bottom: 40px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {
    .menu-content {
        -ms-flex-preferred-size: calc((100vw - 1200px) / 2 + 770px);
            flex-basis: calc((100vw - 1200px) / 2 + 770px);
        padding-top: 65px;
        padding-bottom: 65px;
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: 65px;
    }
    .menu-images {
        padding-left: 65px;
        padding-right: calc((100vw - 1200px) / 2);
    }
    .menu-image {
        margin-bottom: 50px;
    }
    .menu-image__title {
        font-size: 2.5rem;
        padding: 13px 20px 10px;
    }
    .menu-tabs {
        padding-left: calc((100vw - 1200px) / 2 + 25px);
    }
    .tabs-list__tab__button {
        padding: 14px 20px 13px;
        font-size: 1.7rem;
    }
}


/* ---- Social ---- */
.section--social .heading-box {
    margin: 0 0 30px;
}
.social__header {
    margin: 0 0 15px;
}

/* Profile */
.social__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.social__profile__avatar {
    margin-right: 17px;
}
.social__profile__name {
    margin: 0 0 2px;
}
.social__profile__name a {
    text-decoration: none;
    color: inherit;
}
.social__profile__name a:hover {
    color: #612e2b;
}
.social__profile__description {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}
.social__profile__avatar__link {
    display: block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e6d9c2;
    border-radius: 50%;
    padding: 8px 7px 11px 9px;
}
.social__profile__avatar__link:hover {
    opacity: 0.9;
}

/* Social links */
.social__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social__links .tag {
    margin: 0 20px 0 0;
}

/* Instagram feed */
.section--social #sb_instagram {
    position: relative;
    overflow: hidden;
}
.section--social #sbi_images {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
    margin: 0;
    position: relative;
}
.section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: auto;
    display: block;
    padding: 0 !important;
    margin-bottom: 25px !important;
}
.section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item:last-child {
    margin-bottom: 0 !important;
}
.section--social #sb_instagram .sbi_photo {
    display: block;
    height: auto !important;
    padding-bottom: 100%;
    opacity: 1 !important;
}
.section--social #sb_instagram .sbi_photo:hover {
    opacity: 0.9 !important;
}

/* Max BP Small */
@media (max-width: 599px) {
    .section--social .heading-box:after {
        content: none;
    }
}

/* BP Small */
@media (min-width: 600px) {
    .social__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .section--social .heading-box:after {
        height: 320px;
    }
    .section--social #sb_instagram:before {
        content: " ";
        width: 3px;
        background-color: #e8dbc2;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        height: 500px;
    }
    .section--social #sbi_images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 3px solid #e7dac2;
    }
    .section--social #sbi_images:before,
    .section--social #sbi_images:after {
        content: " ";
        width: 3px;
        background-color: #e8dbc2;
        display: block;
        position: absolute;
        bottom: 0;
        height: 120px;
    }
    .section--social #sbi_images:before {
        left: 0;
    }
    .section--social #sbi_images:after {
        right: 0;
    }
    .social__profile {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 0;
    }
    .social__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        padding: 18px !important;
        margin-bottom: 0 !important;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .social__profile__avatar {
        margin-right: 25px;
    }
}

/* BP Large */
@media (min-width: 600px) and (max-width: 1079px) {
    .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        -ms-flex-preferred-size: calc(50% - (22px / 2));
            flex-basis: calc(50% - (22px / 2));
    }
    .section--social #sb_instagram #sbi_images .sbi_item:nth-child(2n+1) {
        margin-right: 22px !important;
    }
    .section--social #sbi_images {
        padding: 0 11px 11px !important;
    }
    .social__links {
        padding-left: 27px;
    }
    .social__profile {
        padding-right: 27px;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        -ms-flex-preferred-size: calc(25% - (36px / 4));
            flex-basis: calc(25% - (36px / 4));
    }
    .section--social #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        margin-right: 36px !important;
    }
    .social__profile__description {
        font-size: 1.4rem;
    }
    .social__profile__avatar__link {
        width: 60px;
        height: 60px;
        padding: 9px 8px 12px 10px;
    }
    .social__links {
        padding-left: 36px;
    }
    .social__profile {
        padding-right: 36px;
    }
    .section--social #sbi_images {
        padding: 0 18px 18px !important;
    }
}


/* BP Extra large */
@media (min-width: 1280px) {
    .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        -ms-flex-preferred-size: calc(25% - (44px / 4));
            flex-basis: calc(25% - (44px / 4));
    }
    .section--social #sbi_images {
        padding: 0 22px 22px !important;
    }
    .section--social #sb_instagram #sbi_images .sbi_item:nth-child(2) {
        margin-right: 44px !important;
    }
    .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        padding: 22px !important;
    }
    .social__profile__description {
        font-size: 1.6rem;
    }
    .social__links {
        padding-left: 44px;
    }
    .social__profile {
        padding-right: 44px;
    }
}


/* ---- Awards ---- */
.section--awards {
    background: url(../images/parallax-banners/awards/awards-banner.jpg) no-repeat center center;
    background-size: cover;
}
.awards-inner {
    overflow: hidden;
}
.awards-inner .heading-box {
    margin-bottom: 35px;
}
.award-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.award {
    background-color: #FFF;
    margin-bottom: 30px;
}
.award:last-child {
    margin-bottom: 0;
}

.award__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 18px;
}
a.award__inner {
    text-decoration: none;
    color: #2d2726;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
a.award__inner:hover {
    background-color: #e6d9c2;
}
.award__logo {
    padding-right: 25px;
}
.award__logo img {
    max-width: 60px;
    max-height: 34px;
}
.award__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 2px;
}
.award__subtitle {
    margin: 0;
    line-height: 1.1;
}


/* BP Small */
@media (min-width: 600px) {
    .section--awards {
        background-image: url(../images/parallax-banners/awards/awards-banner-600.jpg);
    }
    .award-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .section--awards {
        background-image: url(../images/parallax-banners/awards/awards-banner-768.jpg);
    }
    .award__title {
        font-size: 1.7rem;
    }
    .award__inner {
        padding: 15px 25px;
    }
    .award__logo img {
        max-width: 70px;
        max-height: 40px;
    }
}

/* BP Large */
@media (max-width: 1079px) {
    .awards-inner .heading-box:after {
        height: 600px;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .awards-inner .heading-box {
        margin-bottom: 0;
    }
    .award__title {
        font-size: 2rem;
    }
    .awards-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .award-list {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .award__logo img {
        max-width: 80px;
        max-height: 44px;
    }
}

/* BP Extra large */
@media (min-width: 1280px) {

}

/* ---- Mainbar/content ---- */
.section--content {
    padding-top: 0;
    padding-bottom: 0;
}

/* Max BP Medium */
@media (max-width: 1079px) {
    .content__sidebar {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
    }
    .content__sidebar .heading-box:after {
        height: 250px;
    }
    .sidebar__logo {
        display: none;
    }

    /* Center *//*
    .content__sidebar .heading-box--left {
        text-align: center;
    }
    .content__sidebar .heading-box__title:before {
        content: " ";
    }
    .content__sidebar .heading-box--left .heading-box__title {
        padding: 0 0 0 8px;
        padding-right: 4px;
        margin-left: 14px;
    }
    .content__sidebar .heading-box--left .heading-box__content {
        justify-content: center;
        padding-left: 10px;
    }
    .content__sidebar .heading-box--left .heading-box__inner {
        border-left: 3px solid #fff;
    }
    .content__sidebar .heading-box.heading-box--left:after {
        right: 0;
        margin: 0 auto;
    }*/
}

/* BP Small */
@media (min-width: 600px) and (max-width: 1079px) {/*
    .content__sidebar .heading-box--left .heading-box__content {
        padding-left: 20px;
    }*/
}

/* BP Medium */
@media (min-width: 768px) and (max-width: 1079px) {

    .heading-box--center .heading-box__content {
        padding-left: 25px;
    }
    .heading-box__title:before,
    .heading-box__title:after {
        top: 29px;
    }
}

/* BP Medium */
@media (min-width: 1080px) {
    .section--content {
        background-color: transparent;
    }
    .content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .content__sidebar .container,
    .content__mainbar .container {
        width: auto;
        margin: 0;
    }
    .content__sidebar {
        background-image: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc((100vw - 1000px) / 2 + 348px);
                flex: 0 0 calc((100vw - 1000px) / 2 + 348px);
        padding-left: 50px;
        padding-right: 50px;
        background-color: transparent;
    }
    .content__sidebar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .content__mainbar {
        background-color: #FFF;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding-left: 50px;
        padding-right: calc((100vw - 1000px) / 2);
    }
    .sidebar__logo {
        width: 240px;
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .sidebar__logo img {
        width: 100%;
    }
}


/* BP Extra large */
@media (min-width: 1280px) {
    .content__sidebar {
        -ms-flex-preferred-size: calc((100vw - 1200px) / 2 + 413px);
            flex-basis: calc((100vw - 1200px) / 2 + 413px);
        padding-left: 65px;
        padding-right: 65px;
    }
    .content__mainbar {
        padding-left: 65px;
        padding-right: calc((100vw - 1200px) / 2);
    }
}


/* ---- Footer ---- */
.section--footer {
    padding-top: 0;
    padding-bottom: 0;
}
.section--footer a {
    color: #e0ddd8;
    text-decoration: none;
}
.section--footer h2 {
    margin-bottom: 5px;
    font-size: 2.2rem;
}
.section--footer .extra-large-text {
    margin: 0;
}

/* Text */
.footer__text {
    padding: 35px 0;
}
.footer__copyright {
    margin: 0;
}
.footer__copyright small {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #8c877f;
}

/* Map */
.footer__map__link {
    padding-bottom: 45%;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/footer-map/footer-map.jpg) center right no-repeat;
    background-size: cover;
}
.footer__map__link:hover {
    /* opacity: 0.8; */
}

/* BP Small */
@media (min-width: 600px) {
    .footer__map__link {
        background-image: url(../images/footer-map/footer-map-600.jpg);
    }
}

/* BP Medium */
@media (min-width: 768px) {
    .footer__text .container {
        width: auto;
    }
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-left: calc((100vw - 728px) / 2);
    }
    .footer__map__link {
        background-image: url(../images/footer-map/footer-map-768.jpg);
    }
    .footer__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 35px 30px 35px 0;
    }
    .footer__map {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .footer__map__link {
        padding-bottom: 0;
    }
}

/* BP Large */
@media (min-width: 1080px) {
    .footer__text {
        padding: 50px 50px 50px 0;
    }
    .footer__map__link {
        background-image: url(../images/footer-map/footer-map-1080.jpg);
    }
    .footer__inner {
        padding-left: calc((100vw - 1000px) / 2);
    }
}

/* BP Extra large */
@media (min-width: 1280px) {

    .footer__text {
        padding: 90px 65px 90px 0;
        -ms-flex-preferred-size: 413px;
            flex-basis: 413px;
    }
    .footer__map__link {
        background-image: url(../images/footer-map/footer-map-1280.jpg);
    }
    .footer__inner {
        padding-left: calc((100vw - 1200px) / 2);
    }
}

/* BP Extra Extra large */
@media (min-width: 1400px) {
    .footer__map__link {
        background-image: url(../images/footer-map/footer-map-1400.jpg);
    }
}

/* WooCommerce */

div.woocommerce .woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.woocommerce ul.order_details li {
    padding: 15px 20px;
    margin: 0;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
div.woocommerce ul.order_details li strong {
    line-height: 1.2;
}

.wc-proceed-to-checkout {
    text-align: right;
}
.product-thumbnail {
  max-width: 100px;
}
.woocommerce-tabs .wc-tabs {
    display: none;
}
.product-type-simple form {
    margin: 0 0 35px;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
    padding: 20px 35px;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
    background-color: #FFF;
}
.woocommerce .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}

.woocommerce .woocommerce-checkout #payment {
    background-color: #F0F0F0;
}
.woocommerce .woocommerce-checkout #payment .payment_method_paypal img {
  padding: 1px 12px;
  background: #FFF;
  max-height: 42px;
  border-radius: 5px;
}

.woocommerce-error > li:after {
    content: "";
    display: table;
    clear: both;
}
div.woocommerce .woocommerce-column--billing-address {
    margin-bottom: 20px;
}
div.woocommerce .woocommerce-customer-details address {
    background-color: #f0f0f0;
    border: none;
}

/* BP Small */
@media (max-width: 767px) {
    div.woocommerce .woocommerce-order-overview {
        display: block;
    }
    div.woocommerce ul.order_details li {
        border-bottom: 1px dashed #d3ced2;
        border-right: none;
    }
    div.woocommerce ul.order_details li:last-child {
        border-bottom: none;
    }
}

/* Max BP Extra large */
@media (max-width: 1279px) {
    div.woocommerce .col2-set .col-1,
    div.woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

/* ---- Booking form ---- */
/* BP Small */
@media (min-width: 600px) {
    #nf-form-2-cont nf-fields-wrap {
        display: grid;
        grid-template-columns: calc(80% / 6) calc(80% / 6);
        grid-gap: 0 4%;
    }
    #nf-form-2-cont nf-fields-wrap nf-field {
        grid-column: 1 / span 6;
    }
    #nf-form-2-cont nf-fields-wrap nf-field:nth-child(1) {
        grid-column: 1 / span 2;
    }
    #nf-form-2-cont nf-fields-wrap nf-field:nth-child(2) {
        grid-column: 3 / span 2;
    }
    #nf-form-2-cont nf-fields-wrap nf-field:nth-child(3) {
        grid-column: 5 / span 2;
    }
    #nf-form-2-cont nf-fields-wrap nf-field:nth-child(7) {
        grid-column: 1 / span 3;
    }
    #nf-form-2-cont nf-fields-wrap nf-field:nth-child(8) {
        grid-column: 4 / span 3;
    }
}

.pika-single {
    border: 1px solid #dad7d1 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-family: inherit !important;
}
.pika-single:before {
    content: " ";
    position: absolute;
    top: -7px;
    left: 14px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    border-bottom-color: #FFF;
    content: '';
}
.pika-lendar {
    float: none !important;
    margin: 12px !important;
}
.pika-table th,
.pika-table td {
    border: none;
}
.pika-button {
    border: none;
    color: #2d2726;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
    padding: 8px 5px !important;
}
.pika-table td:nth-child(2) {
    pointer-events: none;
}
.pika-table td:nth-child(2) .pika-button {
    background-color: #eae6de !important;
    color: #b1aea9 !important;
}
.pika-table th {
    background-color: transparent !important;
    text-transform: uppercase;
    color: #2d2726;
    font-size: 1rem !important;
    padding: 0 5px 8px !important;
}
.pika-table abbr {
    cursor: default;
    border: none;
    text-decoration: none;
}

.pika-button:hover {
    background: #00a3ff !important;
    color: #fff !important;
}
.pika-table td.is-today .pika-button {
    color: #00a3ff !important;
}
.pika-table td.is-today .pika-button:hover {
    color: #fff !important;
}
.pika-table td.is-selected .pika-button {
    background-color: #0692e0 !important;
    color: #FFF !important;
}


/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* Don't show links for images, or javascript/internal links */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
