@charset "UTF-8";
/*!
Theme Name: Joseph Holt New
Author: Pixel Kicks
Description: The Joseph Holt website theme.
Version: 2.1.1

*/@import url("https://pro.fontawesome.com/releases/v5.11.2/css/all.css");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

table.cookie-table td,
table.cookie-table th {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    vertical-align: top;
    font-size: 14px
}

table.cookie-table td h3,
table.cookie-table th h3 {
    font-size: 20px !important;
    color: #fff
}

table.cookie-table td p,
table.cookie-table th p {
    font-size: 14px;
    color: #000
}

table.cookie-table thead th {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #707070;
    color: #fff;
    letter-spacing: 1px
}

html {
    font-size: 16px
}

@media (min-width:600px) {
    html {
        font-size: 17.68px
    }
}

@media (min-width:768px) {
    html {
        font-size: 17.76px
    }
}

@media (min-width:992px) {
    html {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    html {
        font-size: 18.24px
    }
}

@media (min-width:1400px) {
    html {
        font-size: 18.48px
    }
}

@media (min-width:1600px) {
    html {
        font-size: 18.72px
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: avenir-next-lt-pro, sans-serif;
    color: #4b4b4a;
    line-height: 1.5;
    letter-spacing: .015rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    body {
        height: 100%
    }
}

body #content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    body #content-wrapper {
        height: 100%
    }
}

body #content-wrapper #main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow-y: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 400; */
    font-family:"freight-display-pro";
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #004d64;
    letter-spacing: .05rem
}

h1 {
    font-size: 1.75rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.25rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: .9rem
}

h6 {
    font-size: .8rem
}

ol,
p,
ul {
    font-weight: 400;
    font-size: .9rem;
    margin-bottom: 1.5rem
}

ol strong,
p strong,
ul strong {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;
}

ol i,
p i,
ul i {
    font-family: avenir-next-lt-pro, sans-serif;
    font-weight: 200;
}

.content ol:last-child,
.content p:last-child,
.content ul:last-child {
    margin-bottom: 0
}

ol,
ul {
    padding-left: 1rem
}

blockquote {
    background-color: #efefef;
    padding: 2rem
}

blockquote p:last-of-type {
    margin-bottom: 0
}

a {
    color: #004d64;
    text-decoration: underline
}

a:active,
a:focus,
a:hover {
    color: #00384a;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

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

img.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button {
    font-size: .9rem;
    font-weight: 400;
    border-radius: 0
}

@media (min-width:768px) {
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button {
        font-size: .8rem
    }
}

.woocommerce #respond input#submit.wc-backward,
.woocommerce a.button.wc-backward,
.woocommerce button.button.wc-backward {
    margin-bottom: 10px
}

.woocommerce #respond input#submit.wc-forward,
.woocommerce a.button.wc-forward,
.woocommerce button.button.wc-forward {
    margin-left: 10px
}

.button,
.woocommerce #respond input#submit {
    display: inline-block;
    padding: 15px 40px 11px;
    text-decoration: none;
    border: 1px solid #004d64;
    background-color: #fff;
    color: #004d64;
    font-size: .9rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .125rem
}

.button:active,
.button:focus,
.button:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:768px) {
    .button,
    .woocommerce #respond input#submit {
        font-size: .8rem
    }
}

.button:disabled,
.woocommerce #respond input#submit:disabled {
    opacity: .4
}

.button.button-primary,
.woocommerce #respond input#submit.button-primary {
    background-color: #fff;
    color: #004d64
}

.button.button-primary:focus,
.button.button-primary:hover,
.woocommerce #respond input#submit.button-primary:focus,
.woocommerce #respond input#submit.button-primary:hover {
    background: #004d64;
    color: #fff
}

.button.button-secondary,
.woocommerce #respond input#submit.button-secondary {
    background-color: #004d64;
    color: #fff;
    border: 1px solid #fff
}

.button.button-secondary:focus,
.button.button-secondary:hover,
.woocommerce #respond input#submit.button-secondary:focus,
.woocommerce #respond input#submit.button-secondary:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #004d64
}

.button.button-tertiary,
.woocommerce #respond input#submit.button-tertiary {
    background-color: #004d64;
    color: #fff;
    border: none
}

.button.button-tertiary:focus,
.button.button-tertiary:hover,
.woocommerce #respond input#submit.button-tertiary:focus,
.woocommerce #respond input#submit.button-tertiary:hover {
    background: #00384a;
    color: #fff;
    border: none
}

.button.button-quaternary,
.woocommerce #respond input#submit.button-quaternary {
    background-color: #efefef;
    color: #004d64
}

.button.button-quaternary:focus,
.button.button-quaternary:hover,
.woocommerce #respond input#submit.button-quaternary:focus,
.woocommerce #respond input#submit.button-quaternary:hover {
    background: #004d64;
    color: #fff
}

.button.button-quinary,
.woocommerce #respond input#submit.button-quinary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.button.button-quinary:focus,
.button.button-quinary:hover,
.woocommerce #respond input#submit.button-quinary:focus,
.woocommerce #respond input#submit.button-quinary:hover {
    background: #fff;
    color: #004d64
}

.button.button-senary,
.woocommerce #respond input#submit.button-senary {
    background-color: transparent;
    color: #004d64;
    border: 1px solid #004d64
}

.button.button-senary:focus,
.button.button-senary:hover,
.woocommerce #respond input#submit.button-senary:focus,
.woocommerce #respond input#submit.button-senary:hover {
    background: #fff;
    color: #004d64
}

.woocommerce #respond input#submit {
    background: #004d64 !important;
    color: #fff !important
}

.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover {
    background: #ba9d7b !important;
    border-color: #ba9d7b !important
}

.woocommerce #respond textarea#comment {
    border: 1px solid #e6e4e4;
    border-radius: 0;
    width: 100%;
    min-height: 200px;
    letter-spacing: .015rem;
    color: #4b4b4a
}

.woocommerce #respond input#author,
.woocommerce #respond input#email {
    border: 1px solid #e6e4e4;
    border-radius: 0;
    width: 100%;
    min-height: 50px;
    letter-spacing: .015rem;
    color: #4b4b4a
}

.all-button-wrapper {
    text-align: center
}

::-moz-selection {
    background: #004d64;
    color: #fff
}

::selection {
    background: #004d64;
    color: #fff
}

::-moz-selection {
    background: #004d64;
    color: #fff
}

.temp-hide {
    visibility: hidden
}

.no-js .temp-hide {
    visibility: visible
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.grid-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .grid-container {
        max-width: 600px
    }
}

.grid-container-gutter {
    margin-left: 30px;
    margin-right: 30px
}

@media (min-width:630px) and (max-width:767px) {
    .grid-container-gutter {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1660px) {
    .grid-container-gutter {
        margin-left: auto;
        margin-right: auto
    }
}

.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid-item {
    width: 100%;
    margin-bottom: 30px
}

.grid-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .grid-item-2 {
        width: 50%
    }
    .grid-item-2:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .grid-item-3 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .grid-item-3 {
        width: 33.33333%
    }
    .grid-item-3:nth-child(3n+1):nth-last-child(2),
    .grid-item-3:nth-child(3n+1):nth-last-child(3),
    .grid-item-3:nth-child(3n+2):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .grid-item-4 {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .grid-item-4:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .grid-item-4 {
        width: 25%
    }
    .grid-item-4:nth-child(4n+1):nth-last-child(2),
    .grid-item-4:nth-child(4n+1):nth-last-child(3),
    .grid-item-4:nth-child(4n+1):nth-last-child(4),
    .grid-item-4:nth-child(4n+2):nth-last-child(2),
    .grid-item-4:nth-child(4n+2):nth-last-child(3),
    .grid-item-4:nth-child(4n+3):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .grid-item-6 {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .grid-item-6:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .grid-item-6 {
        width: 33.33333%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .grid-item-6:nth-child(3n+1):nth-last-child(2),
    .grid-item-6:nth-child(3n+1):nth-last-child(3),
    .grid-item-6:nth-child(3n+2):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .grid-item-6 {
        width: 16.66667%
    }
    .grid-item-6:nth-child(6n+1):nth-last-child(2),
    .grid-item-6:nth-child(6n+1):nth-last-child(3),
    .grid-item-6:nth-child(6n+1):nth-last-child(4),
    .grid-item-6:nth-child(6n+1):nth-last-child(5),
    .grid-item-6:nth-child(6n+1):nth-last-child(6),
    .grid-item-6:nth-child(6n+2):nth-last-child(2),
    .grid-item-6:nth-child(6n+2):nth-last-child(3),
    .grid-item-6:nth-child(6n+2):nth-last-child(4),
    .grid-item-6:nth-child(6n+2):nth-last-child(5),
    .grid-item-6:nth-child(6n+3):nth-last-child(2),
    .grid-item-6:nth-child(6n+3):nth-last-child(3),
    .grid-item-6:nth-child(6n+3):nth-last-child(4),
    .grid-item-6:nth-child(6n+4):nth-last-child(2),
    .grid-item-6:nth-child(6n+4):nth-last-child(3),
    .grid-item-6:nth-child(6n+5):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .grid-item-8 {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .grid-item-8:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .grid-item-8 {
        width: 25%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .grid-item-8:nth-child(4n+1):nth-last-child(2),
    .grid-item-8:nth-child(4n+1):nth-last-child(3),
    .grid-item-8:nth-child(4n+1):nth-last-child(4),
    .grid-item-8:nth-child(4n+2):nth-last-child(2),
    .grid-item-8:nth-child(4n+2):nth-last-child(3),
    .grid-item-8:nth-child(4n+3):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .grid-item-8 {
        width: 12.5%
    }
    .grid-item-8:nth-child(8n+1):nth-last-child(2),
    .grid-item-8:nth-child(8n+1):nth-last-child(3),
    .grid-item-8:nth-child(8n+1):nth-last-child(4),
    .grid-item-8:nth-child(8n+1):nth-last-child(5),
    .grid-item-8:nth-child(8n+1):nth-last-child(6),
    .grid-item-8:nth-child(8n+1):nth-last-child(7),
    .grid-item-8:nth-child(8n+1):nth-last-child(8),
    .grid-item-8:nth-child(8n+2):nth-last-child(2),
    .grid-item-8:nth-child(8n+2):nth-last-child(3),
    .grid-item-8:nth-child(8n+2):nth-last-child(4),
    .grid-item-8:nth-child(8n+2):nth-last-child(5),
    .grid-item-8:nth-child(8n+2):nth-last-child(6),
    .grid-item-8:nth-child(8n+2):nth-last-child(7),
    .grid-item-8:nth-child(8n+3):nth-last-child(2),
    .grid-item-8:nth-child(8n+3):nth-last-child(3),
    .grid-item-8:nth-child(8n+3):nth-last-child(4),
    .grid-item-8:nth-child(8n+3):nth-last-child(5),
    .grid-item-8:nth-child(8n+3):nth-last-child(6),
    .grid-item-8:nth-child(8n+4):nth-last-child(2),
    .grid-item-8:nth-child(8n+4):nth-last-child(3),
    .grid-item-8:nth-child(8n+4):nth-last-child(4),
    .grid-item-8:nth-child(8n+4):nth-last-child(5),
    .grid-item-8:nth-child(8n+5):nth-last-child(2),
    .grid-item-8:nth-child(8n+5):nth-last-child(3),
    .grid-item-8:nth-child(8n+5):nth-last-child(4),
    .grid-item-8:nth-child(8n+6):nth-last-child(2),
    .grid-item-8:nth-child(8n+6):nth-last-child(3),
    .grid-item-8:nth-child(8n+7):nth-last-child(2) {
        margin-bottom: 0
    }
}

.grid-row-gutter {
    margin: 0 -15px
}

.grid-row-gutter .grid-item {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
}

@media (min-width:768px) {
    .grid-row-gutter .grid-item-2 {
        width: calc(50% - 30px)
    }
}

@media (max-width:991px) {
    .grid-row-gutter .grid-item-3 {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .grid-row-gutter .grid-item-3 {
        width: calc(33.33333% - 30px)
    }
}

@media (min-width:768px) {
    .grid-row-gutter .grid-item-4 {
        width: calc(50% - 30px)
    }
}

@media (min-width:1200px) {
    .grid-row-gutter .grid-item-4 {
        width: calc(25% - 30px)
    }
}

@media (min-width:768px) {
    .grid-row-gutter .grid-item-6 {
        width: calc(50% - 30px)
    }
}

@media (min-width:992px) {
    .grid-row-gutter .grid-item-6 {
        width: calc(33.33333% - 30px)
    }
}

@media (min-width:1200px) {
    .grid-row-gutter .grid-item-6 {
        width: calc(16.66667% - 30px)
    }
}

@media (min-width:768px) {
    .grid-row-gutter .grid-item-8 {
        width: calc(50% - 30px)
    }
}

@media (min-width:992px) {
    .grid-row-gutter .grid-item-8 {
        width: calc(25% - 30px)
    }
}

@media (min-width:1200px) {
    .grid-row-gutter .grid-item-8 {
        width: calc(12.5% - 30px)
    }
}

.grid-row-inner-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media (min-width:600px) {
    .grid-row-inner-1 {
        width: 400px
    }
}

.grid-row-inner-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media (min-width:768px) {
    .grid-row-inner-2 {
        width: 768px
    }
}

.grid-row-inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media (min-width:768px) {
    .grid-row-inner-3 {
        width: 768px
    }
}

@media (min-width:992px) {
    .grid-row-inner-3 {
        width: 992px
    }
}

.grid-row-inner-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

@media (min-width:768px) {
    .grid-row-inner-4 {
        width: 768px
    }
}

@media (min-width:992px) {
    .grid-row-inner-4 {
        width: 992px
    }
}

@media (min-width:1200px) {
    .grid-row-inner-4 {
        width: 1200px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(2n+2):not(:nth-child(2)),
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(odd):not(:first-child) {
        padding-top: calc(2.5rem - 30px)
    }
}

@media (min-width:1200px) {
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(4n+1):not(:first-child),
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(4n+2):not(:nth-child(2)),
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(4n+3):not(:nth-child(3)),
    .repeater-grid.color .repeater-row .grid-item-4:nth-child(4n+4):not(:nth-child(4)) {
        padding-top: calc(2.5rem - 30px)
    }
}

@media (min-width:992px) {
    .repeater-grid.color .repeater-row .grid-item-3:nth-child(3n+1):not(:first-child),
    .repeater-grid.color .repeater-row .grid-item-3:nth-child(3n+2):not(:nth-child(2)),
    .repeater-grid.color .repeater-row .grid-item-3:nth-child(3n+3):not(:nth-child(3)) {
        padding-top: calc(2.5rem - 30px)
    }
}

@media (min-width:768px) {
    .repeater-grid.color .repeater-row .grid-item-1:nth-child(1n+1):not(:first-child),
    .repeater-grid.color .repeater-row .grid-item-2:nth-child(2n+2):not(:nth-child(2)),
    .repeater-grid.color .repeater-row .grid-item-2:nth-child(odd):not(:first-child) {
        padding-top: calc(2.5rem - 30px)
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(2n+2):not(:nth-child(2)),
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(odd):not(:first-child) {
        margin-top: calc(2.5rem - 30px)
    }
}

@media (min-width:1200px) {
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(4n+1):not(:first-child),
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(4n+2):not(:nth-child(2)),
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(4n+3):not(:nth-child(3)),
    .repeater-grid.standard .repeater-row .grid-item-4:nth-child(4n+4):not(:nth-child(4)) {
        margin-top: calc(2.5rem - 30px)
    }
}

@media (min-width:992px) {
    .repeater-grid.standard .repeater-row .grid-item-3:nth-child(3n+1):not(:first-child),
    .repeater-grid.standard .repeater-row .grid-item-3:nth-child(3n+2):not(:nth-child(2)),
    .repeater-grid.standard .repeater-row .grid-item-3:nth-child(3n+3):not(:nth-child(3)) {
        margin-top: calc(2.5rem - 30px)
    }
}

@media (min-width:768px) {
    .repeater-grid.standard .repeater-row .grid-item-1:nth-child(1n+1):not(:first-child),
    .repeater-grid.standard .repeater-row .grid-item-2:nth-child(2n+2):not(:nth-child(2)),
    .repeater-grid.standard .repeater-row .grid-item-2:nth-child(odd):not(:first-child) {
        margin-top: calc(2.5rem - 30px)
    }
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reserve;
    flex-direction: row-reserve
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flow-row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.flow-row-reverse-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap
}

.flow-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

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

.flow-row-nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.flow-row-reverse-nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap
}

.flow-column-nowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.flow-column-reverse-nowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap
}

.flow-row-wrap-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse;
    -ms-flex-flow: row-reverse wrap-reverse;
    flex-flow: row-reverse wrap-reverse
}

.flow-column-wrap-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap-reverse;
    flex-flow: column wrap-reverse
}

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

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.slick-slider-wrapper {
    position: relative
}

.slick-slider {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    padding: 0;
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: -25px;
    line-height: 1;
    color: #004d64;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.slick-prev:before {
    content: url(images/arrow.svg)
}

.slick-next {
    right: -25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.slick-next:before {
    content: url(images/arrow.svg)
}

.slider-controls {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider-controls .pause,
.slider-controls .play {
    display: inline-block;
    margin: 0 2px;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slider-controls .pause,
.slider-controls .pause:focus,
.slider-controls .pause:hover,
.slider-controls .play,
.slider-controls .play:focus,
.slider-controls .play:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slider-controls .pause:focus:before,
.slider-controls .pause:hover:before,
.slider-controls .play:focus:before,
.slider-controls .play:hover:before {
    opacity: 1
}

.slider-controls .pause.slick-disabled:before,
.slider-controls .play.slick-disabled:before {
    opacity: .25
}

.slider-controls .pause:before,
.slider-controls .play:before {
    font-size: -25px;
    line-height: 1;
    color: #004d64;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slider-controls .play:before {
    content: url(images/play.svg)
}

.slider-controls .pause:before {
    content: url(images/pause.svg)
}

.slick-dotted.slick-slider {
    margin-bottom: 38px
}

.slick-dots {
    position: absolute;
    bottom: -20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 1px solid #c4c4c4;
    background: transparent;
    display: block;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    margin-left: 4px
}

.slick-dots li.slick-active button {
    background: #ba9d7b;
    border: 1px solid #ba9d7b;
    opacity: .75
}

#wpadminbar {
    position: fixed
}

#site-banner {
    text-align: center
}

#site-banner,
#site-banner a {
    background: #ba9d7b;
    color: #fff
}

#site-banner a {
    font-family:"freight-display-pro";
    font-weight: 700;
    display: block;
    padding: 10px;
    text-decoration: none
}

#site-banner a:focus,
#site-banner a:hover {
    background: #004d64
}

header#sitewide-header {
    background: #fff;
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 1000
}

header#sitewide-header.site-banner {
    height: 110px
}

@media (min-width:1200px) {
    header#sitewide-header {
        border-bottom: 1px solid #e6e4e4
    }
}

@media (min-width:1400px) {
    header#sitewide-header {
        height: 70px
    }
    header#sitewide-header.site-banner {
        height: 120px
    }
}

@media (min-width:1600px) {
    header#sitewide-header {
        height: 80px
    }
    header#sitewide-header.site-banner {
        height: 130px
    }
}

@media (min-width:1200px) {
    header#sitewide-header .header-wrapper {
        position: relative;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        height: 60px
    }
    header#sitewide-header .header-wrapper.site-banner {
        height: 110px
    }
}

@media (min-width:1200px) and (min-width:1400px) {
    header#sitewide-header .header-wrapper {
        height: 70px
    }
    header#sitewide-header .header-wrapper.site-banner {
        height: 120px
    }
}

@media (min-width:1200px) and (min-width:1600px) {
    header#sitewide-header .header-wrapper {
        height: 80px
    }
    header#sitewide-header .header-wrapper.site-banner {
        height: 130px
    }
}

header#sitewide-header .logo {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    width: 80px;
    height: auto;
    position: absolute;
    top: 18px;
    left: 12px;
    z-index: 100
}

@media (min-width:992px) {
    header#sitewide-header .logo {
        width: 100px;
        top: 25px;
        left: 32px
    }
}

@media (min-width:1200px) {
    header#sitewide-header .logo {
        width: 80px;
        top: 20px
    }
}

@media (min-width:1400px) {
    header#sitewide-header .logo {
        width: 100px
    }
}

@media (min-width:1600px) {
    header#sitewide-header .logo {
        width: 125px
    }
}

@media (min-width:1700px) {
    header#sitewide-header .logo {
        left: 0
    }
}

header#sitewide-header #navbar-toggle {
    font-size: 1.4rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #4b4b4a
}

@media (min-width:1200px) {
    header#sitewide-header #navbar-toggle {
        display: none
    }
}

header#sitewide-header #shop-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none
}

@media (max-width:767px) {
    header#sitewide-header #shop-links {
        position: absolute;
        top: 50%;
        right: 1rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:768px) {
    header#sitewide-header #shop-links {
        background: #f5f5f5
    }
}

@media (min-width:768px) {
    header#sitewide-header #shop-links li:first-child {
        border-right: 1px solid #d8d8d8
    }
    header#sitewide-header #shop-links li a {
        font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .7rem;
        letter-spacing: .06rem;
        display: block;
        padding: 12px 15px 10px
    }
    header#sitewide-header #shop-links li a:active,
    header#sitewide-header #shop-links li a:focus,
    header#sitewide-header #shop-links li a:hover {
        background: #ba9d7b;
        color: #fff;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media (min-width:768px) and (min-width:1200px) {
    header#sitewide-header #shop-links li a {
        font-size: .6rem
    }
}

@media (min-width:768px) and (min-width:1400px) {
    header#sitewide-header #shop-links li a {
        font-size: .7rem
    }
}

header#sitewide-header #shop-links li a svg {
    height: 24px;
    width: auto;
    margin-left: 25px
}

@media (min-width:768px) {
    header#sitewide-header #shop-links li a svg {
        height: 17px;
        margin-left: 10px;
        margin-top: -1px
    }
}

header#sitewide-header #shop-links li a:active svg path,
header#sitewide-header #shop-links li a:focus svg path,
header#sitewide-header #shop-links li a:hover svg path {
    fill: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:768px) {
    header#sitewide-header #shop-links li a:active svg path,
    header#sitewide-header #shop-links li a:focus svg path,
    header#sitewide-header #shop-links li a:hover svg path {
        fill: #fff
    }
}

@media (min-width:1200px) {
    header#sitewide-header #shop-links {
        margin-right: 32px
    }
}

@media (min-width:1700px) {
    header#sitewide-header #shop-links {
        margin-right: 0
    }
}

@media (max-width:767px) {
    header#sitewide-header #shop-links .link-text {
        display: none
    }
}

@media (max-width:599px) {
    header#sitewide-header.site-banner #navbar-toggle,
    header#sitewide-header.site-banner #shop-links {
        top: 65%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    header#sitewide-header.site-banner #navbar-toggle,
    header#sitewide-header.site-banner #shop-links {
        top: 55%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    header#sitewide-header.site-banner #navbar-toggle {
        top: 70%
    }
}

#main-content {
    padding-top: 60px
}

#main-content.site-banner {
    padding-top: 110px
}

@media (min-width:1400px) {
    #main-content {
        padding-top: 70px
    }
    #main-content.site-banner {
        padding-top: 120px
    }
}

@media (min-width:1600px) {
    #main-content {
        padding-top: 80px
    }
    #main-content.site-banner {
        padding-top: 130px
    }
}

@media (max-width:1199px) {
    nav#main-navigation {
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        height: 0;
        overflow: hidden;
        border-top: 1px solid #e6e4e4
    }
}

@media (max-width:1199px) {
    nav#main-navigation.triggered {
        overflow: auto
    }
}

@media (min-width:1200px) {
    nav#main-navigation {
        margin: 0 0 0 125px;
        height: auto !important;
        padding-top: 10px
    }
}

@media (min-width:1300px) {
    nav#main-navigation {
        margin: 0 0 0 135px
    }
}

@media (min-width:1400px) {
    nav#main-navigation {
        margin: 0 0 0 150px;
        padding-top: 13px
    }
}

@media (min-width:1600px) {
    nav#main-navigation {
        margin: 0 0 0 190px;
        padding-top: 18px
    }
}

@media (min-width:1700px) {
    nav#main-navigation {
        margin: 0 0 0 175px
    }
}

nav#main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav#main-navigation ul li.current-menu-item>a {
    position: relative;
    color: #ba9d7b
}

@media (min-width:1200px) {
    nav#main-navigation ul li.current-menu-item>a {
        padding: .75rem .6rem 19px
    }
    nav#main-navigation ul li.current-menu-item>a:after {
        content: "";
        display: block;
        position: absolute;
        background: #ba9d7b;
        width: 50px;
        height: 2px;
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0
    }
}

@media (min-width:1400px) {
    nav#main-navigation ul li.current-menu-item>a {
        padding: .75rem .6rem 23px
    }
}

@media (min-width:1600px) {
    nav#main-navigation ul li.current-menu-item>a {
        padding: .75rem .6rem 26px
    }
}

nav#main-navigation ul li a {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    font-size: 1rem;
    letter-spacing: .15rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: .75rem;
    display: block
}

nav#main-navigation ul li a:after {
    color: #ba9d7b;
    margin-left: 10px
}

@media (min-width:1200px) {
    nav#main-navigation ul li a {
        font-size: .6rem;
        letter-spacing: .05rem;
        padding: .75rem .6rem 20px
    }
    nav#main-navigation ul li a:active,
    nav#main-navigation ul li a:focus,
    nav#main-navigation ul li a:hover {
        color: #ba9d7b;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media (min-width:1250px) {
    nav#main-navigation ul li a {
        padding: .75rem .75rem 20px
    }
}

@media (min-width:1400px) {
    nav#main-navigation ul li a {
        font-size: .7rem;
        padding: .75rem .75rem 24px
    }
}

@media (min-width:1500px) {
    nav#main-navigation ul li a {
        padding: .75rem 1rem 24px
    }
}

@media (min-width:1600px) {
    nav#main-navigation ul li a {
        font-size: .75rem;
        padding: .75rem 1rem 27px
    }
}

@media (min-width:1700px) {
    nav#main-navigation ul li a {
        padding: .75rem 1.2rem 27px
    }
}

nav#main-navigation ul li.beer-shop-link a {
    border: 1px solid #004d64;
    padding: .75rem .6rem .5rem;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 1rem
}

@media (min-width:500px) {
    nav#main-navigation ul li.beer-shop-link a {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    nav#main-navigation ul li.beer-shop-link a {
        margin-top: -1px;
        margin-left: .5rem
    }
    nav#main-navigation ul li.beer-shop-link a:active,
    nav#main-navigation ul li.beer-shop-link a:focus,
    nav#main-navigation ul li.beer-shop-link a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #004d64;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media (min-width:1250px) {
    nav#main-navigation ul li.beer-shop-link a {
        padding: .75rem .75rem .5rem
    }
}

@media (min-width:1300px) {
    nav#main-navigation ul li.beer-shop-link a {
        margin-left: 1rem
    }
}

