:root {
    --cream: #E6D4AA;
    --light-cream: #F1EBD7;
    --brown: #BC8337;
    --burgundy: #47191D;
    --red: #9D242D;

    --black: #000;
    --input-placeholder: var(--brown);
    --tooltipBg: var(--red);
    --tooltip: var(--cream);

    --calibri: "calibri", sans-serif;
    --mesa: 'mesabook';
    --ramona: 'ramonaink';
    --acme-gothic: "acme-gothic-wide", sans-serif;

    --owlBorder: var(--brown);
    --owlBg: var(--brown);
    --easeSineOut: cubic-bezier(0.39, 0.58, 0.57, 1);

    --chosen-bg: var(--light-cream);
    --overlay-bg: rgba(71, 25, 29, .8);
}
@font-face {
    font-family: 'mesabook';
    src: url('webfont/mesa-book-webfont.woff2') format('woff2'),
         url('webfont/mesa-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ramonaink';
    src: url('webfont/ramona-ink-webfont.woff2') format('woff2'),
         url('webfont/ramona-ink-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fill-burgundy svg {
    fill: var(--burgundy);
}
.fill-cream svg {
    fill: var(--cream);
}
.fill-brown svg {
    fill: var(--brown);
}
.fill-red svg {
    fill: var(--red);
}
body {
    font-family: var(--calibri);
    font-weight: 400;
    font-style: normal;
    background: var(--light-cream);
}
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
svg {
    display: block;
    width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
p, a {
    font-family: "calibri",sans-serif;
}
.col-1 {
    width: 1%;
}

.col-2 {
    width: 2%;
}

.col-3 {
    width: 3%;
}

.col-4 {
    width: 4%;
}

.col-5 {
    width: 5%;
}

.col-6 {
    width: 6%;
}

.col-7 {
    width: 7%;
}

.col-8 {
    width: 8%;
}

.col-9 {
    width: 9%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 11%;
}

.col-12 {
    width: 12%;
}

.col-13 {
    width: 13%;
}

.col-14 {
    width: 14%;
}

.col-15 {
    width: 15%;
}

.col-16 {
    width: 16%;
}

.col-17 {
    width: 17%;
}

.col-18 {
    width: 18%;
}

.col-19 {
    width: 19%;
}

.col-20 {
    width: 20%;
}

.col-21 {
    width: 21%;
}

.col-22 {
    width: 22%;
}

.col-23 {
    width: 23%;
}

.col-24 {
    width: 24%;
}

.col-25 {
    width: 25%;
}

.col-26 {
    width: 26%;
}

.col-27 {
    width: 27%;
}

.col-28 {
    width: 28%;
}

.col-29 {
    width: 29%;
}

.col-30 {
    width: 30%;
}

.col-31 {
    width: 31%;
}

.col-32 {
    width: 32%;
}

.col-33 {
    width: 33%;
}

.col-34 {
    width: 34%;
}

.col-35 {
    width: 35%;
}

.col-36 {
    width: 36%;
}

.col-37 {
    width: 37%;
}

.col-38 {
    width: 38%;
}

.col-39 {
    width: 39%;
}

.col-40 {
    width: 40%;
}

.col-41 {
    width: 41%;
}

.col-42 {
    width: 42%;
}

.col-43 {
    width: 43%;
}

.col-44 {
    width: 44%;
}

.col-45 {
    width: 45%;
}

.col-46 {
    width: 46%;
}

.col-47 {
    width: 47%;
}

.col-48 {
    width: 48%;
}

.col-49 {
    width: 49%;
}

.col-50 {
    width: 50%;
}

.col-51 {
    width: 51%;
}

.col-52 {
    width: 52%;
}

.col-53 {
    width: 53%;
}

.col-54 {
    width: 54%;
}

.col-55 {
    width: 55%;
}

.col-56 {
    width: 56%;
}

.col-57 {
    width: 57%;
}

.col-58 {
    width: 58%;
}

.col-59 {
    width: 59%;
}

.col-60 {
    width: 60%;
}

.col-61 {
    width: 61%;
}

.col-62 {
    width: 62%;
}

.col-63 {
    width: 63%;
}

.col-64 {
    width: 64%;
}

.col-65 {
    width: 65%;
}

.col-66 {
    width: 66%;
}

.col-67 {
    width: 67%;
}

.col-68 {
    width: 68%;
}

.col-69 {
    width: 69%;
}

.col-70 {
    width: 70%;
}

.col-71 {
    width: 71%;
}

.col-72 {
    width: 72%;
}

.col-73 {
    width: 73%;
}

.col-74 {
    width: 74%;
}

.col-75 {
    width: 75%;
}

.col-76 {
    width: 76%;
}

.col-77 {
    width: 77%;
}

.col-78 {
    width: 78%;
}

.col-79 {
    width: 79%;
}

.col-80 {
    width: 80%;
}

.col-81 {
    width: 81%;
}

.col-82 {
    width: 82%;
}

.col-83 {
    width: 83%;
}

.col-84 {
    width: 84%;
}

.col-85 {
    width: 85%;
}

.col-86 {
    width: 86%;
}

.col-87 {
    width: 87%;
}

.col-88 {
    width: 88%;
}

.col-89 {
    width: 89%;
}

.col-90 {
    width: 90%;
}

.col-91 {
    width: 91%;
}

.col-92 {
    width: 92%;
}

.col-93 {
    width: 93%;
}

.col-94 {
    width: 94%;
}

.col-95 {
    width: 95%;
}

.col-96 {
    width: 96%;
}

.col-97 {
    width: 97%;
}

.col-98 {
    width: 98%;
}

.col-99 {
    width: 99%;
}

.col-100 {
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ac-sb {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.flex-dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

audio,
canvas,
video,
picture {
    display: block;
}

a {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    color: var(--black);
}


button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none !important;
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0;
    border: none;
    outline: none;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    outline: none !important;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

.form-control::-moz-placeholder {
    color: var(--input-placeholder);
    opacity: 1;
}

.form-control::-ms-placeholder {
    color: var(--input-placeholder);
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: var(--input-placeholder);
    opacity: 1;
}

.clearfix {
    clear: both;
}

hr {
    border: 0;
    height: 1px;
    background: #999;
    margin: 40px 0;
    opacity: 0.3;
}

.ttn {
    text-transform: none !important;
}

.block {
    display: block !important;
}

.visible-xs {
    display: none !important;
}

.visible-sm-xs {
    display: none !important;
}

.hide {
    display: none !important;
}

.v-main {
    display: table;
    width: 100%;
    height: 100%;
}

.v-align-middle,
.v-align-top,
.v-align-bottom {
    display: table-cell;
}

.v-align-middle {
    vertical-align: middle !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.select-container {
    position: relative;
}
.xm-tooltip {
    background: var(--tooltipBg);
    color: var(--tooltip);
    display: block;
    font-size: 15px;
    left: 50%;
    line-height: 1em;
    padding: 8px 10px 8px;
    position: absolute;
    text-align: center;
    bottom: 100%;
    width: 100%;
    min-width: 180px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 444290;
    font-style: normal;
    letter-spacing: 0.045em;
}

.xm-tooltip::after {
    border-top: 10px solid var(--tooltipBg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xm-tooltip .xm-tooltip {
    padding: 0;
    position: relative;
}

.xm-tooltip .xm-tooltip::after {
    display: none;
}

.for_textarea {
    position: relative;
}

.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}

.loading::after {
    -webkit-animation: rotate-forever 500ms linear infinite;
    animation: rotate-forever 500ms linear infinite;
    height: 30px;
    width: 30px;
    border: 2px solid var(--red);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: "";
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms, visibility 500ms, top 500ms;
    background: var(--overlay-bg);
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.overlay-close {
    position: absolute;
    right: -36px;
    top: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../images/wrong.svg) center center no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: rotate(0deg) perspective(1px);
    transform: rotate(0deg) perspective(1px);
    border-radius: 50%;
}

.overlay.video-overlay {
    padding: 0;
}

.overlay.video-overlay .container {
    padding: 0;
}

.video-overlay .overlay-close {
    background-color: transparent;
    background-image: url(../images/cross-white.png);
    top: 5px;
    right: 5px;
}

.overlay-close:hover {
    -webkit-transform: rotate(180deg) perspective(1px);
    transform: rotate(180deg) perspective(1px);
}

.has-overlay {
    overflow: hidden;
}

.overlay-container {
    width: 100%;
    background: #fff;
    position: relative;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.play {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/play.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.video-container a:hover .play {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.video-container,
.video-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-responsive {
    max-width: 100%;
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.flexible-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------Reset v-1.1--------*/
/*------Common Styles-------*/
.media-body {
    width: 10000px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left {
    padding-right: 15px;
}

.media-right {
    padding-left: 15px;
}

.non-italic {
    font-style: normal !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.circle {
    border-radius: 50%;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

button {
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    text-decoration: none !important;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control,
.input-group-addon {
    display: table-cell;
}

.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.no-row::before,
.no-row::after {
    content: initial;
}

.hide-desktop {
    display: none !important;
}

.card-group {
    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;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.paddingT0 {
    padding-top: 0 !important;
}

.paddingB0 {
    padding-bottom: 0 !important;
}

.border-bottom0 {
    border-bottom: none !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.col-oneThird {
    width: calc(100% / 3);
}

.col-oneThird.mid {
    width: 33.3334%;
}

.col-twoThird {
    width: 66.6667%;
}

.row [class^="col-"] {
    float: left;
}

.relative {
    position: relative;
}

.hide-overflow {
    overflow: hidden;
}

.marginB0 {
    margin-bottom: 0 !important;
}

.marginT0 {
    margin-top: 0 !important;
}

.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.fit-top {
    -o-object-position: center top;
    object-position: center top;
}

.fit-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.img-full,
.fluid-img {
    width: 100%;
    position: relative;
}
.img-full.fit-cover {
    position: absolute;
    top: 0;
    left: 0;
}

video.img-full.fit-cover {
    height: 101%;
}

.fit-cover.relative {
    position: relative !important;
    top: auto;
    left: auto;
}

.has-fit-cover {
    overflow: hidden;
    position: relative;
}

.min-vh {
    min-height: 100vh;
}
span.no-wrap {
    white-space: nowrap;
}
.abs_100 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*-----------For Owl------------*/
.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url("../images/arrow-right.svg") left top no-repeat !important;
    background-size: contain !important;
    text-indent: -9999px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    transform: translateY(-50%);
}
.owl-prev {
    transform: rotateY(180deg) translateY(-50%);
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.35;
}

.owl-prev {
    left: -40px;
    opacity: 1;
}

.owl-next {
    right: -40px;
    opacity: 1;
}

.owl-next:after,
.owl-prev:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-dots {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-dot {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: transparent !important;
    border: 2px solid var(--owlBorder) !important;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.owl-dot.active {
    background: var(--owlBg) !important;
}

@media screen and (max-width: 1199px) {
    .hide-desktop {
        display: block !important;
    }
    .hide-ipad {
        display: none !important;
    }
    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-sm-xs {
        display: none !important;
    }
    .visible-sm-xs {
        display: block !important;
    }
    .computer .visible-sm-xs.btn-fallback {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .mobFullwidth {
        width: 100% !important;
    }
    .mobBlock {
        display: block !important;
    }
    [class^="col-"] {
        width: 100%;
    }
    .mpr0 {
        padding-right: 0 !important;
    }
    .mpl0 {
        padding-left: 0 !important;
    }
}


/*---- Nav ----*/
.xp-navigation {
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 500ms var(--easeSineOut);
    height: 175px;
}
.xp-navigation.slim {
    background: var(--light-cream);
    transform: translate3d(0, 0, 0) !important;
    height: 90px;
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.1));
}
.xp-navigation.slim #brand_name {
    opacity: 0;
}
.xp-navigation.slim .logo {
    transform: scale(.55);
}
.xp-navigation.slim.offscreen {
    transform: translate3d(0, -200px, 0) !important;
}
.xp-navigation .logo {
    width: 135px;
    position: relative;
    transition: 500ms var(--easeSineOut);
}
.logo img {
    width: 100%;
}
#brand_name {
    display: block;
    position: absolute;
    top: 90%;
    width: 180px;
    left: 0;
    pointer-events: none;
    font-family: var(--mesa);
    transition: 500ms var(--easeSineOut);
    text-transform: uppercase;
}
#brand_name span,
#brand_name span i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4em;
}
#brand_name span {
    margin-top: 25px;
}
.xp-navigation ul {
    margin-left: 30px;
    display: flex;
    transition: 500ms var(--easeSineOut);
    position: relative;
    top: 0;
    transform: translate(0,0);
}
.xp-navigation.slim ul {
    transform: translate(-30px, -3px);
}
.xp-navigation ul li {
    line-height: initial;
}
.xp-navigation ul li:not(:last-child) {
    margin-right: 48px;
}
.xp-navigation ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.04%;
    letter-spacing: .17em;
    text-indent: .17em;
    text-transform: uppercase;
    color: #7E1D24;
    font-family: var(--mesa);
    position: relative;
    transition: 500ms var(--easeSineOut);
}
.xp-navigation.slim ul a {
    font-size: 14px;
}
.xp-navigation ul a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -4px;
    background: url(../images/line.svg?ver=2) -1px bottom no-repeat;
    background-size: 100% 3px;
    transform: scaleX(0);
    transition: 300ms transform ease-in-out;
    transform-origin: center right;
}
.xp-navigation ul a:hover::after,
.xp-navigation ul a.active::after {
    transform: scaleX(1);
    transform-origin: center left;
}

.xp-navigation ul a:hover,
.xp-navigation ul a.active {
    color: var(--burgundy);
    /* filter: drop-shadow(1px 0 1px var(--brown)); */
}




/*---- Nav ----*/

.container {
    max-width: 1380px;
}
.container.sm {
    max-width: 1130px;
}
.btn {
    font-size: 23px;
    line-height: 1em;
    padding: 0 .9em .1em;
    height: 2.82em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--cream);
    border: 1px solid var(--cream);
    min-width: 10.65em;
    width: fit-content;
    letter-spacing: .1em;
    text-indent: -.1em;
    position: relative;
    background: var(--burgundy);
    transition: 300ms ease-in-out;
}
.btn.sm {
    height: 2.4em;
    min-width: 9.56em;
}
.btn span {
    position: relative;
}
.btn.btn-ghost {
    border-width: 1px;
    background: transparent;
}
.btn.btn-brown {
    color: var(--brown);
    border-color: var(--brown);
}
.btn.brown-border {
    border-color: var(--brown);
}
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: 300ms transform ease-in-out;
    transform-origin: center right;
    width: 100%;
    height: 100%;
    background-color: var(--red);
}
.btn:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
}
.btn.btn-brown:hover {
    color: var(--cream);
    border-color: var(--cream);
}

.h1,
.h2 {
    font-size: 124px;
    line-height: .8em;
    color: var(--red);
    text-transform: uppercase;
    font-family: var(--ramona);
    letter-spacing: -.02em;
}
.h2 {
    font-size: 106px;
    letter-spacing: -.01em;
}
.h2.lg {
    font-size: 120px;
    letter-spacing: -.02em;
}
p, .p, li {
    font-size: 24px;
    line-height: 1.24em;
    color: var(--burgundy);
}
.color-burgundy {
    color: var(--burgundy);
}
.color-cream {
    color: var(--cream);
}
.color-light_cream {
    color: var(--light-cream);
}
.color-brown {
    color: var(--brown);
}
.color-red {
    color: var(--red);
}
/*---- Masthead ----*/
.homepage .masthead {
    padding-top: 0;
}
.homepage .masthead .container {
    padding-top: 200px;
}
.homepage .masthead img {    
    width: 1136px;
    top: 0;
    right: auto;
    left: 43%;
    pointer-events: none;
}
.masthead {
    height: 1024px;
    padding-top: 200px;
    background: url(../images/home-hero-bg.jpg?ver=2) center center no-repeat;
    background-size: auto 100%;
}
.masthead img {
    position: absolute;
    top: 0;
    right: 0;
}
.bordered-title {
    position: relative;
    font-size: 60px;
    padding: .65em 1em;
    margin-left: -1em;
    background: url(../images/angle-shape.svg) 0 0 no-repeat, url(../images/angle-shape-right.svg) right bottom no-repeat;
    background-size: 1.63em auto, 1.63em auto;
    margin-bottom: 25px;
}
.masthead .p {
    margin-bottom: 30px;
}
/*---- Masthead ----*/

.rye-revive {
    padding: 90px 0;
    background: url(../images/rye-revive.jpg) center center no-repeat;
    background-size: cover;
    min-height: 778px;
}
.rye-revive .container {
    padding: 0 40px;
}
.rye-revive_content {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--light-cream);
    width: 47%;
    padding: 30px 40px;
}

.crown {
    width: 70px;
    margin-bottom: 20px;
}
.crown svg {
    width: 100%;
}
.articles .p {
    margin-top: 20px;
}
.articles .btn {
    margin-top: 30px;
}



.overheard-bar {
    padding: 30px 0 10px;
}
.img-carousel_wrap {
    width: 700px;
}
.img-carousel_wrap_inner {
    width: 100%;
    padding-bottom: 108%;
    position: relative;
    background: url(../images/carousel-overhead.jpg) left center no-repeat;
    background-size: contain;

}
.img-carousel_wrap .text-carousel_img {
    position: absolute;
    left: 0;
    top: 0;
}
.overheard-bar h2 {
    padding: .65em 2.3em .65em 2.65em;
    font-size: 34px;
    font-family: var(--mesa);
    color: var(--brown);
    letter-spacing: 0.39em;
    text-align: center;
    line-height: 1.35em;
    text-transform: uppercase;
}
.bordered-title-sm {
    position: relative;
}
.bordered-title-sm::before,
.bordered-title-sm::after {
    font-size: 18px;
    width: 1.72em;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: .5em solid var(--brown);
    border-bottom: .5em solid var(--brown);
    pointer-events: none;
}
.bordered-title-sm::before {
    border-left: .61em solid var(--brown);
    left: 0;
}
.bordered-title-sm::after {
    border-right: .61em solid var(--brown);
    right: 0;
}

.overheard-bar .text-carousel {
    margin-top: 70px;
}
.overheard-bar blockquote {
    text-align: center;
}
.overheard-bar blockquote .p:not(footer) {
    margin-bottom: 70px;
}
.overheard-bar blockquote .p span {
    font-size: 2em;
    display: block;
    font-weight: 700;
    line-height: 1.08em;
}
.overheard-bar footer p {
    font-size: 1.33em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.overheard-bar footer cite {
    font-style: normal;
    font-family: var(--mesa);
    font-size: .75em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.text-carousel .owl-dots {
    margin-top: 26px;
}
.text-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 202px;
    pointer-events: none;
}
.text-carousel .owl-prev {
    left: -70px;
    pointer-events: auto;
}
.text-carousel .owl-next {
    right: -70px;
    pointer-events: auto;
}
.backbone-backbar .container {
    padding-top: 150px;
}
/*---- Awards ----*/
.awards-wrap {
    padding-top: 56px;
    height: 436px;
    position: relative;
    z-index: 5;
    background: url(../images/awards-bg.png) center top no-repeat;
    background-size: cover;
}
.awards-graphic {
    width: 1580px;
    height: 750px;
    background: url(../images/awards-graphic.png) center top no-repeat;
    background-size: contain;
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
}
.awards-graphic h2 {
    font-size: 30px;
    line-height: 1em;
    color: var(--brown);
    text-transform: uppercase;
    letter-spacing: .19em;
    text-indent: 0.19em;
    font-family: var(--mesa);
    margin-top: 12px;
}

.awards-row {
    margin: 30px 0;
}
.awards-row img {
    width: 245px;
    margin: 0 10px;
}
.awards-row img:first-child,
.awards-row img:last-child {
    transform: scale(.82);
    margin: 0;
}
/*---- Awards ----*/

/*---- Details Page ----*/
.banner {
    padding: 226px 0;
    background: url(../images/detail-bg.jpg?ver=2) center center no-repeat;
    background-size: auto 100%;
}
.product-img {
    width: 630px;
    position: absolute;
    left: 0;
    top: -72px;
}
.banner .bordered-title-sm {
    text-align: center;
    font-size: 60px;
    line-height: 1em;
    font-family: var(--ramona);
    color: var(--brown);
    letter-spacing: .38em;
    text-indent: .38em;
    margin-bottom: .6em;
}
.banner .bordered-title-sm span {
    font-family: var(--mesa);
    font-size: .47em;
    line-height: 1.3em;
    letter-spacing: .33em;
    text-indent: .33em;
    text-transform: uppercase;
}
.product-intro {
    border: 1px solid var(--brown);
    background: var(--light-cream);
    padding: 55px 60px;
}
.product-intro .p {
    padding: 0 .45em;
    margin: 1.7em 0 2em;
}

.tasting-notes {
    padding: 230px 0 130px;
}
.tasting-notes .articles {
    margin-bottom: 60px;
}
.adaptive_height_bg {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.tasting-notes .p span {
    font-size: 1.58em;
    display: block;
    line-height: 1.1em;
}
.tasting-notes .p .tasting-title {
    font-family: var(--mesa);
    color: var(--cream);
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tasting-notes .p .tasting-description {
    color: var(--light-cream);
}
.tasting-notes .col-44:nth-child(1),
.tasting-notes .col-44:nth-child(2) {
    margin-bottom: 50px;
}  

.straight-up {
    padding: 170px 0 210px;
    background: url(../images/straight-up-bg.jpg) center center no-repeat;
    background-size: auto 100%;
}
.straight-up .container {
    padding-left: 90px;
}
.straight-up .p {
    margin-bottom: 1.7em;
}
.straight-up .p span {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.17em;
}
.straight-up ul li {
    font-size: 48px;
    line-height: 1em;
    font-family: var(--ramona);
    color: var(--red);
    background: url(../images/triangle.svg) left .25em no-repeat;
    background-size: .43em auto;
    padding-left: .65em;
}
.straight-up ul li:not(:last-child) {
    margin-bottom: .6em;
}


.featured-recipe {
    width: 100%;
    padding-bottom: 34.7%;
    z-index: 34;
    min-height: 570px;
}
.min-widthImg {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1640px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.side-dots {
    position: absolute;
    width: 130px;
    height: 170%;
    top: 0;
    right: 0;
    
    background: url(../images/side-dots-right.png) center center no-repeat ,url(../images/side-dots-right.png) center center no-repeat;
    background-size: cover,cover;
    background-blend-mode: exclusion;
    
    transform: translateY(-8%);
}

.flavor-foundation {
    padding: 60px 0;
    background: url(../images/flavor-foundation-bg.jpg) center center no-repeat;
    background-size: auto 100%;
}
.flavor-foundation .articles {
    margin-bottom: 15px;
}
.flavor-foundation-art {
    width: 1170px;
    height: 750px;
    position: relative;
    margin: 60px auto 20px;
}
.foundation-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foundation-outer,
.foundation-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 51.45%;
    object-fit: contain;
    object-position: center center;
}
.flavors {
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
}
.flavors h3 {
    font-size: 57px;
    line-height: 1em;
    color: var(--red);
    font-family: var(--acme-gothic);
    text-transform: uppercase;
    position: relative;
}
.flavors h3::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.57em;
    border-top: .35em solid var(--red);
    border-left: .2em solid transparent;
    border-right: .2em solid transparent;
}
.flavors h3 span {
    display: block;
}
.flavors h3 span:nth-child(2) {
    font-size: 1.1em;
    line-height: 1em;
    font-family: var(--mesa);
    display: flex;
    justify-content: center;
    position: relative;
    left: .1em;
    padding-top: .1em;
    text-transform: uppercase;
}
.flavors h3 span:nth-child(2) i {
    font-size: .7em;
    line-height: 1em;
    padding-top: .1em;
    position: relative;
    left: -.1em;
    font-style: normal;
}
.flavors.barley h3 span:nth-child(1) {
    font-size: .72em;
    display: block;
    line-height: 1em;
}
.flavors.rye {
    top: 16%;
    left: 9%;
}
.flavors.corn {
    top: 6%;
    right: 8%;
}
.flavors.barley {
    top: 48%;
    right: 1%;
}
.hands {
    position: absolute;
    width: 190%;
    left: 50%;
    transform: translateX(-56.75%);
    top: 0;
    pointer-events: none;
}
.hands.hand-right {
    top: -60%;
    transform: translateX(-43%);
}



.user-review-display {
    background: url(../images/reviews-bg.png) center top no-repeat;
    background-size: auto 600px;

}
.review-intro {
    background: url(../images/reviews-bg-fg.png) center center repeat-x;
    background-size: auto 100%;
    padding: 100px 0;
}
.review-intro .p span {
    font-size: 1.17em;
    line-height: 1em;
    letter-spacing: .33em;
    text-indent: .33em;
    font-family: var(--mesa);
    margin: .75em 0 1em;
    display: block;
    text-transform: uppercase;
}

.p-r-display {
    padding: 80px 0;
}
/*---- Details Page ----*/






/*---- Footer ----*/
.footer-wrap {
    padding-top: 22px;
    overflow: hidden;
    margin-top: auto;
    position: relative;
}
.homepage .footer-wrap {
    padding-top: 0;
}
.footer-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/footer-dots.png?ver=2) center top no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 1;
}
.footer-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: var(--light-cream) url(../images/footer-dots-extra.png) center top no-repeat;
    background-size: auto 100%;
    z-index: 3;
}
.homepage .footer-wrap::after {
    display: none;
}
.footer {
    background: radial-gradient(41.5% 26.51% at 50% -0.95%, rgba(26, 9, 11, 0.50) 0%, rgba(71, 25, 29, 0.00) 100%), #47191D;
    background-blend-mode: multiply, normal;
    position: relative;
    padding: 215px 0 50px;
}
.homepage .footer {
    padding-top: 420px;
}
.footer-logo::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 1240px;
    height: 1240px;
    transform: translate(-50%,-50%);
    background: url(../images/footer-emblem.svg?ver=2) center center no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: .7;
}
.footer .container {
    z-index: 3;
}
.footer-logo {
    width: 325px;
    position: relative;
}
.footer ul {
    margin: 50px 0;
}
.footer ul li {
    padding: 0 14px;
    position: relative;
}
.footer ul li::before {    
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: '';
    background: var(--cream);
}
.footer ul li:first-child::before {
    display: none;
}
.footer ul a {
    font-size: 19px;
    line-height: .8em;
    display: block;
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: .15em;
}

.footer-social {
    margin-bottom: 26px;
}
.footer-social a {
    width: 46px;
    margin: 0 18px;
}
.brand-footer {
    position: relative;
}
.brand-footer .age-owl {
    width: 58px;
    padding-right: 11px;
    border-right: 1px solid var(--cream);
    margin-right: 15px;
}
.brand-footer p {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: .06em;
    color: var(--cream);
}
.footer-notch {
    height: 143px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: url(../images/footer-notch.svg) center bottom no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
}
.homepage .footer-notch {
    display: none;
}
/*---- Footer ----*/
.form-control {
    font-size: 24px;
    line-height: 1em;
    height: 2.5em;
    color: var(--brown);
    text-align: center;
    border: 1px solid var(--brown);
    padding: 0 0 2px;
    width: 100%;
    background: transparent;
    border-radius: 0;
}

.subscribe-nl {
    position: relative;
    padding: 44px 50px 54px;
    margin-top: 50px;
    background: url(../images/brown-shape-top.svg?ver=2) 0 0 no-repeat, url(../images/brown-shape-bottom.svg?ver=2) right bottom no-repeat;
    background-size: 90px auto, 90px auto;
}
.subscribe-nl .p {
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: .12em;
}

.subscribe-nl .form-control::-moz-placeholder {
    color: var(--cream);
}

.subscribe-nl .form-control::-ms-placeholder {
    color: var(--cream);
}

.subscribe-nl .form-control::-webkit-input-placeholder {
    color: var(--cream);
}
.subscribe-nl .form-control {
    border: none;
    text-align: left;
    padding-right: 1em;
    letter-spacing: .12em;
    color: var(--cream);
}
.subscribe-nl .input-group {
    width: 660px;
    border: 1px solid var(--brown);
    font-size: 24px;
    padding: 0 1em;
    margin-top: 1.5em;
}
.subscribe-nl .input-group button {
    background: none;
    display: flex;
    align-items: center;
    color: var(--brown);
    text-transform: uppercase;
    letter-spacing: .12em;    
    font-size: 24px;
}
.subscribe-nl .input-group img {
    width: 15px;
    margin-left: 15px;
}
.subscribe-nl .form-control.input-group {
    padding: 0;
    line-height: 2.5em;
}

/*-- Homepage New Tile --*/
.cocktail-sweeepstakes-sec {
    background: #C27E21;
    position: relative;
    padding: 5px 0 4px;
}
.emblem-copy {
    padding: 40px 0;
}
.emblem-copy h2 {
    font-family: var(--mesa);
    color: var(--light-cream);
    font-size: 19px;
    line-height: 1.3em;
}
.emblem-copy .p {
    margin: 16px 0 28px;
    color: var(--light-cream);
}
.emblem-copy .p span {
    display: block;
    font-size: .65em;
    line-height: 1em;
    margin-top: -.4em;
}
.emblem-copy .p a {
    color: var(--light-cream);
}
.emblem-copy .rule_pdf {
    text-decoration: underline;
}
.emblem-copy .btn {
    border-color: var(--burgundy);
}
.cocktail-sweeepstakes-sec::before, 
.cocktail-sweeepstakes-sec::after {
    content: '';
    position: absolute;
    top: 24px;
    width: 100%;
    background: #FAF3E2;
    height: 2px;
    z-index: 10;
}
.cocktail-sweeepstakes-sec::after {
    top: unset;
    bottom: 24px;
}
.emblem-image img {
    width: 600px;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 1599px) {
    /*---- Nav ----*/
    .xp-navigation {
        height: 140px;
    }
    .xp-navigation.slim {
        height: 80px;
    }
    .xp-navigation.slim.offscreen {
        transform: translate3d(0, -166px, 0) !important;
    }
    .xp-navigation .logo {
        width: 115px;
    }
    #brand_name {
        width: 158px;
    }
    #brand_name span,
    #brand_name span i {
        font-size: 14px;
    }
    #brand_name span {
        margin-top: 22px;
    }
    .xp-navigation ul {
        margin-left: 28px;
        top: -2px;
    }
    .xp-navigation.slim ul {
        transform: translate(-30px, -2px);
    }
    .xp-navigation ul li:not(:last-child) {
        margin-right: 34px;
    }
    .xp-navigation ul a {
        font-size: 14px;
    }
    .xp-navigation.slim ul a {
        font-size: 12px;
    }
    .xp-navigation ul a::after {
        background-size: 100% 2px;
    }
    /*---- Nav ----*/
    
    .container {
        max-width: 1140px;
    }
    .container.sm {
        max-width: 940px;
    }
    .btn {
        font-size: 19px;
    }
    .h1,
    .h2 {
        font-size: 104px;
    }
    .h2 {
        font-size: 86px;
    }
    .h2.lg {
        font-size: 98px;
    }
    p, .p, li {
        font-size: 20px;
    }
    /*---- Masthead ----*/
    .masthead {
        height: 854px;
        padding-top: 167px;
    }
    .homepage .masthead .container {
        padding-top: 167px;
    }
    .homepage .masthead img {
        width: 947px;
    }
    .bordered-title {
        font-size: 50px;
        margin-bottom: 21px;
    }
    .masthead .p {
        margin-bottom: 25px;
    }
    /*---- Masthead ----*/
    .rye-revive {
        padding: 75px 0;
        min-height: 649px;
    }
    .rye-revive .container {
        padding: 0 30px;
    }
    .rye-revive_content {
        padding: 25px 30px;
    }
    
    .crown {
        width: 59px;
        margin-bottom: 17px;
    }
    .articles .p {
        margin-top: 17px;
    }
    .articles .btn {
        margin-top: 25px;
    }
    
    
    
    .overheard-bar {
        padding: 25px 0 9px;
    }
    .img-carousel_wrap {
        width: 584px;
    }
    .overheard-bar h2 {
        font-size: 29px;
    }
    .bordered-title-sm::before,
    .bordered-title-sm::after {
        font-size: 15px;
    }
    .overheard-bar .text-carousel {
        margin-top: 60px;
    }
    .overheard-bar blockquote .p:not(footer) {
        margin-bottom: 60px;
    }
    .text-carousel .owl-dots {
        margin-top: 22px;
    }
    .text-carousel .owl-nav {
        height: 169px;
    }
    .text-carousel .owl-prev {
        left: -58px;
    }
    .text-carousel .owl-next {
        right: -58px;
    }
    .backbone-backbar .container {
        padding-top: 125px;
    }
    /*---- Awards ----*/
    .awards-wrap {
        padding-top: 0;
        height: 350px;
    }
    .awards-graphic {
        width: 1260px;
        height: 600px;
        top: 50px;
    }
    .awards-graphic h2 {
        font-size: 25px;
        margin-top: 10px;
    }
    
    .awards-row {
        margin: 22px 0 25px;
    }
    .awards-row img {
        width: 200px;
        margin: 0 9px;
    }
    /*---- Awards ----*/
    
    /*---- Details Page ----*/
    .banner {
        padding: 189px 0;
    }
    .product-img {    
        width: 530px;
        top: -60px;
        left: 30px;
    }
    .banner .bordered-title-sm {
        font-size: 50px;
        margin-bottom: .7em;
    }
    .product-intro {
        padding: 40px 50px;
    }
    .tasting-notes {
        padding: 192px 0 109px;
    }
    .tasting-notes .articles {
        margin-bottom: 50px;
    }
    .tasting-notes .col-44:nth-child(1),
    .tasting-notes .col-44:nth-child(2) {
        margin-bottom: 46px;
    }  
    
    .straight-up {
        padding: 142px 0 175px;
    }
    .straight-up .container {
        padding-left: 75px;
    }
    
    .straight-up ul li {
        font-size: 40px;
    }
    
    .featured-recipe {
        min-height: 486px;
    }
    .min-widthImg {
        min-width: 1400px;
    }
    .side-dots {
        width: 94px;
    }
    .flavor-foundation {
        padding: 50px 0;
    }
    .flavor-foundation .articles {
        margin-bottom: 13px;
    }
    .flavor-foundation-art {
        width: 975px;
        height: 625px;
        margin: 50px auto 17px;
    }
    .flavors h3 {
        font-size: 48px;
    }
    .user-review-display {
        background-size: auto 500px;
    }
    .review-intro {
        padding: 84px 0;
    }
    .p-r-display {
        padding: 67px 0;
    }
    /*---- Details Page ----*/
    
    /*---- Footer ----*/
    .footer-wrap {
        padding-top: 19px;
    }
    .footer-wrap::after {
        padding-top: 19px;
    }
    .footer {
        padding: 180px 0 42px;
    }
    .homepage .footer {
        padding-top: 340px;
    }
    .subscribe-nl {
        padding: 37px 42px 45px;
        margin-top: 42px;
        background-size: 75px auto, 75px auto;
    }
    .subscribe-nl .input-group {
        width: 550px;
        font-size: 20px;
    }
    .subscribe-nl .form-control,
    .subscribe-nl .input-group button {
        font-size: 20px;
    }
    .subscribe-nl .input-group img {
        width: 13px;
        margin-left: 13px;
    }
    .footer-logo::before {
        width: 1034px;
        height: 1034px;
    }
    .footer-logo {
        width: 271px;
    }
    .footer ul {
        margin: 42px 0;
    }
    .footer ul li {
        padding: 0 13px;
    }
    .footer ul a {
        font-size: 16px;
    }
    .footer-social {
        margin-bottom: 22px;
    }
    .footer-social a {
        width: 39px;
        margin: 0 15px;
    }
    .brand-footer .age-owl {
        width: 56px;
        padding-right: 12px;
        margin-right: 14px;
    }
    .brand-footer p {
        font-size: 12px;
    }
    .footer-notch {
        height: 120px;
    }
    /*---- Footer ----*/  
    .owl-next,
    .owl-prev {
        width: 34px;
        height: 34px;
    }
    .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 7px;
    }
    /*-- Homepage New Tile --*/
    .cocktail-sweeepstakes-sec {
        padding: 4px 0 4px;
    }
    .emblem-copy {
        padding: 32px 0;
    }
    .emblem-copy h2 {
        font-size: 16px;
    }
    .emblem-copy .p {
        margin: 13px 0 23px;
    }
    .cocktail-sweeepstakes-sec::before {
        top: 20px;
    }
    .cocktail-sweeepstakes-sec::after {
        bottom: 20px;
    }
    .emblem-image img {
        width: 480px;
    }
}

@media screen and (max-width: 1279px) {
/*---- Nav ----*/
.xp-navigation {
    height: 120px;
}
.xp-navigation.slim {
    height: 66px;
}
.xp-navigation.slim.offscreen {
    transform: translate3d(0, -130px, 0) !important;
}
.xp-navigation .logo {
    width: 90px;
}
#brand_name {
    width: 130px;
}
#brand_name span,
#brand_name span i {
    font-size: 10px;
}
#brand_name span {
    margin-top: 17px;
}
.xp-navigation ul {
    margin-left: 20px;
}
.xp-navigation.slim ul {
    transform: translate(-20px, 0px);
}
.xp-navigation ul li:not(:last-child) {
    margin-right: 26px;
}
.xp-navigation ul a {
    font-size: 12px;
}
.xp-navigation.slim ul a {
    font-size: 11px;
}

