@import "fonts.css";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    min-height: calc(100vh - 150px);
}

.wp-content {
    min-height: calc(100vh - 200px);
}

@media screen and (max-width: 1199px) {
    .wp-content {
        min-height: calc(100vh - 100px);
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 3em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
select,
input,
textarea {
    color: #262627;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    font-size: 93%;
    line-height: 1.625
}

@media screen and (min-width: 640px) {
    body,
    select,
    input,
    textarea {
        font-size: 95%
    }
}

@media screen and (min-width: 960px) {
    body,
    select,
    input,
    textarea {
        font-size: 98%
    }
}

@media screen and (min-width: 1280px) {
    body,
    select,
    input,
    textarea {
        font-size: 100%
    }
}

select,
input,
textarea,
[type="submit"] {
    font-family: "Encode Sans", sans-serif
}

body {
    background-color: #fff;
    overflow-x: hidden;
    font-family: "Encode Sans", sans-serif
}

::-moz-selection {
    color: #ffffff;
    background: #292725
}

::selection {
    color: #ffffff;
    background: #292725
}

::-webkit-input-placeholder {
    color: #444345
}

:-moz-placeholder {
    color: #444345
}

::-moz-placeholder {
    color: #444345
}

:-ms-input-placeholder {
    color: #444345
}

*,
*:after,
*:before {
    box-sizing: border-box
}

a {
    color: #9F0606;
    cursor: pointer;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.my-location-mobile {
    animation-name: none;
    font-family: 'Encode Sans', sans-serif;
    text-transform: none;
    font-stretch: condensed;
}

.location-finder .links .my-location.recent-update,
.my-location-mobile.recent-update {
    animation-name: highlight-out;
    animation-duration: 4s;
}

@keyframes highlight-out {
    from {
        text-shadow: 4px 4px 20px rgba(255, 255, 255, 1);
    }
    to {
        text-shadow: 4px 4px 20px rgba(255, 255, 255, 0);
    }
}


/*Typography and Colors*/

.darkred {
    color: #6F1815;
}

.bg-darkred {
    background-color: #6F1815;
}

.bd-darkred {
    border-color: #6F1815;
}

.lightred {
    color: #B7342B;
}

.bg-lighred {
    background-color: #B7342B;
}

.bd-lighred {
    border-color: #B7342B;
}

.cahgrey {
    color: #505050;
}

.bg-cahgrey {
    background-color: #505050;
}

.bd-cahgrey {
    border-color: #505050;
}

.khaki {
    color: #AE9984;
}

.bg-khaki {
    background-color: #AE9984;
}

.bd-khaki {
    border-color: #AE9984;
}

.teal {
    color: #507C7F;
}

.bg-teal {
    background-color: #507C7F;
}

.bd-teal {
    border-color: #507C7F;
}

h1,
h2,
.h1,
.h2 {
    font-family: 'Museo Sans', sans-serif;
    font-style: normal;
    font-weight: 900;
}

h1,
.h1 {
    color: #B7342B;
    font-size: 2rem;
}

h2,
.h2 {
    color: #6F1815;
    font-size: 1.75rem;
}

h3,
.h3 {
    font-family: 'Encode Sans', sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #6F1815;
    font-size: 1.5rem;
}

h4,
.h4 {
    font-family: 'Encode Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #505050;
    font-size: 1.2rem;
}

h5,
.h5,
h6,
.h6 {
    font-family: 'Encode Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #505050;
    font-size: 1.1rem;
}

p,
.p {
    font-family: 'Encode Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #505050;
    font-size: 1rem;
}

.accent {
    font-family: 'Desyrel', cursive;
    font-style: normal;
    font-weight: 400;
}

.subheading {
    font-size: 1.5rem;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.titlecase {
    text-transform: capitalize;
}

.middle-line {
    overflow: hidden;
    text-align: center;
}

.middle-line:before,
.middle-line:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.middle-line:before {
    right: .75rem;
    margin-left: -50%;
}

.middle-line:after {
    left: .75rem;
    margin-right: -50%;
}

.right-line {
    overflow: hidden;
    text-align: left;
}

.right-line:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.right-line:after {
    left: .75rem;
    margin-right: -50%;
}

.left-line {
    overflow: hidden;
    text-align: left;
}

.left-line:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.left-line:before {
    right: .75rem;
    margin-left: -50%;
}

.left-line.line-darkred:before,
.middle-line.line-darkred:before,
.middle-line.line-darkred:after,
.right-line.line-darkred:after {
    background-color: #6F1815;
}

.left-line.line-lightred:before,
.middle-line.line-lightred:before,
.middle-line.line-lightred:after,
.right-line.line-lightred:after {
    background-color: #B7342B;
}

.left-line.line-cahgrey:before,
.middle-line.line-cahgrey:before,
.middle-line.line-cahgrey:after,
.right-line.line-cahgrey:after {
    background-color: #505050;
}

.left-line.line-khaki:before,
.middle-line.line-khaki:before,
.middle-line.line-khaki:after,
.right-line.line-khaki:after {
    background-color: #AE9984;
}

.left-line.line-teal:before,
.middle-line.line-teal:before,
.middle-line.line-teal:after,
.right-line.line-teal:after {
    background-color: #507C7F;
}

@media screen and (min-width: 960px) {
    h1,
    .h1 {
        font-size: 3rem
    }
    h2,
    .h2 {
        font-size: 2.25rem
    }
    h3,
    .h3 {
        font-size: 2rem
    }
    h4,
    .h4 {
        font-size: 1.3rem
    }
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 1.1rem
    }
    .subheading {
        font-size: 1.75rem;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block
}

@media screen and (min-width: 640px) {
    img {
        display: inline
    }
    img[class^="wp-image"] {
        padding: 5px;
        border: 3px solid #bbb
    }
    img.alignleft {
        float: left;
        margin: 0 16px 16px 0
    }
    img.alignright {
        float: right;
        margin: 0 0 16px 16px
    }
}

.wp-content ul {
    list-style-position: inside;
    margin: 0 0 1.375rem;
    padding: 0 0 0 30px
}

.wp-content ul li {
    font-size: 1.125rem;
    line-height: 1.75rem
}

p {
    font-size: 1.125rem;
    margin: 0 0 1.375rem;
    line-height: 1.75rem
}

p.center {
    text-align: center
}

b,
strong {
    font-weight: bold
}

address {
    font-style: normal
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-display {
    display: none
}

.testing {
    color: red !important
}

.clearfix:before,
form .form-row:before,
.form-elem-checkradio:before,
.header-main .page-wrapper:before,
.clearfix:after,
form .form-row:after,
.form-elem-checkradio:after,
.header-main .page-wrapper:after {
    content: " ";
    display: table
}

.clearfix:after,
form .form-row:after,
.form-elem-checkradio:after,
.header-main .page-wrapper:after {
    clear: both
}

.page-wrapper {
    margin: 0 auto;
    max-width: 97.5rem;
    padding: 0 0.625rem
}

.page-wrapper.extra-small {
    max-width: 600px
}

.page-wrapper.small {
    max-width: 780px
}

.page-wrapper.medium {
    max-width: 960px
}

.page-wrapper.large {
    max-width: 1280px
}

.post-type-archive-our-restaurants .page-content {
    padding-top: 50px;
    padding-bottom: 50px
}

.post-type-archive-our-restaurants .highlighted-block {
    padding-left: 15px;
    padding-right: 15px
}

.archive-list.states {
    margin: 0;
    padding: 0;
    list-style: none
}

.archive-list.states li {
    cursor: pointer
}

.archive-list.states h2 {
    text-align: center
}

.archive-list.states h2:hover {
    color: #f19b3b
}

.archive-list.states hr {
    max-width: 120px;
    margin: 20px auto
}

.archive-list.states ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.archive-list.states ul.show-me {
    max-height: 1000px;
    opacity: 1
}

@media screen and (min-width: 640px) {
    .archive-list.states ul li {
        width: 50%;
        float: left;
        padding-right: 2%
    }
    .archive-list.states ul li a {
        color: white;
        font-size: 1.125rem;
        line-height: 2rem;
        text-transform: uppercase
    }
    .archive-list.states ul li a:hover {
        color: #f19b3b
    }
}

.archive-list.states a {
    text-decoration: inherit;
    color: inherit;
    display: block
}

.drink-list,
.category-items-list {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none
}

@media screen and (min-width: 960px) {
    .drink-list .drink-category-item {
        float: left;
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }
}

.drink-list li {
    width: 100%;
    overflow: hidden
}

.drink-list .category-title {
    font-size: 1.75rem;
    line-height: 1;
    padding: 9px 18px;
    border-width: 5px;
    font-family: "Encode Sans", sans-serif;
    margin-bottom: 40px
}

.drink-list .item-title {
    margin: 0;
    line-height: 1;
    float: left;
    width: 73.3333333333%
}

.drink-list .item-title span {
    color: #96918e;
    font-size: 0.875rem;
    padding-top: 6px;
    padding-left: 6px
}

.drink-list .location {
    float: right;
    text-align: right;
    width: 25.8333333333%;
    font-size: 1.125rem;
    line-height: 1;
    padding-top: 3px;
    margin: 0
}

@media screen and (min-width: 640px) {
    .drink-list .location {
        font-size: 1.25rem
    }
}

.drink-list .description {
    float: left;
    width: 73.3333333333%;
    margin: 5px 0 0
}

.drink-list .category-items-list {
    width: 100%;
    overflow: hidden
}

.drink-list .category-item {
    margin-bottom: 32px;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    .drink-list .category-item {
        float: left;
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }
}

@media screen and (min-width: 960px) {
    .drink-list .category-item {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

body.home {
    padding-top: 75px
}

@media screen and (min-width: 1250px) {
    body.home {
        padding-top: 150px;
    }
}

.featured-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .featured-slider-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 0
    }
}

.featured-slider-container .slider-controls {
    position: absolute;
    right: 0;
    width: 22px;
    bottom: 33px
}

@media screen and (min-width: 640px) {
    .featured-slider-container .slider-controls {
        bottom: 160px;
        width: 36px
    }
}

@media screen and (min-width: 1280px) {
    .featured-slider-container .slider-controls {
        width: 50px
    }
}

.featured-slider-container .slider-controls a {
    display: block;
    height: 34px;
    background-color: rgba(41, 39, 37, 0.8);
    text-indent: -999px;
    margin-bottom: 2px;
    overflow: hidden
}

.featured-slider-container .slider-controls a svg {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -6px;
    display: block;
    width: 12px;
    height: 20px;
    fill: white
}

@media screen and (min-width: 640px) {
    .featured-slider-container .slider-controls a {
        height: 48px
    }
    .featured-slider-container .slider-controls a svg {
        height: 26px;
        width: 15px;
        margin-top: -13px;
        margin-left: -7px
    }
}

@media screen and (min-width: 1280px) {
    .featured-slider-container .slider-controls a {
        height: 65px
    }
    .featured-slider-container .slider-controls a svg {
        margin-top: -19px;
        margin-left: -6px;
        height: 37px;
        width: 22px
    }
}

.featured-slider-container .slider-pager {
    display: none
}

@media screen and (min-width: 640px) {
    .featured-slider-container .slider-pager {
        display: block;
        position: absolute;
        right: 0;
        width: 22px;
        bottom: 13px
    }
    .featured-slider-container .slider-pager a {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        margin: 0 auto 16px;
        text-indent: -9999px;
        border-radius: 9999em;
        background-color: rgba(41, 39, 37, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.3)
    }
    .featured-slider-container .slider-pager a.active:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -5px;
        height: 10px;
        width: 10px;
        border-radius: 9999em;
        background-color: #b7342b
    }
}

@media screen and (min-width: 1280px) {
    .featured-slider-container .slider-pager {
        right: 12px
    }
}

.featured-slider-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.featured-slider-list-item {
    display: block;
    width: 100%
}

.featured-slider-list-item a {
    display: block
}

.featured-slider-list-item a img {
    display: block;
    max-width: none;
    width: 100%
}

.promo .h1,
.promo .h2,
.promo .h3,
.promo .h4,
.promo .h5,
.promo .h6 {
    margin: 0;
    line-height: 1.1
}

.our-commitment-container {
    background-size: cover;
    border-top: 9px solid #292725;
    border-bottom: 9px solid #292725;
    padding-top: 60px
}

.our-commitment-container.parallax-window {
    min-height: 230px
}

@media screen and (min-width: 640px) {
    .our-commitment-container.parallax-window {
        padding-top: 85px;
        min-height: 280px
    }
}

.our-commitment-container .h2 {
    color: white;
    font-size: 2.5625rem;
    line-height: 1;
    margin-bottom: 10px
}

@media screen and (min-width: 640px) {
    .our-commitment-container .h2 {
        font-size: 3.4375rem
    }
}

@media screen and (min-width: 960px) {
    .our-commitment-container .h2 {
        font-size: 4.0625rem
    }
}

@media screen and (min-width: 1280px) {
    .our-commitment-container .h2 {
        font-size: 5.3125rem
    }
}

.our-commitment-container .sub-title {
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin: 0 20% 14px;
    color: #f19b3b
}

@media screen and (min-width: 640px) {
    .our-commitment-container .sub-title {
        font-size: 1.125rem
    }
}

.our-commitment-container img {
    max-width: 180px;
    display: block;
    margin: 0 auto
}

.local-specials-container {
    background: transparent url(../img/bg-local-specials-container.jpg) left top no-repeat;
    background-size: cover;
    border-bottom: 9px solid #292725;
    padding-top: 45px;
    min-height: 230px
}

@media screen and (min-width: 640px) {
    .local-specials-container {
        padding-top: 70px;
        min-height: 280px
    }
}

@media screen and (min-width: 960px) {
    .local-specials-container {
        background-image: url(../img/bg-local-specials-container-12.jpg);
        float: right;
        width: 39.5833333333%;
        padding-top: 95px;
        padding-left: 3.6458333333%;
        min-height: 635px;
        border-bottom: none
    }
    .local-specials-container .white-border {
        margin-left: 0 !important
    }
}

@media screen and (min-width: 1280px) {
    .local-specials-container {
        width: 39.84375%;
        padding-top: 120px;
        padding-left: 3.90625%;
        min-height: 840px
    }
}

.local-specials-container .h2 {
    color: white;
    font-size: 45px
}

@media screen and (min-width: 960px) {
    .local-specials-container .h2 {
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .local-specials-container .h2 {
        font-size: 55px
    }
}

@media screen and (min-width: 1560px) {
    .local-specials-container .h2 {
        font-size: 58px
    }
}

.local-specials-container .h3 {
    color: #f19b3b;
    font-size: 1.875rem;
    letter-spacing: 6px;
    font-family: "Encode Sans", sans-serif
}

@media screen and (min-width: 960px) {
    .local-specials-container .h3 {
        text-align: left
    }
}

@media screen and (min-width: 1280px) {
    .local-specials-container .h3 {
        font-size: 40px
    }
}

@media screen and (min-width: 1560px) {
    .local-specials-container .h3 {
        font-size: 45px
    }
}

.ale-gating-container {
    background: transparent url(../img/bg-ale-gating-container.jpg) left top no-repeat;
    background-size: cover;
    border-bottom: 9px solid #292725;
    padding-top: 60px;
    min-height: 230px
}

@media screen and (min-width: 640px) {
    .ale-gating-container {
        padding-top: 70px;
        min-height: 280px
    }
}

@media screen and (min-width: 960px) {
    .ale-gating-container {
        background-image: url(../img/bg-ale-gating-container-12.jpg);
        float: left;
        width: 60.4166666667%;
        padding-top: 60px;
        padding-left: 2.0833333333%;
        min-height: 390px;
        border-bottom: none
    }
}

@media screen and (min-width: 1280px) {
    .ale-gating-container {
        width: 60.15625%;
        padding-top: 80px;
        padding-left: 1.5625%;
        min-height: 515px
    }
}

.ale-gating-container .h4 {
    color: #f19b3b;
    font-family: "Encode Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 4px
}

@media screen and (min-width: 640px) {
    .ale-gating-container .h4 {
        font-size: 1.4375rem
    }
}

@media screen and (min-width: 1280px) {
    .ale-gating-container .h4 {
        font-size: 1.875rem
    }
}

.ale-gating-container .h2 {
    color: white;
    font-size: 3.25rem
}

@media screen and (min-width: 640px) {
    .ale-gating-container .h2 {
        font-size: 3.9375rem
    }
}

@media screen and (min-width: 1280px) {
    .ale-gating-container .h2 {
        font-size: 4.375rem
    }
}

@media screen and (min-width: 960px) {
    .ale-gating-container .desktop-container {
        width: 56.8965517241%;
        padding: 30px 0 20px;
        background: rgba(41, 39, 37, 0.8);
        border: 3px solid rgba(255, 255, 255, 0.15)
    }
}

@media screen and (min-width: 1280px) {
    .ale-gating-container .desktop-container {
        width: 51.9480519481%;
        padding: 50px 0
    }
}

.vertical-section-promo-container {
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .vertical-section-promo-container {
        float: left;
        width: 60.4166666667%
    }
}

@media screen and (min-width: 1280px) {
    .vertical-section-promo-container {
        width: 60.15625%
    }
}

.vertical-section-promo-container .vertical-promo {
    background: transparent center center no-repeat;
    background-size: 100% auto;
    min-height: 270px;
    text-align: left
}

.vertical-section-promo-container .vertical-promo:nth-of-type(1) {
    border-bottom: 9px solid #292725
}

@media screen and (min-width: 640px) {
    .vertical-section-promo-container .vertical-promo {
        display: inline;
        float: left;
        width: 50%
    }
    .vertical-section-promo-container .vertical-promo:nth-of-type(1) {
        border-bottom: none
    }
}

@media screen and (min-width: 960px) {
    .vertical-section-promo-container .vertical-promo {
        min-height: 245px
    }
}

@media screen and (min-width: 1280px) {
    .vertical-section-promo-container .vertical-promo {
        min-height: 325px
    }
}

.vertical-section-promo-container .vertical-promo .copy {
    width: 57.8125%;
    min-height: 270px;
    padding-left: 6.25%;
    padding-top: 85px;
    background-color: rgba(41, 39, 37, 0.8);
    border-right: 3px solid rgba(255, 255, 255, 0.2)
}

@media screen and (min-width: 960px) {
    .vertical-section-promo-container .vertical-promo .copy {
        min-height: 245px
    }
}

@media screen and (min-width: 1280px) {
    .vertical-section-promo-container .vertical-promo .copy {
        padding-top: 120px;
        min-height: 325px;
        width: 60.4166666667%;
        padding-left: 4.1666666667%
    }
}

.vertical-section-promo-container .vertical-promo .h4 {
    color: white;
    line-height: 1;
    font-family: "Antonio-Bold", sans-serif
}

.vertical-section-promo-container .vertical-promo .link-text {
    display: block;
    color: #dfd9d2;
    font-size: 0.875rem;
    line-height: 20px;
    text-decoration: none
}

.vertical-section-promo-container .vertical-promo:hover .link-text {
    color: #f19b3b
}

.vertical-section-promo-container .vertical-promo.employment {
    background-image: url(../img/bg-vertical-promo-employment.jpg)
}

.vertical-section-promo-container .vertical-promo.employment .h4 {
    font-size: 1.875rem
}

.vertical-section-promo-container .vertical-promo.employment .h4 .second-line {
    color: #f19b3b;
    display: block;
    font-size: 2.8125rem
}

@media screen and (min-width: 1280px) {
    .vertical-section-promo-container .vertical-promo.employment .h4 {
        font-size: 2.1875rem
    }
    .vertical-section-promo-container .vertical-promo.employment .h4 .second-line {
        font-size: 3.125rem
    }
}

.vertical-section-promo-container .vertical-promo.pint-night {
    background-image: url(../img/bg-vertical-promo-pint-night.jpg)
}

.vertical-section-promo-container .vertical-promo.pint-night .h4 {
    font-size: 2.1875rem
}

.vertical-section-promo-container .vertical-promo.pint-night .h4 .second-line {
    display: block;
    color: #f19b3b;
    font-family: "Encode Sans", sans-serif;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    margin-top: 5px;
    letter-spacing: 4px
}

@media screen and (min-width: 960px) {
    .vertical-section-promo-container .vertical-promo.pint-night .h4 {
        font-size: 2.0625rem
    }
}

@media screen and (min-width: 1280px) {
    .vertical-section-promo-container .vertical-promo.pint-night .h4 {
        font-size: 3rem
    }
    .vertical-section-promo-container .vertical-promo.pint-night .h4 .second-line {
        font-size: 1.75rem
    }
}

.home>[class*="-container"].promo {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

.home>[class*="-container"].promo a {
    color: inherit;
    text-decoration: none;
    display: block;
    cursor: pointer
}

.home>[class*="-container"].promo .curved-line {
    max-width: 170px;
    margin: 10px auto
}

.home>[class*="-container"].promo .white-border {
    position: relative;
    color: white;
    display: block;
    max-width: 175px;
    margin: 15px auto 0;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-color: transparent white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home>[class*="-container"].promo .white-border:before,
.home>[class*="-container"].promo .white-border:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    height: 7px;
    border: 1px solid white;
    top: -7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.home>[class*="-container"].promo .white-border:after {
    top: auto;
    bottom: -7px
}

@media screen and (min-width: 640px) {
    .home>[class*="-container"].promo .white-border {
        margin-top: 25px
    }
}

.home>[class*="-container"].promo:hover .white-border {
    background-color: #f19b3b;
    border-color: #f19b3b;
    color: #292725
}

.home>[class*="-container"].promo:hover .white-border:before,
.home>[class*="-container"].promo:hover .white-border:after {
    border-color: #f19b3b
}

.post-type-archive-events .page-content {
    padding-top: 50px;
    padding-bottom: 50px
}

.post-type-archive-events .highlighted-block {
    padding-left: 15px;
    padding-right: 15px
}

form.events-form {
    max-width: 680px;
    display: block;
    margin: 0 auto
}

form.events-form .selector span {
    border-color: #f05147;
    background-color: #a42017;
    color: #f19b3b;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px
}

@media screen and (min-width: 960px) {
    form.events-form .selector span {
        font-size: 3.375rem
    }
}

form.events-form .selector span:after {
    background-image: url(../svg/src/icon-arrow-right-f19b3b.svg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    right: 10px;
    width: 20px;
    height: 30px;
    margin-top: -15px
}

@media screen and (min-width: 960px) {
    form.events-form .selector span:after {
        width: 52px
    }
}

form.events-form .selector select {
    top: 0;
    bottom: 0;
    height: 100%
}

form.events-form .date-row {
    max-width: 440px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

form.events-form .date-row .h4 {
    float: left;
    line-height: 74px;
    height: 74px;
    width: 13.6363636364%
}

@media screen and (min-width: 960px) {
    form.events-form .date-row .h4 {
        line-height: 66px;
        height: 66px;
        width: 25%
    }
}

form.events-form .date-row .selector {
    float: right;
    width: 86.3636363636%
}

@media screen and (min-width: 960px) {
    form.events-form .date-row .selector {
        width: 75%
    }
}

@media screen and (min-width: 960px) {
    form.events-form .date-row .selector span {
        font-size: 2.5rem;
        padding-top: 11px;
        padding-bottom: 11px
    }
}

.page-content {
    padding: 50px 0;
    background-color: white;
    position: relative;
    z-index: 1
}

.page-content.parallax-content {
    background-color: transparent;
    padding: 0
}

.page-content.highlighted-block {
    margin: 0
}

.page-content .row {
    width: 100%;
    overflow: hidden;
    position: relative
}

body {
    padding-top: 225px
}

@media screen and (min-width: 960px) {
    body {
        /*padding-top: 460px*/
    }
}

.internal-header {
    background: transparent center center no-repeat;
    background-size: cover;
    min-height: 180px;
    overflow: hidden;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    z-index: -999
}

@media screen and (min-width: 960px) {
    .internal-header {
        top: 0
    }
}

@media screen and (min-width: 960px) {
    .internal-header {
        min-height: 460px
    }
}

@media screen and (min-width: 1560px) {
    .internal-header {
        min-height: 520px
    }
}

.internal-header .h1 {
    position: relative;
    text-align: center;
    font-size: 2.8125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    color: white
}

.internal-header .h1:after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent url(../svg/bg-bottom-bun.svg) center center no-repeat;
    background-size: auto 100%
}

@media screen and (min-width: 640px) {
    .internal-header .h1 {
        margin: 0 20%
    }
}

@media screen and (min-width: 960px) {
    .internal-header .h1 {
        font-size: 4.375rem;
        line-height: 1
    }
    .internal-header .h1:after {
        bottom: -55px;
        height: 32px
    }
}

@media screen and (min-width: 1280px) {
    .internal-header .h1 {
        font-size: 5.3125rem
    }
    .internal-header .h1:after {
        bottom: -65px;
        height: 32px
    }
}

.parallax-window {
    min-height: 200px;
    background: transparent
}

@media screen and (min-width: 960px) {
    .parallax-window {
        min-height: 280px
    }
}

@media screen and (min-width: 1280px) {
    .parallax-window {
        min-height: 320px
    }
}

.shipping-information-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.shipping-information-container.show-me {
    max-height: 8000px;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s
}

.find-location-link {
    display: block;
    text-transform: uppercase;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 0.875rem;
    color: #55514e;
    text-decoration: none;
    margin-top: -10px;
    margin-bottom: 10px
}

.find-location-link:hover {
    text-decoration: underline
}

.page-content.category-navs {
    padding-top: 0;
    z-index: 10
}

.sticky-wrapper {
    overflow: hidden
}

.food-category-nav {
    display: none
}

@media screen and (min-width: 960px) {
    .food-category-nav {
        display: block;
        background-color: #292725;
        width: 100%;
        overflow: hidden;
        margin-bottom: 70px;
        text-align: center
    }
    .food-category-nav a {
        display: inline-block;
        padding: 15px;
        padding-left: 1.5625%;
        padding-right: 1.5625%;
        color: #fff;
        font-family: "Antonio-Bold", sans-serif;
        font-size: 1.25rem;
        text-transform: uppercase;
        text-decoration: none;
        translate: all 0.3s
    }
    .is-sticky .food-category-nav a {
        font-size: 1.125rem;
        padding-left: 1.0416666667%;
        padding-right: 1.0416666667%
    }
}

@media screen and (min-width: 960px) and (min-width: 1280px) {
    .food-category-nav a {
        padding: 20px;
        padding-left: 2.34375%;
        padding-right: 2.34375%
    }
}

@media screen and (min-width: 960px) {
    .food-category-nav a:hover,
    .food-category-nav a.active {
        color: #f19b3b
    }
    .is-sticky .food-category-nav {
        text-align: right;
        background-color: rgba(41, 39, 37, 0.7)
    }
    .is-sticky .food-category-nav a {
        padding-left: 1.25%;
        padding-right: 1.25%
    }
}

@media screen and (min-width: 960px) and (min-width: 1280px) {
    .is-sticky .food-category-nav a {
        font-size: 1.25rem;
        padding-left: 1.40625%;
        padding-right: 1.40625%
    }
}

@media screen and (min-width: 960px) {
    .category-form {
        display: none
    }
}

.category-form .selector {
    width: 100%
}

.category-form .selector span {
    border-radius: 0;
    border-color: #292725;
    background-color: #292725;
    color: #f19b3b;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.category-form .selector span:after {
    background-image: url(../svg/src/icon-arrow-right-f19b3b.svg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    right: 10px;
    width: 20px;
    height: 30px;
    margin-top: -15px
}

.is-sticky .category-form .selector span {
    border-color: transparent;
    background-color: rgba(41, 39, 37, 0.7);
    padding-left: 120px
}

@media screen and (min-width: 640px) {
    .is-sticky .category-form .selector span {
        padding-left: 175px
    }
}

.choose-location .selector span {
    border-color: #f05147;
    background-color: #a42017;
    color: #f19b3b;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px
}

@media screen and (min-width: 960px) {
    .choose-location .selector span {
        font-size: 3.375rem
    }
}

.choose-location .selector span:after {
    background-image: url(../svg/src/icon-arrow-right-f19b3b.svg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    right: 10px;
    width: 20px;
    height: 30px;
    margin-top: -15px
}

@media screen and (min-width: 960px) {
    .choose-location .selector span:after {
        width: 52px
    }
}

.choose-location .selector select {
    top: 0;
    bottom: 0;
    height: 100%
}

.page-id-6 .highlighted-block.sports {
    background-color: #292725;
    border-color: #55514e;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.sports {
        padding-top: 156px;
        padding-bottom: 134px
    }
}

.page-id-6 .highlighted-block.sports:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    height: 65px;
    background: transparent url(../svg/bg-sports-flags.svg) center 0 repeat-x;
    background-size: auto 100%
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.sports:before {
        height: 120px
    }
}

.page-id-6 .highlighted-block.sports .h5 {
    margin-bottom: 20px
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.sports .h5 {
        margin-bottom: 30px
    }
}

.page-id-6 .highlighted-block.sports .tv-blurb {
    max-width: 300px;
    height: 190px;
    margin: 0 auto;
    background: transparent url(../svg/bg-sports-black-block-blurb.svg) center center no-repeat;
    background-size: contain;
    padding: 18px 0 0 67px
}

.page-id-6 .highlighted-block.sports .tv-blurb .title {
    font-size: 3.4375rem;
    line-height: 62px;
    margin: 0
}

.page-id-6 .highlighted-block.sports .tv-blurb .sub-title {
    font-family: "Antonio-Bold", sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #c9c5c2;
    max-width: 160px
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.sports .tv-blurb {
        max-width: none;
        width: 708px;
        height: 235px;
        background-image: url(../svg/bg-sports-black-block-blurb-12.svg);
        background-size: contain;
        padding-top: 40px;
        padding-left: 100px
    }
    .page-id-6 .highlighted-block.sports .tv-blurb .title,
    .page-id-6 .highlighted-block.sports .tv-blurb .sub-title {
        float: left
    }
    .page-id-6 .highlighted-block.sports .tv-blurb .title {
        font-size: 5.3125rem;
        line-height: 1.1
    }
    .page-id-6 .highlighted-block.sports .tv-blurb .sub-title {
        font-size: 2.1875rem;
        line-height: 2.375rem;
        max-width: 270px;
        padding: 7px 0 0 20px
    }
}

.page-id-6 .highlighted-block.sports .bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.23;
    -webkit-transform: rotate(-30deg) scale(3.15);
    transform: rotate(-30deg) scale(3.15)
}

.page-id-6 .highlighted-block.sports .bg-img.burger {
    opacity: 0
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.sports .bg-img.football {
        left: 160px;
        bottom: 162px
    }
    .page-id-6 .highlighted-block.sports .bg-img.burger {
        left: auto;
        right: 185px;
        bottom: 210px;
        opacity: 0.04;
        -webkit-transform: rotate(18deg) scale(23);
        transform: rotate(18deg) scale(23)
    }
}

.page-id-6 .highlighted-block.goal {
    padding: 70px 10px 90px;
    background: #b7342b url(../svg/bg-sports-balls.svg) 70px 180px no-repeat;
    background-size: 130%
}

@media screen and (min-width: 640px) {
    .page-id-6 .highlighted-block.goal {
        background-position: 160px 10px;
        background-size: 100%
    }
}

@media screen and (min-width: 960px) {
    .page-id-6 .highlighted-block.goal {
        padding-top: 120px;
        padding-bottom: 220px;
        background-position: 560px 50px;
        background-size: 60%
    }
    .page-id-6 .highlighted-block.goal .h2 {
        font-size: 85px
    }
    .page-id-6 .highlighted-block.goal .h1 {
        font-size: 54px
    }
    .page-id-6 .highlighted-block.goal .h3 {
        font-size: 34px;
        max-width: 440px
    }
}

.page-id-6 .highlighted-block.goal .h1 {
    padding-right: 25%;
    margin-bottom: 0
}

.page-id-6 .the-line-up {
    overflow: hidden
}

.page-id-6 .the-line-up .curved-line {
    max-width: 150px;
    display: block;
    margin: 0 auto
}

.page-id-6 .the-line-up .provider-list {
    margin: 60px auto 80px;
    padding: 0;
    list-style: none;
    max-width: 280px
}

@media screen and (min-width: 640px) {
    .page-id-6 .the-line-up .provider-list {
        max-width: 620px
    }
}

@media screen and (min-width: 960px) {
    .page-id-6 .the-line-up .provider-list {
        max-width: 960px
    }
}

.page-id-6 .the-line-up .provider-list li {
    float: left;
    width: 48%
}

.page-id-6 .the-line-up .provider-list li:nth-of-type(2n) {
    float: right
}

.page-id-6 .the-line-up .provider-list li div {
    min-height: 120px;
    display: table;
    width: 100%
}

.page-id-6 .the-line-up .provider-list li img {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

@media screen and (min-width: 640px) {
    .page-id-6 .the-line-up .provider-list li {
        width: 31%;
        margin-right: 2%
    }
    .page-id-6 .the-line-up .provider-list li:nth-of-type(2n) {
        float: left
    }
    .page-id-6 .the-line-up .provider-list li:nth-of-type(3n) {
        float: right;
        margin-right: 0
    }
    .page-id-6 .the-line-up .provider-list li div {
        min-height: 200px
    }
}

.btn,
.gform_wrapper .gform_page_footer .button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    display: inline-block;
    padding: 11px 24px;
    margin-bottom: 18px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #6F1815;
    border: 1px solid #ffffff;
    outline: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.btn:hover:not([disabled]),
.gform_wrapper .gform_page_footer .button:hover:not([disabled]) {
    background-color: #b7342b;
}

.btn:focus,
.gform_wrapper .gform_page_footer .button:focus {
    border-color: #ffffff;
    background-color: #b7342b;
}

.btn[disabled],
.gform_wrapper .gform_page_footer [disabled].button {
    opacity: 0.5
}

@media screen and (max-width:639px) {
    .mobile-btn {
        display: inline-block;
        padding: 11px 24px;
        margin-bottom: 18px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 1.125rem;
        line-height: 1;
        background-color: #6F1815;
        border: 1px solid #ffffff;
        outline: none;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }
    .mobile-btn:hover:not([disabled]) {
        background-color: #b7342b;
    }
    .mobile-btn:focus {
        border-color: #ffffff;
        background-color: #b7342b;
    }
    .mobile-btn[disabled] {
        opacity: 0.5
    }
    .mobile-btn.hollow {
        background-color: transparent;
        color: #55514e;
        border-color: #96918e
    }
    .mobile-btn.hollow:hover {
        color: #eee;
        background-color: #96918e
    }
    .mobile-btn.hollow:focus {
        border-color: #55514e
    }
}

.btn.gold,
.gform_wrapper .gform_page_footer .gold.button {
    background-color: #d0822a;
    border-color: #f9b13d
}

.btn.gold:hover,
.gform_wrapper .gform_page_footer .gold.button:hover {
    background-color: #f19b3b
}

.btn.gold:focus,
.gform_wrapper .gform_page_footer .gold.button:focus {
    border-color: #d0822a
}

.btn.grey,
.gform_wrapper .gform_page_footer .grey.button {
    background-color: #55514e;
    border-color: #96918e
}

.btn.grey:hover,
.gform_wrapper .gform_page_footer .grey.button:hover {
    background-color: #96918e
}

.btn.grey:focus,
.gform_wrapper .gform_page_footer .grey.button:focus {
    border-color: #55514e
}

.btn.blue,
.gform_wrapper .gform_page_footer .blue.button {
    background-color: #2d4055;
    border-color: #4d5b6c
}

.btn.blue:hover,
.gform_wrapper .gform_page_footer .blue.button:hover {
    background-color: #4d5b6c
}

.btn.blue:focus,
.gform_wrapper .gform_page_footer .blue.button:focus {
    border-color: #2d4055
}

.btn.full-width,
.gform_wrapper .gform_page_footer .full-width.button {
    display: block;
    width: 100%
}

.column-row {
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    .column-row {
        margin: 30px 0
    }
    .column-row.two-col .column {
        float: left;
        width: 48.4375%
    }
    .column-row.two-col .column:nth-of-type(2n) {
        float: right
    }
    .column-row.three-col .column {
        float: left;
        width: 31.25%;
        margin-right: 3.125%
    }
    .column-row.three-col .column:nth-of-type(3n) {
        margin-right: 0
    }
}

.page-content.events-block .h4 {
    line-height: 1
}

.page-content.events-block .event-week-list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0
}

.page-content.events-block .event-week-list .event-week-list-item {
    overflow: hidden
}

.page-content.events-block .event-week-list .event-week-list-item .evemt-day {
    float: left
}

.page-content.events-block .event-week-list .event-week-list-item .event-date {
    color: #c9c5c2;
    text-transform: uppercase;
    float: right;
    text-align: right;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 0.875rem;
    margin-top: 3px
}

.page-content.events-block .event-week-list .event-week-list-item hr {
    margin: 40px 0
}

.page-content.events-block .event-week-list .event-week-list-item:last-of-type hr {
    display: none
}

.page-content.events-block .event-week-list .individual-event-list {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.page-content.events-block .event-week-list .individual-event-list>li {
    margin-bottom: 14px
}

.page-content.events-block .event-week-list .individual-event-list .event-title {
    font-weight: 900;
    font-family: "Encode Sans", sans-serif;
    font-size: 1.125rem;
    margin: 0;
    width: 100%;
    overflow: hidden
}

.page-content.events-block .event-week-list .individual-event-list .start_time {
    float: right;
    text-align: right;
    color: #f19b3b;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase
}

.gform_wrapper {
    display: block !important
}

.gform_wrapper h3.gform_title {
    color: #b7342b
}

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
    text-align: right;
    font-weight: 300
}

form {
    margin: 0;
    padding: 0
}

form .form-row {
    position: relative;
    clear: both
}

@media screen and (min-width: 640px) {
    form .form-row.half {
        width: 48%;
        float: left
    }
    form .form-row.half.last {
        float: right;
        clear: right
    }
    form .form-row.third {
        width: 31%;
        float: left;
        margin-right: 3.5%;
        clear: none
    }
    form .form-row.third.last {
        margin-right: 0
    }
}

form .form-row.required .selector span {
    border-color: #f6948e
}

form p {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-bottom: 3px
}

form p.bottom-note {
    color: #d0822a
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-text,
.input-txt,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    border: solid #c9c5c2 2px;
    border-radius: 0;
    color: #55514e;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none
}

.input-text:focus,
.input-txt:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: #55514e
}

.input-text.required,
.input-txt.required,
input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=tel].required,
textarea.required {
    border-color: #f6948e
}

.selector {
    position: relative;
    text-align: left !important;
    z-index: 10
}

.selector span {
    position: relative;
    display: block;
    padding: 10px 32px 10px 15px;
    background: #FFFFFF;
    border: solid #c9c5c2 2px;
    border-radius: 2px;
    color: #55514e;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.selector span:after {
    position: absolute;
    right: 0;
    top: 45%;
    display: block;
    height: 20px;
    width: 32px;
    margin-top: -10px;
    background: transparent url(../svg/src/icon-arrow-right-c9c5c2.svg) center center no-repeat;
    background-size: contain;
    content: ' ';
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector select {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: menulist-button
}

.selector textarea {
    min-height: 135px
}

div.radio,
div.checker {
    float: left;
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0;
    margin: 2px 5px 0 0
}

div.radio span,
div.radio input,
div.checker span,
div.checker input {
    width: 19px;
    height: 19px
}

div.radio span,
div.checker span {
    display: inline-block;
    position: relative;
    text-align: center;
    border: solid #c9c5c2 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

div.radio span.checked,
div.checker span.checked {
    background-color: #b7342b
}

div.radio input,
div.checker input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: none;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999
}

div.checker span.checked {
    border-color: #c6a875
}

div.checker span.checked:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '\00D7';
    color: #FFFFFF
}

div.radio span {
    border-radius: 50%
}

div.radio span.checked:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 7px;
    height: 7px;
    content: '';
    background-color: #FFFFFF;
    border-radius: 50%
}

.form-elem-checkradio {
    margin: 4px 0;
    line-height: 19px;
    float: left;
    margin-right: 10px
}

.form-elem-checkradio label {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    line-height: 19px
}

input[name=breathing] {
    display: none
}

.form-label-stacked li,
.form-label-stacked .field,
.form-label-stacked .form-row {
    margin-bottom: 12px
}

.form-label-stacked label:not(.label) {
    display: block;
    margin-bottom: 2px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 1;
    text-align: left
}

.form-label-stacked .label-inline {
    display: inline-block
}

.form-label-stacked .input-text,
.form-label-stacked .input-txt,
.form-label-stacked input[type=text],
.form-label-stacked input[type=password],
.form-label-stacked input[type=email],
.form-label-stacked input[type=number],
.form-label-stacked input[type=tel],
.form-label-stacked textarea,
.form-label-stacked select {
    width: 100%
}

.form-label-inline label:not(.label) {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 100;
    padding-left: 15px;
    cursor: text;
    line-height: 40px;
    -webkit-transition: font-size 0.25s ease, top 0.25s ease;
    transition: font-size 0.25s ease, top 0.25s ease
}

.form-label-inline .input-txt {
    width: 100%
}

.form-label-inline .form-row {
    margin-bottom: 28px
}

.form-label-inline:not(.form-label-fade) .form-row.label-up label {
    top: -12px;
    bottom: auto;
    font-size: 10px;
    line-height: 1
}

.form-label-inline.form-label-fade .form-row.label-up label {
    display: none
}

.highlighted-block {
    background-color: #b7342b;
    padding: 35px;
    border: 5px solid #d85850;
    margin: 20px 0px
}

@media screen and (min-width: 960px) {
    .highlighted-block {
        margin: 40px 0
    }
}

.highlighted-block p {
    color: white
}

.highlighted-block.grey {
    background-color: #e6e4e3;
    border-color: #c9c5c2
}

.highlighted-block.grey .h1,
.highlighted-block.grey p {
    color: #55514e
}

.highlighted-block.center {
    text-align: center
}

hr,
.hr {
    display: block;
    width: 100%;
    outline: none;
    height: 8px;
    border: 2px solid;
    border-color: #c9c5c2 transparent;
    margin: 30px auto;
    clear: both
}

hr.shorty,
.hr.shorty {
    max-width: 200px
}

hr.light-red,
.hr.light-red {
    border-color: #f05147 transparent
}

.menu-list {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0;
    margin: 0;
    list-style: none
}

@media screen and (min-width: 640px) {
    .menu-list {
        margin-top: 45px
    }
}

@media screen and (min-width: 960px) {
    .menu-list {
        margin-top: 75px
    }
}

.menu-list-item {
    display: block;
    width: 100%;
    margin-bottom: 40px
}

.menu-list-item.red-flyout {
    border: 5px solid #d85850;
    background-color: #b7342b;
    color: white;
    padding: 20px
}

.menu-list-item.red-flyout .big-item-title,
.menu-list-item.red-flyout .item-title {
    color: white
}

@media screen and (min-width: 960px) {
    .menu-list-item {
        float: left;
        display: inline;
        width: 48.3870967742%;
        margin-left: 0.8064516129%;
        margin-right: 0.8064516129%
    }
    .menu-list-item:nth-of-type(2n+1) {
        clear: left
    }
}

.menu-list-item.full {
    display: block;
    width: 100%;
    overflow: hidden;
    float: none;
    margin-bottom: 10px
}

.menu-list-item .big-item-title {
    margin-bottom: 7px
}

.menu-list-item .item-title {
    margin: 0;
    padding-right: 13.8888888889%;
    position: relative
}

.menu-list-item .item-title .more-teaser {
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    cursor: pointer;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    background: transparent url(../svg/src/icon-menu-more-arrow.svg) right center no-repeat;
    background-size: auto 90%
}

@media screen and (min-width: 640px) {
    .menu-list-item .item-title .more-teaser {
        display: none
    }
}

@media screen and (min-width: 960px) {
    .menu-list-item .item-title {
        margin-bottom: 12px;
        float: left;
        width: 93.3333333333%
    }
}

.menu-list-item .price {
    display: none;
    color: #f19b3b;
    margin: 0;
    font-family: "Antonio-Bold", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

.single-our-restaurants .menu-list-item .price {
    display: block
}

.menu-list-item .price>span {
    display: block
}

.menu-list-item .price>span>span {
    color: #96918e
}

@media screen and (min-width: 960px) {
    .menu-list-item .price {
        float: right;
        width: 6.6666666667%;
        margin-top: 11px
    }
}

.menu-list-item .description {
    clear: both;
    margin-bottom: 4px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.menu-list-item .description.show {
    margin-bottom: 4px;
    max-height: 100px;
    opacity: 1;
    -webkit-transition-delay: opacity 0.3s;
    transition-delay: opacity 0.3s
}

@media screen and (min-width: 640px) {
    .menu-list-item .description {
        margin-bottom: 4px;
        max-height: 100%;
        opacity: 1
    }
}

.menu-list.soups {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.menu-list.soups .price {
    width: 100%;
    overflow: hidden
}

.menu-list.soups .price>span {
    width: 50%;
    float: left
}

@media screen and (min-width: 960px) {
    .menu-list.soups {
        max-width: none
    }
    .menu-list.soups .menu-list-item .item-title {
        width: 73.3333333333%
    }
    .menu-list.soups .menu-list-item .price {
        float: right;
        width: 26.6666666667%
    }
}

.header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    padding-top: 16px;
    background-color: #292725;
    border-bottom: 2px solid #55514e;
    z-index: 100
}

@media screen and (min-width: 960px) {
    .header-main {
        background-color: rgba(41, 39, 37, 0.75)
    }
}

.header-main .header-logo {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 90px;
    height: 90px;
    text-indent: -9999px;
    background: transparent url(../img/logo-cah-header.png) center center no-repeat;
    background-size: contain
}

.header-main .header-logo:before,
.header-main .header-logo:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 125%;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.header-main .header-logo:after {
    top: -13px;
    left: -13px;
    border-bottom: 1px solid #b8b8b8
}

.header-main .header-logo:before {
    top: -8px;
    left: -8px;
    background-color: #292725;
    border-bottom: 1px solid white
}

@media screen and (min-width: 640px) {
    .header-main .header-logo {
        top: 12px;
        left: 20px;
        width: 141px;
        height: 141px
    }
    .header-main .header-logo:after {
        top: -26px;
        left: -26px
    }
    .header-main .header-logo:before {
        top: -21px;
        left: -21px
    }
}

@media screen and (min-width: 960px) {
    .header-main .header-logo {
        top: 17px
    }
}

@media screen and (min-width: 1280px) {
    .header-main .header-logo {
        top: 18px;
        width: 200px;
        height: 200px
    }
}

.header-main [class*="icon-nav"] {
    display: none;
    color: white
}

.header-main [class*="icon-nav"] a {
    color: inherit;
    text-decoration: none
}

.header-main [class*="icon-nav"].utility {
    display: block;
    float: right;
    margin-right: 6px
}

.header-main [class*="icon-nav"].utility a {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    color: #e6e4e3;
    padding-top: 6px
}

.header-main [class*="icon-nav"].utility a svg {
    display: block;
    height: 28px;
    width: 28px;
    margin: 0 auto;
    fill: #e6e4e3
}

@media screen and (max-width: 639px) {
    .header-main [class*="icon-nav"].utility a.events {
        display: none
    }
}

.header-main [class*="icon-nav"].utility a:hover {
    color: #cb2127
}

.header-main [class*="icon-nav"].utility a:hover svg {
    fill: #cb2127
}

.header-main .mobil-menu-trigger {
    float: left;
    color: white;
    font-size: 1.625rem;
    font-family: "Antonio-Bold", sans-serif;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 114px
}

.header-main .mobil-menu-trigger svg {
    fill: white;
    width: 28px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0
}

.header-main .mobil-menu-trigger svg.i-close {
    display: none
}

.header-main .mobil-menu-trigger.active {
    color: #cb2127
}

.header-main .mobil-menu-trigger.active svg {
    fill: #cb2127
}

@media screen and (min-width: 640px) {
    .header-main .mobil-menu-trigger {
        margin-left: 165px
    }
}

@media screen and (min-width: 960px) {
    .header-main .mobil-menu-trigger {
        display: none
    }
}

@media screen and (min-width: 640px) {
    .header-main [class*="icon-nav"].utility a {
        margin-left: 10px
    }
}

@media screen and (min-width: 960px) {
    .header-main {
        height: 90px
    }
    .header-main [class*="icon-nav"].utility a {
        width: 80px;
        height: auto;
        text-align: center;
        text-transform: uppercase;
        font-family: "Encode Sans", sans-serif;
        font-size: 0.625rem;
        line-height: 1;
        margin: 0
    }
    .header-main [class*="icon-nav"].utility a svg {
        margin-bottom: 10px
    }
    .header-main [class*="icon-nav"].social-media {
        float: right;
        display: inline;
        max-width: 70px;
        margin-top: 2px
    }
    .header-main [class*="icon-nav"].social-media a {
        width: 20px;
        height: 20px;
        margin: 0 0 10px 15px;
        float: left
    }
    .header-main [class*="icon-nav"].social-media a svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: #96918e
    }
    .header-main [class*="icon-nav"].social-media a:hover svg {
        fill: white
    }
}

@media screen and (min-width: 1280px) {
    .header-main [class*="icon-nav"].utility a {
        width: auto;
        text-align: left;
        text-transform: uppercase;
        font-family: "Encode Sans", sans-serif;
        font-size: 1rem;
        line-height: 40px;
        margin: 0 40px 0 0
    }
    .header-main [class*="icon-nav"].utility a svg {
        display: inline-block;
        vertical-align: top;
        margin-right: 12px;
        margin-top: 5px;
        margin-bottom: 0
    }
    .header-main [class*="icon-nav"].social-media {
        max-width: none;
        margin-top: 15px;
        overflow: hidden
    }
    .header-main [class*="icon-nav"].social-media a {
        margin: 0 2px 0 10px
    }
    .header-main [class*="icon-nav"].social-media a svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: #96918e
    }
}

.bg-red-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    background-color: rgba(110, 25, 20, 0.9);
    padding: 0;
    border-bottom: 2px solid #f8b03c;
    z-index: 20;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.bg-red-container.desktop-subs {
    top: 90px
}

.show-mobile-nav .mobile-nav-container,
.show-subs .desktop-subs {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.show-mobile-nav .mobile-nav-container {
    padding: 45px 0 25px
}

.navigation-elem>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation-elem>ul>li {
    display: block
}

.navigation-elem>ul>li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-family: "Antonio-Bold", sans-serif
}

@media screen and (min-width: 960px) {
    .mobile-nav.navigation-elem {
        display: none
    }
}

.mobile-nav-container .mobile-nav-list.main {
    margin-bottom: 10px
}

.mobile-nav-container hr {
    background-color: #b7342b;
    height: 2px;
    width: 50px;
    outline: none;
    border: none;
    margin: 0;
    margin-left: 6.25%
}

@media screen and (min-width: 640px) {
    .mobile-nav-container hr {
        margin-left: 25%
    }
}

.mobile-nav-container .mobile-nav-list.secondary {
    position: relative;
    margin-top: 18px
}

.mobile-nav-container .mobile-nav-list.secondary:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    background-color: #b7342b
}

.mobile-nav-container .mobile-nav-list.secondary>li a {
    font-family: "Antonio-Bold", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.mobile-nav-container .navigation-elem>ul {
    padding-left: 6.25%
}

@media screen and (min-width: 640px) {
    .mobile-nav-container .navigation-elem>ul {
        padding-left: 25%
    }
}

.mobile-nav-container .navigation-elem>ul>li a {
    font-size: 2.125rem;
    line-height: 3rem
}

.mobile-nav-container .navigation-elem>ul>li .sub-list a,
.mobile-nav-container .navigation-elem>ul>li .sub-menu a {
    color: #f8b03c;
    font-size: 1.5rem;
    line-height: 2.375rem
}

.mobile-nav-container .mobile-nav-list .sub-list,
.mobile-nav-container .mobile-nav-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 37px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s
}

.mobile-nav-container .mobile-nav-list .sub-list.active,
.mobile-nav-container .mobile-nav-list .sub-menu.active {
    max-height: 600px
}

.desktop-nav-items {
    display: none
}

@media screen and (min-width: 960px) {
    .desktop-nav-items {
        display: block;
        float: left;
        margin-left: 170px
    }
    .desktop-nav-items a {
        float: left;
        padding: 0 10px;
        font-family: "Antonio-Bold", sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        font-size: 1.625rem;
        line-height: 54px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
    }
    .desktop-nav-items a:hover,
    .desktop-nav-items a.active {
        color: #cb2127
    }
}

@media screen and (min-width: 1280px) {
    .desktop-nav-items {
        margin-left: 260px
    }
}

.desktop-subs {
    padding: 0
}

.desktop-subs .page-wrapper {
    max-width: 79.1666666667%;
    margin: 0 0 0 180px
}

@media screen and (min-width: 1280px) {
    .desktop-subs .page-wrapper {
        max-width: 71.875%;
        margin-left: 270px
    }
}

@media screen and (min-width: 1560px) {
    .desktop-subs .page-wrapper {
        max-width: 1100px
    }
}

.desktop-subs .sub {
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    max-height: 1000px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    opacity: 0;
    max-height: 0
}

.desktop-subs .sub.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    max-height: 1200px
}

.desktop-subs .back-link,
.desktop-subs p {
    display: block;
    color: #f19b3b;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 2px 0;
    margin-bottom: 20px
}

.desktop-subs .back-link.white,
.desktop-subs p.white {
    color: white
}

.desktop-subs .back-link.location-address,
.desktop-subs .back-link.location-phone,
.desktop-subs p.location-address,
.desktop-subs p.location-phone {
    padding-left: 35px;
    position: relative
}

.desktop-subs .back-link.location-address svg,
.desktop-subs .back-link.location-phone svg,
.desktop-subs p.location-address svg,
.desktop-subs p.location-phone svg {
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    fill: #f19b3b
}

.desktop-subs .h2 {
    color: white;
    font-family: "Antonio-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 2.75rem;
    line-height: 3.125rem;
    margin-bottom: 20px
}

.desktop-subs .submenu-link-list {
    list-style: none;
    margin: 72px 0 68px;
    padding: 0;
    width: 100%;
    overflow: hidden
}

.desktop-subs .submenu-link-list li {
    float: left;
    width: 33.3333333333%;
    color: white;
    font-family: "Antonio-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 3.125rem;
    border-right: 1px solid #b7342b
}

@media screen and (min-width: 1280px) {
    .desktop-subs .submenu-link-list li {
        font-size: 2.625rem
    }
}

.desktop-subs .submenu-link-list li:nth-of-type(1n+4) {
    margin-top: 60px
}

.desktop-subs .submenu-link-list li:nth-of-type(4) {
    clear: left
}

.desktop-subs .submenu-link-list li:nth-of-type(4) a,
.desktop-subs .submenu-link-list li:first-of-type a {
    padding-left: 0
}

.desktop-subs .submenu-link-list li:nth-of-type(3),
.desktop-subs .submenu-link-list li:last-of-type {
    border-right-color: transparent
}

.desktop-subs .submenu-link-list li:nth-of-type(3) a,
.desktop-subs .submenu-link-list li:last-of-type a {
    padding-right: 0
}

.desktop-subs .submenu-link-list li a {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    padding: 0 26px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.desktop-subs .submenu-link-list li a:hover {
    color: #f19b3b
}

.desktop-subs .submenu-location-non-geo.show {
    padding: 30px 0 20px;
    min-height: 350px
}

.desktop-subs .submenu-location-non-geo .city-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden
}

.desktop-subs .submenu-location-non-geo .city-list li {
    display: inline;
    width: 34%;
    float: left
}

.desktop-subs .submenu-location-non-geo .city-list li a {
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 2rem
}

.desktop-subs .submenu-location-non-geo .states-container {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.desktop-subs .submenu-location-non-geo .cities-container {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.desktop-subs .submenu-location-non-geo .cities-container.show {
    max-height: 600px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.desktop-subs .submenu-location-geo a {
    text-decoration: none
}

.desktop-subs .submenu-location-geo.show {
    padding: 20px 0 35px
}

.desktop-subs .submenu-location-geo .back-link,
.desktop-subs .submenu-location-geo .h2 {
    margin-bottom: 34px
}

.desktop-subs .submenu-location-geo .location-details-container {
    float: left;
    width: 50%;
    width: 50%
}

.desktop-subs .submenu-location-geo .location-links-container {
    float: right;
    width: 44.4444444444%;
    padding-top: 8px
}

.desktop-subs .submenu-location-geo .btn,
.desktop-subs .submenu-location-geo .gform_wrapper .gform_page_footer .button,
.gform_wrapper .gform_page_footer .desktop-subs .submenu-location-geo .button {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(82, 8, 4, 0.5)
}

.desktop-subs .submenu-location-geo .btn:hover,
.desktop-subs .submenu-location-geo .gform_wrapper .gform_page_footer .button:hover,
.gform_wrapper .gform_page_footer .desktop-subs .submenu-location-geo .button:hover {
    background-color: #520804
}

.desktop-subs .submenu-location-geo .btn.gold,
.desktop-subs .submenu-location-geo .gform_wrapper .gform_page_footer .gold.button,
.gform_wrapper .gform_page_footer .desktop-subs .submenu-location-geo .gold.button {
    color: #f19b3b
}

.footer-main {
    position: relative;
    z-index: 10;
    clear: both;
    background: #1f1d1c url(../svg/bg-footer-aleyeah.svg) right bottom no-repeat;
    padding: 18px 0 22px;
    margin-bottom: -50px;
}

@media screen and (min-width: 640px) {
    .footer-main {
        padding-top: 35px
    }
}

@media screen and (min-width: 960px) {
    .footer-main {
        padding-top: 35px
    }
}

.footer-main .page-wrapper {
    width: 100%;
    overflow: hidden
}

.footer-main .footer-navigation {
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px
}

.footer-main .footer-navigation a {
    float: left;
    color: #e6e4e3;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    text-decoration: none;
    margin-right: 10px
}

.footer-main .footer-navigation a:hover {
    text-decoration: underline
}

@media screen and (min-width: 640px) {
    .footer-main .footer-navigation a {
        margin-left: 15px
    }
}

@media screen and (min-width: 1280px) {
    .footer-main .footer-navigation a {
        margin-left: 8px;
        font-size: 17px
    }
}

@media screen and (min-width: 640px) {
    .footer-main .footer-navigation {
        float: left;
        margin-top: 7px;
        width: 100%;
    }
}

.footer-main .notices {
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 960px) {
    .footer-main .notices {
        float: right;
        width: 230px;
        text-align: right
    }
}

@media screen and (min-width: 1280px) {
    .footer-main .notices {
        width: 300px
    }
}

.footer-main .notices p {
    margin: 0;
    color: #96918e;
    font-size: 0.75rem;
    line-height: 0.875rem
}

@media screen and (min-width: 640px) {
    .footer-main .notices p {
        float: left;
        width: 50%
    }
}

@media screen and (min-width: 960px) {
    .footer-main .notices p {
        float: none;
        width: 100%
    }
}

.footer-main .notices a {
    color: inherit;
    text-decoration: none
}

.footer-main .copyright {
    margin-bottom: 9px !important
}

.footer-main .break {
    display: block
}

@media screen and (min-width: 1280px) {
    .footer-main .break {
        display: inline
    }
}

@media screen and (min-width: 640px) {
    .footer-main .trimark {
        text-align: right
    }
}


/*# sourceMappingURL=main.css.map */


/*Popup CSS*/

.cah-pu-container {
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}

.cah-pu {
    display: flex;
    box-sizing: border-box;
    padding: 1.5rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    max-width: 98%;
    flex-direction: column;
    background: white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.pu-header {
    border-bottom: 1px solid #aaa;
}

.cah-pu>* {
    margin: .5rem auto;
    width: 100%;
}

.pu-footer .btn {
    margin: 0 .25rem;
}

.pu-title {
    margin: 0;
    line-height: 1.5rem;
}

.pu-header {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
}

a.pu-close-btn {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    background-color: #9F0606;
    color: white;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
}

.pu-footer {
    display: flex;
    justify-content: flex-end;
}


/*End Popup CSS*/