/* v5.2.4 */
@font-face {
    font-family: "tradeGothic";
    src: url("https://use.typekit.net/af/f060c3/00000000000000007735ba43/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "tradeGothic";
    src: url("https://use.typekit.net/af/395675/00000000000000007735ba49/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Karmina";
    src: url("https://mugclub.aw.elm4.us/KarminaSans-Heavy.woff2") format("woff2");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Karmina";
    src: url("https://mugclub.aw.elm4.us/KarminaSans-Heavy.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PaulSlab";
    src: url("https://mugclub.aw.elm4.us/paulslabsoft-bold-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "PaulSlab";
    src: url("https://mugclub.aw.elm4.us/paulslabsoft-bold-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttFors";
    src: url("https://mugclub.aw.elm4.us/TT_Fors_Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttFors";
    src: url("https://mugclub.aw.elm4.us/TT_Fors_Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "ttFors";
    src: url("https://mugclub.aw.elm4.us/TT_Fors_Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "ttFors";
    src: url("https://mugclub.aw.elm4.us/TT_Fors_Bold_Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: bold;
}

.offer_text {
    text-transform: uppercase;
}

html,
body,
section,
.f {
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}

body,
p {
    font-family: ttFors, Helvetica, Arial, sans-serif;
}

h1,
button,
.header p {
    font-family: Karmina, Arial Black, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h2,
h3,
h4,
.offer {
    font-family: PaulSlab, Impact, sans-serif;
    text-transform: none;
    font-weight: normal;
}

p.sm {
    font-family: tradeGothic, Bahnschrift, Roboto Condensed, sans-serif-condensed, sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.c-white {
    color: #FEFEFE;
}

.c-white-bg {
    background-color: #FEFEFE;
}

.c-orange {
    color: #F26C31;
}

.c-orange-bg {
    background-color: #F26C31;
}

.c-dkbrown,
body {
    color: #4F2C1D;
}

.c-dkbrown-bg {
    background-color: #4F2C1D;
}

.c-medbrown {
    color: #963821;
}

.c-medbrown-bg {
    background-color: #963821;
}

.c-peach {
    color: #FFB29E;
}

.c-peach-bg {
    background-color: #FFB29E;
}

.c-blue {
    color: #A3E2FF;
}

.c-blue-bg {
    background-color: #A3E2FF;
}

.c-pink {
    color: #F5D3E1;
}

.c-pink-bg {
    background-color: #F5D3E1;
}

.c-green {
    color: #BEDBA8;
}

.c-green-bg {
    background-color: #BEDBA8;
}

.c-yellow {
    color: #F3DC6E;
}

.c-yellow-bg {
    background-color: #F3DC6E;
}

.c-red {
    color: #E64935;
}

.c-red-bg {
    background-color: #E64935;
}

a {
    color: #CF4900;
}

.c-dkbrown-bg a {
    color: #FA773A;
}

.c-orange-bg a {
    color: #FEFEFE;
}

.fluid {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/d355eb18-5a3d-4d8d-bb9b-584337665eca.png);
    animation: flow 10s ease infinite;
}

@keyframes flow {

    0%,
    100% {
        background-color: dessertblue;
    }

    50% {
        background-color: #F26C31;
    }
}

@keyframes load {
    0% {
        background-color: dessertblue;
    }

    100% {
        background-color: transparent;
    }
}

.js {
    animation: load .3s .6s 1 ease-out forwards;
}

.start {
    z-index: 6000;
}

.intro {
    z-index: 5000;
}

.redeem {
    z-index: 4000;
}

.mobile {
    z-index: 3000;
}

.print {
    z-index: 2000;
}

.thanks {
    z-index: 1000;
}

h1,
h2,
h3,
p {
    padding: 0 3vh;
}

.header .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .logo {
    width: 30%;
    margin: 1vh 0;
}

.header .title {
    flex-grow: 1;
}

.intro.title {
    font-size: 3vh;
    margin: 1vh 0;
}

strong:after {
    content: '';
    display: block;
}

img {
    margin: 16px auto 0;
    /* display: block; */
    /* width: 200px; */
}

.logo {
    height: 3vh;
    margin: 0;
    max-height: 80px;
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/324965e8-9be3-4763-9c39-f5e2dfb68746.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 100%;
}

.c-orange-bg .logo,
.c-red-bg .logo {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/aa6ab641-ba85-4879-a282-b6e2cdcc0cbe.png);
}

.c-dkbrown-bg .logo {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/bafa0134-e93d-4da6-bc73-2f4e44c53b3d.png);
}

.offer .logo {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/324965e8-9be3-4763-9c39-f5e2dfb68746.png);
}

section {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.f {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

article {
    padding: 0 4vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

button {
    border-radius: 24vh;
    font-size: 3vh;
    font-weight: bold;
    padding: 2vh 4vh;
    border: none;
    margin: 3vh auto;
    cursor: pointer;
}

.start h1 {
    font-size: 4vh;
    padding: 10vh 1vh 0;
}

.start .logo,
.hero,
.btn,
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;

}

.start .logo,
.hero,
.btn {
    flex-grow: 1;
}

.start .logo {
    background-position-x: center;
    background-position-y: center;
    max-width: 450px;
    margin: 0 auto;
}

.main {
    flex-grow: 2;

}

.printed {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/d355eb18-5a3d-4d8d-bb9b-584337665eca.png);
}


.printed h2 {
    font-size: 5vh;
}

.printed p {
    font-size: 4vh;
}

.printed strong:before {
    content: "";
    display: block;
}

.printed .contact {
    flex-grow: 1;
}

.printed .contact p {
    font-size: 3.5vh;
}

.printed a {
    color: #FFFFFF;
    font-weight: bold;
}

.intro .btn {
    align-self: center;
    flex-grow: 2;
}

.intro h1 {
    font-size: 8vh;
    margin: 7vh 0 0;
    padding: 0;
}

.intro p {
    font-size: 3vh;
    margin: 0 0 1vh;
    padding: 0;

}

.intro .notice {
    font-size: 2vh;
}

.intro .hero {
    align-self: end;
    background-image: url();
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 20vh;
}


.redeem .logo {
    margin: 2vh 0;
    min-height: 5vh;

}

.mobile .logo {
    margin: 5vh 0 3vh;

}

.tag {
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/e41a62af-8a4f-4318-bfe1-3f753f4f2b69.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile .tag {
    height: 10vh;
    margin: 5vh 0;
    background-image: url(https://image.mugclub.awrestaurants.com/lib/fe6915707065017e7315/m/1/63377987-2628-42ef-9fff-0cfc2480007b.png);
}

.thanks .tag {
    height: 14vh;
    margin: 12vh 0;

}

.redeem h1 {
    font-size: 4vh;
    margin: 0 0 2vh;

}

.redeem p {
    font-size: 2.5vh;
    margin: 0;

}

.redeem button {
    margin: 4vh auto;
}

.mobile h1 {
    font-size: 6vh;
    padding: 0;
    margin: 2vh 0 0;

}

.mobile .offer {
    max-width: 70vw;
    background-color: #FEFEFE;
    margin: 0 auto;
}

.mobile p.offer {
    font-size: 3vh;
    font-weight: normal;

}

.mobile .barcode {
    background-image: url();
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 10vh;
    margin: 4vh 0 0;
}

.mobile h2 {
    margin: 1vh 0 0;
    font-size: 12vh;
    line-height: 12vh;
}

.mobile p {
    font-size: 3vh;
    margin: 0 0 3vh;

}

.thanks .main {
    flex-direction: column;
}

.thanks h1 {
    font-size: 3vh;
}

.printing {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.thanks .logo {
    margin: 0;
    min-height: 6vh;

    width: 100%;

}

.thanks .line {
    border-bottom: 1px solid #fefefe;
    flex-grow: 1;
    height: 1.3vh;
}

.thanks .mid {
    margin: 0 1vh;
    width: 24vh;
}

.thanks h3 {
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 2vh;
}


.thanks .goodness {
    display: flex;
    flex-direction: row;
    align-items: top;
}

.thanks .goodness p {
    font-size: 1.5vh;
}

.thanks h2 {
    font-size: 10vh;
    line-height: 8vh;
    transform: rotate(-10deg);
    padding: 0;
}

.thanks .contact {
    position: absolute;
    bottom: 2vh;
    width: 100%;
    padding: 0;
    font-size: 1.6vh;

}


.rtn {
    content: "";
    display: block;
}

.print .coupon {
    height: 400px;
    width: 620px;
    margin: 25vh auto 0;
    border: 3px dotted #502d1e;
    position: relative;
}

.print .coupon div.offer {
    width: 70%;
    float: left;
}

.coupon .item {
    width: 50%;
    float: left;
}

.print .coupon .offer h1 {
    margin: 10px 0 0 8px;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;

}

.print .coupon h2.offer {
    margin: 0 0 0 8px;
    font-size: 24px;
    text-align: left;
    padding: 0;
    line-height: 28px;

}

.print .coupon .item img {
    margin: 10px 0 0;
}

.print .coupon .exp h3 {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.print .logo {
    width: 30%;
    display: block;
    float: right;
}

.print .coupon .date {
    width: 100%;
    margin: 0 0 3px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.print .coupon .exp img {
    display: block;
    margin: 0 auto;
}

.print .coupon .barcode {
    display: block;
    width: 50%;
    float: right;
    position: relative;
}

.print .coupon .barcode img {
    margin: 0 auto;
    width: 200px;
}

.print .coupon .printing {
    height: 50px;
    width: 284px;
    border: 8px solid #ffffff;
    font-size: 30px;
    margin: 0 auto;
    padding: 80px 0 80px;
    line-height: 54px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
    z-index: 1000;

}

.print .coupon .terms {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.print .coupon .terms .email {
    margin: 10px 0 0;
    padding: 6px;
    font-size: 12px;
    text-align: center;
}

.print .coupon .terms p {
    margin: 0 0 8px 0;
    padding: 0 8px;
    font-size: 11px;
    line-height: 11px;
    text-align: justify;

}


.print h2 {
    padding: 5vh 0 0;
    font-size: 2.5vh;
}

.print p {
    padding: 1vh 10vw 0;
    font-size: 3vh;
}

.print .logo {
    width: 30%;
    background-image: none;
    margin: 0 auto;
    padding: 0;
}

.print .barcode p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
    transform: rotate(-90deg);
    position: relative;
    top: 152px;
    left: 134px;
    display: block;
    width: 300px;

}

.print .logo img {
    padding-right: 10px;
    margin: 20px auto 0;

}
.printhide {
    display: none !important;
}

@media print {
    .print {
        top: 0 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .print .coupon .barcode img {
        display: block;
    }

    .print .notice,
    .print .coupon .printing {
        display: none;
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .thanks {
        display: none;
    }
}