/*---- Nav ----*/

.container {
    max-width: 920px;
}
.container.sm {
    max-width: 720px;
}
.btn {
    font-size: 16px;
}
.h1,
.h2 {
    font-size: 80px;
}
.h2 {
    font-size: 68px;
}
.h2.lg {
    font-size: 80px;
}
p, .p, li {
    font-size: 17px;
}
/*---- Masthead ----*/
.masthead {
    height: 680px;
    padding-top: 134px;
}
.homepage .masthead .container {
    padding-top: 134px;
}
.homepage .masthead img {
    width: 758px;
}
.bordered-title {
    font-size: 40px;
    margin-bottom: 17px;
}
.masthead .p {
    margin-bottom: 20px;
}
/*---- Masthead ----*/
.rye-revive {
    padding: 60px 0;
    min-height: 1px;
}
.rye-revive .container {
    padding: 0;
}
.rye-revive_content {
    padding: 24px;
    left: 58%;
}

.crown {
    width: 47px;
    margin-bottom: 14px;
}
.articles .p {
    margin-top: 14px;
}
.articles .btn {
    margin-top: 20px;
}



.overheard-bar {
    padding: 20px 0 7px;
}
.img-carousel_wrap {
    width: 467px;
}
.overheard-bar h2 {
    font-size: 23px;
}
.bordered-title-sm::before,
.bordered-title-sm::after {
    font-size: 12px;
}
.overheard-bar .text-carousel {
    margin-top: 40px;
}
.overheard-bar blockquote .p span {
    font-size: 2em;
}
.overheard-bar blockquote .p:not(footer) {
    margin-bottom: 40px;
}
.text-carousel .owl-dots {
    margin-top: 18px;
}
.text-carousel .owl-nav {
    height: 132px;
}
.text-carousel .owl-prev {
    left: -30px;
}
.text-carousel .owl-next {
    right: -30px;
}
.backbone-backbar .container {
    padding-top: 100px;
}
/*---- Awards ----*/
.awards-wrap {
    height: 290px;
}
.awards-graphic {
    width: 970px;
    height: 500px;
    top: 41px;
    background-size: 100% 100%;
}
.awards-graphic h2 {
    font-size: 20px;
    margin-top: 8px;
}