@media (min-width:1600px) {
    nav#main-navigation ul li.beer-shop-link a {
        padding: .75rem 1.5rem .5rem
    }
}

@media (max-width:1199px) {
    nav#main-navigation ul li {
        text-align: center
    }
}

nav#main-navigation ul.sub-menu {
    background-color: #efefef
}

@media (min-width:1200px) {
    nav#main-navigation ul.sub-menu {
        min-width: 200px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }
}

nav#main-navigation ul.sub-menu li.current-menu-item>a {
    color: #ba9d7b
}

@media (min-width:1200px) {
    nav#main-navigation ul.sub-menu li.current-menu-item>a {
        border-bottom: none
    }
}

nav#main-navigation ul.sub-menu li.current-menu-item>a:after {
    display: none
}

nav#main-navigation ul.sub-menu li a {
    font-family: avenir-next-lt-pro, sans-serif;
    color: #4b4b4a;
    text-transform: none;
    letter-spacing: .015rem;
    padding: .5rem
}

@media (min-width:1200px) {
    nav#main-navigation ul.sub-menu li a {
        padding: .5rem 1rem;
        font-size: .7rem
    }
    nav#main-navigation ul.sub-menu li a:active,
    nav#main-navigation ul.sub-menu li a:focus,
    nav#main-navigation ul.sub-menu li a:hover {
        color: #ba9d7b;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
}

@media (min-width:1400px) {
    nav#main-navigation ul.sub-menu li a {
        font-size: .8rem
    }
}

nav#main-navigation ul.sub-menu li:first-of-type a {
    padding: 1.5rem .5rem .5rem
}

@media (min-width:1200px) {
    nav#main-navigation ul.sub-menu li:first-of-type a {
        padding: 1rem 1rem .5rem
    }
}

nav#main-navigation ul.sub-menu li:last-of-type a {
    padding: .5rem .5rem 1.5rem
}

@media (min-width:1200px) {
    nav#main-navigation ul.sub-menu li:last-of-type a {
        padding: .5rem 1rem 1rem
    }
}

@media (max-width:1199px) {
    nav#main-navigation>ul {
        padding: 120px 0 0
    }
}

@media (min-width:1200px) {
    nav#main-navigation>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

nav#main-navigation>ul>li {
    position: relative
}

@media (max-width:1199px) {
    nav#main-navigation>ul>li>ul {
        height: 0;
        overflow: hidden
    }
}

@media (min-width:1200px) {
    nav#main-navigation>ul>li>ul {
        opacity: 0;
        -webkit-transition: opacity .25s ease;
        -o-transition: opacity .25s ease;
        transition: opacity .25s ease;
        position: absolute;
        left: -999em
    }
}

@media (min-width:1200px) {
    nav#main-navigation>ul>li:hover>ul {
        opacity: 1;
        left: 0
    }
}

@media (max-width:1199px) {
    nav#main-navigation>ul>li.sub-nav-trigger>a:after {
        content: "";
        font-family: Font Awesome\ 5 Pro
    }
}

@media (max-width:1199px) {
    nav#main-navigation>ul>li.sub-nav-trigger>a.triggered:after {
        content: ""
    }
}

footer#sitewide-footer {
    text-align: center;
    background: #fff
}

footer#sitewide-footer #top-section {
    padding: 2.5rem 0;
    border-top: 1px solid #e6e4e4;
    border-bottom: 1px solid #e6e4e4
}

@media (min-width:768px) {
    footer#sitewide-footer #top-section h2 {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    footer#sitewide-footer #top-section h2 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    footer#sitewide-footer #top-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    footer#sitewide-footer #top-section .grid-container-gutter,
    footer#sitewide-footer #top-section .grid-row-gutter {
        width: 100%
    }
    footer#sitewide-footer #top-section .grid-item,
    footer#sitewide-footer #top-section .grid-row-gutter {
        margin: 0
    }
    footer#sitewide-footer #top-section .top-col-one h2 {
        margin-bottom: 0;
        line-height: 2;
        text-align: left
    }
    footer#sitewide-footer #top-section .top-col-one {
        width: 60%
    }
    footer#sitewide-footer #top-section .top-col-two {
        width: 40%
    }
}

footer#sitewide-footer #top-section .grid-item-2 {
    margin-bottom: 0
}

footer#sitewide-footer #top-section .button {
    width: 100%;
    max-width: 300px
}

@media (min-width:768px) {
    footer#sitewide-footer #top-section .button {
        max-width: 250px
    }
}

@media (min-width:992px) {
    footer#sitewide-footer #top-section .button {
        float: right
    }
}

footer#sitewide-footer #bottom-section {
    padding: 2.5rem 0
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section {
        padding: 1.5rem 0
    }
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu {
    list-style: none;
    padding: 0
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 80%;
        margin-bottom: 1rem
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu li {
    padding-bottom: .5rem
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu li {
        padding: 0 .5rem
    }
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu li:first-of-type {
        padding-left: 0
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu li a {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-size: .8rem;
    text-decoration: none;
    color: #4b4b4a
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-menu li a {
        font-size: .7rem;
        letter-spacing: .06rem
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social {
        width: 20%;
        margin-bottom: 1rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li {
    margin-right: 15px;
    margin-left: 15px
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li:last-of-type {
        margin-right: 0
    }
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a span,
footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a svg {
    color: #4b4b4a;
    fill: #4b4b4a;
    font-size: 1.25rem
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a span:hover,
footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a svg:hover {
    color: #004d64;
    fill: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a span.untappd-icon,
footer#sitewide-footer #bottom-section #bottom-section-inner #footer-social li a svg.untappd-icon {
    width: 25px;
    height: auto
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #footer-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

footer#sitewide-footer #bottom-section #footer-info p {
    color: #4b4b4a
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #footer-info p {
        font-size: .7rem
    }
}

footer#sitewide-footer #bottom-section #footer-info p.copyright {
    text-transform: uppercase;
    margin-bottom: .25rem
}

@media (min-width:992px) {
    footer#sitewide-footer #bottom-section #footer-info p.copyright {
        margin-right: 1rem
    }
}

footer#sitewide-footer #bottom-section #footer-info p.cite {
    margin-bottom: 0
}

footer#sitewide-footer #bottom-section #footer-info p.cite a {
    text-decoration: none;
    color: #4b4b4a
}

footer#sitewide-footer #bottom-section #footer-info p.cite a:active,
footer#sitewide-footer #bottom-section #footer-info p.cite a:focus,
footer#sitewide-footer #bottom-section #footer-info p.cite a:hover {
    color: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

footer#sitewide-footer #bottom-section #footer-info p.cite span {
    text-transform: uppercase
}

.card-item {
    background-color: #efefef
}

.card-item .card-content {
    padding: 1.5rem
}

.card-item .card-content .post-date,
.card-item .card-content h3.card-title {
    color: #004d64
}

.card-item .card-content .post-date {
    font-size: .8rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    letter-spacing: .1rem;
    margin-bottom: .75rem;
    text-transform: uppercase
}

@media (min-width:992px) {
    .card-item .card-content .post-date {
        font-size: .7rem
    }
}

.card-item .card-content h3.card-title {
    margin: 0;
    line-height: 1.35
}

@media (min-width:992px) {
    .card-item .card-content h3.card-title {
        font-size: 1.25rem
    }
}

a.card-item {
    text-decoration: none
}

a.card-item .image-wrapper {
    position: relative
}

a.card-item .image-wrapper .image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

a.card-item:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a.card-item:hover h3.card-title {
    text-decoration: none;
    color: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a.card-item:hover .image-wrapper {
    position: relative
}

a.card-item:hover .image-wrapper .image-overlay {
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: rgba(5, 7, 21, .25)
}

.color .card-item {
    background-color: #fff
}

.color .card-item .card-content {
    padding: 1.5rem
}

.color .card-item .card-content .post-date,
.color .card-item .card-content h3.card-title,
.color a.card-item:hover h3.card-title {
    color: #004d64
}

.blog-item {
    background-color: #004d64
}

.blog-item .card-content .post-date {
    display: block
}

.blog-item .card-content .post-date,
.blog-item .card-content h3.card-title,
a.blog-item:hover h3.card-title {
    color: #fff
}

.cta-item {
    text-align: center
}

.cta-item h3 {
    margin: 1rem 0 .5rem
}

@media (min-width:992px) {
    .cta-item h3 {
        font-size: 1rem
    }
}

.cta-item p:last-of-type {
    margin-bottom: 0
}

@media (min-width:1600px) {
    .cta-item p {
        font-size: .9rem
    }
}

.cta-item .button {
    margin-top: 1.5rem
}

.beer-item .beer-item-inner a.flip-card {
    display: block;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative
}

.beer-item .beer-item-inner a.flip-card .force-size {
    opacity: 0
}

@media (max-width:1399px) {
    .beer-item .beer-item-inner a.flip-card .force-size {
        display: none
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner {
    position: relative
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3,
.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h2,
.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h3 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    color: #004d64;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    font-size: .9rem;
    padding: 15px 15px 12px;
    letter-spacing: .125rem
}

@media (min-width:768px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h3 {
        font-size: .8rem
    }
}

@media (min-width:992px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h3 {
        font-size: .7rem
    }
}

@media (min-width:1600px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h3 {
        font-size: .8rem
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front h2 {
    background: #fff;
    color: #004d64;
    border: 1px solid #fff
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front {
    display: none
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-front {
        display: block
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back {
    -webkit-box-shadow: 0 3px 6px rgba(34, 34, 34, .6);
    box-shadow: 0 3px 6px rgba(34, 34, 34, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #004d64
}

@media (max-width:1399px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back {
        min-height: 500px
    }
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3 {
    background: #fff;
    color: #004d64;
    border: 1px solid #fff
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h2,
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back h3 {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

.beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back img {
    margin-top: -2rem;
    max-width: 250px
}

@media (min-width:992px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back img {
        max-width: 200px
    }
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card .flip-card-inner .flip-card-back img {
        max-width: 250px
    }
}

@media (min-width:1400px) {
    .beer-item .beer-item-inner a.flip-card:hover .flip-card-inner {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

@media (-ms-high-contrast:none) {
    ::-ms-backdrop,
    a.flip-card:hover .flip-card-inner {
        -ms-transform: none !important;
        transform: none !important
    }
}

@media (-ms-high-contrast:none) {
    .flip-card-back,
    ::-ms-backdrop {
        display: none
    }
}

.pub-item {
    background: #004d64;
    padding-bottom: 120px;
    position: relative
}

@media (max-width:767px) {
    .pub-item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.pub-item .pub-item-wrapper {
    padding: 1rem
}

@media (min-width:600px) {
    .pub-item .pub-item-wrapper {
        padding: 1.5rem
    }
}

@media (min-width:1200px) {
    .pub-item .pub-item-wrapper {
        padding: 1rem
    }
}

.pub-item .pub-item-wrapper .features-button-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem
}

@media (min-width:768px) {
    .pub-item .pub-item-wrapper .features-button-wrapper {
        bottom: 1.5rem;
        left: 1.5rem;
        right: 1.5rem
    }
}

@media (min-width:1200px) {
    .pub-item .pub-item-wrapper .features-button-wrapper {
        bottom: 1rem;
        left: 1rem;
        right: 1rem
    }
}

.pub-item .pub-item-wrapper .features-button-wrapper .button {
    width: 100%;
    text-align: center
}

.pub-item h2 {
    line-height: 1.25;
    margin: 0 0 15px
}

@media (min-width:1200px) {
    .pub-item h2 {
        font-size: 1.25rem
    }
}

@media (min-width:1600px) {
    .pub-item h2 {
        font-size: 1.5rem
    }
}

.pub-item h2 a {
    color: #fff;
    text-decoration: none
}

.pub-item h2 a:hover {
    color: #fff
}

.pub-item address {
    color: #fff;
    padding-bottom: 1.5rem
}

@media (min-width:1200px) {
    .pub-item address {
        font-size: .9rem
    }
}

.pub-item .main-features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding-bottom: 1.5rem
}

.pub-item .main-features-wrapper .feature-icon-wrapper {
    position: relative;
    text-align: center;
    width: 25%
}

.pub-item .main-features-wrapper .feature-icon-wrapper img {
    width: 44px
}

.pub-item .main-features-wrapper .feature-icon-wrapper span {
    display: block;
    background: #00384a;
    color: #fff;
    font-size: .7rem;
    white-space: nowrap;
    position: absolute;
    left: -999em;
    top: -48px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 8px;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;
}

.pub-item .main-features-wrapper .feature-icon-wrapper:hover {
    cursor: help
}

.pub-item .main-features-wrapper .feature-icon-wrapper:hover span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pub-item .main-features-wrapper .feature-icon-wrapper .feature-hover:after {
    content: "▼";
    color: #00384a;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -9px;
    font-size: 1.1rem
}

.accordion-wrapper h3 {
    margin-bottom: 0;
    margin-top: 1rem
}

.accordion-wrapper .accordion {
    font-size: 1rem;
    line-height: 1.5
}

.accordion-wrapper .accordion.panel {
    display: none
}

.accordion-wrapper .accordion.panel .panel-content {
    background-color: #fff;
    border: 1px solid #e6e4e4;
    border-top: none;
    padding: 1.5rem
}

@media (min-width:1200px) {
    .accordion-wrapper .accordion.panel .panel-content p {
        font-size: .9rem
    }
}

.accordion-wrapper .accordion.trigger {
    background-color: #fff;
    width: 100%;
    border: 1px solid #e6e4e4;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-family:"freight-display-pro";
    font-weight: 700;
    /* font-weight: 400; */
    color: #004d64;
    font-size: 1.1rem;
    letter-spacing: .025rem
}

.accordion-wrapper .accordion.trigger:active,
.accordion-wrapper .accordion.trigger:hover {
    background-color: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.accordion-wrapper .accordion.trigger .trigger-icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-wrapper {
    text-align: center;
    padding: 1rem 0
}

@media (min-width:768px) {
    .testimonial-wrapper {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 2rem 0
    }
}

.testimonial-wrapper p {
    font-size: 1rem
}

.testimonial-wrapper cite {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    color: #004d64;
    font-size: .9rem
}

.pagination {
    margin-bottom: 4rem;
    text-align: center
}

.pagination .page-numbers {
    border: 1px solid #e6e4e4;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    text-decoration: none;
    padding-top: .25rem;
    margin: 0 .1rem;
    color: #004d64
}

@media (min-width:600px) {
    .pagination .page-numbers {
        height: 2.5rem;
        width: 2.5rem;
        padding-top: .5rem;
        margin: 0 .25rem
    }
}

.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    background-color: #efefef;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pagination .page-numbers.current {
    background-color: #ba9d7b;
    color: #fff
}

.pagination .page-numbers.dots {
    border: none
}

.pagination .page-numbers.dots:active,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.dots:hover {
    background-color: transparent
}

#pubs-pagination {
    text-align: center
}

#pubs-pagination ul {
    list-style: none;
    padding: 0;
    margin-bottom: 4rem
}

#pubs-pagination ul li {
    display: inline-block
}

#pubs-pagination ul li a {
    padding: 16px 20px 14px;
    border: 1px solid #adaaaa;
    margin: 0 -2px 0 -3px;
    border-right: 0;
    text-decoration: none
}

#pubs-pagination ul li a:active,
#pubs-pagination ul li a:focus,
#pubs-pagination ul li a:hover {
    color: #fff;
    background: #ba9d7b;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#pubs-pagination ul li a.current-page {
    color: #fff;
    background: #ba9d7b
}

#pubs-pagination ul li:last-of-type a {
    border-right: 1px solid #adaaaa
}

.form-wrapper .gform_wrapper .button {
    font-size: .9rem !important
}

@media (min-width:768px) {
    .form-wrapper .gform_wrapper .button {
        font-size: .8rem !important
    }
}

@media (max-width:767px) {
    .form-wrapper .gform_wrapper {
        max-width: 450px;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .form-wrapper .gform_wrapper {
        max-width: 500px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .form-wrapper .gform_wrapper {
        width: 600px
    }
}

.form-wrapper .gform_wrapper .button:active,
.form-wrapper .gform_wrapper .button:focus,
.form-wrapper .gform_wrapper .button:hover {
    cursor: pointer
}

.form-wrapper .gform_wrapper .gf_progressbar {
    width: 100%
}

.form-wrapper .gform_wrapper .percentbar_blue {
    background-color: #ba9d7b
}

.form-wrapper .gform_wrapper .gf_progressbar_percentage span {
    line-height: 1.4
}

.form-wrapper .gform_wrapper .gform_wrapper legend.gfield_label,
.form-wrapper .gform_wrapper label.gfield_label {
    font-weight: 400;
    font-size: .9rem
}

.form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5
}

.form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-wrapper .gform_wrapper textarea {
    border: 1px solid #e6e4e4;
    border-radius: 0;
    width: 100%;
    min-height: 50px;
    letter-spacing: .015rem;
    color: #4b4b4a
}

.form-wrapper .gform_wrapper select {
    background: #fff;
    border: 1px solid #e6e4e4;
    border-radius: 0;
    height: 50px
}

.form-wrapper .gform_wrapper .gfield_time_hour i {
    display: none
}

.form-wrapper .gform_wrapper .gfield_error .gfield_label,
.form-wrapper .gform_wrapper .gfield_error .gfield_label .gfield_required,
.form-wrapper .gform_wrapper .validation_error,
.form-wrapper .gform_wrapper .validation_message {
    color: red;
    border-top: none;
    border-bottom: none;
    text-align: left
}

.form-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-wrapper .gform_wrapper li.gfield_error textarea {
    border-color: red
}

.form-wrapper .gform_wrapper li.gfield.gfield_error {
    background: none;
    margin-bottom: 0 !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    margin-top: 6px
}

@media only screen and (min-width:641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important
    }
}

.gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
.gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 10px
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: .7rem !important
}

.gform_wrapper ul li.gfield {
    margin-top: 20px !important
}

.gform_wrapper select {
    color: #4b4b4a;
    font-size: .8rem
}

.gform_wrapper select option {
    font-size: .8rem;
    padding: 8px 10px !important
}

.gform_wrapper.gf_browser_chrome select {
    padding: 0 0 2px !important
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 6px 0 9px 1px !important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 10px !important
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: 400 !important;
    text-align: left;
    font-size: 1.25rem !important
}

.gform_wrapper .gform_page_footer {
    border: none !important
}

.gform_wrapper table.gfield_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gform_wrapper table.gfield_list tbody {
    width: 100%
}

.gform_wrapper table.gfield_list tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #e6e4e4
}

.gform_wrapper table.gfield_list tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    background: #efefef
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons a {
    margin-right: 5px
}

@media (min-width:768px) {
    .gform_wrapper table.gfield_list tbody tr {
        border: none
    }
    .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
        background: transparent
    }
}

button,
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

#gr-form {
    max-width: 768px;
    margin: 0 auto
}

#gr-form .success-message {
    background: #004d64;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 1rem
}

#gr-form .success-message p {
    margin: 0;
    color: #fff
}

#gr-form label {
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: .5rem;
    display: block
}

#gr-form .gr-field {
    min-height: 50px;
    width: calc(100% - 20px);
    display: block;
    border: 1px solid #e6e4e4;
    margin-bottom: 1rem;
    padding: 5px 10px;
    font-size: .825rem;
    color: #4b4b4a
}

#gr-form .button {
    display: block;
    margin-top: -2rem
}

#page-intro {
    margin: 0;
    padding: 4rem 0;
    background: #efefef;
    text-align: center
}

#page-intro h1 {
    margin: 0
}

#page-intro .intro-wrapper {
    margin-top: 2rem
}

.page-id-159 #page-intro {
    background: #004d64
}

.page-id-159 #page-intro .intro-wrapper p,
.page-id-159 #page-intro h1 {
    color: #fff
}

@media (min-width:1200px) {
    .form-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width:1199px) {
    .form-wrapper .pin-wrapper {
        display: none
    }
}

@media (min-width:1200px) {
    .form-wrapper .pin-wrapper {
        width: 15%
    }
    .form-wrapper .pin-wrapper .jh-pin-icon {
        width: 58px;
        height: auto
    }
}

@media (min-width:1200px) {
    .form-wrapper .location-search-box {
        width: 85%
    }
}

.form-wrapper h2 {
    text-align: center;
    margin-bottom: 1.25rem
}

.form-wrapper label {
    display: inline-block;
    font-size: .9rem;
    margin-bottom: .25rem
}

@media (min-width:1200px) {
    .form-wrapper label {
        font-size: .8rem;
        margin-bottom: .5rem
    }
}

@media (max-width:1199px) {
    .form-wrapper .search-input-wrapper {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .form-wrapper .search-input-wrapper .search-input-field-wrapper {
        position: relative
    }
}

.form-wrapper input.location-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: avenir-next-lt-pro, sans-serif;
    color: #4b4b4a;
    letter-spacing: .015rem;
    height: 51px
}

@media (min-width:1200px) {
    .form-wrapper input.location-input {
        height: 54px
    }
}

.form-wrapper button {
    width: 100%;
    height: 51px
}

.form-wrapper button:active,
.form-wrapper button:focus,
.form-wrapper button:hover {
    cursor: pointer
}

@media (min-width:1200px) {
    .form-wrapper button {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
        height: 54px
    }
}

.flex-panel {
    margin: 4rem 0
}

.flex-panel.color {
    margin: 0;
    padding: 4rem 0;
    background-color: #efefef
}

.flex-panel.color.no-divider+.color {
    padding-top: 0
}

.flex-panel.color.no-divider.form+.color {
    padding-top: 4rem
}

.flex-panel.color.form {
    background-color: #004d64;
    padding-top: 4rem !important
}

.flex-panel.color.form .gf_progressbar_title,
.flex-panel.color.form .gfield_required,
.flex-panel.color.form .ginput_product_price,
.flex-panel.color.form .ginput_product_price_label,
.flex-panel.color.form .ginput_shipping_price,
.flex-panel.color.form .ginput_total,
.flex-panel.color.form h2,
.flex-panel.color.form label {
    color: #fff
}

.flex-panel.color.form .button {
    background-color: #004d64;
    color: #fff;
    border: 1px solid #fff
}

.flex-panel.color.form .button:focus,
.flex-panel.color.form .button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #004d64
}

.flex-panel h2.panel-heading {
    margin-bottom: 2.5rem
}

.flex-panel h2.panel-heading.center-heading {
    text-align: center
}

.flex-panel .content ol:last-child,
.flex-panel .content p:last-child,
.flex-panel .content ul:last-child {
    margin-bottom: 0
}

.flex-panel.divider {
    margin: 0;
    padding: 4rem 0;
    border-bottom: 1px solid #e6e4e4
}

@media (min-width:1200px) {
    .flex-panel.flex-single-column .grid-container {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1400px) {
    .flex-panel.flex-double-column .grid-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }
}

.flex-panel.image-slider .slick-dots {
    bottom: -50px
}

@media (max-width:1199px) {
    .flex-panel.image-slider .slick-arrow {
        display: none !important
    }
}

.flex-panel.image-slider .caption {
    padding-top: 1rem
}

@media (min-width:1200px) {
    .flex-panel.image-slider .caption {
        position: absolute;
        background: #fff;
        max-width: 380px;
        left: 1rem;
        bottom: 1rem;
        padding: 1rem
    }
}

.flex-panel.image-slider .caption p:last-of-type {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .flex-panel.image-slider .caption p {
        font-size: .8rem
    }
}

@media (max-width:1199px) {
    .flex-panel .flex-logo-slider-wrapper .slick-arrow {
        display: none !important
    }
}

@media (min-width:1201px) {
    .flex-panel .flex-logo-slider-wrapper .slick-prev {
        left: -15px
    }
    .flex-panel .flex-logo-slider-wrapper .slick-next {
        right: -15px
    }
}

.flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper {
    background: #fff;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper img {
    width: 110px;
    height: 110px;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width:500px) {
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper {
        height: 170px;
        width: 170px
    }
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper img {
        width: 140px;
        height: 140px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:1201px) {
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper {
        height: 150px;
        width: 150px
    }
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper img {
        width: 120px;
        height: 120px
    }
}

@media (min-width:1400px) {
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper {
        height: 170px;
        width: 170px
    }
    .flex-panel .flex-logo-slider-wrapper .logo-slide-inner .logo-wrapper img {
        width: 140px;
        height: 140px
    }
}

.flex-panel .flex-logo-slider-wrapper .slick-dots {
    bottom: -48px
}

.flex-panel.flex-cta-boxes .cta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    min-height: 250px
}

@media (min-width:500px) {
    .flex-panel.flex-cta-boxes .cta-box {
        padding: 2rem
    }
}

@media (max-width:1199px) and (min-width:500px) {
    .flex-panel.flex-cta-boxes .cta-box {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .flex-panel.flex-cta-boxes .cta-box {
        padding: 1rem
    }
}

@media (min-width:1200px) {
    .flex-panel.flex-cta-boxes .cta-box {
        padding: 3rem
    }
    .flex-panel.flex-cta-boxes .cta-box .button {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1500px) {
    .flex-panel.flex-cta-boxes .cta-box {
        min-height: 275px
    }
}

.flex-panel.flex-cta-boxes .cta-box h3 {
    color: #fff;
    line-height: 1.25
}

.flex-panel.flex-cta-boxes .cta-box-1 {
    background: #004d64
}

.flex-panel.flex-cta-boxes .cta-box-2 {
    border: 1px solid #d8d8d8;
    background: #fff
}

@media (min-width:992px) {
    .flex-panel.flex-cta-boxes .cta-box-2 .button {
        padding: 15px 15px 11px
    }
}

@media (min-width:1400px) {
    .flex-panel.flex-cta-boxes .cta-box-2 .button {
        padding: 15px 25px 11px
    }
}

.flex-panel.flex-cta-boxes .cta-box-2 h3 {
    color: #004d64
}

.flex-panel.flex-cta-boxes .cta-box-2 .button-quinary {
    border: 1px solid #004d64;
    background-color: #fff;
    color: #004d64
}

.flex-panel.flex-cta-boxes .cta-box-2 .button-quinary:focus,
.flex-panel.flex-cta-boxes .cta-box-2 .button-quinary:hover {
    background: #004d64;
    color: #fff
}

.flex-panel.flex-cta-boxes .cta-box-3 {
    background: #ba9d7b
}

.flex-hero-area {
    position: relative
}

.flex-hero-area.image .hero-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .flex-hero-area.image .hero-image {
        min-height: 500px
    }
}

.flex-hero-area.image .hero-content {
    padding: 4rem 0
}

.flex-hero-area.video .hero-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px
}

@media (min-width:768px) {
    .flex-hero-area.video .hero-image {
        min-height: 0
    }
}

.flex-hero-area.video .hero-video {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: -8px
}

@media (min-width:768px) {
    .flex-hero-area.video .hero-video {
        display: block
    }
}

.flex-hero-area.video .video-control {
    position: absolute;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 11;
    color: #fff;
    text-decoration: none;
    display: none
}

.flex-hero-area.video .video-control:hover {
    color: #ba9d7b
}

.flex-hero-area.video .video-control:active,
.flex-hero-area.video .video-control:focus,
.flex-hero-area.video .video-control:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:768px) {
    .flex-hero-area.video .video-control {
        display: inline
    }
}

