﻿@charset "UTF-8";
/*============================
*	Base
	all base files to reset and get the site started
*/
/*-----------------------------------------------------------------------------
----------------------------0--------$VARIABLES--------------------------------
-------------------------------------------------------------------------------*/

@font-face {
    font-family: Oldschool Grotesk;
    src: url(fonts/oldschool/OldschoolGrotesk-Light.eot);
    src: url(fonts/oldschool/OldschoolGrotesk-Light.eot?#iefix) format("embedded-opentype"),url(fonts/oldschool/OldschoolGrotesk-Light.woff2) format("woff2"),url(fonts/oldschool/OldschoolGrotesk-Light.woff) format("woff"),url(fonts/oldschool/OldschoolGrotesk-Light.ttf) format("truetype"),url(fonts/oldschool/OldschoolGrotesk-Light.svg#GTWalsheim-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oldschool Grotesk;    
    src: url(fonts/oldschool/OldschoolGrotesk-Regular.eot);
    src: url(fonts/oldschool/OldschoolGrotesk-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/oldschool/OldschoolGrotesk-Regular.woff2) format("woff2"),url(fonts/oldschool/OldschoolGrotesk-Regular.woff) format("woff"),url(fonts/oldschool/OldschoolGrotesk-Regular.ttf) format("truetype"),url(fonts/oldschool/OldschoolGrotesk-Regular.svg#GTWalsheim-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oldschool Grotesk;    
    src: url(fonts/oldschool/OldschoolGrotesk-Medium.eot);
    src: url(fonts/oldschool/OldschoolGrotesk-Medium.eot?#iefix) format("embedded-opentype"),url(fonts/oldschool/OldschoolGrotesk-Medium.woff2) format("woff2"),url(fonts/oldschool/OldschoolGrotesk-Medium.woff) format("woff"),url(fonts/oldschool/OldschoolGrotesk-Medium.ttf) format("truetype"),url(fonts/oldschool/OldschoolGrotesk-Medium.svg#GTWalsheim-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oldschool Grotesk;
    src: url(fonts/oldschool/OldschoolGrotesk-Bold.eot);
    src: url(fonts/oldschool/OldschoolGrotesk-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/oldschool/OldschoolGrotesk-Bold.woff2) format("woff2"),url(fonts/oldschool/OldschoolGrotesk-Bold.woff) format("woff"),url(fonts/oldschool/OldschoolGrotesk-Bold.ttf) format("truetype"),url(fonts/oldschool/OldschoolGrotesk-Bold.svg#GTWalsheim-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


/*
		Usage: @include prefixer(border-radius, $radii, webkit ms spec);
	*/

/*-----------------------------------------------------------------------------
------------------2--------$NORMALISATION/RESET--------------------------------
-------------------------------------------------------------------------------*/
footer, header {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input {
    font: normal 20px / 25px Oldschool,Helvetica,Arial,sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.4;
    min-width: 320px;
    background-color: #E62E29;
    padding: 0px;
    overflow-x: hidden;
}

a {
    background: transparent;
    color: #00e;
}

    a:hover {
        color: #06e;
    }

    a:hover, a:active, a:focus {
        outline: 0;
    }

b {
    font-weight: bold;
}

ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

form {
    margin: 0;
}

label {
    cursor: pointer;
}

button, input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button {
    width: auto;
    overflow: visible;
}

button, input {
    line-height: normal;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*  Blockquotes  */

/* #Clearing
================================================== */
/* Self Clearing Goodness */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */

/* You can also use a <br class="clear" /> to clear columns */

/* #Images
================================================== */

/* #Site wide Box-Sizing
================================================== */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* #Global Font Optimisation
================================================== */
    /**
    * Let’s make those fonts render nicely in good browsers...?
    */
    *, *:before, *:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

body {
    padding-top: 80px;
}

@media screen and (max-width: 960px) {
    body {
        padding-top: 80px;
    }
}

html {
    font-size: 62.5%;
    line-height: 62.5%;
}

body {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
}

/* Paragraph sizes */

li {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
}

a,
a:active {
    color: #2d2d2d;
    text-decoration: none;
}

    a:hover {
        color: #ffffff;
        text-decoration: none;
    }

/*-----------------------------------------------------------------------------
-------------------------------HEADINGS----------------------------------------
-------------------------------------------------------------------------------*/

.t-heading-delta {
    position: relative;
    display: block;
    margin: 10px 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 35px;
    font-family: 'Oldschool Grotesk',Helvetica,Arial,sans-serif;
    font-weight: bold;
}

/*============================
*	Layout
	Main layout elements of site - Header, sidebar footer etc but none of the reusable
	elements that are inside of these including headers, links etc. Make these in a
	more modular method.
*/
/* ======

Grid:

	- Container
	- Columns
	- Row
	- Flex

====== */
.l-container {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .l-container:before, .l-container:after {
        content: " ";
        display: table;
    }

    .l-container:after {
        clear: both;
    }

.l-container {
    *zoom: 1;
}

.l-col {
    float: left;
}

.l-col--content {
    padding-left: 10px;
    padding-right: 10px;
}

.l-col--12 {
    width: 100%;
}

@media screen and (max-width: 725px) {
    .l-col--mq-tab-x-sml {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    width: 100%;
    padding: 20px 0;
    background: #E62E29;
    height: 90px;
    transition: all 1.2s cubic-bezier(0.665, 0, 0.43, 1);
}



.l-nav__link {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 700;
    text-decoration:underline;
    transition: all 0.5s cubic-bezier(0.665, 0, 0.43, 1);
}
.welcome_text_header {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000000;
    font-weight: 700;
}


.l-footer {
    padding: 25px 0 20px;
    background: #E62E29;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .l-footer * {
        color: #ffffff;
    }

    .l-footer a:hover {
        color: #000000;
    }

@media screen and (max-width: 725px) {
    .l-footer {
        padding: 20px 0;
        text-align: center;
    }
}


.l-footer__nav__item {
    font-size: 20px;
    line-height: 15px;
    line-height: 1.8rem;
    margin-bottom: 10px;
    display: inline-block;
}

.l-footer__nav__link {
    font-size: 14px !important;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'Oldschool Grotesk',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 725px) {

    .l-footer__nav__link {
        font-size: 13px !important;
        line-height: 12px;
        line-height: 1.2rem;
        font-family: Oldschool,Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 400;
    }
}

/*============================
*	Modules
	this will be the core styles for the site. this should be as modular as possible
	but no state styles. These are for the next section.
*/

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

/* draggable */

/* ---- previous/next buttons ---- */

/* right to left */

/* ---- page dots ---- */

/*============================
*	Modules
	this will be the core styles for the site. this should be as modular as possible
	but no state styles. These are for the next section.
*/
.c-btn {
    color: #000;
}

@media screen and (max-width: 725px) {
    .c-btn {
        float: none;
        margin: 0 auto;
    }
}

.c-btn--inline {
    float: none;
    display: inline-block;
}



/*.c-btn--orange {
    position: relative;
}

.c-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 18px 27px;
    border: none;
    border-radius: 2px;
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background-color: #c81432;
    color: #fff;
    display: inline-block;
    transition: all ease .2s;
}

.c-btn--orange:hover:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 23px;
    right: 5px;
    width: 18px;
    height: 16px;
    background: url(/content/images/arrow-short--white.svg) center no-repeat;
    background-size: contain;
    transition: all ease .2s;
}

.c-btn--orange:hover {
    padding-left: 15px;
    padding-right: 39px;
}

.c-btn:hover {
    background: #e83e44;
}*/



.c-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 18px 27px;
    border: none;
    border-radius: 2px;
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    transition: all ease .2s;
}


.c-btn--orange {
    position: relative;
    background-color: #c81432;
    color: #fff;
}

    .c-btn--orange:after {
        opacity: 0;
        content: '';
        position: absolute;
        top: 23px;
        right: 5px;
        width: 18px;
        height: 16px;
        background: url('/content/images/arrow-short--white.svg') center no-repeat;
        background-size: contain;
        transition: all ease 200ms;
    }

    .c-btn--orange:hover {
        padding-left: 15px;
        padding-right: 39px;
        background: #E83E44;
    }

        .c-btn--orange:hover:after {
            opacity: 1;
            right: 12px;
        }


.c-btn--black-stamp:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 14px;
    right: 5px;
    width: 18px;
    height: 16px;
    background: url('/content/images/arrow-short--white.svg') center no-repeat;
    background-size: contain;
    transition: all ease 200ms;
}

.c-btn--black-stamp:hover {
    padding-left: 15px;
    padding-right: 39px;
    background: #E83E44;
}

    .c-btn--black-stamp:hover:after {
        opacity: 1;
        right: 12px;
    }


.c-btn--white {
    position: relative;
    background-color: white;
    color: #000;
}

    .c-btn--white:after {
        opacity: 0;
        content: '';
        position: absolute;
        top: 23px;
        right: 5px;
        width: 18px;
        height: 16px;
        background: url('/content/images/arrow-short--black.svg') center no-repeat;
        background-size: contain;
        transition: all ease 200ms;
    }

    .c-btn--white:hover {
        padding-left: 15px;
        padding-right: 39px;
        background-color: #f4f4f4;
    }

        .c-btn--white:hover:after {
            opacity: 1;
            right: 12px;
        }




/*.c-btn--orange {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    background: #C52433;
    border: 2px solid #C52433;
    border-radius: 4px;
    padding: 19px 30px;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    color: #FFFFFF;
}

    .c-btn--orange:hover {
        background: #E83E44;
        border: 2px solid #E83E44;
        color: #FFFFFF;
        opacity: 0;
        content: '';
        position: absolute;
        background: url(/content/images/arrow-short--white.svg) center no-repeat;
        background-size: contain;
        transition: all ease .2s;
    }




.c-btn--White {
    font-family: Oldschool,Helvetica,Arial,sans-serif;
    background: #FFFF;
    border: 2px solid #C52433;
    border-radius: 4px;
    padding: 19px 30px;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    color: #C52433;
}

    .c-btn--White:hover {
        background: #FFFFFF;
        border: 2px solid #E83E44;
        color: #E83E44;
    }

*/


.c-btn--pushed {
    margin-top: 20px;
}

.c-logo {
    position: absolute;
    top: 15px;
    /*right: 0;*/
    left: 20px;
    z-index: 10;
    width: 50px;
    margin: auto;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.665, 0, 0.43, 1);
}

/*.c-logo:hover {
        transform: scale(1.1);
    }*/


@media screen and (max-width: 960px) {
    .c-logo {
        top: 15px;
        left: 15px;
        width: auto;
    }

        .c-logo img {
            height: 100%;
        }
}

.c-logo img {
    width: 50px;
}

/*============================
* Utilities
*/
/*-----------------------------------------------------------------------------
-------------------------------HELPER/HELPERS----------------------------------
-------------------------------------------------------------------------------*/

/* Positioning */

.u-upper-shadow {
    box-shadow: inset 0 15px 40px -20px rgba(0, 0, 0, 0.5);
}

/*============================
*	Libraries
	CSS files for any external libraries like fancybox etc.
*/

/*# sourceMappingURL=maps/main.css.map */

.prefs_channel{
    font-family:'Oldschool Grotesk';
    color:#ffffff;
}
/*Communication channel item */
.prefs_channel .item {
    border: 1px solid #333333;
    border-image-source: url(/content/images/border.png);
    padding: 25px;
    margin: 5px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    max-width: 390px;
    border-image-slice: 20;
    border-image-width: 20;
}

    .prefs_channel .item:hover {
        border: 1px solid #333333;
        border-image-source: url(/content/images/border.png);
        /*background-color: rgba(0, 0, 0, .25);*/
        border-image-slice: 20;
        border-image-width: 20;
    }



.image_email {
    content: url('/content/images/opened-email-envelope.png');
    float: left;
}

.image_sms {
    content: url('/content/images/speech-bubble.png');
    float: left;
}

.image_mail {
    content: url('/content/images/mail_direct.png');
    float: left;
}

.image_phone {
    content: url('/content/images/phone-call.png');
    float: left;
}



.k-radio:checked + .k-radio-label:after {
    content: "";
    width: 12px !important;
    height: 12px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #ffffff;
        margin: 0 15px;
    }
.prefs label{
    color: #ffffff;
}

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #5d5a5a;
            border-radius: 100%;
            background: #fff;
        }

.k-radio:checked + .k-radio-label:before {
    border-color: #5d5a5a !important;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.title_email, #OptIn_Email, .title_sms, #OptIn_Mobile, .title_mail, #OptIn_Mail, .title_phone, #OptIn_Phone {
    text-align: center;
}



.form-control {
    font-size: 14px;
}

.rewardtable {
    width: 100%;
}

    .rewardtable tr:nth-child(even) {
        background-color: #efefef;
    }


    .rewardtable tr:nth-child(odd) {
        background-color: #fff9f4;
    }



.Box {
    background-color: #ffffff;
    color: #000000 !important;
    border-radius: 15px;
    max-width:380px;
}


.Noodle {
    position: fixed;
    top: 100px;
    right: -280px;
    z-index: -99;
    left:0;
}

.Stars {
    position: fixed;
    top: -300px;
    left: -250px;
    z-index: -99;
}


.Village {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: -99;
    max-width: 900px;
}

.Water {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: -99;
}




.Wheat {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: -99;
}


.ImperfectCup {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: -99;
}

.Bowl {
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: -99;
}


@media screen and (max-width: 960px) {
    .Stars, .Noodle, .Water, .Wheat, .ImperfectCup, .Bowl {
        display: none;
    }

    .Village {
        position: inherit;
    }

    .LogoText {
        width: 250px !important;
        padding-left: 15px;
    }
}


.club-signup__lottie-container-1 {
    top: -45%;
    left: -250px;
    width: 2193px;
    height: 2708px;
    position: fixed;
    opacity: 0.5;
}

.inputLogin {
    width: 100%;
    border: 1px solid rgba(134,133,121,.3);
    border-radius: 4px;
    outline: 0;
    padding: 11px 20px 11px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-family: Oldschool, Helvetica, Arial, sans-serif;
    line-height: 20px;
    background-color: #E62E29;
    color: #fff;
    border-color: #fff;
}
    .inputLogin::placeholder{
        text-align:center;
    }
    .inputLogin:-internal-autofill-selected {
        background-color: #E62E29 !important;
        color: #ffffff !important;
    }


    .inputOthers {
        width: 100%;
        border: 1px solid rgba(134,133,121,.3);
        border-radius: 4px;
        outline: 0;
        padding: 11px 20px 11px;
        height: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 14px;
        font-family: Oldschool, Helvetica, Arial, sans-serif;
        line-height: 20px;
        background: 0 0;
        color: #ffffff;
        border-color: #ffffff;
    }



.control-label {
    margin-bottom: 10px;
}




input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

.HideFormError {
    display: none !important;
}
.c-btn--black {
    background: #000000;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-family:'Oldschool Grotesk';
}
.c-btn--black-stamp {
    background: #000000;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    color: #ffffff;
    width: 250px;
    font-family: 'Oldschool Grotesk';
    position:relative;
}
.txt1 {
    font-family: 'Oldschool Grotesk';
    font-weight: bold;
}
.qr_code {
    width: 130px;
    height: 150px;
    border-radius: 15px;
    background: #ffffff;
    margin: auto;
    padding: 5px;
    color:#000000;
}
.qr_code iframe, .qr_code span{
    float:left;
    width:100%;
    font-size:13px;
    line-height:15px;
}

select option{
    color:#000000;
}
#Receipt::placeholder{
    color:#ffffff;
}
input.form-check-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    background-color: #e62e29; /* Your desired background color */   
    width: 15px;
    height: 15px;
    cursor: pointer;   
    color:#ffffff;
    border:1px solid #000000;
}

input.form-check-input[type="checkbox"]:checked {
    background-color: #000000; /* Darker color when checked */
    color: #ffffff;
}
input.form-check-input:checked::after {
    content: '\2713';
    position: absolute;
    left: 1px;
    top: -2px;
    font-size: 14px;
    color: white;
}
.form-check-label{
    margin-left:5px;
}