.awards-row {
    margin: 20px 0;
}
.awards-row img {
    width: 164px;
    margin: 0 7px;
}
/*---- Awards ----*/

/*---- Details Page ----*/
.banner {
    padding: 150px 0;
}
.product-img {
    width: 420px;
    top: -48px;
    left: 40px;
}
.banner .bordered-title-sm {
    font-size: 40px;
}
.product-intro {
    padding: 30px 34px;
}
.tasting-notes {
    padding: 150px 0 60px;
}
.tasting-notes .articles {
    margin-bottom: 40px;
}
.tasting-notes .col-44:nth-child(1),
.tasting-notes .col-44:nth-child(2) {
    margin-bottom: 40px;
}  
.tasting-notes .p span {
    font-size: 1.4em;
}
.straight-up {
    padding: 80px 0 110px;
}
.straight-up .container {
    padding-left: 60px;
}

.straight-up ul li {
    font-size: 32px;
}
.featured-recipe {
    min-height: 396px;
}
.min-widthImg {
    min-width: 1140px;
}
.side-dots {
    width: 50px;
}
.flavor-foundation {
    padding: 40px 0;
}
.flavor-foundation .articles {
    margin-bottom: 10px;
}
.flavor-foundation-art {
    width: 780px;
    height: 500px;
    margin: 40px auto 14px;
}
.flavors h3 {
    font-size: 38px;
}
.user-review-display {
    background-size: auto 400px;
}
.review-intro {
    padding: 67px 0;
}
.p-r-display {
    padding: 54px 0;
}
/*---- Details Page ----*/