.flex-hero-area.video .hero-content {
    position: absolute;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .flex-hero-area.video .hero-content {
        bottom: 15%
    }
}

.flex-hero-area .hero-image {
    position: relative
}

.flex-hero-area .hero-image .hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 7, 21, .25)
}

@media (min-width:768px) {
    .flex-hero-area .hero-image .hero-overlay {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(5, 7, 21, .8)));
        background-image: -webkit-linear-gradient(transparent, rgba(5, 7, 21, .8));
        background-image: -o-linear-gradient(transparent, rgba(5, 7, 21, .8));
        background-image: linear-gradient(transparent, rgba(5, 7, 21, .8))
    }
}

.flex-hero-area .hero-image .hero-content {
    z-index: 1;
    width: 80%;
    margin-left: 10%;
    bottom: 10%
}

@media (min-width:768px) {
    .flex-hero-area .hero-image .hero-content {
        width: 750px
    }
}

.flex-hero-area .hero-image .hero-content h1,
.flex-hero-area .hero-image .hero-content h2 {
    margin-bottom: 0
}

.flex-hero-area .hero-image .hero-content h1 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.25
}

@media (max-width:767px) {
    .flex-hero-area .hero-image .hero-content h1 {
        line-height: 1.1
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .flex-hero-area .hero-image .hero-content h1 {
        font-size: 2rem
    }
}

.flex-hero-area .hero-image .hero-content h2 {
    color: #fff;
    font-family: avenir-next-lt-pro, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1rem
}

@media (min-width:768px) {
    .flex-hero-area .hero-image .hero-content h2 {
        margin-top: .5rem
    }
}

.flex-hero-area .hero-image .hero-content a.button {
    margin-top: 1.5rem
}

.page-title {
    position: relative;
    text-align: center
}

.page-title.image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0
}

.page-title.image .title-overlay {
    margin: 0;
    padding: 4rem 0;
    background-color: rgba(5, 7, 21, .25)
}

@media (min-width:768px) {
    .page-title.image .title-overlay {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(5, 7, 21, .8)));
        background-image: -webkit-linear-gradient(transparent, rgba(5, 7, 21, .8));
        background-image: -o-linear-gradient(transparent, rgba(5, 7, 21, .8));
        background-image: linear-gradient(transparent, rgba(5, 7, 21, .8))
    }
}

.page-title.no-background {
    margin: 4rem 0
}

.page-title.color {
    background-color: #004d64;
    margin: 0;
    padding: 4rem 0
}

.page-title.color h1,
.page-title.image h1 {
    color: #fff
}

.page-title h1:last-of-type {
    margin-bottom: 0
}

.testimonials-slider>.testimonial-wrapper {
    display: none
}

.testimonials-slider>.testimonial-wrapper:first-child {
    display: block
}

.testimonials-slider .slick-dots {
    bottom: -40px
}

@media (max-width:1199px) {
    .testimonials-slider .slick-arrow {
        display: none !important
    }
}

.facts-panel {
    margin: 0;
    padding: 4rem 0
}

.facts-panel.color {
    background: #efefef
}

.facts-panel.color .icon-wrapper .icon-bg-wrapper {
    background: #fff
}

.facts-panel .facts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.facts-panel .facts-wrapper .fact-wrapper {
    width: calc(50% - 20px);
    margin-bottom: 1.5rem
}

.facts-panel .facts-wrapper .fact-wrapper:nth-last-child(-n+2) {
    margin-bottom: 0
}

@media (min-width:768px) {
    .facts-panel .facts-wrapper .fact-wrapper {
        width: calc(25% - 10px);
        margin-bottom: 0
    }
}

.facts-panel .icon-wrapper {
    text-align: center
}

.facts-panel .icon-wrapper .icon-bg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #efefef;
    border-radius: 100%;
    height: 115px;
    width: 115px;
    margin-left: auto;
    margin-right: auto
}

.facts-panel .icon-wrapper .icon-bg-wrapper img {
    height: 60px;
    width: 60px;
    margin: auto 0
}

.facts-panel .icon-wrapper h3 {
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: .9rem;
    margin-bottom: .25rem;
    margin-top: 1.5rem;
    color: #004d64
}

#archive-filters,
#product-filters {
    border-bottom: 1px solid #e6e4e4;
    border-top: 1px solid #e6e4e4
}

@media (max-width:991px) {
    #archive-filters .grid-row-gutter,
    #product-filters .grid-row-gutter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#archive-filters .desktop-last,
#product-filters .desktop-last {
    margin-bottom: 0
}

@media (min-width:992px) {
    #archive-filters .desktop-last,
    #product-filters .desktop-last {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#archive-filters #news-search,
#archive-filters #product-search,
#product-filters #news-search,
#product-filters #product-search {
    padding: 2rem 0
}

@media (min-width:992px) {
    #archive-filters #news-search,
    #archive-filters #product-search,
    #product-filters #news-search,
    #product-filters #product-search {
        padding: 0;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    #archive-filters #news-search,
    #archive-filters #product-search,
    #product-filters #news-search,
    #product-filters #product-search {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:991px) {
    #archive-filters #news-search .search-input-wrapper,
    #archive-filters #product-search .search-input-wrapper,
    #product-filters #news-search .search-input-wrapper,
    #product-filters #product-search .search-input-wrapper {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    #archive-filters #news-search .search-input-wrapper .search-input-field-wrapper,
    #archive-filters #product-search .search-input-wrapper .search-input-field-wrapper,
    #product-filters #news-search .search-input-wrapper .search-input-field-wrapper,
    #product-filters #product-search .search-input-wrapper .search-input-field-wrapper {
        position: relative
    }
}

@media (min-width:1200px) {
    #archive-filters #news-search .search-input-wrapper,
    #archive-filters #product-search .search-input-wrapper,
    #product-filters #news-search .search-input-wrapper,
    #product-filters #product-search .search-input-wrapper {
        width: 550px
    }
}

#archive-filters #news-search input.location-input,
#archive-filters #product-search input.location-input,
#product-filters #news-search input.location-input,
#product-filters #product-search input.location-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: avenir-next-lt-pro, sans-serif;
    color: #4b4b4a;
    letter-spacing: .015rem
}

@media (min-width:992px) {
    #archive-filters #news-search input.location-input,
    #archive-filters #product-search input.location-input,
    #product-filters #news-search input.location-input,
    #product-filters #product-search input.location-input {
        margin-bottom: 0
    }
}

#archive-filters #news-search button,
#archive-filters #product-search button,
#product-filters #news-search button,
#product-filters #product-search button {
    width: 100%;
    height: 51px
}

#archive-filters #news-search button:active,
#archive-filters #news-search button:focus,
#archive-filters #news-search button:hover,
#archive-filters #product-search button:active,
#archive-filters #product-search button:focus,
#archive-filters #product-search button:hover,
#product-filters #news-search button:active,
#product-filters #news-search button:focus,
#product-filters #news-search button:hover,
#product-filters #product-search button:active,
#product-filters #product-search button:focus,
#product-filters #product-search button:hover {
    cursor: pointer
}

@media (min-width:992px) {
    #archive-filters #news-search button,
    #archive-filters #product-search button,
    #product-filters #news-search button,
    #product-filters #product-search button {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
        height: 54px
    }
}

@media (max-width:991px) {
    #archive-filters .archive-filter-mobile .archive-filter-border,
    #product-filters .archive-filter-mobile .archive-filter-border {
        background: #e6e4e4;
        height: 1px;
        position: absolute;
        width: 100%;
        left: 0
    }
}

@media (max-width:991px) {
    #archive-filters .archive-filter-mobile,
    #product-filters .archive-filter-mobile {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 30px)
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper,
#product-filters .archive-filter-mobile .filters-wrapper {
    font-size: 1.25rem
}

@media (min-width:600px) {
    #archive-filters .archive-filter-mobile .filters-wrapper,
    #product-filters .archive-filter-mobile .filters-wrapper {
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper,
    #product-filters .archive-filter-mobile .filters-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 100%
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper #filter-text,
#product-filters .archive-filter-mobile .filters-wrapper #filter-text {
    display: inline-block;
    padding: 1.25rem 0 0
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper #filter-text,
    #product-filters .archive-filter-mobile .filters-wrapper #filter-text {
        width: 20%;
        padding: 1.25rem 0
    }
}

@media (min-width:1600px) {
    #archive-filters .archive-filter-mobile .filters-wrapper #filter-text,
    #product-filters .archive-filter-mobile .filters-wrapper #filter-text {
        width: 15%
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter,
#product-filters .archive-filter-mobile .filters-wrapper .filter {
    position: relative
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter,
    #product-filters .archive-filter-mobile .filters-wrapper .filter {
        width: 80%;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:1200px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter,
    #product-filters .archive-filter-mobile .filters-wrapper .filter {
        width: 60%
    }
}

@media (min-width:1400px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter,
    #product-filters .archive-filter-mobile .filters-wrapper .filter {
        width: 50%
    }
}

@media (min-width:1600px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter,
    #product-filters .archive-filter-mobile .filters-wrapper .filter {
        width: 45%
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading {
    padding: 1rem 0 1.25rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading {
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 75px
    }
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:active,
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:focus,
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:hover,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:active,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:focus,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:hover {
        background-color: #efefef;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:hover,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading:hover {
    cursor: pointer
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading.open,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading.open {
        background-color: #efefef
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading span,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading span {
    font-size: 1rem
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading span,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading span {
        -ms-flex-item-align: center;
        align-self: center
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading .filter-icon,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading .filter-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading .filter-icon,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-heading .filter-icon {
        right: 1rem
    }
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list {
    position: absolute;
    left: -999em;
    width: 100%;
    z-index: 2
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list.open,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list.open {
    left: 0
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #efefef;
    -webkit-box-shadow: 0 8px 10px rgba(0, 77, 100, .2);
    box-shadow: 0 8px 10px rgba(0, 77, 100, .2)
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li.current-cat a,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li.current-cat a {
    background-color: #ba9d7b;
    color: #fff
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a {
    display: inline-block;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
    color: #004d64;
    font-size: 1rem
}

#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:active,
#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:focus,
#archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:hover,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:active,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:focus,
#product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a:hover {
    background-color: #ba9d7b;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:992px) {
    #archive-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a,
    #product-filters .archive-filter-mobile .filters-wrapper .filter .filter-list ul li a {
        font-size: .9rem
    }
}

.blog .page-title {
    padding: 5rem 0 4rem;
    background: #efefef;
    margin: 0
}

@media (min-width:600px) {
    .blog .page-title {
        margin: 0;
        padding: 4rem 0
    }
}

.blog .page-title .grid-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .blog .page-title .grid-container {
        max-width: 600px
    }
}

@media (min-width:1600px) {
    .blog .page-title .grid-container {
        width: 100%
    }
}

.blog .page-title .grid-container-gutter {
    margin-left: 30px;
    margin-right: 30px
}

@media (min-width:630px) and (max-width:767px) {
    .blog .page-title .grid-container-gutter {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1660px) {
    .blog .page-title .grid-container-gutter {
        margin-left: auto;
        margin-right: auto
    }
}

#beers-grid,
#posts-grid {
    margin: 4rem 0
}

@media (max-width:767px) {
    #beers-grid .beers-grid-container {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width:600px) and (max-width:767px) {
    #beers-grid .beers-grid-container {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

#beers-grid .beer-item {
    width: 100%;
    margin-bottom: 30px
}

#beers-grid .beer-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:1199px) {
    #beers-grid .beer-item {
        width: 50%
    }
    #beers-grid .beer-item:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    #beers-grid .beer-item {
        width: 33.33333%
    }
    #beers-grid .beer-item:nth-child(3n+1):nth-last-child(2),
    #beers-grid .beer-item:nth-child(3n+1):nth-last-child(3),
    #beers-grid .beer-item:nth-child(3n+2):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    #beers-grid .beer-item .beer-item-inner {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    #beers-grid .beer-item .beer-item-inner {
        margin-left: 15px;
        margin-right: 15px
    }
}

#pubs-grid {
    margin: 4rem 0
}

@media (min-width:768px) {
    #pubs-grid {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    #pubs-grid {
        padding: 0 5rem
    }
}

@media (min-width:1200px) {
    #pubs-grid {
        padding: 0
    }
}

#pubs-grid .pub-item {
    width: calc(100% - 30px);
    margin-bottom: 30px
}

#pubs-grid .pub-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    #pubs-grid .pub-item {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #pubs-grid .pub-item:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    #pubs-grid .pub-item {
        width: calc(25% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px
    }
    #pubs-grid .pub-item:nth-child(4n+1):nth-last-child(2),
    #pubs-grid .pub-item:nth-child(4n+1):nth-last-child(3),
    #pubs-grid .pub-item:nth-child(4n+1):nth-last-child(4),
    #pubs-grid .pub-item:nth-child(4n+2):nth-last-child(2),
    #pubs-grid .pub-item:nth-child(4n+2):nth-last-child(3),
    #pubs-grid .pub-item:nth-child(4n+3):nth-last-child(2) {
        margin-bottom: 0
    }
}

.post-type-archive-events #posts-grid .card-item {
    background: #004d64
}

.post-type-archive-events #posts-grid .card-content .date-text {
    font-size: .8rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    letter-spacing: .1rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:992px) {
    .post-type-archive-events #posts-grid .card-content .date-text {
        font-size: .7rem
    }
}

.post-type-archive-events #posts-grid .card-content .card-title {
    color: #fff
}

.post-type-archive-events #posts-grid .card-content .time-text {
    font-size: .9rem;
    color: #fff
}

.post-type-archive-jobs #page-intro {
    background: #004d64
}

.post-type-archive-jobs #page-intro h1 {
    color: #fff
}

.post-type-archive-jobs #posts-grid {
    padding: 4rem 0;
    margin: 0;
    background: #efefef
}

@media (max-width:767px) and (min-width:600px) {
    .post-type-archive-jobs #posts-grid .grid-container {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

.post-type-archive-jobs #posts-grid .grid-container .card-item {
    background: #fff;
    border: 1px solid #e6e4e4
}

@media (min-width:1200px) {
    .post-type-archive-jobs #posts-grid .grid-container .card-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.post-type-archive-jobs .image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (max-width:767px) {
    .post-type-archive-jobs .image-wrapper {
        height: 64vw
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .post-type-archive-jobs .image-wrapper {
        height: 32vw
    }
}

@media (min-width:1200px) {
    .post-type-archive-jobs .image-wrapper {
        width: 40%
    }
}

.post-type-archive-jobs .card-content {
    background: #fff
}

@media (min-width:1200px) {
    .post-type-archive-jobs .card-content {
        width: 60%
    }
}

.post-type-archive-jobs .card-content .card-title {
    color: #004d64 !important;
    margin-bottom: 1rem !important
}

@media (min-width:1200px) {
    .post-type-archive-jobs .card-content .card-title {
        font-size: 1rem !important
    }
}

@media (min-width:1600px) {
    .post-type-archive-jobs .card-content .card-title {
        font-size: 1.25rem !important
    }
}

.post-type-archive-jobs .card-content h4 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    color: #004d64;
    letter-spacing: .05rem;
    font-size: .9rem;
    margin-bottom: .25rem
}

@media (min-width:768px) {
    .post-type-archive-jobs .card-content h4 {
        font-size: .8rem
    }
}

@media (min-width:1200px) {
    .post-type-archive-jobs .card-content h4 {
        font-size: .7rem
    }
}

.post-type-archive-jobs .card-content .closing-date,
.post-type-archive-jobs .card-content .job-location {
    color: #4b4b4a;
    display: block
}

@media (min-width:768px) {
    .post-type-archive-jobs .card-content .closing-date,
    .post-type-archive-jobs .card-content .job-location {
        font-size: .9rem
    }
}

@media (min-width:1200px) {
    .post-type-archive-jobs .card-content .closing-date,
    .post-type-archive-jobs .card-content .job-location {
        font-size: .8rem
    }
}

.post-type-archive-jobs .card-content .job-location {
    margin-bottom: .75rem
}

.post-single {
    margin-top: 4rem
}

@media (min-width:992px) {
    .post-single {
        margin-top: 6rem
    }
}

@media (min-width:1200px) {
    .post-single {
        margin-top: 5rem
    }
}

.post-single h1 {
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
}

.post-single .content {
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 4rem
}

.post-single .content .image-wrapper img {
    display: block;
    margin: 0 auto 1.5rem
}

#single-share {
    margin: 0;
    padding: 4rem 0
}

#single-share .share-links-wrapper h2,
#single-share .share-links-wrapper ul {
    text-align: center
}

#single-share .share-links-wrapper h2 {
    font-size: 1.1rem;
    font-family: avenir-next-lt-pro, sans-serif;
}

#single-share .share-links-wrapper ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

#single-share .share-links-wrapper ul li {
    display: inline-block
}

#single-share .share-links-wrapper ul li a {
    position: relative;
    display: block;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    margin: .75rem .75rem 0;
    background-color: #ba9d7b;
    color: #fff
}

#single-share .share-links-wrapper ul li a:active,
#single-share .share-links-wrapper ul li a:focus,
#single-share .share-links-wrapper ul li a:hover {
    background-color: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#single-share .share-links-wrapper ul li a span {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#related-posts {
    margin: 0;
    padding: 4rem 0;
    background-color: #efefef
}

#related-posts h2 {
    text-align: center;
    margin-top: 0
}

.banner {
    text-align: center;
    background: #004d64;
    padding: 3.5rem 1rem 2rem
}

@media (min-width:500px) {
    .banner {
        padding: 2.5rem 1rem
    }
}

@media (min-width:768px) {
    .banner {
        padding: 1.5rem
    }
}

.banner p {
    color: #fff;
    margin-left: 30px;
    margin-right: 30px
}

.banner p:last-of-type {
    margin-bottom: 0
}

@media (min-width:500px) {
    .banner p {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (min-width:768px) {
    .banner p {
        max-width: 500px
    }
}

#pub-hero-area #hero-inner {
    position: relative;
    min-height: 600px
}

#pub-hero-area #hero-inner #slider-wrapper .hero-slide {
    display: none;
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width:1600px) {
    #pub-hero-area #hero-inner #slider-wrapper .hero-slide {
        height: 700px
    }
}

#pub-hero-area #hero-inner #slider-wrapper .hero-slide:first-child,
#pub-hero-area #hero-inner #slider-wrapper.slick-initialized .hero-slide {
    display: block
}

#pub-hero-area #hero-inner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(5, 7, 21, .8)));
    background-image: -webkit-linear-gradient(transparent 50%, rgba(5, 7, 21, .8));
    background-image: -o-linear-gradient(transparent 50%, rgba(5, 7, 21, .8));
    background-image: linear-gradient(transparent 50%, rgba(5, 7, 21, .8))
}

#pub-hero-area #hero-inner .hero-content {
    position: absolute;
    bottom: 5%;
    max-width: 550px
}

@media (max-width:767px) {
    #pub-hero-area #hero-inner .hero-content {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        min-width: 100%;
        padding: 0 30px
    }
}

@media (min-width:768px) {
    #pub-hero-area #hero-inner .hero-content {
        max-width: 600px;
        bottom: 10%
    }
}

@media (min-width:1400px) {
    #pub-hero-area #hero-inner .hero-content {
        max-width: 650px
    }
}

#pub-hero-area #hero-inner .hero-content h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: left
}

@media (max-width:599px) {
    #pub-hero-area #hero-inner .hero-content h1 {
        font-size: 2rem;
        text-align: center
    }
}

#hero-banner {
    text-align: center;
    background: #004d64
}

@media (min-width:992px) {
    #hero-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#hero-banner #hero-address,
#hero-banner #hero-telephone {
    padding: 1rem
}

@media (min-width:992px) {
    #hero-banner #hero-address,
    #hero-banner #hero-telephone {
        width: 50%;
        -ms-flex-item-align: center;
        align-self: center
    }
}

#hero-banner #hero-address p,
#hero-banner #hero-telephone p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem
}

#hero-banner #hero-address p span,
#hero-banner #hero-telephone p span {
    font-size: 1.25rem;
    margin-right: .5rem
}

#hero-banner #hero-address {
    border-bottom: 1px solid #fff
}

@media (min-width:992px) {
    #hero-banner #hero-address {
        border-bottom: none;
        border-right: 1px solid #fff
    }
}

@media (min-width:1600px) {
    #hero-banner #hero-address {
        padding-left: 10%
    }
}

@media (min-width:1600px) {
    #hero-banner #hero-telephone {
        padding-right: 10%
    }
}

#hero-banner #hero-telephone p a {
    color: #fff;
    text-decoration: none
}

#pub-details {
    margin: 4rem 0
}

@media (min-width:600px) {
    #pub-details {
        padding: 0 2rem
    }
}

@media (min-width:768px) {
    #pub-details {
        padding: 0 4rem
    }
}

@media (min-width:992px) {
    #pub-details {
        padding: 0
    }
}

@media (min-width:992px) {
    #pub-details #pub-details-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    #pub-details #pub-details-content #pub-details-inner {
        width: 70%;
        padding-right: 2rem
    }
}

@media (min-width:1200px) {
    #pub-details #pub-details-content #pub-details-inner {
        padding-right: 3rem
    }
}

@media (min-width:1400px) {
    #pub-details #pub-details-content #pub-details-inner {
        padding-right: 5rem
    }
}

@media (min-width:1600px) {
    #pub-details #pub-details-content #pub-details-inner {
        padding-right: 6rem
    }
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper {
    border-top: 1px solid #e6e4e4;
    margin: 3rem 0;
    padding-top: 3rem
}

@media (min-width:1200px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper {
        margin-bottom: 0
    }
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .075rem
}

@media (min-width:992px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper h3 {
        font-size: .9rem;
        text-align: left
    }
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width:599px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width:600px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .75rem
}

@media (min-width:600px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li {
        width: 50%
    }
}

@media (min-width:768px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li {
        width: 33.33333%
    }
}

@media (min-width:1200px) {
    #pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li {
        width: 25%;
        padding-bottom: 1rem
    }
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li img {
    width: 25%
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li span {
    -ms-flex-item-align: center;
    align-self: center;
    width: 75%;
    font-size: .75rem;
    padding-left: .75rem
}

#pub-details #pub-details-content #pub-details-inner #pub-features-wrapper ul li .feature-icon {
    width: 40px
}

@media (min-width:992px) {
    #pub-details #pub-details-content #pub-times-wrapper {
        width: 30%
    }
}

#pub-details #pub-details-content #pub-times-wrapper h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: #fff;
    background: #004d64;
    padding: 1rem 1rem .8rem;
    margin-bottom: 0
}

#pub-details #pub-details-content #pub-times-wrapper .opening-time {
    background: #efefef;
    margin-top: 5px;
    padding: 1rem
}

#pub-details #pub-details-content #pub-times-wrapper .opening-time .pub-time-wrapper .day {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    color: #004d64;
    letter-spacing: .075rem;
    font-size: .9rem
}

#pub-details #pub-details-content #pub-times-wrapper .opening-time .pub-time-wrapper .pub-time {
    float: right;
    font-size: .9rem
}

#pub-details #pub-details-content #pub-times-wrapper .opening-time .food-served,
#pub-details #pub-details-content #pub-times-wrapper .opening-time .food-time {
    font-size: .8rem
}

#pub-menus {
    margin: 0;
    padding: 4rem 0;
    background: #efefef;
    text-align: center
}

@media (max-width:767px) {
    #pub-menus #pub-menus-inner {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #pub-menus #pub-menus-inner {
        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;
        margin-top: -30px
    }
}

#pub-menus #pub-menus-inner .slick-dots {
    bottom: -40px
}

#pub-menus #pub-menus-inner .menu-wrapper {
    margin-bottom: 1.5rem
}

@media (max-width:767px) {
    #pub-menus #pub-menus-inner .menu-wrapper:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    #pub-menus #pub-menus-inner .menu-wrapper {
        margin: 0 15px
    }
}

@media (min-width:1200px) {
    #pub-menus #pub-menus-inner .menu-wrapper {
        margin-top: 30px
    }
}

#pub-menus #pub-menus-inner .menu-wrapper:active a,
#pub-menus #pub-menus-inner .menu-wrapper:focus a,
#pub-menus #pub-menus-inner .menu-wrapper:hover a {
    -webkit-box-shadow: 0 3px 6px rgba(5, 7, 21, .45);
    box-shadow: 0 3px 6px rgba(5, 7, 21, .45);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:1200px) {
    #pub-menus #pub-menus-inner .menu-wrapper {
        width: calc(25% - 30px)
    }
}

@media (min-width:1400px) {
    #pub-menus #pub-menus-inner .menu-wrapper {
        width: calc(25% - 40px)
    }
}

#pub-menus #pub-menus-inner .menu-wrapper a {
    display: block;
    position: relative
}

#pub-menus #pub-menus-inner .menu-wrapper a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(5, 7, 21, .8)));
    background-image: -webkit-linear-gradient(transparent 50%, rgba(5, 7, 21, .8));
    background-image: -o-linear-gradient(transparent 50%, rgba(5, 7, 21, .8));
    background-image: linear-gradient(transparent 50%, rgba(5, 7, 21, .8))
}

#pub-menus #pub-menus-inner .menu-wrapper a h3 {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 0 1rem 1rem
}

@media (min-width:600px) {
    #pub-menus #pub-menus-inner .menu-wrapper a h3 {
        padding: 0 1.5rem 1rem
    }
}

#pub-offers {
    background: #004d64;
    margin: 0;
    padding: 4rem 0
}

#pub-offers h2 {
    color: #fff;
    text-align: center
}

@media (min-width:1600px) {
    #pub-offers #offers-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    #pub-offers #offers-inner h2 {
        -ms-flex-item-align: center;
        align-self: center;
        width: 20%;
        margin-bottom: 0;
        text-align: left
    }
}

@media (max-width:767px) {
    #pub-offers #offers-inner #offers-slider {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1600px) {
    #pub-offers #offers-inner #offers-slider {
        width: 78%
    }
}

#pub-offers #offers-inner #offers-slider .slick-dots {
    bottom: -50px
}

@media (max-width:1599px) {
    #pub-offers #offers-inner #offers-slider .slick-arrow {
        display: none !important
    }
}

@media (min-width:1600px) {
    #pub-offers #offers-inner #offers-slider .slick-arrow.slick-next:before,
    #pub-offers #offers-inner #offers-slider .slick-arrow.slick-prev:before {
        content: url(images/arrow-white.svg)
    }
}

@media (min-width:768px) {
    #pub-offers #offers-inner #offers-slider .offer-slide {
        margin: 0 15px
    }
}

#pub-offers #offers-inner #offers-slider .offer-slide .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pub-offers #offers-inner #offers-slider .offer-slide .slide-inner img {
    width: 40%
}

#pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #fff;
    width: 60%
}

#pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
    font-size: 1rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    line-height: 1.25;
    margin-bottom: 0;
    padding: .5rem 1rem 2.5rem
}

@media (min-width:500px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        padding: 1.5rem 1.5rem 2.5rem
    }
}

@media (min-width:768px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: .9rem;
        padding: 1rem 1rem 3rem
    }
}

