body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}
main {
    flex: 1 0 auto;
    z-index: 700;
}
main .top-container {
    padding-top: 50px;
}

.novignette {
    margin-top: 55px;
}


/* NEW 2025 Holiday FONTS ....................................... */

.cincin {
  font-family: 'cincin';
  font-weight: normal;
  font-style: normal;
}

.californiaoranges {
  font-family: 'californiaoranges';
  font-weight: normal;
  font-style: normal;
}

.hiqual {
  font-family: 'hiqual';
  font-weight: normal;
  font-style: normal;
}


/* NEWER UPDATED FONTS ....................................... */
.origin-super-condensed {
  font-family: "origin-super-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.filosofia-lining {
  font-family: "filosofia-lining", serif;
  font-weight: 400;
  font-style: normal;
}

.filosofia-grand {
  font-family: "filosofia-grand", serif;
  font-weight: 700;
  font-style: normal;
}

.logic-monospace {
  font-family: "logic-monospace", mono;
  font-weight: 500;
  font-style: normal;
}


.thirstyscript {
font-family: "thirsty-script", sans-serif;
font-weight: 400;
font-style: normal;
}

.thirstyscriptbold {
font-family: "thirsty-script", sans-serif;
font-weight: 700;
font-style: normal;
}

.cheappinedouble {
font-family: cheap-pine, sans-serif;
font-weight: 400;
font-style: normal;
}

.burford {
    font-family: 'BurfordBase';
    font-style: normal;
    font-weight: normal;
}

.burfordmarquee {
    font-family: 'BurfordMarquee';
    font-style: normal;
    font-weight: normal;
}

.burfordmarquee h1 {
    font-size: 7rem;
    margin: 2rem 0 -1.5rem 0;
    letter-spacing: -5px;
    line-height: 7rem;
}

.burfordmarquee h5 {
    font-size: 2.5rem;
}

.smoothie {
  font-family: 'Smoothie';
  font-style: normal;
  font-weight: normal;
}

.boho {
    font-family: 'BohoSerif';
    font-style: normal;
    font-weight: normal;
}

.bohoscript {
    font-family: 'BohoScript-Bold';
    font-style: normal;
    font-weight: normal;
}

.cheappine {
    font-family: 'CheapPine-Sans';
    font-style: normal;
    font-weight: normal;
}

.textabold {
    font-family: 'Texta-Bold';
    font-style: normal;
    font-weight: normal;
}


/* OLD FONTS ....................................... */

.trendsansone {
    font-family: 'TrendSansOne';
    font-style: normal;
    font-weight: normal;
}

.trendsansfive {
    font-family: 'TrendSansFive';
    font-style: normal;
    font-weight: normal;
}

.trendhmslabone {
    font-family: 'TrendHMSlabOne';
    font-style: normal;
    font-weight: normal;
}

.kavalerkursive {
    font-family: 'KavalerKursive';
    font-style: normal;
    font-weight: normal;
}

.stationthree {
    font-family: 'StationNo-Three';
    font-style: normal;
    font-weight: normal;
}

.letrista {
    font-family: 'LetristaScript';
    font-style: normal;
    font-weight: normal;
}














.dropshadow {
-webkit-box-shadow: 2px 4px 9px 1px rgba(50, 50, 50, 0.36);
-moz-box-shadow:    2px 4px 9px 1px rgba(50, 50, 50, 0.36);
box-shadow:         2px 4px 9px 1px rgba(50, 50, 50, 0.36);
}

.lightwoodbg {
background: url('../img/wood-bg-3.jpg');
}

.btn {
    font-family: 'BurfordBase';
    font-style: normal;
    font-weight: normal;
    background-color: #cc3333;
    font-size: 18px;
    padding: 1px 15px 0 15px;
    height: 40px;
    line-height: 40px;
    letter-spacing: .05rem;
}

.btnmenu {

padding: 1px 15px 0 15px;
height: 30px;
line-height: 32px;
margin-bottom: 5px;
width: 175px;
}