/*---- Footer ----*/
.footer-wrap {
    padding-top: 15px;
}
.footer-wrap::after {
    padding-top: 15px;
}
.footer {
    padding: 144px 0 34px;
}
.homepage .footer {
    padding-top: 280px;
}
.subscribe-nl {
    padding: 30px 34px 36px;
    margin-top: 34px;
    background-size: 60px auto, 60px auto;
}
.subscribe-nl .input-group {
    width: 440px;
    font-size: 16px;
}
.subscribe-nl .form-control,
.subscribe-nl .input-group button {
    font-size: 18px;
}
.subscribe-nl .input-group img {
    width: 10px;
    margin-left: 10px;
}
.footer-logo::before {
    width: 827px;
    height: 827px;
}
.footer-logo {
    width: 217px;
}
.footer ul {
    margin: 34px 0;
}
.footer ul li {
    padding: 0 10px;
}
.footer ul a {
    font-size: 13px;
}
.footer-social {
    margin-bottom: 18px;
}
.footer-social a {
    width: 31px;
    margin: 0 12px;
} 
.footer-notch {
    height: 96px;
}
/*---- Footer ----*/
.owl-next,
.owl-prev {
    width: 25px;
    height: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}  
    /*-- Homepage New Tile --*/
    .cocktail-sweeepstakes-sec {
        padding: 4px 0 3px;
    }
    .emblem-copy {
        padding: 25px 0;
    }
    .emblem-copy h2 {
        font-size: 12px;
    }
    .emblem-copy .p {
        margin: 10px 0 18px;
    }
    .cocktail-sweeepstakes-sec::before {
        top: 15px;
    }
    .cocktail-sweeepstakes-sec::after {
        bottom: 15px;
    }
    .emblem-image img {
        width: 372px;
    }


}