@media (min-width:900px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: 1.1rem;
        padding: 1.5rem 1.5rem 2.5rem
    }
}

@media (min-width:1200px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: 1rem;
        padding: 1rem 1rem 2.5rem
    }
}

@media (min-width:1400px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: 1.15rem
    }
}

@media (min-width:1600px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content h3 {
        font-size: 1rem
    }
}

#pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
    background: #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem 1rem;
    font-size: .8rem
}

@media (min-width:500px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
        padding: .8rem 1.5rem
    }
}

@media (min-width:768px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
        font-size: .65rem;
        padding: .5rem 1rem
    }
}

@media (min-width:900px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
        font-size: .8rem
    }
}

@media (min-width:992px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
        padding: .8rem 1.5rem
    }
}

@media (min-width:1200px) {
    #pub-offers #offers-inner #offers-slider .offer-slide .slide-inner .offer-content .valid-until {
        padding: .5rem 1rem
    }
}

#pub-events {
    margin: 4rem 0
}

#pub-events h2 {
    text-align: center
}

@media (max-width:767px) {
    #pub-events {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #pub-events .grid-item {
        margin-left: 20px;
        margin-right: 20px
    }
    #pub-events .grid-item-4 {
        width: calc(25% - 40px)
    }
}

@media (min-width:1400px) {
    #pub-events .grid-item {
        margin-left: 28px;
        margin-right: 28px
    }
    #pub-events .grid-item-4 {
        width: calc(25% - 56px)
    }
}

#pub-events .event-wrapper {
    height: 100%;
    background: #efefef
}

#pub-events .event-wrapper:active,
#pub-events .event-wrapper:focus,
#pub-events .event-wrapper:hover {
    -webkit-box-shadow: 0 3px 6px rgba(5, 7, 21, .45);
    box-shadow: 0 3px 6px rgba(5, 7, 21, .45);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#pub-events .event-wrapper:active a .event-content .date-text,
#pub-events .event-wrapper:focus a .event-content .date-text,
#pub-events .event-wrapper:hover a .event-content .date-text {
    color: #004d64
}

#pub-events .event-wrapper a {
    display: block;
    text-decoration: none
}

#pub-events .event-wrapper a .event-content {
    padding: 1.5rem
}

#pub-events .event-wrapper a .event-content .date-text {
    display: block;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .08rem;
    font-size: .9rem;
    margin-bottom: .5rem
}

#pub-events .event-wrapper a .event-content h3 {
    margin-bottom: .75rem;
    line-height: 1.25
}

@media (min-width:768px) {
    #pub-events .event-wrapper a .event-content h3 {
        margin-bottom: .5rem
    }
}

@media (min-width:1200px) {
    #pub-events .event-wrapper a .event-content h3 {
        font-size: 1rem;
        margin-bottom: .25rem
    }
}

@media (min-width:1600px) {
    #pub-events .event-wrapper a .event-content h3 {
        font-size: 1.25rem
    }
}

#pub-events .event-wrapper a .event-content .time-text {
    color: #4b4b4a;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    display: block
}

@media (min-width:768px) {
    #pub-events .event-wrapper a .event-content .date-text,
    #pub-events .event-wrapper a .event-content .time-text {
        font-size: .8rem
    }
}

@media (min-width:1200px) {
    #pub-events .event-wrapper a .event-content .date-text,
    #pub-events .event-wrapper a .event-content .time-text {
        font-size: .7rem
    }
}

@media (min-width:768px) {
    #pub-events .all-events-btn-wrapper {
        width: 275px;
        margin-left: auto;
        margin-right: auto
    }
}

#pub-events .all-events-btn-wrapper .button {
    width: 100%;
    text-align: center;
    margin-top: 3rem
}

#pub-beers {
    margin: 4rem 0;
    text-align: center
}

@media (max-width:767px) {
    #pub-beers {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

#pub-beers #pub-beers-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    #pub-beers #pub-beers-wrapper .slick-slide {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    #pub-beers #pub-beers-wrapper .slick-slide .beer-item {
        margin: 0 15px
    }
}

@media (min-width:768px) {
    #pub-beers .beers-btn-wrapper {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1600px) {
    #pub-beers .beers-btn-wrapper {
        width: 302px
    }
}

#pub-beers .beers-btn-wrapper .button {
    width: 100%;
    text-align: center;
    margin-top: 3rem
}

#pub-contact {
    background: #004d64;
    margin: 0;
    padding: 4rem 0
}

@media (min-width:1200px) {
    #pub-contact .pub-outer-wrapper {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1400px) {
    #pub-contact .pub-outer-wrapper {
        max-width: 1200px
    }
}

@media (min-width:1200px) {
    #pub-contact #pub-contact-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#pub-contact #map-wrapper {
    position: relative;
    height: 300px
}

@media (min-width:768px) {
    #pub-contact #map-wrapper {
        height: 400px
    }
}

@media (min-width:992px) {
    #pub-contact #map-wrapper {
        height: 500px
    }
}

@media (max-width:1199px) {
    #pub-contact #map-wrapper {
        margin: -4rem -30px 0
    }
}

@media (min-width:1200px) {
    #pub-contact #map-wrapper {
        width: calc(60% - 20px);
        height: 656px
    }
}

@media (min-width:1400px) {
    #pub-contact #map-wrapper {
        width: calc(70% - 20px)
    }
}

@media (min-width:1600px) {
    #pub-contact #map-wrapper {
        height: 662px
    }
}

#pub-contact #map-wrapper iframe {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

#pub-contact #form-wrapper {
    margin-top: 3rem
}

@media (max-width:1199px) {
    #pub-contact #form-wrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #pub-contact #form-wrapper {
        width: calc(40% - 20px);
        margin-top: 0
    }
}

@media (min-width:1400px) {
    #pub-contact #form-wrapper {
        width: calc(30% - 20px)
    }
}

#pub-contact #form-wrapper h2 {
    text-align: center;
    color: #fff
}

@media (min-width:1200px) {
    #pub-contact #form-wrapper h2 {
        text-align: left
    }
}

#pub-contact #form-wrapper .gform_confirmation_message {
    color: #fff
}

#pub-contact #form-wrapper .gform_footer,
#pub-contact #form-wrapper .gform_wrapper {
    margin-bottom: 0;
    padding-bottom: 0
}

#pub-contact #form-wrapper .gform_body label {
    font-weight: 400;
    font-family: avenir-next-lt-pro, sans-serif;
    color: #fff
}

#pub-contact #form-wrapper .gform_body label .gfield_required {
    color: #fff
}

#pub-contact #form-wrapper .gform_body input {
    border: 1px solid #e6e4e4;
    height: 47px;
    width: 100%
}

#pub-contact #form-wrapper .gform_body .gfield_checkbox li {
    margin: 0
}

#pub-contact #form-wrapper .gform_body .gfield_checkbox input {
    height: 13px;
    width: auto
}

#pub-contact #form-wrapper .button {
    margin-top: 1rem;
    margin-bottom: 0;
    background-color: #004d64;
    color: #fff;
    border: 1px solid #fff
}

#pub-contact #form-wrapper .button:focus,
#pub-contact #form-wrapper .button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #004d64
}

#pub-contact #form-wrapper .button:active,
#pub-contact #form-wrapper .button:focus,
#pub-contact #form-wrapper .button:hover {
    cursor: pointer
}

#pub-social {
    margin: 0;
    padding: 4rem 0;
    background: #efefef;
    text-align: center
}

#pub-social #pub-social-inner ul {
    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;
    list-style: none;
    padding: 0;
    margin: 0
}

#pub-social #pub-social-inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #ba9d7b;
    text-decoration: none;
    margin: 0 2rem
}

#pub-social #pub-social-inner ul li a:hover {
    background: #004d64
}

#pub-social #pub-social-inner ul li a span {
    color: #fff;
    font-size: 1.5rem
}

@media (min-width:992px) {
    #beer-hero-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

#beer-hero-area #hero-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 300px
}

@media (min-width:600px) {
    #beer-hero-area #hero-inner {
        min-height: 400px
    }
}

@media (min-width:992px) {
    #beer-hero-area #hero-inner {
        width: 70%;
        min-height: 550px
    }
}

@media (min-width:1400px) {
    #beer-hero-area #hero-inner {
        min-height: 650px
    }
}

@media (min-width:1600px) {
    #beer-hero-area #hero-inner {
        min-height: 750px
    }
}

@media (min-width:2000px) {
    #beer-hero-area #hero-inner {
        width: 75%
    }
}

#beer-hero-area #beer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5rem 0
}

@media (min-width:992px) {
    #beer-hero-area #beer-block {
        width: 30%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:2000px) {
    #beer-hero-area #beer-block {
        width: 25%
    }
}

#beer-hero-area #beer-block img {
    width: 132px
}

@media (min-width:992px) {
    #beer-hero-area #beer-block img {
        width: 200px;
        margin-top: 2rem
    }
}

@media (min-width:1400px) {
    #beer-hero-area #beer-block img {
        width: 250px
    }
}

#beer-hero-area #beer-block h1 {
    font-size: 2.25rem
}

@media (min-width:992px) {
    #beer-hero-area #beer-block h1 {
        font-size: 1.25rem
    }
}

@media (min-width:1400px) {
    #beer-hero-area #beer-block h1 {
        font-size: 2rem
    }
}

@media (min-width:1600px) {
    #beer-hero-area #beer-block h1 {
        font-size: 2.25rem
    }
}

#beer-hero-area #beer-block h2 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .09rem;
    font-size: .9rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

@media (min-width:992px) {
    #beer-hero-area #beer-block h2 {
        font-size: .8rem
    }
}

#beer-hero-area #beer-block .buy-now-link {
    width: 325px;
    text-align: center
}

@media (min-width:992px) {
    #beer-hero-area #beer-block .buy-now-link {
        width: 200px
    }
}

#beer-hero-area #beer-block.white-text h1,
#beer-hero-area #beer-block.white-text h2 {
    color: #fff
}

#beer-hero-area #beer-block.white-text .button-senary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

#beer-hero-area #beer-block.white-text .button-senary:focus,
#beer-hero-area #beer-block.white-text .button-senary:hover {
    background: #fff;
    color: #004d64
}

#beer-awards {
    margin: 0;
    padding: 4rem 0;
    background: #efefef;
    text-align: center
}

#beer-awards #beer-awards-inner {
    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
}

#beer-awards #beer-awards-inner .awards-wrapper {
    width: 50%;
    padding: 1rem
}

@media (min-width:600px) {
    #beer-awards #beer-awards-inner .awards-wrapper {
        width: 33.33333%
    }
}

@media (min-width:768px) {
    #beer-awards #beer-awards-inner .awards-wrapper {
        width: 25%
    }
}

@media (min-width:992px) {
    #beer-awards #beer-awards-inner .awards-wrapper {
        width: 16.66667%
    }
}

@media (min-width:1200px) {
    #beer-awards #beer-awards-inner .awards-wrapper {
        width: 12.5%
    }
}

#beer-awards #beer-awards-inner .awards-wrapper img {
    max-width: 100px;
    margin: 0 auto
}

#beer-bio {
    margin: 4rem 0
}

#beer-bio #bio-strapline-wrapper {
    text-align: center
}

@media (min-width:992px) {
    #beer-bio #bio-strapline-wrapper {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
    #beer-bio #bio-strapline-wrapper p {
        font-size: 1rem
    }
}

#beer-bio #bio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 1.5rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper {
        max-width: 850px
    }
}

#beer-bio #bio-wrapper #bio-header {
    width: 100%;
    padding: 1rem
}

#beer-bio #bio-wrapper #bio-header h2 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .09rem;
    margin-bottom: 0
}

#beer-bio #bio-wrapper #bio-header.white-text h2 {
    color: #fff
}

#beer-bio #bio-wrapper #bio-bitterness,
#beer-bio #bio-wrapper #bio-colour-smell,
#beer-bio #bio-wrapper #bio-sweetness,
#beer-bio #bio-wrapper #bio-taste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

#beer-bio #bio-wrapper #bio-bitterness .icon,
#beer-bio #bio-wrapper #bio-colour-smell .icon,
#beer-bio #bio-wrapper #bio-sweetness .icon,
#beer-bio #bio-wrapper #bio-taste .icon {
    -ms-flex-item-align: center;
    align-self: center
}

#beer-bio #bio-wrapper #bio-bitterness .icon img,
#beer-bio #bio-wrapper #bio-colour-smell .icon img,
#beer-bio #bio-wrapper #bio-sweetness .icon img,
#beer-bio #bio-wrapper #bio-taste .icon img {
    max-width: 32px
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .icon img,
    #beer-bio #bio-wrapper #bio-colour-smell .icon img,
    #beer-bio #bio-wrapper #bio-sweetness .icon img,
    #beer-bio #bio-wrapper #bio-taste .icon img {
        max-width: 50px
    }
}

#beer-bio #bio-wrapper #bio-bitterness .content,
#beer-bio #bio-wrapper #bio-colour-smell .content,
#beer-bio #bio-wrapper #bio-sweetness .content,
#beer-bio #bio-wrapper #bio-taste .content {
    margin-left: 15px
}

#beer-bio #bio-wrapper #bio-bitterness .content h3,
#beer-bio #bio-wrapper #bio-colour-smell .content h3,
#beer-bio #bio-wrapper #bio-sweetness .content h3,
#beer-bio #bio-wrapper #bio-taste .content h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    color: #ba9d7b;
    letter-spacing: .075rem;
    font-size: .8rem;
    margin-bottom: .25rem
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .content h3,
    #beer-bio #bio-wrapper #bio-colour-smell .content h3,
    #beer-bio #bio-wrapper #bio-sweetness .content h3,
    #beer-bio #bio-wrapper #bio-taste .content h3 {
        font-size: .7rem
    }
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .content p,
    #beer-bio #bio-wrapper #bio-colour-smell .content p,
    #beer-bio #bio-wrapper #bio-sweetness .content p,
    #beer-bio #bio-wrapper #bio-taste .content p {
        font-size: 1rem
    }
}

#beer-bio #bio-wrapper #bio-bitterness,
#beer-bio #bio-wrapper #bio-sweetness,
#beer-bio #bio-wrapper #bio-taste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    padding: 1rem .75rem
}

@media (min-width:500px) {
    #beer-bio #bio-wrapper #bio-bitterness,
    #beer-bio #bio-wrapper #bio-sweetness,
    #beer-bio #bio-wrapper #bio-taste {
        padding: 1rem
    }
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness,
    #beer-bio #bio-wrapper #bio-sweetness,
    #beer-bio #bio-wrapper #bio-taste {
        padding: 1.5rem 2rem
    }
}

#beer-bio #bio-wrapper #bio-bitterness .icon,
#beer-bio #bio-wrapper #bio-sweetness .icon,
#beer-bio #bio-wrapper #bio-taste .icon {
    width: calc(12.5% - 5px)
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .icon,
    #beer-bio #bio-wrapper #bio-sweetness .icon,
    #beer-bio #bio-wrapper #bio-taste .icon {
        width: calc(10% - 5px)
    }
}

#beer-bio #bio-wrapper #bio-bitterness .content,
#beer-bio #bio-wrapper #bio-sweetness .content,
#beer-bio #bio-wrapper #bio-taste .content {
    width: calc(87.5% - 5px)
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .content,
    #beer-bio #bio-wrapper #bio-sweetness .content,
    #beer-bio #bio-wrapper #bio-taste .content {
        width: calc(90% - 5px)
    }
}

#beer-bio #bio-wrapper #bio-bitterness .icon,
#beer-bio #bio-wrapper #bio-sweetness .icon {
    width: 10%
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .icon,
    #beer-bio #bio-wrapper #bio-sweetness .icon {
        width: calc(10% - 5px)
    }
}

#beer-bio #bio-wrapper #bio-bitterness .content,
#beer-bio #bio-wrapper #bio-sweetness .content {
    width: 40%
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .content,
    #beer-bio #bio-wrapper #bio-sweetness .content {
        width: calc(40% - 5px)
    }
}

#beer-bio #bio-wrapper #bio-bitterness .rating,
#beer-bio #bio-wrapper #bio-sweetness .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .rating,
    #beer-bio #bio-wrapper #bio-sweetness .rating {
        width: calc(50% - 5px);
        padding-right: 3rem
    }
}

#beer-bio #bio-wrapper #bio-bitterness .rating img,
#beer-bio #bio-wrapper #bio-sweetness .rating img {
    width: 20%;
    height: 100%;
    padding: .4rem
}

@media (min-width:500px) {
    #beer-bio #bio-wrapper #bio-bitterness .rating img,
    #beer-bio #bio-wrapper #bio-sweetness .rating img {
        padding: 0 .6rem
    }
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-bitterness .rating img,
    #beer-bio #bio-wrapper #bio-sweetness .rating img {
        padding: 0 .9rem
    }
}

#beer-bio #bio-wrapper #bio-colour-smell #bio-colour,
#beer-bio #bio-wrapper #bio-colour-smell #bio-smell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
    background: #efefef;
    padding: 1rem .75rem
}

@media (min-width:500px) {
    #beer-bio #bio-wrapper #bio-colour-smell #bio-colour,
    #beer-bio #bio-wrapper #bio-colour-smell #bio-smell {
        padding: 1rem
    }
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-colour-smell #bio-colour,
    #beer-bio #bio-wrapper #bio-colour-smell #bio-smell {
        padding: 1.5rem 2rem
    }
}

#beer-bio #bio-wrapper #bio-colour-smell .icon {
    width: 25%
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-colour-smell .icon {
        width: calc(20% - 5px)
    }
}

#beer-bio #bio-wrapper #bio-colour-smell .content {
    width: 75%
}

@media (min-width:992px) {
    #beer-bio #bio-wrapper #bio-colour-smell .content {
        width: calc(80% - 5px);
        margin-left: 25px
    }
}

#beer-bio #bio-buttons-wrapper {
    text-align: center;
    margin-top: 3rem
}

@media (max-width:991px) {
    #beer-bio #bio-buttons-wrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    #beer-bio #bio-buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4rem;
        margin-left: -10px;
        margin-right: -10px
    }
}

#beer-bio #bio-buttons-wrapper .button {
    width: 100%
}

@media (min-width:992px) {
    #beer-bio #bio-buttons-wrapper .button {
        width: calc(50% - 10px);
        margin: 0 10px
    }
}

#beer-bio #bio-buttons-wrapper .button.free-trade {
    margin-top: 2rem
}

@media (min-width:992px) {
    #beer-bio #bio-buttons-wrapper .button.free-trade {
        margin-top: 0
    }
}

#beer-facts {
    margin: 0;
    padding: 4rem 0;
    background: #efefef
}

@media (max-width:767px) {
    #beer-facts .grid-item {
        width: calc(50% - 30px)
    }
}

@media (min-width:768px) {
    #beer-facts .grid-item {
        width: calc(25% - 30px);
        margin-bottom: 0
    }
}

#beer-facts .icon-wrapper {
    text-align: center
}

#beer-facts .icon-wrapper .icon-bg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    height: 115px;
    width: 115px;
    margin-left: auto;
    margin-right: auto
}

#beer-facts .icon-wrapper .icon-bg-wrapper img {
    height: 60px;
    width: 60px;
    margin: auto 0
}

#beer-facts .icon-wrapper h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .09rem;
    font-size: .9rem;
    margin-bottom: .25rem;
    margin-top: 1.5rem;
    color: #ba9d7b
}

@media (min-width:768px) {
    #beer-facts .icon-wrapper h3 {
        font-size: .8rem
    }
}

#beer-facts .icon-wrapper p {
    font-size: 1rem
}

#beer-facts .icon-wrapper p:last-of-type {
    margin-bottom: 0
}

#beer-statement {
    margin: 0;
    padding: 4rem 0
}

@media (min-width:768px) {
    #beer-statement {
        padding: 6rem 0
    }
}

#beer-statement #statement-wrapper {
    text-align: center
}

#beer-statement #statement-wrapper p {
    font-family:"freight-display-pro";
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    line-height: 1.25;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    color: #004d64
}

@media (min-width:600px) {
    #beer-statement #statement-wrapper p {
        max-width: 450px
    }
}

@media (min-width:992px) {
    #beer-statement #statement-wrapper p {
        max-width: 700px
    }
}

#beer-statement #statement-wrapper p:last-of-type {
    margin-bottom: 0
}

#beer-statement.white-text #statement-wrapper p {
    color: #fff
}

#pub-goes-well-with .our-food-wrapper .content-block {
    background: #004d64
}

#pub-goes-well-with .our-food-wrapper .content-block h2,
#pub-goes-well-with .our-food-wrapper .content-block h3,
#pub-goes-well-with .our-food-wrapper .content-block p {
    color: #fff
}

@media (max-width:599px) {
    #pub-goes-well-with .our-food-wrapper .button {
        font-size: .8rem;
        letter-spacing: .1rem
    }
}

#beers-similar {
    margin: 4rem 0;
    text-align: center
}

#beers-similar #beers-similar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    #beers-similar #beers-similar-wrapper .slick-slide {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    #beers-similar #beers-similar-wrapper .slick-slide .beer-item {
        margin: 0 15px
    }
}

#pub-something-different h2 {
    text-align: center
}

#pub-something-different .something-different-gutter .something-different-wrapper .content-block h2 {
    text-align: left
}

.post-single .post-where {
    margin-bottom: .5rem
}

.post-single .post-meta span,
.post-single .post-where span {
    color: #004d64
}

.event-single .event-featured {
    display: block;
    margin-right: auto;
    margin-left: auto
}

#related-events {
    margin: 0;
    padding: 4rem 0;
    background: #004d64
}

#related-events h2.panel-heading {
    color: #fff;
    text-align: center
}

#related-events .card-content {
    background: #efefef
}

#related-events .card-content .date-text {
    font-size: .8rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    letter-spacing: .1rem;
    margin-bottom: .75rem;
    text-transform: uppercase
}

@media (min-width:992px) {
    #related-events .card-content .date-text {
        font-size: .7rem
    }
}

#related-events .card-content .card-title {
    color: #004d64
}

#related-events .card-content .time-text {
    font-size: .9rem
}

#no-results {
    margin: 4rem 0
}

#no-results p,
#not-found {
    text-align: center
}

#not-found {
    margin: 4rem 0
}

#not-found h1 {
    margin: 0 0 2rem
}

#not-found p:last-of-type {
    margin: 0 0 2.5rem
}

#text-heavy {
    margin: 4rem 0
}

#text-heavy ol li,
#text-heavy ul li {
    padding-bottom: .5rem
}

#home-hero-area.video {
    position: relative
}

@media (min-width:1800px) {
    #home-hero-area.video {
        max-height: 1000px;
        overflow: hidden
    }
}

#home-hero-area.video .hero-video {
    display: none
}

@media (min-width:768px) {
    #home-hero-area.video .hero-video {
        display: block;
        width: 100%;
        margin-bottom: -9px
    }
}

#home-hero-area.video .video-poster {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px
}

@media (min-width:768px) {
    #home-hero-area.video .video-poster {
        display: none
    }
}

#home-hero-area.video .video-control {
    display: none;
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 1;
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    #home-hero-area.video .video-control {
        display: block
    }
}

@media (min-width:1200px) {
    #home-hero-area.video .video-control {
        bottom: 3%
    }
}

#home-hero-area.video .video-control:hover {
    text-decoration: none;
    color: #ba9d7b;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#home-hero-area.video .video-control:active,
#home-hero-area.video .video-control:focus {
    text-decoration: none
}

#home-hero-area.slider #hero-slider .hero-slide .slide-inner {
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width:1600px) {
    #home-hero-area.slider #hero-slider .hero-slide .slide-inner {
        height: 800px
    }
}

#home-hero-area .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 7, 21, .25)
}

#home-hero-area .hero-content {
    position: absolute;
    bottom: 10%
}

@media (max-width:767px) {
    #home-hero-area .hero-content {
        left: 10%;
        width: 80%
    }
}

@media (min-width:768px) {
    #home-hero-area .hero-content {
        max-width: 600px;
        bottom: 20%
    }
}

@media (min-width:1200px) {
    #home-hero-area .hero-content {
        bottom: 20%
    }
}

@media (min-width:1400px) {
    #home-hero-area .hero-content {
        max-width: 650px
    }
}

#home-hero-area .hero-content h1,
#home-hero-area .hero-content h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: left
}

@media (max-width:991px) {
    #home-hero-area .hero-content h1,
    #home-hero-area .hero-content h2 {
        font-size: 2.25rem;
        line-height: 1.1
    }
}

#home-location-search {
    padding: 2.5rem 0 3rem
}

@media (min-width:1200px) {
    #home-location-search {
        background: #efefef;
        position: relative;
        min-height: 180px;
        padding: 0
    }
}

@media (min-width:1200px) {
    #home-location-search .grid-row-inner-2 {
        position: relative
    }
}

@media (min-width:1200px) and (-ms-high-contrast:none) {
    #home-location-search .grid-row-inner-2 .search-wrapper,
    #home-location-search .grid-row-inner-2 ::-ms-backdrop {
        position: absolute !important;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width:1200px) {
    #home-location-search .search-wrapper {
        position: absolute;
        top: -75px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    #home-location-search .search-wrapper {
        width: 750px;
        padding: 2rem
    }
}

#home-location-search h2 {
    text-align: center;
    margin-bottom: 1.25rem
}

#home-featured-pubs {
    margin: 0;
    padding: 4rem 0;
    background: #efefef
}

@media (max-width:1199px) {
    #home-featured-pubs .slick-arrow {
        display: none !important
    }
}

@media (max-width:1199px) {
    #home-featured-pubs #featured-pubs-slider {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #home-featured-pubs #featured-pubs-slider {
        margin-left: 10px;
        margin-right: 10px
    }
}

#home-featured-pubs .slick-track {
    margin: 5px 0
}

#home-featured-pubs .pub-slide {
    margin: 0 5px 30px
}

@media (min-width:1200px) {
    #home-featured-pubs .pub-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    #home-featured-pubs .pub-slide img {
        width: 60%;
        height: 60%
    }
}

#home-featured-pubs .pub-slide .pub-slide-content {
    background: #004d64;
    padding: 2.5rem 1rem 1.5rem;
    color: #fff
}

@media (min-width:600px) {
    #home-featured-pubs .pub-slide .pub-slide-content {
        padding: 3.5rem 2rem 2.5rem
    }
}

@media (min-width:1200px) {
    #home-featured-pubs .pub-slide .pub-slide-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40%;
        padding: 2rem
    }
    #home-featured-pubs .pub-slide .pub-slide-content p {
        font-size: .8rem
    }
}

@media (min-width:1600px) {
    #home-featured-pubs .pub-slide .pub-slide-content {
        padding: 2.5rem
    }
}

@media (min-width:1200px) {
    #home-featured-pubs .pub-slide .pub-slide-content .pub-slide-inner {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

#home-featured-pubs .pub-slide .pub-slide-content span {
    display: block;
    margin-bottom: .5rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem
}

#home-featured-pubs .pub-slide .pub-slide-content h2 {
    margin-bottom: .5rem;
    color: #fff
}

@media (max-width:1199px) {
    #home-featured-pubs .pub-slide .pub-slide-content .button {
        width: 100%;
        text-align: center
    }
}