.btn:hover {
    background-color: #990000;
}
.btn:focus {
    background-color: #cc3333;
}
.btn.alt, .btn.alt:focus {
    background-color: #69bcaf;
}
.btn.alt:hover {
    background-color: #3f9688;
}
blockquote {
    border-left: 5px solid #cc3333;
}

.mylubys {
    font-size:1.4rem;
}

/* HELPERS ------------------------------------------------------------------ */
.img-full-mid {
    width: 100%;
    vertical-align: middle;
}
.center-background {
    background-position: center center;
    background-size: cover;
}
.shadow-inset {
    box-shadow: inset 0 0 100px #000;
}
.shadow-inset-light {
    box-shadow: inset 0 0 50px #333;
}
.plax {
    background-size: 100%;
    background-position: 50% 0px;
}
.plax.repeatable {
    background-size: initial;
    background-repeat: repeat;
}
.section-padding {
    padding: 200px 0;
}
.section-padding-small {
    padding: 100px 0;
}
.toast {
    word-break: break-word;
}
/* END HELPERS -------------------------------------------------------------- */

.title.plax {
    padding-top: 64px;
}
.title.plax h1 {
    margin: 0;
}
.title.plax h5 {
    margin: 0;
}
.careers .content {
    padding: 2rem 0;
}
.careers .disclaimer {
    margin-top: 2rem;
    font-size: .8rem;
    font-style: italic;
}
.careers .title {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.careers ul {
    padding-left: 3.5rem;
}
.careers ul li {
    list-style-type: disc;
}
.careers .development-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.careers .development-links .development-link {
    margin: 0 .25rem;
}

.menu .title {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.vignettegeneral .title {
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.group-dining .title {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.covercentercenter {
    background-size: cover;
    background-position: center center;
}

.covercentertop {
    background-size: cover;
    background-position: center top;
}


/* FORMS ---------------------------------------------------------------- */
.form ul {
    padding-left: 0;
}
.form ul li {
    list-style-type: none;
}


.form .picker__date-display {
    background-color: rgba(204,51,51,.8);
}
.form .picker__weekday-display {
    background-color: rgba(204,51,51,1);
}
.form .picker__nav--prev:before {
    border-right: 0.75em solid #3e3e40;
}
.form .picker__nav--next:before {
    border-left: 0.75em solid #3e3e40;
}
.form .picker__select--month.browser-default, .form .picker__select--year.browser-default {
    font-size: .9rem;
}
.form .picker__day--selected, .form .picker__day--selected:hover, .form .picker--focused .picker__day--selected {
    background-color: #cc3333;
}
.form .picker__day.picker__day--today {
    color: #f3d482;
}
.form .form-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.form .fa-container {
    position: relative;
}
.form .fa-loading-container {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.form .fa-loading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}
.form .fa-loading #form-loader {

}
.form .fa-message {
    text-align: center;
    margin-top: .5rem;
}
.form .fa-action {
    text-align: center;
    position: relative;
    z-index: 1;
}
.form #form-btn:disabled {
    opacity: .35;
}
.form .form-response {
    display: none;
}
.form #form-response {
    font-size: 1rem;
    font-weight: bold;
}
.form #form-response.success {
    color: blue;
}
.form #form-response.error {
    color: red;
    font-style: italic;
}


/* END FORMS ------------------------------------------------------------ */

/* FOOTER --------------------------------------------------------------- */
footer.page-footer {
    background-color: #3e3e40;
    margin-top: 0;
}

.footer-copyright .fc-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.footer-copyright .fc-container .fc-links {
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}
.footer-copyright .fc-container .fcl-desc {
    font-size: .8rem;
}
.footer-copyright .fc-container .fc-links a {
    margin: 0 3px;
}
.footer-copyright .fc-container .fc-links a img {
    height: 40px;
    vertical-align: middle;
}
.fa {
    padding-right: 5px;
}
.fa-3x {
    font-size: 2.5rem;
}

.fc-copyright .ft-form {
    font-size: .75rem;
}

footer.page-footer .footer-copyright {
    line-height: 25px;
}