@media screen and (max-width: 991px) {
/*---- Nav ----*/
.xp-navigation {
    padding: 0 15px;
    height: 90px;
}
.xp-navigation.slim.offscreen {
    transform: translate3d(0, -100px, 0) !important;
}
.xp-navigation .logo {
    width: 70px;
}
.xp-navigation.slim .logo {
    transform: scale(.7);
}
#brand_name {
    width: 100px;
}
#brand_name span,
#brand_name span i {
    font-size: 8px;
}
.xp-navigation ul {
    margin-left: 15px;
}
.xp-navigation.slim ul {
    transform: translate(-10px, 2px);
}
.xp-navigation ul li:not(:last-child) {
    margin-right: 20px;
}
.xp-navigation ul a {
    font-size: 9px;
}
.xp-navigation.slim ul a {
    font-size: 9px;
}

/*---- Nav ----*/

.container {
    max-width: 700px;
}
.container.sm {
    max-width: 700px;
}
.btn {
    font-size: 14px;
}
.h1,
.h2 {
    font-size: 60px;
}
.h2 {
    font-size: 50px;
}
.h2.lg {
    font-size: 56px;
}
p, .p, li {
    font-size: 15px;
}
/*---- Masthead ----*/
.masthead {
    height: 512px;
    padding-top: 100px;
}
.homepage .masthead .container {
    padding-top: 100px;
}
.homepage .masthead img {
    width: 568px;
    left: 50%;
}
.masthead .container {
    padding-left: 70px;
}
.bordered-title {
    font-size: 30px;
    margin-bottom: 13px;
}
.masthead .p {
    margin-bottom: 15px;
}
/*---- Masthead ----*/
.rye-revive {
    padding: 45px 0;
    min-height: 1px;
}
.rye-revive_content {
    padding: 12px 18px;
    width: 52%;
    left: 52%;
}