#home-featured-pubs .all-button-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1199px) {
    #home-featured-pubs .all-button-wrapper .button {
        width: 100%
    }
}

#home-featured-beers {
    margin: 4rem 0;
    text-align: center
}

@media (max-width:1199px) and (min-width:768px) {
    #home-featured-beers .slick-arrow {
        display: none !important
    }
}

@media (max-width:767px) {
    #home-featured-beers .slick-dots {
        display: none !important
    }
    #home-featured-beers .slick-slide {
        margin: 0 5px
    }
}

@media (max-width:767px) {
    #home-featured-beers #featured-beers-slider {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #home-featured-beers #featured-beers-slider {
        margin-left: 10px;
        margin-right: 10px
    }
}

#home-featured-beers .slick-list {
    padding-bottom: 30px
}

@media (min-width:768px) {
    #home-featured-beers .slick-list {
        margin-left: -30px
    }
}

@media (min-width:768px) {
    #home-featured-beers .slick-slide {
        margin-left: 30px
    }
}

#home-our-food,
#home-the-brewery,
#pub-goes-well-with,
#pub-something-different {
    margin: 0;
    padding: 4rem 0;
    background: #efefef
}

@media (min-width:992px) {
    #home-our-food .brewery-gutter,
    #home-our-food .our-food-gutter,
    #home-our-food .something-different-gutter,
    #home-the-brewery .brewery-gutter,
    #home-the-brewery .our-food-gutter,
    #home-the-brewery .something-different-gutter,
    #pub-goes-well-with .brewery-gutter,
    #pub-goes-well-with .our-food-gutter,
    #pub-goes-well-with .something-different-gutter,
    #pub-something-different .brewery-gutter,
    #pub-something-different .our-food-gutter,
    #pub-something-different .something-different-gutter {
        position: relative;
        max-width: 1200px;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (min-width:1300px) {
    #home-our-food .brewery-gutter,
    #home-our-food .our-food-gutter,
    #home-our-food .something-different-gutter,
    #home-the-brewery .brewery-gutter,
    #home-the-brewery .our-food-gutter,
    #home-the-brewery .something-different-gutter,
    #pub-goes-well-with .brewery-gutter,
    #pub-goes-well-with .our-food-gutter,
    #pub-goes-well-with .something-different-gutter,
    #pub-something-different .brewery-gutter,
    #pub-something-different .our-food-gutter,
    #pub-something-different .something-different-gutter {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:991px) {
    #home-our-food .brewery-gutter .brewery-wrapper,
    #home-our-food .brewery-gutter .our-food-wrapper,
    #home-our-food .brewery-gutter .something-different-wrapper,
    #home-our-food .our-food-gutter .brewery-wrapper,
    #home-our-food .our-food-gutter .our-food-wrapper,
    #home-our-food .our-food-gutter .something-different-wrapper,
    #home-our-food .something-different-gutter .brewery-wrapper,
    #home-our-food .something-different-gutter .our-food-wrapper,
    #home-our-food .something-different-gutter .something-different-wrapper,
    #home-the-brewery .brewery-gutter .brewery-wrapper,
    #home-the-brewery .brewery-gutter .our-food-wrapper,
    #home-the-brewery .brewery-gutter .something-different-wrapper,
    #home-the-brewery .our-food-gutter .brewery-wrapper,
    #home-the-brewery .our-food-gutter .our-food-wrapper,
    #home-the-brewery .our-food-gutter .something-different-wrapper,
    #home-the-brewery .something-different-gutter .brewery-wrapper,
    #home-the-brewery .something-different-gutter .our-food-wrapper,
    #home-the-brewery .something-different-gutter .something-different-wrapper,
    #pub-goes-well-with .brewery-gutter .brewery-wrapper,
    #pub-goes-well-with .brewery-gutter .our-food-wrapper,
    #pub-goes-well-with .brewery-gutter .something-different-wrapper,
    #pub-goes-well-with .our-food-gutter .brewery-wrapper,
    #pub-goes-well-with .our-food-gutter .our-food-wrapper,
    #pub-goes-well-with .our-food-gutter .something-different-wrapper,
    #pub-goes-well-with .something-different-gutter .brewery-wrapper,
    #pub-goes-well-with .something-different-gutter .our-food-wrapper,
    #pub-goes-well-with .something-different-gutter .something-different-wrapper,
    #pub-something-different .brewery-gutter .brewery-wrapper,
    #pub-something-different .brewery-gutter .our-food-wrapper,
    #pub-something-different .brewery-gutter .something-different-wrapper,
    #pub-something-different .our-food-gutter .brewery-wrapper,
    #pub-something-different .our-food-gutter .our-food-wrapper,
    #pub-something-different .our-food-gutter .something-different-wrapper,
    #pub-something-different .something-different-gutter .brewery-wrapper,
    #pub-something-different .something-different-gutter .our-food-wrapper,
    #pub-something-different .something-different-gutter .something-different-wrapper {
        position: relative
    }
}

@media (min-width:992px) {
    #home-our-food .brewery-gutter .brewery-wrapper,
    #home-our-food .brewery-gutter .our-food-wrapper,
    #home-our-food .brewery-gutter .something-different-wrapper,
    #home-our-food .our-food-gutter .brewery-wrapper,
    #home-our-food .our-food-gutter .our-food-wrapper,
    #home-our-food .our-food-gutter .something-different-wrapper,
    #home-our-food .something-different-gutter .brewery-wrapper,
    #home-our-food .something-different-gutter .our-food-wrapper,
    #home-our-food .something-different-gutter .something-different-wrapper,
    #home-the-brewery .brewery-gutter .brewery-wrapper,
    #home-the-brewery .brewery-gutter .our-food-wrapper,
    #home-the-brewery .brewery-gutter .something-different-wrapper,
    #home-the-brewery .our-food-gutter .brewery-wrapper,
    #home-the-brewery .our-food-gutter .our-food-wrapper,
    #home-the-brewery .our-food-gutter .something-different-wrapper,
    #home-the-brewery .something-different-gutter .brewery-wrapper,
    #home-the-brewery .something-different-gutter .our-food-wrapper,
    #home-the-brewery .something-different-gutter .something-different-wrapper,
    #pub-goes-well-with .brewery-gutter .brewery-wrapper,
    #pub-goes-well-with .brewery-gutter .our-food-wrapper,
    #pub-goes-well-with .brewery-gutter .something-different-wrapper,
    #pub-goes-well-with .our-food-gutter .brewery-wrapper,
    #pub-goes-well-with .our-food-gutter .our-food-wrapper,
    #pub-goes-well-with .our-food-gutter .something-different-wrapper,
    #pub-goes-well-with .something-different-gutter .brewery-wrapper,
    #pub-goes-well-with .something-different-gutter .our-food-wrapper,
    #pub-goes-well-with .something-different-gutter .something-different-wrapper,
    #pub-something-different .brewery-gutter .brewery-wrapper,
    #pub-something-different .brewery-gutter .our-food-wrapper,
    #pub-something-different .brewery-gutter .something-different-wrapper,
    #pub-something-different .our-food-gutter .brewery-wrapper,
    #pub-something-different .our-food-gutter .our-food-wrapper,
    #pub-something-different .our-food-gutter .something-different-wrapper,
    #pub-something-different .something-different-gutter .brewery-wrapper,
    #pub-something-different .something-different-gutter .our-food-wrapper,
    #pub-something-different .something-different-gutter .something-different-wrapper {
        width: 80%;
        margin-left: 20%
    }
}

@media (min-width:1200px) {
    #home-our-food .brewery-gutter .brewery-wrapper,
    #home-our-food .brewery-gutter .our-food-wrapper,
    #home-our-food .brewery-gutter .something-different-wrapper,
    #home-our-food .our-food-gutter .brewery-wrapper,
    #home-our-food .our-food-gutter .our-food-wrapper,
    #home-our-food .our-food-gutter .something-different-wrapper,
    #home-our-food .something-different-gutter .brewery-wrapper,
    #home-our-food .something-different-gutter .our-food-wrapper,
    #home-our-food .something-different-gutter .something-different-wrapper,
    #home-the-brewery .brewery-gutter .brewery-wrapper,
    #home-the-brewery .brewery-gutter .our-food-wrapper,
    #home-the-brewery .brewery-gutter .something-different-wrapper,
    #home-the-brewery .our-food-gutter .brewery-wrapper,
    #home-the-brewery .our-food-gutter .our-food-wrapper,
    #home-the-brewery .our-food-gutter .something-different-wrapper,
    #home-the-brewery .something-different-gutter .brewery-wrapper,
    #home-the-brewery .something-different-gutter .our-food-wrapper,
    #home-the-brewery .something-different-gutter .something-different-wrapper,
    #pub-goes-well-with .brewery-gutter .brewery-wrapper,
    #pub-goes-well-with .brewery-gutter .our-food-wrapper,
    #pub-goes-well-with .brewery-gutter .something-different-wrapper,
    #pub-goes-well-with .our-food-gutter .brewery-wrapper,
    #pub-goes-well-with .our-food-gutter .our-food-wrapper,
    #pub-goes-well-with .our-food-gutter .something-different-wrapper,
    #pub-goes-well-with .something-different-gutter .brewery-wrapper,
    #pub-goes-well-with .something-different-gutter .our-food-wrapper,
    #pub-goes-well-with .something-different-gutter .something-different-wrapper,
    #pub-something-different .brewery-gutter .brewery-wrapper,
    #pub-something-different .brewery-gutter .our-food-wrapper,
    #pub-something-different .brewery-gutter .something-different-wrapper,
    #pub-something-different .our-food-gutter .brewery-wrapper,
    #pub-something-different .our-food-gutter .our-food-wrapper,
    #pub-something-different .our-food-gutter .something-different-wrapper,
    #pub-something-different .something-different-gutter .brewery-wrapper,
    #pub-something-different .something-different-gutter .our-food-wrapper,
    #pub-something-different .something-different-gutter .something-different-wrapper {
        width: 70%;
        margin-left: 30%
    }
}

#home-our-food .content-block,
#home-the-brewery .content-block,
#pub-goes-well-with .content-block,
#pub-something-different .content-block {
    background: #fff;
    padding: 2.5rem 1rem 1.5rem;
    position: relative;
    margin-top: -2rem;
    margin-left: 15px;
    margin-right: 15px
}

@media (min-width:500px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (min-width:600px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        padding: 3.5rem 2rem 2.5rem;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem
    }
}

@media (min-width:992px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        position: absolute;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        width: 45%
    }
}

@media (min-width:1200px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        padding: 2rem
    }
}

@media (min-width:1400px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        width: 40%
    }
}

@media (min-width:1600px) {
    #home-our-food .content-block,
    #home-the-brewery .content-block,
    #pub-goes-well-with .content-block,
    #pub-something-different .content-block {
        padding: 2.5rem
    }
}

#home-our-food .content-block h2,
#home-the-brewery .content-block h2,
#pub-goes-well-with .content-block h2,
#pub-something-different .content-block h2 {
    margin-bottom: .5rem
}

#home-our-food .content-block h3,
#home-the-brewery .content-block h3,
#pub-goes-well-with .content-block h3,
#pub-something-different .content-block h3 {
    margin-bottom: .5rem;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem
}

@media (min-width:992px) {
    #home-our-food .content-block p,
    #home-the-brewery .content-block p,
    #pub-goes-well-with .content-block p,
    #pub-something-different .content-block p {
        font-size: .8rem
    }
}

@media (max-width:1199px) {
    #home-our-food .content-block .button,
    #home-the-brewery .content-block .button,
    #pub-goes-well-with .content-block .button,
    #pub-something-different .content-block .button {
        width: 100%;
        text-align: center
    }
}

#home-animation {
    background: #efefef;
    text-align: center
}

#home-our-food {
    padding-bottom: 0
}

#home-the-brewery {
    padding-top: 0
}

@media (min-width:992px) {
    #home-the-brewery .brewery-gutter .brewery-wrapper {
        width: 80%;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    #home-the-brewery .brewery-gutter .brewery-wrapper {
        width: 70%
    }
}

@media (min-width:992px) {
    #home-the-brewery .content-block {
        right: 0;
        left: auto
    }
}

#home-our-charities {
    background: #efefef
}

@media (max-width:1199px) {
    #home-our-charities #charities-inner {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #home-our-charities #charities-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    #home-our-charities #charities-inner img {
        width: 60%;
        height: 60%
    }
}

#home-our-charities #charities-inner .content-block {
    background: #004d64;
    padding: 2.5rem 1rem 1.5rem;
    color: #fff
}

@media (min-width:600px) {
    #home-our-charities #charities-inner .content-block {
        padding: 3.5rem 2rem 2.5rem
    }
}

@media (min-width:1200px) {
    #home-our-charities #charities-inner .content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40%;
        padding: 2rem
    }
    #home-our-charities #charities-inner .content-block p {
        font-size: .8rem
    }
}

@media (min-width:1600px) {
    #home-our-charities #charities-inner .content-block {
        padding: 2.5rem
    }
}

@media (min-width:1200px) {
    #home-our-charities #charities-inner .content-block .content-block-inner {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

#home-our-charities #charities-inner .content-block h3 {
    display: block;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem
}

#home-our-charities #charities-inner .content-block h2,
#home-our-charities #charities-inner .content-block h3 {
    margin-bottom: .5rem;
    color: #fff
}

@media (max-width:1199px) {
    #home-our-charities #charities-inner .content-block .button {
        width: 100%;
        text-align: center
    }
}

.statement {
    margin: 4rem 0;
    text-align: center
}

.statement .statement-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.statement .statement-inner h2 {
    position: absolute;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 350px
}

@media (min-width:600px) {
    .statement .statement-inner h2 {
        max-width: 450px
    }
}

@media (min-width:992px) {
    .statement .statement-inner h2 {
        max-width: 700px
    }
}

@media (-ms-high-contrast:none) {
    .statement .statement-inner ::-ms-backdrop,
    .statement .statement-inner h2 {
        position: relative
    }
}

@media (-ms-high-contrast:none) {
    .statement .statement-inner ::-ms-backdrop,
    .statement .statement-inner img {
        position: absolute !important;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.statement.color {
    padding: 4rem 0;
    margin: 0;
    background: #efefef
}

#home-our-heritage {
    margin: 0;
    padding: 0 0 4rem;
    background: #efefef
}

@media (max-width:991px) {
    #home-our-heritage {
        padding-bottom: 0
    }
    #home-our-heritage .grid-container {
        max-width: 100%
    }
    #home-our-heritage .grid-container-gutter {
        margin-left: 0;
        margin-right: 0
    }
    #home-our-heritage .grid-row-gutter {
        margin: 0
    }
    #home-our-heritage .grid-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

#home-our-heritage #heritage-inner {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 4rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

#home-our-heritage #heritage-content {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px
}

@media (min-width:600px) {
    #home-our-heritage #heritage-content {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

#home-our-heritage #heritage-content h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem
}

#home-our-heritage #heritage-content h2,
#home-our-heritage #heritage-content h3 {
    color: #fff;
    margin-bottom: 1rem
}

#home-our-heritage #heritage-content .button {
    padding: 15px 30px 11px
}

#home-our-heritage .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 7, 21, .45);
    z-index: 1
}

.page-id-153 #page-intro {
    background: #004d64
}

.page-id-153 #page-intro h1,
.page-id-153 #page-intro p {
    color: #fff
}

.page-id-153 .social-wrapper {
    margin: 4rem 0
}

@media (min-width:768px) {
    .page-id-153 .social-wrapper {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }
}

.page-id-153 .social-wrapper ul.social-links {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

@media (min-width:768px) {
    .page-id-153 .social-wrapper ul.social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-id-153 .social-wrapper ul.social-links li {
    text-align: center;
    margin: 1.5rem 0
}

@media (max-width:767px) {
    .page-id-153 .social-wrapper ul.social-links li:first-of-type {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .page-id-153 .social-wrapper ul.social-links li {
        width: 33.33333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }
}

.page-id-153 .social-wrapper ul.social-links li a {
    position: relative;
    display: block;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    margin: 0;
    background-color: #ba9d7b;
    color: #fff;
    text-align: center
}

@media (max-width:767px) {
    .page-id-153 .social-wrapper ul.social-links li a {
        margin-left: auto;
        margin-right: auto
    }
}

.page-id-153 .social-wrapper ul.social-links li a:active,
.page-id-153 .social-wrapper ul.social-links li a:focus,
.page-id-153 .social-wrapper ul.social-links li a:hover {
    background-color: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.page-id-153 .social-wrapper ul.social-links li a span {
    font-size: 22px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-id-153 .social-wrapper ul.social-links li .social-handle {
    padding-top: 1rem;
    display: block
}

#community-grid {
    margin: 4rem 0
}

@media (max-width:767px) {
    #community-grid {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

#community-grid #community-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#community-grid #community-wrapper .isotope-item {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    #community-grid #community-wrapper .isotope-item {
        width: 50%
    }
}

@media (min-width:1200px) {
    #community-grid #community-wrapper .isotope-item {
        width: 33.33333%
    }
}

@media (max-width:991px) {
    #community-grid #community-wrapper .isotope-item .item-inner {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    #community-grid #community-wrapper .isotope-item .item-inner {
        margin-left: 15px;
        margin-right: 15px
    }
}

#community-grid #community-wrapper .isotope-item .item-inner .caption {
    padding: 1rem;
    border: 1px solid #d8d8d8
}

#community-grid #community-wrapper .isotope-item .item-inner .caption p {
    word-break: break-word;
    font-size: .8rem
}

#community-grid #community-wrapper .isotope-item .item-inner .caption p:last-of-type {
    margin-bottom: 0
}

#community-grid #community-wrapper .isotope-item .item-inner .caption p strong {
    color: #004d64
}

#community-grid #community-wrapper .isotope-item.tweet-item {
    text-align: center
}

#community-grid #community-wrapper .isotope-item.tweet-item .item-inner {
    background: #efefef;
    padding: 2rem 1.5rem
}

#community-grid #community-wrapper .isotope-item.tweet-item .item-inner .twitter-user {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-decoration: none;
    font-size: .9rem
}

#community-grid #community-wrapper .isotope-item.instagram-item .item-inner {
    background: #fff
}

#community-grid #community-button-wrapper {
    text-align: center;
    margin-top: 2rem
}

#community-grid #community-button-wrapper #loading-gif {
    display: none
}

#community-grid #community-button-wrapper #loading-gif.showing {
    display: inline-block
}

#community-grid #community-button-wrapper #more-items-button:active,
#community-grid #community-button-wrapper #more-items-button:focus,
#community-grid #community-button-wrapper #more-items-button:hover {
    cursor: pointer
}

@media (min-width:768px) {
    #charity-animated-section .grid-item-2 {
        width: calc(100% - 30px)
    }
    #charity-animated-section .grid-item-2:nth-child(odd):nth-last-child(2) {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    #charity-animated-section .grid-item-2 {
        width: calc(50% - 30px)
    }
    #charity-animated-section .grid-item-2:nth-child(odd):nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    #charity-animated-section .content-box {
        padding-right: 3%
    }
}

@media (min-width:1100px) {
    #charity-animated-section .content-box {
        padding-right: 5%
    }
}

#charity-animated-section .content-box-inner {
    background: #fff;
    padding: 2rem 1.5rem;
    margin-bottom: 0
}

@media (min-width:600px) {
    #charity-animated-section .content-box-inner {
        padding: 2rem
    }
}

@media (max-width:991px) {
    #charity-animated-section .content-box-inner {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    #charity-animated-section .content-box-inner {
        padding: 2rem 1.5rem
    }
}

@media (min-width:1200px) {
    #charity-animated-section .content-box-inner {
        padding: 2rem
    }
}

#charity-animated-section .content-box-inner .charity-logo {
    display: block;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    #charity-animated-section .content-box-inner .charity-logo {
        width: 150px
    }
}

@media (min-width:1200px) {
    #charity-animated-section .content-box-inner .charity-logo {
        width: 175px
    }
}

@media (min-width:992px) {
    #charity-animated-section .content-box-inner h3 {
        font-size: 1.15rem
    }
}

@media (min-width:1200px) {
    #charity-animated-section .content-box-inner h3 {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    #charity-animated-section .content-box-inner p {
        font-size: .8rem
    }
}

#charity-animated-section .content-box-inner p:last-of-type {
    margin-bottom: 0
}

#charity-animated-section #animation-wrapper-outer {
    position: relative;
    max-width: 800px;
    margin: 4rem auto 0
}

@media (min-width:992px) {
    #charity-animated-section #animation-wrapper-outer {
        margin: .25rem auto 0
    }
}

#charity-animated-section #animation-wrapper-outer #animation-wrapper {
    position: relative;
    overflow-y: hidden
}

#charity-animated-section #animation-wrapper-outer #animation-wrapper #beer-layer {
    position: absolute;
    top: 86%
}

#charity-animated-section #animation-wrapper-outer #animation-wrapper #foreground-layer {
    position: relative
}

#charity-animated-section #animation-wrapper-outer .amount {
    position: absolute;
    top: 0;
    left: 0;
    background: #004d64;
    color: #fff;
    width: 20%;
    text-align: center;
    padding: 2px;
    font-family:"freight-display-pro";
    font-weight: 700;
    font-size: .9rem
}

@media (min-width:600px) {
    #charity-animated-section #animation-wrapper-outer .amount {
        font-size: 1rem;
        padding: 5px
    }
}

@media (min-width:1600px) {
    #charity-animated-section #animation-wrapper-outer .amount {
        font-size: 1.25rem;
        padding: 3px
    }
}

#charity-animated-section #animation-wrapper-outer .amount.first_step {
    top: 71%;
    left: 0
}

#charity-animated-section #animation-wrapper-outer .amount.second_step {
    top: 53.5%;
    left: 80%
}

#charity-animated-section #animation-wrapper-outer .amount.third_step {
    top: 35.7%;
    left: 0
}

#charity-animated-section #animation-wrapper-outer .amount.fourth_step {
    top: 15.5%;
    left: 80%
}

#charity-animated-section #animation-wrapper-outer .amount.final_step {
    top: -1.5%;
    left: 0;
    background: #ba9d7b
}

#charity-animated-section #animation-wrapper-outer .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 15%;
    background: #ba9d7b
}

#charity-animated-section #animation-wrapper-outer .line.first_step {
    top: 75.4%;
    left: 21.5%
}

#charity-animated-section #animation-wrapper-outer .line.second_step {
    top: 57.8%;
    left: 63.5%
}

#charity-animated-section #animation-wrapper-outer .line.third_step {
    top: 40.2%;
    left: 21.5%
}

#charity-animated-section #animation-wrapper-outer .line.fourth_step {
    top: 20.6%;
    left: 63.5%
}

#charity-animated-section #animation-wrapper-outer .line.final_step {
    top: 3%;
    left: 21.5%
}

#contact-intro {
    background: #efefef;
    padding: 4rem 0;
    text-align: center
}

#contact-intro p {
    font-size: .9rem
}

#contact-intro p a {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-decoration: none;
    white-space: nowrap
}

#contact-columns {
    margin: 4rem 0
}

@media (min-width:992px) {
    #contact-columns .grid-item {
        padding-right: 2rem
    }
}

#contact-columns address,
#contact-columns p {
    font-size: .9rem
}

#contact-columns address {
    margin-bottom: 1.5rem
}

#contact-columns .fax-no,
#contact-columns .tel-no {
    margin-bottom: .25rem
}

#contact-columns .email-address a {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-decoration: none
}

#contact-columns h2:after {
    content: "";
    display: block;
    margin: 0;
    width: 3.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #e6e4e4
}

#contact-columns ul.social-links {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

#contact-columns ul.social-links li {
    display: inline-block
}

#contact-columns ul.social-links li a {
    position: relative;
    display: block;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    margin: 0 1rem 0 0;
    background-color: #ba9d7b;
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    #contact-columns ul.social-links li a {
        margin: 0 .75rem 0 0
    }
}

@media (min-width:1200px) {
    #contact-columns ul.social-links li a {
        margin: 0 1rem 0 0
    }
}

#contact-columns ul.social-links li a:active,
#contact-columns ul.social-links li a:focus,
#contact-columns ul.social-links li a:hover {
    background-color: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#contact-columns ul.social-links li a span {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#contact-columns ul.social-links li a span svg {
    fill: #fff;
    height: 22px;
    padding-top: 9px
}

@media (max-width:599px) {
    #contact-columns .button {
        width: 100%;
        text-align: center
    }
}

#contact-form {
    margin: 0;
    padding: 4rem 0;
    background: #efefef
}

#contact-form h2 {
    text-align: center
}

#contact-form .form-wrapper {
    margin: 0;
    padding: 0
}

#contact-form .form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#contact-form .form-wrapper textarea {
    border: 1px solid #e6e4e4;
    border-radius: 0;
    width: 100%;
    min-height: 50px
}

#contact-form .form-wrapper label {
    font-size: .8rem;
    max-width: 90%
}

#contact-form .form-wrapper .button {
    margin-bottom: 0;
    background-color: #efefef;
    color: #004d64
}

#contact-form .form-wrapper .button:focus,
#contact-form .form-wrapper .button:hover {
    background: #004d64;
    color: #fff
}

#fullwidth-map.columns-map {
    margin-top: 2rem
}

#fullwidth-map.columns-map h2 {
    text-align: center;
    margin-bottom: 2rem
}

#fullwidth-map.columns-map .map-wrapper {
    height: 350px;
    position: relative
}

@media (min-width:768px) {
    #fullwidth-map.columns-map .map-wrapper {
        height: 500px
    }
}

@media (min-width:1600px) {
    #fullwidth-map.columns-map .map-wrapper {
        height: 600px
    }
}

#fullwidth-map.columns-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: inherit;
    width: 100%
}

#contact-search {
    margin: 0;
    padding: 4rem 0;
    background: #004d64
}

#contact-search .search-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin: 0 30px;
    padding: 1.5rem 1rem 1rem
}

@media (min-width:550px) {
    #contact-search .search-wrapper {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    #contact-search .search-wrapper {
        max-width: 100%;
        width: 750px;
        padding: 2rem
    }
}

#contact-search h2 {
    text-align: center;
    margin-bottom: 1.25rem
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 15px 40px 11px !important
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input,
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
    margin-top: 10px !important
}

#beers-filters {
    text-align: center
}

@media (min-width:992px) {
    #beers-filters .beer-filters-wrapper .filter-wrapper {
        height: auto !important
    }
}

#beers-filters .beer-filters-wrapper .filter-wrapper ul#filters {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;
}

#beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li {
    color: #adaaaa
}