.fc-container .fc-copyright a {
    font-size: .75rem;
    color: #fff;
}

.white-text {
    /* font-family: 'BohoScript-Bold'; */
      font-family: 'BurfordBase';
}

footer.page-footer .f-links{
    font-family: 'CheapPine-Sans';
    font-size: 1.3rem;
    line-height: 1.6rem
}
/* END FOOTER --------------------------------------------------------------- */

/* MY STORE ----------------------------------------------------------------- */

#mystore {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
}
#mystore .ms-container {
    position: relative;
}
#mystore .ms-small {
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -60px;
    right: 0;
    cursor: pointer;
    color: #fff;
    padding: .75rem 1rem .5rem 1rem;
    background-color: #cc3333;
    border-radius: 4px 0 0 0;
    -webkit-transition: background-color .3s ease-out, box-shadow 1s, bottom .3s ease-in-out;
    transition: background-color .3s ease-out, box-shadow 1s, bottom .3s ease-in-out;
}
#mystore .ms-small.active {
    bottom: 0;
}
#mystore .ms-small:hover {
    background-color: #990000;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
#mystore .ms-icon {

}
#mystore .ms-icon .material-icons {
    font-size: 1.65rem;
    vertical-align: sub;
    padding-right: .25rem;
    line-height: 1.65rem;
}
#mystore .ms-text {
    white-space: nowrap;
    font-size: 1.15rem;
}
#mystore .ms-large {
    background-color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: -100vw;;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    -webkit-transition: box-shadow 1s, right .5s, bottom .5s;
    transition: box-shadow 1s, right .5s, bottom .5s;
}
#mystore .ms-large.active {
    right: 0;
}
#mystore .ms-large:hover {
    box-shadow: 0 0 35px rgba(0,0,0,.5);
}
#mystore .ms-box {
    display: flex;
    flex-direction: row;
}
#mystore .ms-info {
    min-width: 300px;
}
#mystore .ms-title {
    background-color: #cc3333;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 1.7rem;
    line-height: 1.8rem;
}
#mystore .ms-location {
    padding: 1rem;
    font-size: .8rem;
}
#mystore .ms-hours {
    font-size: 1rem;
    line-height: 1.25rem;
}
#mystore .ms-address {
    margin-top: .5rem;
}
#mystore .ms-phone {

}
#mystore .ms-actions {
    width: 200px;
}
#mystore .ms-actions .ms-action {
    height: 33.33%;
}
#mystore .ms-actions .ms-action a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
#mystore .ms-actions .ms-action:first-child a {
    border-top: none;
}
#mystore .ms-actions .ms-action:last-child a {
    border-bottom: none;
}
#mystore .ms-actions .ms-action a#msa-menu {
    background-color: #69bcaf;
}
#mystore .ms-actions .ms-action a#msa-menu:hover {
    background-color: #4D8C82;
}
#mystore .ms-actions .ms-action a#msa-location {
    background-color: #f3d482;
}
#mystore .ms-actions .ms-action a#msa-location:hover {
    background-color: #C9B06D;
}
#mystore .ms-actions .ms-action a#msa-directions {
    background-color: #3e3e40;
}
#mystore .ms-actions .ms-action a#msa-directions:hover {
    background-color: #202021;
}
#mystore .ms-actions .ms-action .material-icons {

}
#mystore .ms-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #cc3333;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
#mystore .ms-close:hover {
    background-color: #990000;
}
#mystore .ms-close .material-icons {
    font-size: 3rem;
    color: #fff;
}
/* END MY STORE ------------------------------------------------------------- */