.crown {
    width: 35px;
    margin-bottom: 10px;
}
.articles .p {
    margin-top: 10px;
}
.articles .btn {
    margin-top: 15px;
}



.overheard-bar {
    padding: 15px 0 5px;
}
.img-carousel_wrap {
    width: 350px;
}
.overheard-bar h2 {
    font-size: 17px;
}
.overheard-bar blockquote .p span {
    font-size: 1.6em;
    padding: 0 10px;
}
.bordered-title-sm::before,
.bordered-title-sm::after {
    font-size: 9px;
}
.overheard-bar .text-carousel {
    margin-top: 30px;
}
.overheard-bar blockquote .p:not(footer) {
    margin-bottom: 30px;
}
.text-carousel .owl-dots {
    margin-top: 13px;
}
.text-carousel .owl-nav {
    height: 101px;
}
.text-carousel .owl-prev {
    left: -20px;
}
.text-carousel .owl-next {
    right: -20px;
}
.backbone-backbar .container {
    padding-top: 75px;
}
/*---- Awards ----*/
.awards-wrap {
    padding-top: 28px;
    height: 218px;
}
.awards-graphic {
    width: 100%;
    height: 375px;
    top: 31px;
    background-size: auto 375px;
}
.awards-graphic h2 {
    font-size: 15px;
    margin-top: 6px;
}

.awards-row {
    margin: 15px 0;
}
.awards-row img {
    width: 123px;
    margin: 0 5px;
}
/*---- Awards ----*/

/*---- Details Page ----*/
.banner {
    padding: 120px 0 70px;
}
.details_page .banner .col-47 {
    width: 50%;
}
.product-img {
    width: 310px;
    top: -34px;
    left: 30px;
}
.banner .bordered-title-sm {
    font-size: 30px;
}
.product-intro {
    padding: 18px;
}
.tasting-notes {
    padding: 100px 0 50px;
}
.tasting-notes .articles {
    margin-bottom: 30px;
}
.tasting-notes .col-44:nth-child(1),
.tasting-notes .col-44:nth-child(2) {
    margin-bottom: 25px;
}  
.tasting-notes .p span {
    font-size: 1.2em;
}
.straight-up {
    padding: 85px 0 105px;
}
.straight-up .container {
    padding-left: 45px;
}

.straight-up ul li {
    font-size: 24px;
}
.featured-recipe {
    min-height: 300px;
}
.min-widthImg {
    min-width: 875px;
}
.side-dots {
    width: 40px;
}
.flavor-foundation {
    padding: 30px 0;
}
.flavor-foundation .articles {
    margin-bottom: 8px;
}
.flavor-foundation-art {
    width: 585px;
    height: 375px;
    margin: 30px auto 10px;
}
.flavors h3 {
    font-size: 29px;
}
.user-review-display {
    background-size: auto 300px;
}
.review-intro {
    padding: 50px 0;
}
.p-r-display {
    padding: 40px 0;
}
/*---- Details Page ----*/

/*---- Footer ----*/
.footer-wrap {
    padding-top: 11px;
}
.footer-wrap::after {
    padding-top: 11px;
}
.footer {
    padding: 108px 0 25px;
}
.homepage .footer {
    padding-top: 210px;
}
.footer-notch {
    height: 72px;
}
/*---- Footer ----*/
.owl-next,
.owl-prev {
    width: 20px;
    height: 20px;
}
.owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
    /*-- Homepage New Tile --*/
    .cocktail-sweeepstakes-sec {
        padding: 3px 0 2px;
    }
    .emblem-copy {
        padding: 20px 0;
    }
    .emblem-copy h2 {
        font-size: 10px;
    }
    .emblem-copy .p {
        margin: 8px 0 14px;
    }
    .cocktail-sweeepstakes-sec::before {
        top: 12px;
        height: 1px;
    }
    .cocktail-sweeepstakes-sec::after {
        bottom: 12px;
        height: 1px;
    }
    .emblem-image img {
        width: 288px;
    }

}