@media (max-width:991px) {
    #beers-filters .beer-filters-wrapper .mobile-filters-heading {
        padding: 1rem 0 .85rem;
        border-bottom: 1px solid #e6e4e4;
        font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;
    }
    #beers-filters .beer-filters-wrapper .mobile-filters-heading .fa-chevron-down,
    #beers-filters .beer-filters-wrapper .mobile-filters-heading .fa-chevron-up {
        margin-left: .5rem
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper {
        background: #efefef;
        height: 0;
        overflow: hidden
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li {
        width: calc(33.33333% - 10px);
        background: #fff;
        padding: 1.5rem .8rem 1.25rem;
        margin-bottom: .75rem;
        border: 1px solid #e6e4e4
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:nth-child(4),
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:nth-child(5),
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:nth-child(6) {
        margin-bottom: 0
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li.selected {
        background: #004d64;
        color: #fff
    }
}

@media (min-width:600px) {
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li {
        padding: 1.5rem 1.5rem 1.25rem
    }
}

@media (min-width:992px) {
    #beers-filters .beer-filters-wrapper .mobile-filters-heading {
        display: none
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters {
        border-bottom: 1px solid #e6e4e4
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li {
        display: inline-block;
        padding: 1rem 1.5rem .85rem;
        font-size: 1rem
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li.selected {
        position: relative;
        color: #004d64
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li.selected:after {
        content: "";
        display: block;
        position: absolute;
        background: #004d64;
        width: 26px;
        height: 2px;
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0
    }
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:active,
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:focus,
    #beers-filters .beer-filters-wrapper .filter-wrapper ul#filters li:hover {
        cursor: pointer
    }
}

.page-id-355 #page-intro {
    padding-bottom: 0
}

.page-id-355 #page-intro .pin-wrapper,
.page-id-355 #page-intro h1 {
    margin-bottom: 2rem
}

.page-id-355 #pubs-full-search-wrapper {
    padding: 2rem 0;
    border-bottom: 1px solid #e6e4e4
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper {
        border-bottom: 0;
        background: #efefef;
        padding: 0 0 4rem
    }
}

@media (min-width:768px) {
    .page-id-355 #pubs-full-search-wrapper .grid-row-inner-2 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        padding: 0 30px;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper label {
    display: inline-block;
    font-size: .9rem;
    margin-bottom: .25rem
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper label {
        font-size: .8rem;
        margin-bottom: .5rem
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .select-trigger {
    padding: 14px 15px 11px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #adaaaa;
    letter-spacing: .015rem;
    position: relative;
    cursor: pointer
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .select-trigger .trigger-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-right: 1px solid #e6e4e4;
        width: 66.66667%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.5rem 30px 2rem 0
    }
}

@media (max-width:1199px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper {
        width: calc(50% - 15px)
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper {
    position: relative
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper .location-input {
    width: calc(100% - 109px);
    padding: 17px 15px 13px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: avenir-next-lt-pro, sans-serif;
    color: #4b4b4a;
    letter-spacing: .015rem
}

@media (min-width:375px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper .location-input {
        width: calc(100% - 149px)
    }
}

@media (min-width:600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper .location-input {
        width: calc(100% - 156px)
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper .location-input {
        width: calc(100% - 111px)
    }
}

@media (min-width:1400px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper .location-input {
        width: calc(100% - 151px)
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper button {
    height: 51px;
    position: absolute;
    padding: 15px 20px 11px
}

@media (min-width:375px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper button {
        padding: 15px 40px 11px
    }
}

@media (min-width:600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper button {
        height: 53px
    }
}

@media (min-width:768px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper button {
        height: 54px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .location-search-wrapper .location-input-wrapper .location-field-wrapper button {
        padding: 15px 20px 11px
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper {
    margin-top: 1rem;
    position: relative
}

@media (max-width:1199px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper {
        margin-top: 0;
        width: calc(50% - 15px)
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features {
    background: #efefef;
    text-align: left;
    height: 0;
    overflow: hidden
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features {
        position: absolute;
        left: -999em;
        width: 100%;
        bottom: -330px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }
}

@media (min-width:1400px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features {
        bottom: -332px
    }
}

@media (min-width:1600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features {
        bottom: -339px
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features label {
        font-size: .565rem
    }
}

@media (min-width:1400px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features label {
        font-size: .75rem
    }
}

@media (min-width:1600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features label {
        font-size: .8rem
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features.showing {
    z-index: 1
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features.showing {
        left: 0;
        top: 100%
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #search-features-inner {
        padding: 1rem
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column {
        width: calc(50% - 20px)
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li {
    padding: 1rem 10%;
    border-bottom: 1px solid #e6e4e4;
    position: relative
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li label {
    margin-bottom: 0
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li span {
    position: absolute;
    right: 15px;
    top: 19px;
    display: none
}

@media (max-width:1199px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li.selected {
        background: #004d64;
        color: #fff
    }
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li.selected span {
        color: #fff;
        display: block
    }
}

@media (min-width:600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li {
        padding: 1rem 15px
    }
}

@media (max-width:1199px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li input {
        display: none
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li {
        padding: 0 0 .3rem;
        border-bottom: none
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li label:hover {
        cursor: pointer
    }
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li input {
        -webkit-appearance: none;
        margin: 0 15px 0 0;
        height: 13px;
        width: 13px;
        background: #fff;
        border: 1px solid #d8d8d8
    }
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li input:checked {
        background: #004d64
    }
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features #features-wrapper ul.features-column li input:hover {
        cursor: pointer
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper {
    padding: 1rem 10%
}

@media (min-width:600px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper {
        padding: 1rem 15px
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper {
        padding: 1.5rem 0 0;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper .button {
        position: unset;
        top: unset;
        right: unset;
        width: 100%
    }
}

@media (-ms-high-contrast:none) and (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper .button,
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-filter-wrapper .features-search-wrapper #search-features .apply-filters-wrapper ::-ms-backdrop {
        position: relative !important
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper #or {
    display: block;
    text-align: center;
    margin: 1rem 0;
    /* font-weight: 400; */
    font-family:"freight-display-pro";
    font-weight: 700;
    color: #004d64;
    letter-spacing: .05rem
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper #or {
        position: absolute;
        right: 35%;
        top: 32%;
        background: #fff;
        height: 40px;
        line-height: 40px
    }
}

@media (min-width:1400px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper #or {
        right: 34.75%;
        top: 33.5%
    }
}

@media (max-width:1199px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper {
        position: relative;
        width: 33.33333%;
        margin-left: 30px;
        margin-top: 1.5rem
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper {
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper.showing {
    overflow: auto
}

@media (min-width:1200px) {
    .page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper.showing {
        position: absolute;
        z-index: 1000;
        width: 100%
    }
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pub-name-input {
    width: calc(100% - 30px);
    padding: 15px;
    display: block;
    background: #e6e4e4;
    color: #004d64;
    border: none;
    font-size: .9rem;
    letter-spacing: .015rem
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pub-name-input::-webkit-input-placeholder {
    color: #004d64
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pub-name-input::-moz-placeholder {
    color: #004d64
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pub-name-input:-ms-input-placeholder {
    color: #004d64
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pub-name-input:-moz-placeholder {
    color: #004d64
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list>li.hide-item {
    display: none
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list>li>a {
    display: block;
    background: #efefef;
    padding: 15px;
    text-decoration: none;
    color: #4b4b4a;
    font-size: .9rem;
    letter-spacing: .015rem
}

.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list>li>a:active,
.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list>li>a:focus,
.page-id-355 #pubs-full-search-wrapper .form-full-wrapper .pubs-search-wrapper #pubs-search-wrapper #pubs-list>li>a:hover {
    background: #004d64;
    color: #fff
}

@media screen and (min-width:768px) {
    #animation-fallback {
        display: none
    }
}

#match-anim {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:767px) {
    #match-anim {
        display: none
    }
}

#match-anim>div {
    position: absolute;
    top: 0;
    left: 0
}

#match-anim>div,
#match-anim>div svg {
    width: 100%;
    height: 100%
}

#match-anim>div svg line,
#match-anim>div svg path {
    stroke: rgba(0, 0, 0, .1);
    fill: none;
    stroke-width: .85
}

#match-anim>div svg text {
    font-family: avenir-next-lt-pro, sans-serif;
    fill: #999
}

#match-anim>div svg text.match-anim-serif {
    font-family:"freight-display-pro";
    font-weight: 700;
    fill: #ba9d7b
}

.history-timeline-page {
    background: #efefef
}

#page-intro.history-timeline {
    background-image: url(images/history-logo.svg);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 150px auto
}

@media (max-width:767px) {
    #page-intro.history-timeline {
        padding: 4rem 0 2rem
    }
}

@media (min-width:768px) {
    #page-intro.history-timeline {
        background-position: 50%
    }
}

@media (min-width:992px) {
    #page-intro.history-timeline {
        background-size: 200px auto
    }
}

#page-intro.history-timeline h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 7rem
}

@media (min-width:768px) {
    #page-intro.history-timeline h1 {
        text-align: left;
        margin-top: 3rem;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    #page-intro.history-timeline h1 {
        font-size: 2.5rem
    }
}

#history-timeline {
    background: #efefef;
    overflow-x: hidden;
    padding: 0 0 2rem;
    margin-top: -20px
}

.timeline-wrapper {
    overflow-x: hidden;
    padding: 20px 0
}

.timeline-wrapper.active #timeline-scroll {
    margin-left: 16vw
}

@media screen and (min-width:768px) {
    .timeline-wrapper.active #timeline-scroll {
        margin-left: 24vw
    }
}

.timeline-wrapper #timeline-scroll {
    padding: 10px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 3vw
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll {
        margin-left: 7vw
    }
}

.timeline-wrapper #timeline-scroll>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0
}

.timeline-wrapper #timeline-scroll>ul:before {
    content: "_";
    color: transparent;
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    -webkit-filter: blur(.85px);
    filter: blur(.85px)
}

.timeline-wrapper #timeline-scroll>ul>li {
    display: inline-block;
    position: relative;
    width: 68vw;
    height: 120vw;
    margin-left: 5vw;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99);
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
    opacity: .95;
    z-index: 1
}

.timeline-wrapper #timeline-scroll>ul>li:first-of-type {
    margin-left: 0
}

.timeline-wrapper #timeline-scroll>ul>li:first-of-type .timeline-previous {
    display: none
}

@media screen and (max-width:479px) {
    .timeline-wrapper #timeline-scroll>ul>li:first-of-type .timeline-next {
        left: calc(30vw - 20px)
    }
}

.timeline-wrapper #timeline-scroll>ul>li:last-of-type .timeline-next {
    display: none
}

@media screen and (max-width:479px) {
    .timeline-wrapper #timeline-scroll>ul>li:last-of-type .timeline-previous {
        left: calc(30vw - 20px)
    }
}

.timeline-wrapper #timeline-scroll>ul>li>div {
    position: absolute;
    width: 68vw;
    height: 50%;
    top: calc(50% + 15px);
    z-index: -1;
    padding: 2vw 5vw;
    overflow: hidden
}

.timeline-wrapper #timeline-scroll>ul>li>div h3 {
    font-family:"freight-display-pro";
    font-weight: 700;
    color: #ba9d7b;
    margin-bottom: .25em;
    font-size: calc(20px + 24*(100vw - 300px)/467)
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll>ul>li>div h3 {
        margin-bottom: .25em;
        font-size: calc(16px + 34*(100vw - 768px)/832)
    }
}

.timeline-wrapper #timeline-scroll>ul>li>div h4 {
    font-family:"freight-display-pro";
    font-weight: 700;
    color: #00384a;
    margin-bottom: .25em;
    line-height: 1.2;
    font-size: calc(16px + 16*(100vw - 300px)/467)
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll>ul>li>div h4 {
        margin-bottom: .5em;
        font-size: calc(14px + 16*(100vw - 768px)/832)
    }
}

.timeline-wrapper #timeline-scroll>ul>li>div p {
    line-height: 1.5em;
    font-size: calc(10px + 6*(100vw - 300px)/467)
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll>ul>li>div p {
        font-size: calc(9px + 4*(100vw - 768px)/432)
    }
}

.timeline-wrapper #timeline-scroll>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 68vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll>ul>li {
        height: 40vh;
        width: 26vw;
        margin-left: 7vw;
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85)
    }
    .timeline-wrapper #timeline-scroll>ul>li>div {
        width: 26vw;
        height: 100%;
        top: 0;
        right: 0;
        padding: 2vw 3vw
    }
    .timeline-wrapper #timeline-scroll>ul>li>img {
        height: 100%;
        width: 26vw
    }
}

.timeline-wrapper #timeline-scroll li.active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
    width: 68vw;
    z-index: 10;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.timeline-wrapper #timeline-scroll li.active .timeline-next,
.timeline-wrapper #timeline-scroll li.active .timeline-previous {
    opacity: 1;
    -webkit-transition: opacity .2s linear .3s;
    -o-transition: opacity .2s linear .3s;
    transition: opacity .2s linear .3s;
    pointer-events: auto
}

.timeline-wrapper #timeline-scroll li.active>img {
    width: 68vw
}

@media screen and (min-width:768px) {
    .timeline-wrapper #timeline-scroll li.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 52vw
    }
    .timeline-wrapper #timeline-scroll li.active>img {
        width: 26vw
    }
}

.timeline-wrapper #timeline-scroll .timeline-next,
.timeline-wrapper #timeline-scroll .timeline-previous {
    opacity: 0;
    border-radius: 1px;
    pointer-events: none;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    color: #fff !important;
    background-color: #00384a;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100%;
    display: table;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url(images/timeline-arrow.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.timeline-wrapper #timeline-scroll .timeline-next>span,
.timeline-wrapper #timeline-scroll .timeline-previous>span {
    vertical-align: middle;
    display: table-cell;
    display: none
}

.timeline-wrapper #timeline-scroll .timeline-previous {
    -webkit-transform: scaleX(-1) translateY(-50%);
    -ms-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    left: calc(29vw - 40px)
}

.timeline-wrapper #timeline-scroll .timeline-next {
    right: calc(29vw - 40px)
}

@media screen and (min-width:480px) {
    .timeline-wrapper #timeline-scroll .timeline-previous {
        left: calc(-7vw - 20px);
        top: 50%
    }
    .timeline-wrapper #timeline-scroll .timeline-next {
        right: calc(-7vw - 20px);
        top: 50%
    }
}

#timeline-nav {
    width: 100%;
    margin-top: 80px
}

#timeline-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0
}

#timeline-nav ul:before {
    content: "_";
    color: transparent;
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    border-top: 1px solid #d8d8d8;
    -webkit-filter: blur(.3px);
    filter: blur(.3px)
}

#timeline-nav ul>li {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 1.5vw
}

#timeline-nav ul>li:first-of-type {
    margin-left: 0
}

#timeline-nav ul>li>a {
    display: block;
    text-align: center;
    font-family:"freight-display-pro";
    font-weight: 700;
    cursor: pointer;
    color: #aba59e;
    background-color: #e6e5e3;
    white-space: nowrap;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 1px;
    text-decoration: none;
    height: 40px;
    width: 17vw;
    padding-top: calc(16px - .5em);
    font-size: calc(12px + 4*(100vw - 360px)/631)
}

@media screen and (min-width:992px) {
    #timeline-nav ul>li>a {
        font-size: 16px
    }
}

#timeline-nav ul>li>a:active,
#timeline-nav ul>li>a:hover {
    background-color: #fff;
    text-decoration: none
}

#timeline-nav ul>li>a span::-moz-selection {
    background-color: transparent
}

#timeline-nav ul>li>a span::selection {
    background-color: transparent
}

@media screen and (min-width:768px) {
    #timeline-nav ul>li {
        margin-left: 3vw
    }
    #timeline-nav ul>li>a {
        height: 40px;
        width: 16vw;
        max-width: 150px;
        padding-top: calc(16px - .5em)
    }
}

#timeline-nav ul>li.active>a {
    color: #ba9d7b;
    background-color: #fff
}

@media screen and (max-width:479px) {
    #timeline-nav {
        overflow-x: scroll
    }
    #timeline-nav ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 33.33vw
    }
    #timeline-nav ul li {
        margin-left: 0 !important
    }
    #timeline-nav ul li>a {
        width: 33.33vw
    }
}

@media screen and (max-width:479px) {
    .touch #timeline-scroll .timeline-next,
    .touch #timeline-scroll .timeline-previous {
        display: none
    }
    .touch #timeline-nav {
        margin-top: 40px
    }
}

:root .timeline-wrapper #timeline-scroll>ul,
_:-ms-fullscreen {
    display: block;
    white-space: nowrap
}

:root .timeline-wrapper #timeline-scroll>ul>li,
_:-ms-fullscreen {
    white-space: normal
}

@supports (-ms-ime-align:auto) {
    .timeline-wrapper #timeline-scroll>ul {
        display: block;
        white-space: nowrap
    }
}

@supports (-ms-ime-align:auto) {
    .timeline-wrapper #timeline-scroll>ul>li {
        white-space: normal
    }
}

#cc-delivery-overlay,
#verification-overlay {
    position: fixed;
    top: 0;
    bottom: 100%;
    right: 100%;
    left: 0;
    background: rgba(34, 34, 34, .6);
    z-index: 10000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

#cc-delivery-overlay.showing,
#verification-overlay.showing {
    bottom: 0;
    right: 0
}

#cc-delivery-popup,
#message-popup,
#shop-popup,
#verification-popup {
    max-width: 360px;
    margin: 2rem 0 0;
    background: #004d64;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    position: relative
}

#cc-delivery-popup #popup-close,
#message-popup #popup-close,
#shop-popup #popup-close,
#verification-popup #popup-close {
    color: #fff;
    position: absolute;
    right: 14px;
    top: 3px;
    font-weight: 700;
    cursor: pointer
}

#cc-delivery-popup.hide-popup,
#message-popup.hide-popup,
#shop-popup.hide-popup,
#verification-popup.hide-popup {
    display: none
}

@media (min-width:500px) {
    #cc-delivery-popup,
    #message-popup,
    #shop-popup,
    #verification-popup {
        max-width: 450px;
        padding: 2rem
    }
}

@media (min-width:600px) {
    #cc-delivery-popup,
    #message-popup,
    #shop-popup,
    #verification-popup {
        max-width: 550px
    }
}

#cc-delivery-popup h3,
#cc-delivery-popup p,
#message-popup h3,
#message-popup p,
#shop-popup h3,
#shop-popup p,
#verification-popup h3,
#verification-popup p {
    color: #fff
}

#cc-delivery-popup p,
#message-popup p,
#shop-popup p,
#verification-popup p {
    padding: 1.5rem 0 0
}

#cc-delivery-popup p:last-of-type,
#message-popup p:last-of-type,
#shop-popup p:last-of-type,
#verification-popup p:last-of-type {
    margin-bottom: 0
}

#cc-delivery-popup h3,
#message-popup h3,
#shop-popup h3,
#verification-popup h3 {
    font-size: 1.5rem
}

#cc-delivery-popup h4,
#message-popup h4,
#shop-popup h4,
#verification-popup h4 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    color: #004d64;
    text-transform: uppercase;
    letter-spacing: .05rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:600px) {
    #cc-delivery-popup h4,
    #message-popup h4,
    #shop-popup h4,
    #verification-popup h4 {
        max-width: 320px
    }
}

@media (min-width:1200px) {
    #cc-delivery-popup h4,
    #message-popup h4,
    #shop-popup h4,
    #verification-popup h4 {
        max-width: 330px
    }
}

#cc-delivery-popup #age-verification,
#cc-delivery-popup #delivery-verification,
#cc-delivery-popup #message-wrapper,
#cc-delivery-popup #popup-inner,
#message-popup #age-verification,
#message-popup #delivery-verification,
#message-popup #message-wrapper,
#message-popup #popup-inner,
#shop-popup #age-verification,
#shop-popup #delivery-verification,
#shop-popup #message-wrapper,
#shop-popup #popup-inner,
#verification-popup #age-verification,
#verification-popup #delivery-verification,
#verification-popup #message-wrapper,
#verification-popup #popup-inner {
    background: #fff;
    padding: 1.5rem
}

#cc-delivery-popup #age-verification p,
#cc-delivery-popup #delivery-verification p,
#cc-delivery-popup #message-wrapper p,
#cc-delivery-popup #popup-inner p,
#message-popup #age-verification p,
#message-popup #delivery-verification p,
#message-popup #message-wrapper p,
#message-popup #popup-inner p,
#shop-popup #age-verification p,
#shop-popup #delivery-verification p,
#shop-popup #message-wrapper p,
#shop-popup #popup-inner p,
#verification-popup #age-verification p,
#verification-popup #delivery-verification p,
#verification-popup #message-wrapper p,
#verification-popup #popup-inner p {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    color: #004d64;
    text-transform: uppercase;
    letter-spacing: .05rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: .8rem
}

@media (min-width:600px) {
    #cc-delivery-popup #age-verification p,
    #cc-delivery-popup #delivery-verification p,
    #cc-delivery-popup #message-wrapper p,
    #cc-delivery-popup #popup-inner p,
    #message-popup #age-verification p,
    #message-popup #delivery-verification p,
    #message-popup #message-wrapper p,
    #message-popup #popup-inner p,
    #shop-popup #age-verification p,
    #shop-popup #delivery-verification p,
    #shop-popup #message-wrapper p,
    #shop-popup #popup-inner p,
    #verification-popup #age-verification p,
    #verification-popup #delivery-verification p,
    #verification-popup #message-wrapper p,
    #verification-popup #popup-inner p {
        max-width: 320px
    }
}

@media (min-width:1200px) {
    #cc-delivery-popup #age-verification p,
    #cc-delivery-popup #delivery-verification p,
    #cc-delivery-popup #message-wrapper p,
    #cc-delivery-popup #popup-inner p,
    #message-popup #age-verification p,
    #message-popup #delivery-verification p,
    #message-popup #message-wrapper p,
    #message-popup #popup-inner p,
    #shop-popup #age-verification p,
    #shop-popup #delivery-verification p,
    #shop-popup #message-wrapper p,
    #shop-popup #popup-inner p,
    #verification-popup #age-verification p,
    #verification-popup #delivery-verification p,
    #verification-popup #message-wrapper p,
    #verification-popup #popup-inner p {
        max-width: 330px
    }
}

#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:active,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#message-popup #age-verification #message-link-wrapper #age-verification-no:active,
#message-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#message-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#message-popup #age-verification #message-link-wrapper #message-link:active,
#message-popup #age-verification #message-link-wrapper #message-link:focus,
#message-popup #age-verification #message-link-wrapper #message-link:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#message-popup #delivery-verification #message-link-wrapper #message-link:active,
#message-popup #delivery-verification #message-link-wrapper #message-link:focus,
#message-popup #delivery-verification #message-link-wrapper #message-link:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#message-popup #message-wrapper #message-link-wrapper #message-link:active,
#message-popup #message-wrapper #message-link-wrapper #message-link:focus,
#message-popup #message-wrapper #message-link-wrapper #message-link:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#message-popup #popup-inner #message-link-wrapper #message-link:active,
#message-popup #popup-inner #message-link-wrapper #message-link:focus,
#message-popup #popup-inner #message-link-wrapper #message-link:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:active,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#shop-popup #age-verification #message-link-wrapper #message-link:active,
#shop-popup #age-verification #message-link-wrapper #message-link:focus,
#shop-popup #age-verification #message-link-wrapper #message-link:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#shop-popup #delivery-verification #message-link-wrapper #message-link:active,
#shop-popup #delivery-verification #message-link-wrapper #message-link:focus,
#shop-popup #delivery-verification #message-link-wrapper #message-link:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#shop-popup #message-wrapper #message-link-wrapper #message-link:active,
#shop-popup #message-wrapper #message-link-wrapper #message-link:focus,
#shop-popup #message-wrapper #message-link-wrapper #message-link:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#shop-popup #popup-inner #message-link-wrapper #message-link:active,
#shop-popup #popup-inner #message-link-wrapper #message-link:focus,
#shop-popup #popup-inner #message-link-wrapper #message-link:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:active,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#verification-popup #age-verification #message-link-wrapper #message-link:active,
#verification-popup #age-verification #message-link-wrapper #message-link:focus,
#verification-popup #age-verification #message-link-wrapper #message-link:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#verification-popup #delivery-verification #message-link-wrapper #message-link:active,
#verification-popup #delivery-verification #message-link-wrapper #message-link:focus,
#verification-popup #delivery-verification #message-link-wrapper #message-link:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#verification-popup #message-wrapper #message-link-wrapper #message-link:active,
#verification-popup #message-wrapper #message-link-wrapper #message-link:focus,
#verification-popup #message-wrapper #message-link-wrapper #message-link:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#verification-popup #popup-inner #message-link-wrapper #message-link:active,
#verification-popup #popup-inner #message-link-wrapper #message-link:focus,
#verification-popup #popup-inner #message-link-wrapper #message-link:hover {
    cursor: pointer
}

@media (min-width:500px) {
    #cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no,
    #cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
    #cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link,
    #cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no,
    #cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes,
    #cc-delivery-popup #age-verification #message-link-wrapper #message-link,
    #cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no,
    #cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
    #cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
    #cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no,
    #cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes,
    #cc-delivery-popup #delivery-verification #message-link-wrapper #message-link,
    #cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no,
    #cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
    #cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
    #cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no,
    #cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes,
    #cc-delivery-popup #message-wrapper #message-link-wrapper #message-link,
    #cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no,
    #cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
    #cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link,
    #cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no,
    #cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes,
    #cc-delivery-popup #popup-inner #message-link-wrapper #message-link,
    #message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no,
    #message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
    #message-popup #age-verification #age-verification-buttons-wrapper #message-link,
    #message-popup #age-verification #message-link-wrapper #age-verification-no,
    #message-popup #age-verification #message-link-wrapper #age-verification-yes,
    #message-popup #age-verification #message-link-wrapper #message-link,
    #message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no,
    #message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
    #message-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
    #message-popup #delivery-verification #message-link-wrapper #age-verification-no,
    #message-popup #delivery-verification #message-link-wrapper #age-verification-yes,
    #message-popup #delivery-verification #message-link-wrapper #message-link,
    #message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no,
    #message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
    #message-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
    #message-popup #message-wrapper #message-link-wrapper #age-verification-no,
    #message-popup #message-wrapper #message-link-wrapper #age-verification-yes,
    #message-popup #message-wrapper #message-link-wrapper #message-link,
    #message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no,
    #message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
    #message-popup #popup-inner #age-verification-buttons-wrapper #message-link,
    #message-popup #popup-inner #message-link-wrapper #age-verification-no,
    #message-popup #popup-inner #message-link-wrapper #age-verification-yes,
    #message-popup #popup-inner #message-link-wrapper #message-link,
    #shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no,
    #shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
    #shop-popup #age-verification #age-verification-buttons-wrapper #message-link,
    #shop-popup #age-verification #message-link-wrapper #age-verification-no,
    #shop-popup #age-verification #message-link-wrapper #age-verification-yes,
    #shop-popup #age-verification #message-link-wrapper #message-link,
    #shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no,
    #shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
    #shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
    #shop-popup #delivery-verification #message-link-wrapper #age-verification-no,
    #shop-popup #delivery-verification #message-link-wrapper #age-verification-yes,
    #shop-popup #delivery-verification #message-link-wrapper #message-link,
    #shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no,
    #shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
    #shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
    #shop-popup #message-wrapper #message-link-wrapper #age-verification-no,
    #shop-popup #message-wrapper #message-link-wrapper #age-verification-yes,
    #shop-popup #message-wrapper #message-link-wrapper #message-link,
    #shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no,
    #shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
    #shop-popup #popup-inner #age-verification-buttons-wrapper #message-link,
    #shop-popup #popup-inner #message-link-wrapper #age-verification-no,
    #shop-popup #popup-inner #message-link-wrapper #age-verification-yes,
    #shop-popup #popup-inner #message-link-wrapper #message-link,
    #verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no,
    #verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
    #verification-popup #age-verification #age-verification-buttons-wrapper #message-link,
    #verification-popup #age-verification #message-link-wrapper #age-verification-no,
    #verification-popup #age-verification #message-link-wrapper #age-verification-yes,
    #verification-popup #age-verification #message-link-wrapper #message-link,
    #verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no,
    #verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
    #verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
    #verification-popup #delivery-verification #message-link-wrapper #age-verification-no,
    #verification-popup #delivery-verification #message-link-wrapper #age-verification-yes,
    #verification-popup #delivery-verification #message-link-wrapper #message-link,
    #verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no,
    #verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
    #verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
    #verification-popup #message-wrapper #message-link-wrapper #age-verification-no,
    #verification-popup #message-wrapper #message-link-wrapper #age-verification-yes,
    #verification-popup #message-wrapper #message-link-wrapper #message-link,
    #verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no,
    #verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
    #verification-popup #popup-inner #age-verification-buttons-wrapper #message-link,
    #verification-popup #popup-inner #message-link-wrapper #age-verification-no,
    #verification-popup #popup-inner #message-link-wrapper #age-verification-yes,
    #verification-popup #popup-inner #message-link-wrapper #message-link {
        margin: 0 .5rem
    }
}