/* NAVIGATION --------------------------------------------------------------- */
header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 800;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -ms-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}
header.hide-nav {
    top: -64px;
}
header.resized.hide-nav {
    top: -100px;
}
header nav {
    background-color: rgba(255,255,255,.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header.invisible nav {
    background-color: rgba(255,255,255,.75);
    box-shadow: none;
}
header nav .button-collapse i {
    color: rgba(0,0,0,.87);
    font-size: 32px;
}
header nav ul a {
    /* color: #f3d482; */
    color: #503f13;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 1px #666; */
    font-size: 1.85rem;
    /*transition: all .2s linear;*/
    /*font-family: 'TrendSansOne';*/
    font-family: 'CheapPine-Sans';
    text-align: center;
}
header nav ul a.double {
    line-height: 65%;
    padding: 14px 10px;
}
header.resized nav ul li a {
    font-size: 1.85rem;
}
header .brand-logo {
    width: 150px;
    /*transition: all .2s linear;*/
}
header.resized .brand-logo {
    width: 150px;
}
header .sidenav-right-toggle .material-icons {
    font-size: 32px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.side-nav a {
    padding: 0 16px;
    font-size: 1.15rem;
    font-weight: 300;
    text-transform: uppercase;
}
.side-nav a:hover {
    background-color: rgba(243,212,130,.35);
}
#sidenav-right {
    background-color: #cc3333;
}
#sidenav-right li a {
    color: #fff;
}
#sidenav-right li.more-info {
    font-family: 'BurfordMarquee';
    padding: 16px 16px 0 16px;
    font-size: 3.55rem;
    letter-spacing: -0.2rem;
    color: #fff;
}
/* END NAVIGATION ----------------------------------------------------------- */

@media only screen and (min-width: 601px) {
    header nav, header nav .nav-wrapper i, header nav a.button-collapse, header nav a.button-collapse i {
        height: 64px;
        line-height: 64px;
    }
    header.resized nav, header.resized nav .nav-wrapper i, header.resized nav a.button-collapse, header.resized nav a.button-collapse i {
        height: 80px;
        line-height: 80px;
    }
}
@media screen and (max-width:1400px) {
    .footer-copyright .fc-container .fcl-desc {
        font-size: .7rem;
    }
    .footer-copyright .fc-container .fc-links a {
        margin: 0 2px;
    }
    .footer-copyright .fc-container .fc-links a img {
        height: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    header nav ul a {
        padding: 0 10px;
        letter-spacing: -0.06rem;
    }
    .footer-copyright .fc-container .fcl-desc {
        width: 100px;
        line-height: .9rem;
        margin-top: 15px;
    }
    .footer-copyright .fc-container .fc-links a {
        margin: 0 2px;
    }
    .footer-copyright .fc-container .fc-links a img {
        height: 34px;
    }
    .careers .development-links .development-link {
        font-size: 11px;
        padding: 1px 10px 0 10px;
    }
}
@media only screen and (max-width: 992px) {
    header nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    footer.page-footer .footer-copyright {
        height: 100px;
    }
    .footer-copyright .fc-container {
        flex-direction: column-reverse;
    }
    .footer-copyright .fc-container .fcl-desc {
        width: 115px;
        margin-top: 12px;
        font-size: .8rem;
    }
    .footer-copyright .fc-container .fc-links a {
        margin: 0 3px;
    }
    .footer-copyright .fc-container .fc-links a img {
        height: 42px;
    }
    .fc-container .fc-copyright a {
        text-align: center;
    }
    #mystore .ms-small {
        padding: .5rem .75rem .25rem .75rem;
    }
    #mystore .ms-text {
        font-size: 1rem;
    }
    #mystore .ms-icon .material-icons {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .careers .title {
        height: 300px;
    }
    .careers .development-links {
        flex-direction: column;
    }
    .careers .development-links .development-link {
        font-size: 12px;
        padding: 1px 15px 0 15px;
        margin: .25rem 0;
        width: 300px;
    }
}
@media only screen and (max-width: 600px) {
    header .brand-logo {
        width: 150px;
    }
    header nav .button-collapse i {
        font-size: 2.25rem;
    }
    footer.page-footer .footer-copyright {
        height: 150px;
    }
    .footer-copyright .fc-container .fc-links {
        flex-direction: column;
        height: 100px;
        line-height: 50px;
    }
    .footer-copyright .fc-container .fcl-desc {
        width: 100%;
        margin-top: auto;
        line-height: 50px;
        font-size: 1rem;
        text-align: center;
    }
    #mystore .ms-text {
        font-size: 1rem;
    }
    #mystore .ms-small {
        padding: .75rem .5rem .5rem .75rem;
    }
    #mystore .ms-large, #mystore .ms-box {
        flex-direction: column;
    }
    #mystore .ms-large {
        bottom: -150vh;
        right: 0;
    }
    #mystore .ms-large.active {
        bottom: 0;
    }
    #mystore .ms-title {
        line-height: 1.15rem;
    }
    #mystore .ms-location {
        padding: .5rem 1rem;
    }
    #mystore .ms-actions {
        width: 100%;
    }
    #mystore .ms-actions .ms-action {
        height: 2.75rem;
    }
    #mystore .ms-actions .ms-action a {
        border: none;
        border-bottom: 1px solid #fff !important;
    }
    #mystore .ms-close .material-icons {
        font-size: 2.5rem;
    }
    .careers .title {
        height: 300px;
    }

   .novignette {
    margin-top: 30px;
    }

    .btnmenu {
    width: 100%;
    }

}
@media only screen and (max-width: 480px) {
    header nav {
        height: 48px;
        line-height: 48px;
    }
    header .brand-logo {
        width: 125px;
    }
    header nav .button-collapse i {
        height: 48px;
        line-height: 48px;
        font-size: 2rem;
    }
    .side-nav {
        width: 250px;
    }
    .footer-copyright .fc-container .fc-links a img {
        height: 32px;
    }
    #mystore .ms-text {
        display: none;
    }
    .careers .title {
        height: 300px;
    }
    .careers .development-links .development-link {
        width: 250px;
    }

    .burfordmarquee h1 {
    font-size: 5rem;
    margin: 2rem 0 -1.5rem 0;
    letter-spacing: -5px;
    line-height: 4rem;
}

}
@media screen and (max-width:350px) {
    footer.page-footer .footer-copyright {
        height: auto;
    }
    .footer-copyright .fc-container .fc-links {
        height: auto;
    }
    .footer-copyright .fc-container .fcl-desc {
        line-height: 1.5rem;
        font-size: 1.1rem;
        margin-top: 10px;
    }
    .footer-copyright .fc-container .fc-links a {
        margin: 0;
        display: block;
        text-align: center;
    }
    .footer-copyright .fc-container .fc-links a img {
        height: 65px;
    }
    .footer-copyright .fc-copyright {
        font-size: .7rem;
    }
    #mystore {
        width: 100%;
    }
    #mystore .ms-large {
        width: 100%;
    }
    #mystore .ms-info {
        min-width: auto;
    }
    .careers .title {
        height: 250px;
    }
    .careers .development-links .development-link {
        font-size: 11px;
        width: 225px;
    }
}