@media screen and (max-width: 767px) {
    body.menuActive {
        overflow: hidden;
    }
    .menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background: var(--light-cream);
        transform: translateX(100%);
        transition: 500ms var(--easeSineOut);
    }
    .xp-navigation ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 100px 0;
        margin: 0;
        transform: none !important;
        text-align: center;
        height: 100%;
        top: 0;
    }
    .xp-navigation ul li:not(:last-child) {
        margin: 0 0 36px !important;
    }
    .xp-navigation ul a {
        font-size: 22px !important;
    }
    .xp-navigation.slim.offscreen {
        transform: translate3d(0, 0, 0) !important;
    }
    .xp-navigation .logo {
        z-index: 1001;
        width: 160px;
        margin: 0 auto;
    }
    .xp-navigation.slim .logo {
        transform: scale(.85);
    }
    .xp-navigation {
        padding: 0 20px;
        height: 75px;
        background: var(--light-cream);
        filter: drop-shadow(0 1px 5px rgba(0,0,0,.1));
    }
    .xp-navigation.slim {
        height: 54px;
    }
    .xp-navigation.active .menu-wrap {
        transform: translateX(0);
    }
    .c-hamburger {
        text-indent: -9999px;
        cursor: pointer;
        position: absolute;
        border: none;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 32px;
        height: 32px;
        background: none;
        z-index: 1001;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--burgundy);
        transition: background 0ms 150ms;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--burgundy);
        content: "";
        transition-duration: 300ms, 300ms;
        transition-delay: 150ms, 0ms;
    }
    .c-hamburger span::before {
        top: -9px;
        transition-property: top, transform;
    }
    .c-hamburger span::after {
        bottom: -9px;
        transition-property: bottom, transform;
    }
    .active .c-hamburger span {
        background: none;
    }
    .active .c-hamburger span::before {
        top: 0;
        transform: rotate(45deg);
    }
    .active .c-hamburger span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .active .c-hamburger span::before,
    .active .c-hamburger span::after {
        transition-delay: 0ms, 150ms;
    }    

    .container {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    body {
        padding-top: 75px;
    }
    .homepage .masthead {
        background: none;
        padding-bottom: 0;
    }
    .homepage .masthead img {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
    }
    .masthead {
        height: auto;
        padding: 0 0 60px;
        background-image: url(../images/masthead-map-mobile.jpg);
        background-size: cover;
    }
    .masthead .container {
        padding-left: 20px;
    }
    .homepage .masthead {

        background: url(../images/home-hero-bg-mob.jpg?ver=2) center 50vw no-repeat;
        background-size: 100% auto;
    }
    .homepage .masthead .container {
        padding-top: 20px;
        padding-bottom: 172px;
    }
    .masthead img {
        position: relative;
        width: 100%;
        right: auto;
        margin-bottom: 24px;
    }
    .hasBorderTile,
    .bordered-title {
        width: 100%;
        display: block;
    }
    .bordered-title {
        padding: 0;
        background: none;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }  
    .masthead .p {
        margin-bottom: 18px;
        text-align: center;
    }  
    .masthead .btn {
        margin-left: auto;
        margin-right: auto;
    }


    .btn {
        font-size: 15px;
        height: 3em;
        min-width: 11.75em;
    }
    .h1,
    .h2,
    .h2.lg {
        font-size: 71px;
    }
    p, .p, li {
        font-size: 16px;
    }

    .rye-revive {
        padding: 0 0 60px;
        background: url(../images/rye-bg-mob-bottom.png) center bottom no-repeat;
        background-size: contain;
    }
    .rye-revive .col-80 {
        padding: 35px 0;
        background: url(../images/rye-bg-mob.svg) center center no-repeat;
        background-size: cover;
    }
    .rye-revive .embed-responsive {
        padding-bottom: 120%;
    }
    .rye-revive_content {
        padding: 20px 20px 35px;
        width: calc(100% - 40px);
        left: auto;
        position: relative;
        top: auto;
        transform: none;
        margin: -150px auto 0;
        text-align: center;
    }
    .crown {
        width: 53px;
        margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .articles {
        text-align: center;
    }
    .articles .p {
        margin-top: 12px;
    }
    .articles .btn {
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .flexible-content.mob-regular {
        position: relative;
        height: auto;
        left: auto;
        top: auto;
    }
    .img-carousel_wrap {
        width: 100%;
        margin-bottom: 40px;
    }
    .overheard-bar {
        padding: 0 0 50px;
    }
    .overheard-bar h2 {
        font-size: 18px;
        padding: .65em 1.7em .65em 2em;
    }

    .overheard-bar blockquote .p span {
        font-size: 1.6em;
        padding: 0;
    }

    .overheard-bar .text-carousel {
        margin-top: 30px;
    }
    .overheard-bar blockquote .p:not(footer) {
        margin-bottom: 14px;
    }
    .text-carousel .item {
        padding: 0 20px;
    }
    .text-carousel .owl-dots {
        margin-top: 30px;
    }
    .text-carousel .owl-nav {
        height: 101px;
    }
    .text-carousel .owl-prev {
        left: -20px;
    }
    .text-carousel .owl-next {
        right: -20px;
    }
    .backbone-backbar .container {
        padding-top: 75px;
    }
    .overheard-bar footer p {
        font-size: 1.1em;
    }
    .overheard-bar footer cite {
        font-size: .7em;
    }
    .owl-next,
    .owl-prev {
        width: 30px;
        height: 30px;
    }
    .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 6px;
    }   
    .backbone-backbar {
        background: url(../images/footer-vector.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .backbone-backbar .container {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .backbone-backbar .articles {
        background: var(--light-cream);
        padding: 30px 20px 40px;
    }
    .backbone-backbar .articles .crown path {
        fill: var(--burgundy);
    }
    .backbone-backbar .articles .h2 {
        color: var(--red);
    }
    .backbone-backbar .articles .p {
        color: var(--burgundy);
    }

    .awards-wrap {
        padding-top: 0;
        height: 270px;
        background-image: url(../images/footer-top-bg.png);
        background-size: 100% auto;
    }
    .awards-graphic {
        width: 100%;
        height: 480px;
        top: 30px;
        background-size: auto 480px;
    }
    .awards-graphic h2 {
        font-size: 24px;
        margin-top: 0;
        line-height: 1.2em;
    }
    .awards-row {
        margin: 14px 0 20px;
        position: relative;
    }
    .awards-row img {
        width: 130px;
        margin: 0;
        position: relative;
        z-index: 2;
    }
    .awards-row img:first-child,
    .awards-row img:last-child {
        transform: scale(.8);
        margin: 0;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .awards-row img:first-child {
        transform: translateX(-90%) scale(.8);
    }  
    .awards-row img:last-child {
        transform: translateX(90%) scale(.8);
    }

/*---- Footer ----*/
.footer-wrap {
    padding-top: 0;
}
.footer {
    padding: 144px 0 35px;
}
.footer .container {
    padding-left: 10px;
    padding-right: 10px;
}
.homepage .footer {
    padding-top: 290px;
}
.footer-logo::before {
    width: 610px;
    height: 610px;
}
.footer-logo {
    width: 220px;
}
.footer ul {
    margin: 40px 0 0;
    justify-content: center;
}
.footer ul.mobile-footer {
    margin: 10px 0 36px;
}
.footer ul li {
    padding: 0 10px;
}
.footer ul a {
    font-size: 15px;
    letter-spacing: .05em;
}
.footer-social {
    margin-bottom: 35px;
}
.footer-social a {
    width: 34px;
    margin: 0 12px;
} 
.brand-footer {
    flex-direction: column;
    align-items: center;
}
.brand-footer .age-owl {
    width: 64px;
    padding-right: 0;
    margin-right: 0;
    border: none;
}
.footer-notch {
    height: 100px;
    background-size: auto 100px;
}
.brand-footer p {
    font-size: 10px;
    text-align: center;
    margin-top: 12px;
}
/*---- Footer ----*/   

.banner {
    padding: 30px 0 50px;
    background: url(../images/detail-bg-mob.jpg) center center no-repeat;
    background-size: cover;
}
.details_page .banner .col-47 {
    width: 100%;
}
.product-img {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 30px;
}
.banner .bordered-title-sm {
    font-size: 32px;
}
.product-intro {
    padding: 26px 20px;
}
.product-intro .p {
    padding: 0;
    margin: 1.5em 0;
}
.banner .btn-group {
    flex-direction: column;
    align-items: center;
}
.banner .btn-group .btn:nth-child(2) {
    margin-top: 1em;
    background: var(--brown);
}

.tasting-notes {
    padding: 130px 0 50px;
    overflow: hidden;
}
.adaptive_height_bg {
    position: absolute;
    width: 830px;
    height: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.tasting-notes .articles,
.tasting-notes .col-44:nth-child(1),
.tasting-notes .col-44:nth-child(2),
.tasting-notes .col-44:nth-child(3) {
    margin-bottom: 30px;
}  
.tasting-notes .p span {
    font-size: 1.3em;
}
.tasting-notes .p .tasting-description {
    font-size: 1em;
}

.straight-up {
    padding: 85px 0 60vw;
    background: url(../images/straight-bg-mob.jpg) center top no-repeat;
    background-size: 100% auto;
}
.straight-up .container {
    padding-left: 20px;
    flex-wrap: wrap;
}
.straight-up .p {
    margin: 10px 0 18px;
}
.straight-up .p span {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}
.straight-up ul li {
    font-size: 32px;
    text-align: center;
    padding-left: 0;
    background: none;
    position: relative;
}
.straight-up ul li:not(:last-child) {
    padding-bottom: .5em;
    margin-bottom: 0.5em;
}
.straight-up ul li:not(:last-child)::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    height: 2px;
    background: var(--brown);
}


.featured-recipe {
    min-height: 1px;
    padding: 0;
    margin-top: -56vw;
}
.min-widthImg {
    min-width: 600px;
    position: relative;
    top: auto;
    bottom: auto;
}
.side-dots {
    width: 75px;
    height: 554px;
    transform: translateY(25vw);
}
.featured-recipe .flexible-content {
    background: var(--burgundy);
    padding: 50px 0
}
.featured-recipe .fill-brown svg {
    fill: var(--cream);
}


.flavor-foundation {
    padding: 50px 0 450px;
    background: url(../images/foundation-mob-bg.jpg) center top no-repeat;
    background-size: 100% auto;
}
.flavor-foundation .articles {
    margin-bottom: 12px;
}
.flavor-foundation-art {
    width: 620px;
    height: 400px;
    margin: 30px auto 10px;
    left: 50%;
    transform: translateX(-50%);
}
.flavors-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 440px;
    position: relative;
}
.flavors {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important; 
    padding-bottom: 15px;
    margin-bottom: 40px;
    width: 220px;
    border-bottom: 2px solid var(--brown);
}
.flavors:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flavors h3 {
    font-size: 31px;
}
.flavors h3 span:nth-child(2) {
    font-size: 1.2em;
}
.hands {
    display: none;
}
.user-review-display {
    background: url(../images/review-bg-mob.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}
.review-intro {
    padding: 40px 0;
    background: none;
}
.p-r-display {
    padding: 20px 0 50px;
}
/*---- Details Page ----*/

.subscribe-nl {
    background: none;
    padding: 0 10px;
    margin-top: 36px;
    width: 100%;
}
.subscribe-nl .form-control.input-group {
    min-width: 320px;
}
.subscribe-nl .input-group {
    width: 100% !important;
    font-size: 12px;
    max-width: 100% !important;
    min-width: 320px;
}
.subscribe-nl .form-control,
.subscribe-nl .input-group button {
    font-size: 16px;
}
.footer .fluid-section {
    width: 100%;
}
.subscribe-nl .p {
    letter-spacing: .075em;
}

    /*-- Homepage Tile --*/
    .cocktail-sweeepstakes-sec {
        padding: 0 0 10px;
    }
    .cocktail-sweeepstakes-sec::before {
        height: 2px;
        top: 22px;
    }
    .cocktail-sweeepstakes-sec::after {
        height: 2px;
        bottom: 42px;
    }
    .emblem-image img {
        width: 300px;
        margin-top: -53px;
    }
    .emblem-image {
        justify-content: center;
    }
    .emblem-copy {
        padding: 24px 0 12px;
        text-align: center;
    }
    .emblem-copy h2 {
        font-size: 16px;
    }
    .emblem-copy .p {
        margin: 22px 0 34px;
    }
    .emblem-copy .btn {
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

}

@media screen and (max-width: 767px) and (min-width: 540px) {
    .xp-navigation ul a {
        font-size: 30px !important;
    }
    .xp-navigation .logo {
        width: 214px;
    }
    .xp-navigation {
        padding: 0 27px;
        height: 100px;
    }
    .xp-navigation.slim {
        height: 72px;
    }
    .c-hamburger {
        right: 30px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    body {
        padding-top: 100px;
    }
    .masthead {
        padding: 0 0 80px;
    }
    .masthead .container {
        padding-left: 27px;
    }
    .masthead img {
        margin-bottom: 32px;
    }
    .bordered-title {
        margin-bottom: 14px;
    }  
    .masthead .p {
        margin-bottom: 24px;
    }  
    .btn {
        font-size: 20px;
    }
    .h1,
    .h2 {
        font-size: 96px;
    }
    .h2 {
        font-size: 96px;
    }
    .h2.lg {
        font-size: 75px;
    }
    p, .p, li {
        font-size: 22px;
    }
    .rye-revive {
        padding: 0 0 80px;
    }
    .rye-revive .col-80 {
        padding: 47px 0;
    }
    .rye-revive_content {
        padding: 27px 27px 47px;
        width: calc(100% - 54px);
        margin: -200px auto 0;
    }
    .crown {
        width: 71px;
        margin-bottom: 19px;
    }
    .articles .p {
        margin-top: 16px;
    }
    .articles .btn {
        margin-top: 24px;
    }
    .img-carousel_wrap {
        margin-bottom: 54px;
    }
    .overheard-bar {
        padding: 0 0 67px;
    }
    .overheard-bar h2 {
        font-size: 24px;
    }
    .overheard-bar .text-carousel {
        margin-top: 40px;
    }
    .overheard-bar blockquote .p:not(footer) {
        margin-bottom: 19px;
    }
    .text-carousel .item {
        padding: 0 27px;
    }
    .text-carousel .owl-dots {
        margin-top: 40px;
    }
    .text-carousel .owl-nav {
        height: 135px;
    }
    .text-carousel .owl-prev {
        left: -26px;
    }
    .text-carousel .owl-next {
        right: -26px;
    }
    .backbone-backbar .container {
        padding-bottom: 67px;
    }
    .backbone-backbar .articles {
        padding: 40px 27px 54px;
    }
    .awards-wrap {
        height: 360px;
    }
    .awards-graphic {
        height: 640px;
        top: 40px;
        background-size: auto 640px;
    }
    .awards-graphic h2 {
        font-size: 32px;
    }
    .awards-row {
        margin: 19px 0 27px;
    }
    .awards-row img {
        width: 187px;
    }
    
    /*---- Footer ----*/
    .footer {
        padding: 192px 0 47px;
    }
    .footer .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .homepage .footer {
        padding-top: 387px;
    }
    .footer-logo::before {
        width: 814px;
        height: 814px;
    }
    .footer-logo {
        width: 294px;
    }
    .footer ul {
        margin: 54px 0 0;
    }
    .footer ul.mobile-footer {
        margin: 14px 0 48px;
    }
    .footer ul li {
        padding: 0 14px;
    }
    .footer ul a {
        font-size: 20px;
    }
    .footer-social {
        margin-bottom: 47px;
    }
    .footer-social a {
        width: 46px;
        margin: 0 16px;
    } 
    .brand-footer .age-owl {
        width: 86px;
    }

    .footer-notch {
        height: 134px;
        background-size: auto 134px;
    }
    .brand-footer p {
        font-size: 14px;
        margin-top: 16px;
    }
    /*---- Footer ----*/   
    
    .banner {
        padding: 40px 0 67px;
    }
    .banner .bordered-title-sm {
        font-size: 43px;
    }
    .product-intro {
        padding: 35px 27px;
    }
    
    .tasting-notes {
        padding: 174px 0 67px;
    }
    .adaptive_height_bg {
        width: 1107px;
    }
    .tasting-notes .articles,
    .tasting-notes .col-44:nth-child(1),
    .tasting-notes .col-44:nth-child(2),
    .tasting-notes .col-44:nth-child(3) {
        margin-bottom: 40px;
    }  
    .straight-up {
        padding: 114px 0 60vw;
    }
    .straight-up .container {
        padding-left: 27px;
    }
    .straight-up .p {
        margin: 14px 0 24px;
    }
    .straight-up ul li {
        font-size: 43px;
    }
    .min-widthImg {
        min-width: 800px;
    }
    .side-dots {
        width: 100px;
        height: 739px;
    }
    .featured-recipe .flexible-content {
        padding: 67px 0
    }
    
    .flavor-foundation {
        padding: 67px 0 600px;
    }
    .flavor-foundation .articles {
        margin-bottom: 16px;
    }
    .flavor-foundation-art {
        width: 827px;
        height: 534px;
        margin: 40px auto 14px;
    }
    .flavors-infos {
        top: 587px;
    }
    .flavors {
        width: 294px;
    }
    .flavors h3 {
        font-size: 42px;
    }
    .review-intro {
        padding: 54px 0;
    }
    .p-r-display {
        padding: 27px 0 67px;
    }
    /*---- Details Page ----*/ 

    .subscribe-nl .form-control.input-group {
        min-width: 470px;
    }
    .subscribe-nl .input-group {
        font-size: 22px;
        max-width: 100% !important;
    }
    .subscribe-nl .form-control,
    .subscribe-nl .input-group button {
        font-size: 22px;
    } 
    
    /*-- Homepage Tile --*/
    .cocktail-sweeepstakes-sec {
        padding: 0 0 15px;
    }
    .cocktail-sweeepstakes-sec::before {
        top: 32px;
    }
    .cocktail-sweeepstakes-sec::after {
        bottom: 61px;
    }
    .emblem-image img {
        width: 432px;
        margin-top: -76px;
    }
    .emblem-copy {
        padding: 35px 0 18px;
    }
    .emblem-copy h2 {
        font-size: 24px;
    }
    .emblem-copy .p {
        margin: 32px 0 49px;
    }
    .emblem-copy .btn {
        margin: 0 auto;
    }
}




/*---- Animation ----*/
.fadeInUp,
.fadeInDown,
.fadeInDownSlow,
.fadeInUpSlow {
    transform: translateY(15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}
.slideInDown {
    transform: translateY(-90px);
    transition: transform 1000ms ease-out 500ms;
    will-change: transform;
}
.slideInDown.isAnimated {
    transform: translateY(0);
}
.fadeInDownSlow,
.fadeInUpSlow {
    transition-delay: 200ms;
}

.fadeInSlow {
    opacity: 0;
    transition: opacity 1000ms ease-out 500ms;
}
.fadeIn.fadeIn500 {
    transition: opacity 500ms ease-out;
}
.fadeInDown {
    transform: translateY(-15px);
}
.fadeInUp.isAnimated,
.fadeInDown.isAnimated,
.fadeInDownSlow.isAnimated,
.fadeInUpSlow.isAnimated {
    transform: translateY(0);
    opacity: 1;
}
.isAnimated.fadeIn,
.fadeInSlow.isAnimated {
    opacity: 1;
}
.slideInFromLeft,
.slideInFromRight {
    transform: translateX(-50px);
    transition: transform 1000ms;
    will-change: transform;
}
.slideInFromRight {
    transform: translateX(50px);
}
.slideInFromLeft.isAnimated,
.slideInFromRight.isAnimated {
    transform: translateX(0);
}