#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link,
#message-popup #age-verification #message-link-wrapper #age-verification-yes,
#message-popup #age-verification #message-link-wrapper #message-link,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes,
#message-popup #delivery-verification #message-link-wrapper #message-link,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes,
#message-popup #message-wrapper #message-link-wrapper #message-link,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes,
#message-popup #popup-inner #message-link-wrapper #message-link,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes,
#shop-popup #age-verification #message-link-wrapper #message-link,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes,
#shop-popup #delivery-verification #message-link-wrapper #message-link,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes,
#shop-popup #message-wrapper #message-link-wrapper #message-link,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes,
#shop-popup #popup-inner #message-link-wrapper #message-link,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes,
#verification-popup #age-verification #message-link-wrapper #message-link,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes,
#verification-popup #delivery-verification #message-link-wrapper #message-link,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes,
#verification-popup #message-wrapper #message-link-wrapper #message-link,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes,
#verification-popup #popup-inner #message-link-wrapper #message-link {
    background: #ba9d7b;
    color: #fff;
    border: 1px solid #ba9d7b
}

#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:active,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #message-link:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #message-link:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #message-link:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #message-link:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#message-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#message-popup #age-verification #message-link-wrapper #message-link:active,
#message-popup #age-verification #message-link-wrapper #message-link:focus,
#message-popup #age-verification #message-link-wrapper #message-link:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#message-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#message-popup #delivery-verification #message-link-wrapper #message-link:active,
#message-popup #delivery-verification #message-link-wrapper #message-link:focus,
#message-popup #delivery-verification #message-link-wrapper #message-link:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#message-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#message-popup #message-wrapper #message-link-wrapper #message-link:active,
#message-popup #message-wrapper #message-link-wrapper #message-link:focus,
#message-popup #message-wrapper #message-link-wrapper #message-link:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#message-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#message-popup #popup-inner #message-link-wrapper #message-link:active,
#message-popup #popup-inner #message-link-wrapper #message-link:focus,
#message-popup #popup-inner #message-link-wrapper #message-link:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#shop-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#shop-popup #age-verification #message-link-wrapper #message-link:active,
#shop-popup #age-verification #message-link-wrapper #message-link:focus,
#shop-popup #age-verification #message-link-wrapper #message-link:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#shop-popup #delivery-verification #message-link-wrapper #message-link:active,
#shop-popup #delivery-verification #message-link-wrapper #message-link:focus,
#shop-popup #delivery-verification #message-link-wrapper #message-link:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#shop-popup #message-wrapper #message-link-wrapper #message-link:active,
#shop-popup #message-wrapper #message-link-wrapper #message-link:focus,
#shop-popup #message-wrapper #message-link-wrapper #message-link:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#shop-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#shop-popup #popup-inner #message-link-wrapper #message-link:active,
#shop-popup #popup-inner #message-link-wrapper #message-link:focus,
#shop-popup #popup-inner #message-link-wrapper #message-link:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:active,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:focus,
#verification-popup #age-verification #message-link-wrapper #age-verification-yes:hover,
#verification-popup #age-verification #message-link-wrapper #message-link:active,
#verification-popup #age-verification #message-link-wrapper #message-link:focus,
#verification-popup #age-verification #message-link-wrapper #message-link:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:active,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:focus,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-yes:hover,
#verification-popup #delivery-verification #message-link-wrapper #message-link:active,
#verification-popup #delivery-verification #message-link-wrapper #message-link:focus,
#verification-popup #delivery-verification #message-link-wrapper #message-link:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:active,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:focus,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-yes:hover,
#verification-popup #message-wrapper #message-link-wrapper #message-link:active,
#verification-popup #message-wrapper #message-link-wrapper #message-link:focus,
#verification-popup #message-wrapper #message-link-wrapper #message-link:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-yes:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #message-link:hover,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:active,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:focus,
#verification-popup #popup-inner #message-link-wrapper #age-verification-yes:hover,
#verification-popup #popup-inner #message-link-wrapper #message-link:active,
#verification-popup #popup-inner #message-link-wrapper #message-link:focus,
#verification-popup #popup-inner #message-link-wrapper #message-link:hover {
    border: 1px solid #004d64;
    background: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#cc-delivery-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#cc-delivery-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #age-verification #message-link-wrapper #age-verification-no:active,
#message-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#message-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#message-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#message-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#message-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#message-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:active,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#shop-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#shop-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#shop-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#shop-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#shop-popup #popup-inner #message-link-wrapper #age-verification-no:hover,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #age-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:active,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:focus,
#verification-popup #age-verification #message-link-wrapper #age-verification-no:hover,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #delivery-verification #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:active,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:focus,
#verification-popup #delivery-verification #message-link-wrapper #age-verification-no:hover,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #message-wrapper #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:active,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:focus,
#verification-popup #message-wrapper #message-link-wrapper #age-verification-no:hover,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:active,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:focus,
#verification-popup #popup-inner #age-verification-buttons-wrapper #age-verification-no:hover,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:active,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:focus,
#verification-popup #popup-inner #message-link-wrapper #age-verification-no:hover {
    border: 1px solid #004d64;
    background: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#cc-delivery-popup #age-verification #remember-checkbox,
#cc-delivery-popup #delivery-verification #remember-checkbox,
#cc-delivery-popup #message-wrapper #remember-checkbox,
#cc-delivery-popup #popup-inner #remember-checkbox,
#message-popup #age-verification #remember-checkbox,
#message-popup #delivery-verification #remember-checkbox,
#message-popup #message-wrapper #remember-checkbox,
#message-popup #popup-inner #remember-checkbox,
#shop-popup #age-verification #remember-checkbox,
#shop-popup #delivery-verification #remember-checkbox,
#shop-popup #message-wrapper #remember-checkbox,
#shop-popup #popup-inner #remember-checkbox,
#verification-popup #age-verification #remember-checkbox,
#verification-popup #delivery-verification #remember-checkbox,
#verification-popup #message-wrapper #remember-checkbox,
#verification-popup #popup-inner #remember-checkbox {
    font-size: .9rem;
    padding: 1.5rem 0 0
}

#cc-delivery-popup #age-verification #postcode-verification-form-wrapper,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper,
#message-popup #age-verification #postcode-verification-form-wrapper,
#message-popup #delivery-verification #postcode-verification-form-wrapper,
#message-popup #message-wrapper #postcode-verification-form-wrapper,
#message-popup #popup-inner #postcode-verification-form-wrapper,
#shop-popup #age-verification #postcode-verification-form-wrapper,
#shop-popup #delivery-verification #postcode-verification-form-wrapper,
#shop-popup #message-wrapper #postcode-verification-form-wrapper,
#shop-popup #popup-inner #postcode-verification-form-wrapper,
#verification-popup #age-verification #postcode-verification-form-wrapper,
#verification-popup #delivery-verification #postcode-verification-form-wrapper,
#verification-popup #message-wrapper #postcode-verification-form-wrapper,
#verification-popup #popup-inner #postcode-verification-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#cc-delivery-popup #age-verification #postcode-verification-form-wrapper #postcode-to-verify,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper #postcode-to-verify,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper #postcode-to-verify,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper #postcode-to-verify,
#message-popup #age-verification #postcode-verification-form-wrapper #postcode-to-verify,
#message-popup #delivery-verification #postcode-verification-form-wrapper #postcode-to-verify,
#message-popup #message-wrapper #postcode-verification-form-wrapper #postcode-to-verify,
#message-popup #popup-inner #postcode-verification-form-wrapper #postcode-to-verify,
#shop-popup #age-verification #postcode-verification-form-wrapper #postcode-to-verify,
#shop-popup #delivery-verification #postcode-verification-form-wrapper #postcode-to-verify,
#shop-popup #message-wrapper #postcode-verification-form-wrapper #postcode-to-verify,
#shop-popup #popup-inner #postcode-verification-form-wrapper #postcode-to-verify,
#verification-popup #age-verification #postcode-verification-form-wrapper #postcode-to-verify,
#verification-popup #delivery-verification #postcode-verification-form-wrapper #postcode-to-verify,
#verification-popup #message-wrapper #postcode-verification-form-wrapper #postcode-to-verify,
#verification-popup #popup-inner #postcode-verification-form-wrapper #postcode-to-verify {
    border: 1px solid #e6e4e4;
    width: calc(100% - 110px);
    padding: 0 0 0 .7rem;
    font-size: .8rem
}

#cc-delivery-popup #age-verification #postcode-verification-form-wrapper #postcode-verification,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification,
#message-popup #age-verification #postcode-verification-form-wrapper #postcode-verification,
#message-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification,
#message-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification,
#message-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification,
#shop-popup #age-verification #postcode-verification-form-wrapper #postcode-verification,
#shop-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification,
#shop-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification,
#shop-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification,
#verification-popup #age-verification #postcode-verification-form-wrapper #postcode-verification,
#verification-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification,
#verification-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification,
#verification-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification {
    background: #ba9d7b;
    color: #fff;
    border: 1px solid #ba9d7b;
    padding: 15px 0;
    width: 110px
}

#cc-delivery-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:active,
#cc-delivery-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#cc-delivery-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:active,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#cc-delivery-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:active,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:focus,
#cc-delivery-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:hover,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:active,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:focus,
#cc-delivery-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:hover,
#message-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:active,
#message-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#message-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#message-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:active,
#message-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#message-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#message-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:active,
#message-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:focus,
#message-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:hover,
#message-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:active,
#message-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:focus,
#message-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:hover,
#shop-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:active,
#shop-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#shop-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#shop-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:active,
#shop-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#shop-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#shop-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:active,
#shop-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:focus,
#shop-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:hover,
#shop-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:active,
#shop-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:focus,
#shop-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:hover,
#verification-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:active,
#verification-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#verification-popup #age-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#verification-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:active,
#verification-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:focus,
#verification-popup #delivery-verification #postcode-verification-form-wrapper #postcode-verification:hover,
#verification-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:active,
#verification-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:focus,
#verification-popup #message-wrapper #postcode-verification-form-wrapper #postcode-verification:hover,
#verification-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:active,
#verification-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:focus,
#verification-popup #popup-inner #postcode-verification-form-wrapper #postcode-verification:hover {
    border: 1px solid #004d64;
    background: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

#cc-delivery-popup #popup-inner p,
#message-popup #popup-inner p,
#shop-popup #popup-inner p,
#verification-popup #popup-inner p {
    text-transform: none
}

#cc-delivery-popup #popup-inner p strong,
#message-popup #popup-inner p strong,
#shop-popup #popup-inner p strong,
#verification-popup #popup-inner p strong {
    font-weight: 700
}

#cc-delivery-popup #popup-inner #close-cc,
#message-popup #popup-inner #close-cc,
#shop-popup #popup-inner #close-cc,
#verification-popup #popup-inner #close-cc {
    background: #ba9d7b;
    color: #fff;
    border: 1px solid #ba9d7b;
    cursor: pointer
}

#cc-delivery-popup #popup-inner #close-cc:active,
#cc-delivery-popup #popup-inner #close-cc:focus,
#cc-delivery-popup #popup-inner #close-cc:hover,
#message-popup #popup-inner #close-cc:active,
#message-popup #popup-inner #close-cc:focus,
#message-popup #popup-inner #close-cc:hover,
#shop-popup #popup-inner #close-cc:active,
#shop-popup #popup-inner #close-cc:focus,
#shop-popup #popup-inner #close-cc:hover,
#verification-popup #popup-inner #close-cc:active,
#verification-popup #popup-inner #close-cc:focus,
#verification-popup #popup-inner #close-cc:hover {
    border: 1px solid #004d64;
    background: #004d64;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (-ms-high-contrast:none) {
    #verification-popup,
    ::-ms-backdrop {
        position: absolute !important;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

#catapult-cookie-bar .ctcc-left-side {
    font-size: .8rem
}

#catapult-cookie-bar .ctcc-right-side #catapultCookie {
    font-size: .7rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 15px
}

#catapult-cookie-bar .ctcc-right-side #catapultCookie:active,
#catapult-cookie-bar .ctcc-right-side #catapultCookie:focus,
#catapult-cookie-bar .ctcc-right-side #catapultCookie:hover {
    background: #00384a;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.password-protected input[type=password] {
    padding: 14px 10px 10px
}

.password-protected input[type=password],
.password-protected input[type=submit] {
    display: inline-block;
    border: 1px solid #004d64;
    background-color: #fff;
    color: #004d64;
    font-size: .9rem
}

.password-protected input[type=submit] {
    vertical-align: top;
    padding: 15px 40px 11px;
    text-decoration: none;
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    letter-spacing: .125rem
}

.password-protected input[type=submit]:active,
.password-protected input[type=submit]:focus,
.password-protected input[type=submit]:hover {
    background: #004d64;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:768px) {
    .password-protected input[type=submit] {
        font-size: .8rem
    }
}

.password-protected input[type=submit]:disabled {
    opacity: .4
}

.beer-shop-link.current-menu-item>a {
    background: #004d64;
    color: #fff !important
}

.beer-shop-link.current-menu-item>a:after {
    background: none !important
}

@media (min-width:768px) and (max-width:1199px) {
    #product-filters .desktop-last {
        margin: 0 auto
    }
}

#shop-links {
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    font-size: 12px;
    text-transform: uppercase
}

#shop-links a {
    display: inline-block;
    text-decoration: none;
    color: #4b4b4a
}

#shop-links a:focus,
#shop-links a:hover {
    color: #ba9d7b
}

#shop-links a.wc-account {
    border-right: 1px solid #d8d8d8
}

#shop-links a.wc-account span {
    padding: 10px 10px 10px 15px
}

#shop-links a.wc-account img {
    vertical-align: middle;
    padding: 10px 15px 10px 0;
    margin-top: -5px
}

#shop-links a.wc-basket span {
    padding: 10px
}

#shop-links a.wc-basket span.woocommerce-Price-currencySymbol {
    padding: 10px 0 10px 10px
}

#shop-links a.wc-basket img {
    vertical-align: middle;
    padding: 10px 15px 10px 10px;
    margin-top: -5px
}

#shop-links a span {
    padding: 10px 10px 10px 20px
}

#shop-links a img {
    vertical-align: middle;
    padding: 10px 20px 10px 10px;
    margin-top: -5px
}

@media (max-width:599px) {
    #shop-links {
        background: #fff
    }
    #shop-links a.wc-account {
        border-right: none
    }
    #shop-links span {
        display: none
    }
}

#shop-hero-area.flex-hero-area {
    margin-bottom: 2rem
}

#shop-hero-area.flex-hero-area.image div.hero-image {
    min-height: 450px
}

#shop-hero-area.flex-hero-area.image a.hero-image {
    min-height: 0 !important
}

#shop-hero-area.flex-hero-area.image img {
    width: 100%
}

#shop-hero-area.flex-hero-area h2 {
    color: #fff;
    font-family:"freight-display-pro";
    font-weight: 700;
    font-size: 2.5rem
}

@media (max-width:599px) {
    #shop-hero-area.flex-hero-area h2 {
        font-size: 1.75rem;
        line-height: 1.25;
        margin-bottom: 1rem
    }
}

#shop-hero-area.flex-hero-area h3 {
    color: #fff;
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: 1rem
}

#shop-hero-area.flex-hero-area .button {
    text-align: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 400;
    padding-top: 15px;
    font-size: .9rem !important;
    color: #fff
}

#shop-hero-area.flex-hero-area .button:focus,
#shop-hero-area.flex-hero-area .button:hover {
    background: #fff;
    color: #4b4b4a
}

@media (max-width:599px) {
    #shop-hero-area.flex-hero-area .button {
        display: block;
        padding-top: 14px
    }
}

#shop-hero-area.flex-hero-area .dark-text h2,
#shop-hero-area.flex-hero-area .dark-text h3 {
    color: #004d64
}

#shop-hero-area.flex-hero-area .dark-text .button {
    background: #004d64;
    color: #fff;
    border-color: #004d64
}

#shop-hero-area.flex-hero-area .dark-text .button:focus,
#shop-hero-area.flex-hero-area .dark-text .button:hover {
    background: #00384a;
    color: #fff;
    border: #00384a
}

.theme-josephholt-theme .woocommerce-info,
.theme-josephholt-theme .woocommerce-message {
    margin-top: 4rem;
    border-top: none;
    background: #efefef
}

.theme-josephholt-theme .woocommerce-info:before,
.theme-josephholt-theme .woocommerce-message:before {
    content: ""
}

.theme-josephholt-theme .woocommerce-info .button.wc-forward,
.theme-josephholt-theme .woocommerce-message .button.wc-forward {
    text-align: center;
    background: none;
    border: 1px solid #004d64;
    border-radius: 0;
    font-weight: 400;
    padding-top: 15px;
    font-size: .9rem !important;
    color: #004d64
}

.theme-josephholt-theme .woocommerce-info .button.wc-forward:focus,
.theme-josephholt-theme .woocommerce-info .button.wc-forward:hover,
.theme-josephholt-theme .woocommerce-message .button.wc-forward:focus,
.theme-josephholt-theme .woocommerce-message .button.wc-forward:hover {
    background: #004d64;
    color: #fff
}

@media (max-width:599px) {
    .theme-josephholt-theme .woocommerce-info .button.wc-forward,
    .theme-josephholt-theme .woocommerce-message .button.wc-forward {
        display: block;
        padding-top: 14px
    }
}

.theme-josephholt-theme .add_gift_card_form h4 {
    margin-bottom: 1rem
}

.theme-josephholt-theme .add_gift_card_form #wc_gc_cart_redeem_send {
    background: #004d64;
    color: #fff;
    height: 33px;
    padding: 0 20px;
    border: 0
}

.theme-josephholt-theme #wc_gc_cart_redeem_form input[type=text],
.theme-josephholt-theme .woocommerce form .form-row input.input-text,
.theme-josephholt-theme .woocommerce form .form-row textarea,
.theme-josephholt-theme form .woocommerce_gc_giftcard_form input[type=text],
.theme-josephholt-theme form .woocommerce_gc_giftcard_form textarea {
    padding: 7px 14px !important;
    border: 1px solid #d8d8d8;
    font-size: .8rem;
    font-family: avenir-next-lt-pro, sans-serif;
    border-radius: 0
}

.theme-josephholt-theme form .woocommerce_gc_giftcard_form textarea {
    width: 100%
}

.theme-josephholt-theme .woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 12px 18px !important;
    min-width: 150px;
    margin-right: 1rem;
    border: 1px solid #d8d8d8;
    font-size: .8rem;
    font-family: avenir-next-lt-pro, sans-serif;
    border-radius: 0
}

.theme-josephholt-theme .woocommerce form .form-row input.input-text {
    height: 45px;
    border: 1px solid #d8d8d8;
    padding: 0 20px 1px;
    font-size: .9rem !important;
    margin-bottom: 5px !important;
    font-family: avenir-next-lt-pro, sans-serif;
    letter-spacing: .015rem;
    border-radius: 0
}

@media (min-width:768px) {
    .theme-josephholt-theme .woocommerce form .form-row input.input-text {
        font-size: .8rem !important
    }
}

.theme-josephholt-theme .woocommerce #billing_gender_field .select2-container--default .select2-selection--single,
.theme-josephholt-theme .woocommerce #results_preference_field .select2-container--default .select2-selection--single,
.theme-josephholt-theme .woocommerce .address-field .select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: #d8d8d8;
    -webkit-appearance: none
}

.theme-josephholt-theme .woocommerce #billing_gender_field .select2-container--default .select2-selection--single .select2-selection__rendered,
.theme-josephholt-theme .woocommerce #results_preference_field .select2-container--default .select2-selection--single .select2-selection__rendered,
.theme-josephholt-theme .woocommerce .address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 7px !important;
    font-size: .9rem !important;
    padding: 0 14px !important
}

@media (min-width:768px) {
    .theme-josephholt-theme .woocommerce #billing_gender_field .select2-container--default .select2-selection--single .select2-selection__rendered,
    .theme-josephholt-theme .woocommerce #results_preference_field .select2-container--default .select2-selection--single .select2-selection__rendered,
    .theme-josephholt-theme .woocommerce .address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: .8rem !important
    }
}

.theme-josephholt-theme .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 10px !important
}

.theme-josephholt-theme .woocommerce .woocommerce-button {
    border-radius: 0
}

#woocommerce-template {
    margin: 4rem 0
}

.post-type-archive-product #woocommerce-template {
    margin: 2rem 0
}

.post-type-archive-product #product-filters #product-search button,
.tax-product_cat #product-filters #product-search button,
.woocommerce-cart #product-filters #product-search button {
    background: #004d64;
    color: #fff;
    border: 0 !important;
    border-radius: 0 !important
}

.post-type-archive-product .sfn-cart-addons,
.tax-product_cat .sfn-cart-addons,
.woocommerce-cart .sfn-cart-addons {
    margin-top: 2rem
}

.post-type-archive-product .sfn-cart-addons .button.button-primary,
.tax-product_cat .sfn-cart-addons .button.button-primary,
.woocommerce-cart .sfn-cart-addons .button.button-primary {
    background: none !important
}

.post-type-archive-product .sfn-cart-addons .button.button-primary:focus,
.post-type-archive-product .sfn-cart-addons .button.button-primary:hover,
.tax-product_cat .sfn-cart-addons .button.button-primary:focus,
.tax-product_cat .sfn-cart-addons .button.button-primary:hover,
.woocommerce-cart .sfn-cart-addons .button.button-primary:focus,
.woocommerce-cart .sfn-cart-addons .button.button-primary:hover {
    background: #004d64 !important
}

.post-type-archive-product ul.products.sfn-cart-addons li.product,
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products.sfn-cart-addons li.product,
.tax-product_cat ul.products li.product,
.woocommerce-cart ul.products.sfn-cart-addons li.product,
.woocommerce-cart ul.products li.product {
    background: #efefef;
    padding-bottom: .5rem;
    min-height: 620px
}

@media (min-width:600px) and (max-width:767px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        min-height: 620px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        min-height: 700px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        min-height: 800px
    }
}

@media (max-width:599px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        width: 100% !important;
        float: none !important
    }
}

@media (min-width:600px) and (max-width:1199px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        width: 49%;
        margin: 0 2% 2.992em 0
    }
    .post-type-archive-product ul.products.sfn-cart-addons li.product:nth-child(2n+2),
    .post-type-archive-product ul.products li.product:nth-child(2n+2),
    .tax-product_cat ul.products.sfn-cart-addons li.product:nth-child(2n+2),
    .tax-product_cat ul.products li.product:nth-child(2n+2),
    .woocommerce-cart ul.products.sfn-cart-addons li.product:nth-child(2n+2),
    .woocommerce-cart ul.products li.product:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product,
    .post-type-archive-product ul.products li.product,
    .tax-product_cat ul.products.sfn-cart-addons li.product,
    .tax-product_cat ul.products li.product,
    .woocommerce-cart ul.products.sfn-cart-addons li.product,
    .woocommerce-cart ul.products li.product {
        width: 23.5%;
        margin: 0 2% 2.992em 0
    }
    .post-type-archive-product ul.products.sfn-cart-addons li.product.last,
    .post-type-archive-product ul.products li.product.last,
    .tax-product_cat ul.products.sfn-cart-addons li.product.last,
    .tax-product_cat ul.products li.product.last,
    .woocommerce-cart ul.products.sfn-cart-addons li.product.last,
    .woocommerce-cart ul.products li.product.last {
        margin-right: 0
    }
}

.post-type-archive-product ul.products.sfn-cart-addons li.product h2,
.post-type-archive-product ul.products li.product h2,
.tax-product_cat ul.products.sfn-cart-addons li.product h2,
.tax-product_cat ul.products li.product h2,
.woocommerce-cart ul.products.sfn-cart-addons li.product h2,
.woocommerce-cart ul.products li.product h2 {
    text-align: center;
    padding: 0 30px !important;
    font-size: 1.25rem !important;
    line-height: 1.2;
    margin: 1.5rem 0 1rem !important
}

.post-type-archive-product ul.products.sfn-cart-addons li.product span.subheading,
.post-type-archive-product ul.products li.product span.subheading,
.tax-product_cat ul.products.sfn-cart-addons li.product span.subheading,
.tax-product_cat ul.products li.product span.subheading,
.woocommerce-cart ul.products.sfn-cart-addons li.product span.subheading,
.woocommerce-cart ul.products li.product span.subheading {
    display: block;
    text-align: center;
    padding: 0 30px !important;
    font-size: .8rem !important;
    color: #4b4b4a;
    margin-bottom: 1rem !important
}

.post-type-archive-product ul.products.sfn-cart-addons li.product .star-rating,
.post-type-archive-product ul.products li.product .star-rating,
.tax-product_cat ul.products.sfn-cart-addons li.product .star-rating,
.tax-product_cat ul.products li.product .star-rating,
.woocommerce-cart ul.products.sfn-cart-addons li.product .star-rating,
.woocommerce-cart ul.products li.product .star-rating {
    margin: 0 auto 1rem
}

.post-type-archive-product ul.products.sfn-cart-addons li.product span.price,
.post-type-archive-product ul.products li.product span.price,
.tax-product_cat ul.products.sfn-cart-addons li.product span.price,
.tax-product_cat ul.products li.product span.price,
.woocommerce-cart ul.products.sfn-cart-addons li.product span.price,
.woocommerce-cart ul.products li.product span.price {
    display: block;
    text-align: center
}

.post-type-archive-product ul.products.sfn-cart-addons li.product span.price .woocommerce-Price-amount.amount,
.post-type-archive-product ul.products li.product span.price .woocommerce-Price-amount.amount,
.tax-product_cat ul.products.sfn-cart-addons li.product span.price .woocommerce-Price-amount.amount,
.tax-product_cat ul.products li.product span.price .woocommerce-Price-amount.amount,
.woocommerce-cart ul.products.sfn-cart-addons li.product span.price .woocommerce-Price-amount.amount,
.woocommerce-cart ul.products li.product span.price .woocommerce-Price-amount.amount {
    display: inline
}