/* PRELOADER ---------------------------------------------------------------- */
#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#preloader {
    opacity: 0;
    width: inherit;
    height: inherit;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.25);
    z-index: 9999;
    trasition: opacity 1s;
}
#preloader.active {
    opacity: 1;
}
#preloader .preloader-container {
    background-color: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#preloader .preloader-container .preloader-animation {
    margin-right: 20px;
}
/* END PRELOADER ------------------------------------------------------------ */

/* -- new footer ------------------------------------------------------------ */
footer .eclub-new {

}
footer .eclub-new h3, footer .eclub-new p {
    color: #eee;
    margin: 8px 0;
}
footer .eclub-new h3 {
    font-size: 2.5rem;
    line-height: 80%;
}
footer .eclub-new p {
    font-size: .9rem;
}
footer .eclub-new .eclub-email {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .eclub-new .input-field {

}
footer .eclub-new .input-field input {
    border: 1px solid #fff !important;
    box-shadow: none !important;
    padding: 0 6px;
    color: #fff;
}
footer .eclub-new #eclub-btn {
    margin-left: 24px;
    margin-top: -5px;
    box-shadow: none;
    background-color: #eee;
    color: #3e3e40;
}
footer .eclub-new #eclub-btn[disabled] {
    background-color: transparent !important;
    border: 1px solid #666;
    color: #666 !important;
}