.post-type-archive-product ul.products.sfn-cart-addons li.product span.woocommerce-Price-amount.amount,
.post-type-archive-product ul.products li.product span.woocommerce-Price-amount.amount,
.tax-product_cat ul.products.sfn-cart-addons li.product span.woocommerce-Price-amount.amount,
.tax-product_cat ul.products li.product span.woocommerce-Price-amount.amount,
.woocommerce-cart ul.products.sfn-cart-addons li.product span.woocommerce-Price-amount.amount,
.woocommerce-cart ul.products li.product span.woocommerce-Price-amount.amount {
    display: block;
    text-align: center !important;
    color: #004d64 !important;
    font-size: .9rem !important;
    font-weight: 700
}

.post-type-archive-product ul.products.sfn-cart-addons li.product .button,
.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products.sfn-cart-addons li.product .button,
.tax-product_cat ul.products li.product .button,
.woocommerce-cart ul.products.sfn-cart-addons li.product .button,
.woocommerce-cart ul.products li.product .button {
    background: none !important;
    display: block;
    text-align: center;
    border: 1px solid #004d64;
    border-radius: 0;
    font-weight: 400;
    font-size: .9rem !important;
    color: #004d64;
    padding-top: 12px;
    position: absolute;
    bottom: 1rem;
    width: 89%;
    margin: 0 1rem
}

@media (min-width:992px) and (max-width:1199px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product .button,
    .post-type-archive-product ul.products li.product .button,
    .tax-product_cat ul.products.sfn-cart-addons li.product .button,
    .tax-product_cat ul.products li.product .button,
    .woocommerce-cart ul.products.sfn-cart-addons li.product .button,
    .woocommerce-cart ul.products li.product .button {
        width: 92%
    }
}

@media (min-width:1200px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product .button,
    .post-type-archive-product ul.products li.product .button,
    .tax-product_cat ul.products.sfn-cart-addons li.product .button,
    .tax-product_cat ul.products li.product .button,
    .woocommerce-cart ul.products.sfn-cart-addons li.product .button,
    .woocommerce-cart ul.products li.product .button {
        width: 87%;
        font-size: .8rem !important;
        padding-top: 18px
    }
}

@media (max-width:599px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product .button,
    .post-type-archive-product ul.products li.product .button,
    .tax-product_cat ul.products.sfn-cart-addons li.product .button,
    .tax-product_cat ul.products li.product .button,
    .woocommerce-cart ul.products.sfn-cart-addons li.product .button,
    .woocommerce-cart ul.products li.product .button {
        position: static;
        margin-top: 2rem;
        width: auto;
        margin-bottom: 1rem
    }
}

.post-type-archive-product ul.products.sfn-cart-addons li.product .button:focus,
.post-type-archive-product ul.products.sfn-cart-addons li.product .button:hover,
.post-type-archive-product ul.products li.product .button:focus,
.post-type-archive-product ul.products li.product .button:hover,
.tax-product_cat ul.products.sfn-cart-addons li.product .button:focus,
.tax-product_cat ul.products.sfn-cart-addons li.product .button:hover,
.tax-product_cat ul.products li.product .button:focus,
.tax-product_cat ul.products li.product .button:hover,
.woocommerce-cart ul.products.sfn-cart-addons li.product .button:focus,
.woocommerce-cart ul.products.sfn-cart-addons li.product .button:hover,
.woocommerce-cart ul.products li.product .button:focus,
.woocommerce-cart ul.products li.product .button:hover {
    background: #ba9d7b !important;
    border-color: #ba9d7b !important;
    color: #fff
}

.post-type-archive-product ul.products li.product-category,
.tax-product_cat ul.products li.product-category,
.woocommerce-cart ul.products li.product-category {
    background: #efefef;
    padding-bottom: .5rem;
    min-height: 350px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.post-type-archive-product ul.products li.product-category a,
.tax-product_cat ul.products li.product-category a,
.woocommerce-cart ul.products li.product-category a {
    overflow: hidden;
    position: relative;
    display: block
}

.post-type-archive-product ul.products li.product-category a img,
.tax-product_cat ul.products li.product-category a img,
.woocommerce-cart ul.products li.product-category a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.post-type-archive-product ul.products li.product-category a mark.count,
.tax-product_cat ul.products li.product-category a mark.count,
.woocommerce-cart ul.products li.product-category a mark.count {
    display: none
}

.post-type-archive-product ul.products li.product-category:focus,
.post-type-archive-product ul.products li.product-category:hover,
.tax-product_cat ul.products li.product-category:focus,
.tax-product_cat ul.products li.product-category:hover,
.woocommerce-cart ul.products li.product-category:focus,
.woocommerce-cart ul.products li.product-category:hover {
    background: #004d64
}

.post-type-archive-product ul.products li.product-category:focus h2,
.post-type-archive-product ul.products li.product-category:hover h2,
.tax-product_cat ul.products li.product-category:focus h2,
.tax-product_cat ul.products li.product-category:hover h2,
.woocommerce-cart ul.products li.product-category:focus h2,
.woocommerce-cart ul.products li.product-category:hover h2 {
    color: #fff
}

.post-type-archive-product ul.products li.product-category:focus img,
.post-type-archive-product ul.products li.product-category:hover img,
.tax-product_cat ul.products li.product-category:focus img,
.tax-product_cat ul.products li.product-category:hover img,
.woocommerce-cart ul.products li.product-category:focus img,
.woocommerce-cart ul.products li.product-category:hover img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

@media (min-width:1200px) {
    .post-type-archive-product ul.products.sfn-cart-addons li.product.last,
    .tax-product_cat ul.products.sfn-cart-addons li.product.last,
    .woocommerce-cart ul.products.sfn-cart-addons li.product.last {
        margin-right: 2%
    }
}

.post-type-archive-product .shop-banner,
.tax-product_cat .shop-banner,
.woocommerce-cart .shop-banner {
    display: block;
    padding-bottom: 2rem
}

#woocommerce-shop-header {
    margin: 0;
    padding: 4rem 0;
    background: #004d64;
    color: #fff
}

#woocommerce-shop-header h1 {
    color: #fff
}

.theme-josephholt-theme.single-product #woocommerce-template {
    margin: 0;
    padding: 4rem 0;
    background: #efefef
}

@media (max-width:767px) {
    .theme-josephholt-theme.single-product #woocommerce-template {
        padding-bottom: 1rem
    }
}

@media (min-width:1200px) {
    .theme-josephholt-theme.single-product #woocommerce-template {
        padding-top: 6rem
    }
}

.theme-josephholt-theme.single-product #woocommerce-template h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.single-product #woocommerce-template h1 {
        margin-top: 4rem;
        font-size: 2.4rem;
        line-height: 1.5
    }
}

@media (min-width:1200px) {
    .theme-josephholt-theme.single-product .summary {
        padding-left: 3rem
    }
}

.theme-josephholt-theme.single-product .summary span.subheading {
    display: inline-block;
    font-size: 1rem !important;
    color: #4b4b4a;
    margin-bottom: 1rem !important
}

.theme-josephholt-theme.single-product .summary span.price {
    display: block
}

.theme-josephholt-theme.single-product .summary span.woocommerce-Price-amount.amount {
    color: #004d64 !important;
    font-size: 1.25rem !important;
    font-weight: 700
}

.theme-josephholt-theme.single-product .summary .woocommerce-variation-price {
    padding-bottom: 1rem
}

.theme-josephholt-theme.single-product .summary #gift-card-value {
    height: 36px
}

.theme-josephholt-theme.single-product .summary .quantity .qty {
    width: 52px;
    text-align: center;
    height: 52px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-right: .5rem;
    -webkit-appearance: none
}

.theme-josephholt-theme.single-product .summary .button.single_add_to_cart_button.alt {
    height: 55px !important;
    border-radius: 0;
    background: #004d64;
    border: 1px solid #004d64;
    color: #fff;
    padding: 14px 40px
}

.theme-josephholt-theme.single-product .summary .button.single_add_to_cart_button.alt:focus,
.theme-josephholt-theme.single-product .summary .button.single_add_to_cart_button.alt:hover {
    background: #fff;
    border: 1px solid #004d64;
    color: #004d64
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs li.resp-tab-item {
    background: #efefef;
    border-radius: 0;
    padding: 15px 30px;
    font-family: avenir-next-lt-pro, sans-serif;
    font-weight: 400;
    color: #adaaaa;
    font-size: .9rem;
    border: 1px solid #d8d8d8;
    text-transform: uppercase
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs li.resp-tab-item.resp-tab-active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #004d64
}

@media (max-width:767px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs .resp-tabs-container {
        padding: 1rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs .resp-tabs-container .resp-tab-content {
    border-radius: 0;
    border: 1px solid #d8d8d8;
    padding: 2rem;
    font-family: avenir-next-lt-pro, sans-serif;
    line-height: 1.5
}

@media (min-width:768px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs .resp-tabs-container .resp-tab-content {
        border-radius: 0
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs .resp-tabs-container .resp-tab-content h2:first-of-type {
    display: none
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs h2.resp-accordion {
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs h2.resp-accordion .wootitle {
    padding: 15px 30px;
    font-family: avenir-next-lt-pro, sans-serif;
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs h2.resp-accordion .resp-arrow {
    margin-top: 8px;
    color: #c4c4c4
}

.theme-josephholt-theme.single-product #wooatm-tabs-container.woocommerce-tabs h2.resp-accordion.resp-tab-active {
    border-radius: 0
}

.theme-josephholt-theme.single-product #wooatm-tabs-container,
.theme-josephholt-theme.single-product .woocommerce-tabs {
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0;
    padding: 4rem 0
}

@media (min-width:768px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container,
    .theme-josephholt-theme.single-product .woocommerce-tabs {
        width: 738px !important
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container,
    .theme-josephholt-theme.single-product .woocommerce-tabs {
        width: 962px !important
    }
}

@media (min-width:1200px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container,
    .theme-josephholt-theme.single-product .woocommerce-tabs {
        width: 1170px !important
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description h2:first-of-type,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description h2:first-of-type {
    display: none
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table td,
.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table th,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table td,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table th {
    width: 300px;
    padding: 1rem 2rem;
    border-bottom: 2px solid #fff;
    font-size: .8rem
}

@media (max-width:767px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table td,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table th,
    .theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table td,
    .theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table th {
        padding: 1rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table th,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table th {
    text-transform: uppercase;
    text-align: left;
    background: #ba9d7b;
    color: #fff;
    white-space: nowrap
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #tab-description table td,
.theme-josephholt-theme.single-product .woocommerce-tabs #tab-description table td {
    text-align: left;
    background: #efefef;
    color: #004d64
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 1.5rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs {
        max-width: 850px
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-header,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-header,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-header,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-header,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-header,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-header {
    width: 100%;
    padding: 1rem
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-header h2,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-header h2,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-header h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-header h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-header h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-header h2 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .09rem;
    margin-bottom: 0
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-header.white-text h2,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-header.white-text h2,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-header.white-text h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-header.white-text h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-header.white-text h2,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-header.white-text h2 {
    color: #fff
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .icon {
    -ms-flex-item-align: center;
    align-self: center
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .icon img {
    max-width: 32px
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .icon img {
        max-width: 50px
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content {
    margin-left: 15px
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content h3,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content h3,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content h3 {
    font-family: avenir-next-lt-pro, sans-serif;font-weight: 500;;
    text-transform: uppercase;
    color: #ba9d7b;
    letter-spacing: .075rem;
    font-size: .8rem;
    margin-bottom: .25rem
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content h3,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content h3 {
        font-size: .7rem
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content p,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content p,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content p {
        font-size: 1rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    padding: 1rem .75rem
}

@media (min-width:500px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste {
        padding: 1rem
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste {
        padding: 1.5rem 2rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .icon {
    width: calc(12.5% - 5px)
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .icon {
        width: calc(10% - 5px)
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content {
    width: calc(87.5% - 5px)
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-taste .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-taste .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-taste .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-taste .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-taste .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-taste .content {
        width: calc(90% - 5px)
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon {
    width: 10%
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .icon {
        width: calc(10% - 5px)
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content {
    width: 40%
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .content {
        width: calc(40% - 5px)
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .rating,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .rating,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .rating,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .rating,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .rating,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .rating,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .rating,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .rating,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .rating,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .rating,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .rating,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .rating,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .rating {
        width: calc(50% - 5px);
        padding-right: 3rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .rating img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .rating img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .rating img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .rating img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .rating img,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .rating img,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .rating img {
    width: 20%;
    height: 100%;
    padding: .4rem
}

@media (min-width:500px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .rating img {
        padding: 0 .6rem
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-sweetness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-bitterness .rating img,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-sweetness .rating img {
        padding: 0 .9rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-smell,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-smell,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-smell,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-colour,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-smell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
    background: #efefef;
    padding: 1rem .75rem
}

@media (min-width:500px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-smell {
        padding: 1rem
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell #bio-smell,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-colour,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell #bio-smell {
        padding: 1.5rem 2rem
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .icon,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .icon,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .icon {
    width: 25%
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .icon,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .icon,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .icon {
        width: calc(20% - 5px)
    }
}

.theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content,
.theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content,
.theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content {
    width: 75%
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container #bio-wrapper #bio-colour-smell .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #wooatm-tabs-container #bio-colour-smell .content,
    .theme-josephholt-theme.single-product #wooatm-tabs-container #woocommerce-product-tabs #bio-colour-smell .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #bio-wrapper #bio-colour-smell .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #wooatm-tabs-container #bio-colour-smell .content,
    .theme-josephholt-theme.single-product .woocommerce-tabs #woocommerce-product-tabs #bio-colour-smell .content {
        width: calc(80% - 5px);
        margin-left: 25px
    }
}

.theme-josephholt-theme.single-product #related-products {
    padding-bottom: 4rem;
    position: relative
}

.theme-josephholt-theme.single-product #related-products h2 {
    text-align: center
}

.theme-josephholt-theme.single-product #related-products .related-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.theme-josephholt-theme.single-product #related-products .related-products .related-product {
    position: relative;
    width: 47%;
    background: #efefef;
    margin-bottom: 2rem;
    padding-bottom: 4rem
}

@media (max-width:991px) {
    .theme-josephholt-theme.single-product #related-products .related-products .related-product {
        width: 100% !important;
        float: none !important
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.single-product #related-products .related-products .related-product {
        min-height: 650px
    }
    .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(odd) {
        margin-right: 3%
    }
    .theme-josephholt-theme.single-product #related-products .related-products .related-product:nth-child(2n+2) {
        margin-left: 2%
    }
}

.theme-josephholt-theme.single-product #related-products h3 {
    text-align: center;
    padding: 0 30px !important;
    font-size: 1.25rem !important;
    line-height: 1.2;
    margin: 1.5rem 0 1rem !important
}

.theme-josephholt-theme.single-product #related-products p {
    display: block;
    text-align: center;
    padding: 0 30px !important;
    font-size: .8rem !important;
    color: #4b4b4a;
    margin-bottom: 1rem !important
}

.theme-josephholt-theme.single-product #related-products p.price {
    display: block;
    text-align: center !important;
    color: #004d64 !important;
    font-size: .9rem !important;
    font-weight: 700
}

.theme-josephholt-theme.single-product #related-products .button {
    display: block;
    text-align: center;
    border: 1px solid #004d64;
    border-radius: 0;
    font-weight: 400;
    font-size: .9rem !important;
    color: #004d64;
    padding-top: 12px;
    position: absolute;
    bottom: 1rem;
    width: 87%;
    margin: 0 1rem
}

.theme-josephholt-theme.single-product #related-products .button:active,
.theme-josephholt-theme.single-product #related-products .button:focus,
.theme-josephholt-theme.single-product #related-products .button:hover {
    background: #ba9d7b !important;
    border-color: #ba9d7b !important;
    color: #fff
}

@media (max-width:599px) {
    .theme-josephholt-theme.single-product #related-products .button {
        position: static;
        margin-top: 2rem
    }
}

.theme-josephholt-theme.woocommerce-account h1 {
    color: #004d64;
    text-align: center
}

.theme-josephholt-theme.woocommerce-account h2 {
    color: #004d64;
    margin-bottom: 1rem !important
}

@media (max-width:599px) {
    .theme-josephholt-theme.woocommerce-account h2 {
        margin-top: 2rem
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register {
    border: none !important;
    border-radius: 0 !important;
    margin: 0;
    min-height: 350px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login .woocommerce-button,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register .woocommerce-button {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: none !important
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login .woocommerce-button:focus,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-login .woocommerce-button:hover,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register .woocommerce-button:focus,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register .woocommerce-button:hover {
    background: #fff;
    color: #4b4b4a
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login p,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register p {
    font-size: .8rem
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login p.woocommerce-LostPassword.lost_password,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register p.woocommerce-LostPassword.lost_password {
    padding-top: 15px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login a,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register a {
    text-decoration: underline;
    color: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login input,
.theme-josephholt-theme.woocommerce-account .woocommerce-form-register input {
    border: none !important
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login {
    background: #004d64;
    color: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login .required {
    color: #fff !important
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    padding-top: 10px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-register {
    background: #ba9d7b;
    color: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-form-register .required {
    color: #fff !important
}

.theme-josephholt-theme.woocommerce-account .woocommerce-Addresses {
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-Addresses {
        margin-top: 2rem
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-Addresses .u-column1 {
    margin-bottom: 1.5rem
}

.theme-josephholt-theme.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3 {
    font-size: 1rem;
    font-weight: 400
}

.theme-josephholt-theme.woocommerce-account .woocommerce-Addresses address {
    font-size: .9rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-Addresses address {
        font-size: .8rem
    }
}

@media (max-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-top: 1rem;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 1.5rem
    }
}

@media (min-width:992px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 2rem
    }
}

@media (min-width:1200px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 3rem
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ba9d7b;
    border-radius: 0
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ba9d7b
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
    border-bottom: none
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #ba9d7b;
    color: #fff !important
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: .75rem 1.5rem;
    font-size: .9rem;
    text-decoration: none;
    text-transform: uppercase
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active,
.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #ba9d7b;
    color: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content .button {
    border-radius: 0;
    padding: 15px 40px;
    background: #004d64;
    border: 1px solid #004d64;
    color: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content .button:focus,
.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content .button:hover {
    background: #fff;
    color: #004d64
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content h2 {
    text-align: center
}

@media (min-width:769px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content h2 {
        text-align: left;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content table.shop_table.shop_table_responsive.my_account_orders tbody {
        display: block
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content table.shop_table.shop_table_responsive.my_account_orders tbody .button {
    margin: 0 5px 5px;
    border: 0
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content label {
    font-size: .8rem;
    padding-bottom: 5px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content span em {
    font-size: .8rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content span em {
        font-size: .7rem
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content input {
    height: 45px;
    border: 1px solid #004d64;
    padding: 0 20px 1px;
    font-size: .9rem !important;
    margin-bottom: 5px !important;
    font-family: avenir-next-lt-pro, sans-serif;
    letter-spacing: .015rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content input {
        font-size: .8rem !important
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: none
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content a:focus,
.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content a:active {
    color: #004d64;
    text-decoration: underline
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin: 1.5rem 0
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 1rem;
    /* font-weight: 400; */
    font-family:"freight-display-pro";
    font-weight: 700;
    color: #004d64 !important;
    padding-bottom: 10px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders {
    background: #fff
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders table {
    border-radius: 5px
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders th {
    color: #fff;
    background: #004d64;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders tbody tr {
    background-color: #efefef
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders tbody tr:nth-child(odd) {
    background-color: #e6e4e4
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-orders tbody tr td {
    padding: 10px
}

.theme-josephholt-theme.woocommerce-account .woocommerce table.my_account_orders {
    font-size: .9rem
}

@media (min-width:768px) {
    .theme-josephholt-theme.woocommerce-account .woocommerce table.my_account_orders {
        font-size: .8rem
    }
}

.theme-josephholt-theme.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    border: none !important
}

.theme-josephholt-theme.woocommerce-page .woocommerce .button {
    border-radius: 0;
    padding: 15px 40px;
    background-color: #004d64;
    font-size: .9rem;
    border: 1px solid #004d64;
    color: #fff
}

.theme-josephholt-theme.woocommerce-page .woocommerce .button:focus,
.theme-josephholt-theme.woocommerce-page .woocommerce .button:hover {
    background-color: #fff;
    color: #004d64
}

.theme-josephholt-theme.woocommerce-page .woocommerce .button.wc-backward {
    background-color: #0f0;
    background-color: #ebe9eb;
    padding: .618em 1em;
    color: #515151;
    border: 0;
    font-size: .8rem
}

.theme-josephholt-theme.woocommerce-page .woocommerce .quantity .qty {
    width: 52px;
    text-align: center;
    height: 52px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-right: .5rem;
    -webkit-appearance: none
}

.theme-josephholt-theme.woocommerce-page .woocommerce table.shop_table {
    display: table !important;
    border-radius: 0
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents {
    margin-bottom: 4rem;
    border-radius: 0
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents th {
    color: #fff;
    background: #004d64;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr {
    background-color: #efefef
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr:nth-child(odd) {
    background-color: #e6e4e4
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td {
    padding: 10px 20px;
    border-top: 1px solid #e4d8f2
}

@media (max-width:599px) {
    .theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td {
        padding: 10px !important
    }
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td a.remove {
    color: #ba9d7b !important
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td a.remove:hover {
    color: #004d64 !important;
    background: none !important
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td.product-name a {
    text-decoration: none
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td.actions {
    background: #004d64;
    padding: 16px !important
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td.actions .button {
    border-radius: 0;
    padding: 15px 40px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #004d64
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td.actions .button:focus,
.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart-form__contents tbody tr td.actions .button:hover {
    background-color: #004d64;
    color: #fff
}

.theme-josephholt-theme.woocommerce-page .woocommerce .woocommerce-cart h1 {
    text-align: center
}

.theme-josephholt-theme.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
    float: none
}

.theme-josephholt-theme.woocommerce-page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    display: block
}

.theme-josephholt-theme.woocommerce-page .woocommerce .cart-collaterals .cart-subtotal th,
.theme-josephholt-theme.woocommerce-page .woocommerce .cart-collaterals .order-total th,
.theme-josephholt-theme.woocommerce-page .woocommerce .cart-collaterals .woocommerce-shipping-totals th {
    background: #ba9d7b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400 !important
}

.theme-josephholt-theme.woocommerce-page #coupon_code {
    height: 49px;
    width: 150px;
    margin-right: 1rem;
    padding-left: 10px
}

@media (max-width:599px) {
    .theme-josephholt-theme.woocommerce-page #coupon_code {
        width: 100%;
        margin-bottom: .5rem
    }
}

@media (max-width:599px) {
    .theme-josephholt-theme.woocommerce-page .coupon .input-text+.button {
        float: none !important;
        display: block;
        width: 100% !important
    }
}

.woocommerce-checkout .place-order .add_gift_card_form #wc_gc_cart_redeem_form button,
.woocommerce-checkout .place-order .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
    width: 200px
}

.woocommerce-checkout .place-order .button.alt {
    padding: 15px 60px !important
}

.woocommerce-checkout #customer_details {
    margin-bottom: 4rem
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table {
    display: block;
    width: auto;
    border-radius: 0
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table thead th.product-name,
.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table thead th.product-total {
    color: #fff;
    background: #004d64;
    padding: 20px !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tbody tr {
    background-color: #efefef
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tbody tr:nth-child(odd) {
    background-color: #e6e4e4
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tbody tr td {
    padding: 20px !important
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot th {
    font-weight: 400;
    background-color: #ba9d7b;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 20px !important
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot td {
    padding: 20px !important
}

@media (max-width:599px) {
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first,
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
        float: none;
        width: 100%;
        display: block
    }
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first .button,
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button {
        width: 100%
    }
}

.woocommerce-checkout .place-order button.button {
    background-image: url(images/lock-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px 40%;
    background-size: auto
}

.theme-josephholt-theme.woocommerce #sitewide-footer a.button {
    background: #fff;
    display: block;
    text-align: center;
    border: 1px solid #004d64;
    border-radius: 0;
    font-weight: 400;
    font-size: .9rem;
    padding: 15px 40px 11px;
    color: #004d64
}

.theme-josephholt-theme.woocommerce #sitewide-footer a.button:focus,
.theme-josephholt-theme.woocommerce #sitewide-footer a.button:hover {
    background: #004d64;
    color: #fff
}

.pswp {
    top: 0;
    z-index: 100000
}

.admin-bar .pswp {
    top: 32px;
    z-index: 100000
}

.woocommerce span.onsale {
    right: -.5em;
    left: auto;
    height: 50px;
    width: 50px;
    line-height: 48px
}

.woocommerce span.onsale,
.woocommerce span.stock-warning {
    background: #ba9d7b;
    font-family: avenir-next-lt-pro, sans-serif;
    font-size: .7rem
}

.woocommerce span.stock-warning {
    left: 0;
    top: 0;
    position: absolute;
    height: 40px;
    padding: 12px 10px 10px;
    color: #fff
}

.woocommerce div.product .stock.in-stock,
.woocommerce div.product p.price {
    color: #ba9d7b
}

@media (min-width:1200px) {
    .woocommerce ul.products.sfn-cart-addons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.shipping-message-wrapper {
    background: #004d64;
    padding: 1rem 1rem 1px
}

.shipping-message-wrapper p {
    color: #fff;
    font-weight: 600
}

.shipping-message-wrapper a {
    display: inline-block;
    background: #ba9d7b;
    padding: 0 40px 20px;
    text-decoration: none;
    color: #fff
}

.woocommerce-message {
    background: #ba9d7b !important;
    color: #fff;
    margin: 0
}

.woocommerce-message .button {
    background: #fff !important
}

.woocommerce-message .button:active,
.woocommerce-message .button:focus,
.woocommerce-message .button:hover {
    background: #004d64 !important
}

@media (max-width:767px) {
    .theme-josephholt-theme.single-product #wooatm-tabs-container,
    .theme-josephholt-theme.single-product .woocommerce-tabs {
        padding-top: 2rem
    }
}

table.woo_discount_rules_table {
    margin: 0 0 2rem;
    width: 100%
}

.wdr_table_container {
    font-size: .85rem
}

tr.wdr_tr_head {
    height: 2rem;
    font-size: .75rem;
    letter-spacing: 1px
}

tr.wdr_tr_body {
    height: 1.5rem
}

td.wdr_td_head_title {
    width: 30%;
    text-transform: uppercase
}

td.wdr_td_head_range {
    width: 20%;
    text-transform: uppercase
}

td.wdr_td_head_discount {
    width: 50%;
    text-transform: uppercase
}

td.wdr_td_body_discount {
    padding: 0 0 0 1rem
}

.theme-josephholt-theme.single-product .summary .wdr_td_body_discount span.woocommerce-Price-amount.amount {
    font-size: .85rem !important
}

#dbd_cc_location_select {
    height: 30px
}

.location-select {
    margin: .5rem 0
}
/*# sourceMappingURL=style.css.map */