/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

body{
    background: #eee;
    overflow-x: hidden;
}

.page-wrapper{
    margin: auto;
}

.hide{
    display: none;
}

.container{
    max-width: 1100px;
    margin: auto;
}

.screen {
    font-family: 'Lora';
    color: #383838;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

body.game-open{
    overflow:hidden;
}

#game-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(255, 255, 255, 0.75);
    display: none;
    text-align: center;
    z-index:999;
}

#game-loader iframe{
    margin: auto;
    width: 100%;
    height: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hero{
    margin: 50px;
    width: auto!important;
}

.did-you-know-list{
    margin-bottom: 50px;
}

.did-you-know-list ul{
    padding: 0;
    margin: 0;
}

.did-you-know-list li {
    list-style: none;
    font-size: 30px;
    margin: 10px 0;
    background: rgba(255, 255, 255,0.75);
    border-radius: 12px;
}

.did-you-know-list .fa-check-circle {
    margin-right: 10px;
    color: #1c85c6;
}

.banner-wrap{
    position:relative;
    height: 150px;
    z-index: 1;
    margin: 50px 0;
}

.banner-mobile{
    display: none;
}
 
.banner-mobile div{
    color: #451;
    background: #eceeed;
    border-radius: 4px;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 50px;
    text-align:center;
}

.banner {
    position: absolute;
    left: 50%;
    display: block;
    margin: 30px -325px;
    width: 650px;
    height: 70px;
    font: normal 26px/70px 'Lora';
    text-align: center;
    color: #451;
    background: #eceeed;
    border-radius: 4px;
}

.banner::before,
.banner::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -70px;
    top: 24px;
    display: block;
    width: 40px;
    height: 0px;
    border: 30px solid #a9b7b8;
    border-right: 20px solid #718383;
    border-bottom-color: #95a9aa;
    border-left-color: transparent;
    transform: rotate(-5deg);
}

.banner::after {
    left: auto;
    right: -70px;
    border-left: 20px solid #718383;
    border-right: 30px solid transparent;
    transform: rotate(5deg);
}

h1.header{
    display: block;
    background-color: #63c0fd;
    background-image: url('../img/header-1.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px 0;
    font-size: 70px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-align: center;
}

.header-2{
    display: block;
    background-color: #1c85c7;
    background-image: url('../img/header-2.jpg');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 0 90px 0;
    margin: 0;
    color: #fff;
    text-align: center;
}

.header-2 h2{
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.badge{
    font-size: 100px;
    font-family: 'Montserrat';
    font-weight: bold;
    vertical-align: middle;
}

.badge-green{
    color: #7ace2e;
}

.badge-red{
    color: #e8006e;
}

.badge-orange{
    color: #fc8608;
}

.badge-text{
    vertical-align: middle;
    font-size: 30px;
    margin: 10px 0 10px 20px;
    display: block;
    border-radius: 12px;
    background: rgba(255, 255, 255,0.75);
}

.table{
    width: 100%;
    display: table;
}

.table .cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.table .cell.w-padding{
    padding: 10px;
}

.table .cell.tri{
    width: 33.333%;
}

.table .cell.twin40{
    width: 40%;
}

.table .cell.twin60{
    width: 60%;
}

.table .cell-2{
    padding: 50px 0;
}

.cell-left{
    text-align: left!important;
}

.cell-right{
    text-align: right!important;
}

.cell.align-top,
.align-top{
    vertical-align: top;
}

.screen-0{
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.screen-0 .girls{
    position: absolute;
    right: 0;
    height: 100%;
}

.screen-1{
    background: #eff3f4;
}

.screen-2{
    background: #fff;
}

.screen-2 .girls{
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
}

.screen-3{
    background: #eff3f4;
}

.screen-4{
    background: #fff;
}

.screen-4 .girls{
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
}

.screen-5{
    background: #eff3f4;
}

.screen-6 .girls{
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
}

.screen-6 {
    background: #fff;
}

.screen-7 {
    background: #eff3f4;
}

.step1-img{
    height: 100px;
    margin-left: -40px;
}

.step2-img{
    height: 100px;
    margin-right: -40px;
}

.step3-img{
    height: 100px;
    margin-left: -40px;
}

.step4-img{
    height: 100px;
    margin-right: -40px;
}

.step5-img{
    height: 100px;
    margin-left: -40px;
}

.step6-img{
    height: 100px;
    margin-right: -40px;
}

.step7-img{
    height: 100px;
    margin-right: -40px;
}

.shopping-list-tbl,
.menu-list-tbl{
    display: table; margin: auto;
}

.menu-list-tbl {
    margin-top: 25px;
}

.shopping-list-tbl > div:first-child,
.menu-list-tbl > div:last-child,
{
    width: 150px; display: table-cell; text-align:right; padding-right: 15px; vertical-align:middle;
}

.shopping-list-tbl > div:last-child,
.menu-list-tbl > div:first-child{
    display: table-cell; 
    vertical-align:middle; 
    border: 5px solid yellow;
    font-size: 25px; 
    padding: 25px; 
    line-height: 40px;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.shopping-list-tbl img,
.menu-list-tbl img {
    max-width: 100%;
    width: 150px;
    margin-right: 10px;
}

.menu-list-tbl img {
    width: auto!important;
    height: 200px;
    margin-left: 10px;
    border: 5px solid yellow;
}


.shopping-list-tbl a,
.menu-list-tbl a{
    color: #c60001;
    text-decoration: none;
}

.shopping-list-tbl b,
.menu-list-tbl b{
    font-weight: 900;
    font-size: 32px;
}

.sub-title{
    margin-bottom: 10px;
}

.sub-title div:first-child{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 0;
    display: block;
}

.sub-title div:last-child{
    color: #383838;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 10px 0;
    display: block;
}

.screen-1 .sub-title{
    color: #2580af;
}

.screen-2 .sub-title{
    color: #70bdad;
}

.screen-3 .sub-title{
    color: #168fde;
}

.screen-4 .sub-title{
    color: #5fbdfa;
}

.screen-5 .sub-title{
    color: #da5d0b;
}

.screen-6 .sub-title{
    color: #da5d0b;
}

.screen-7 .sub-title{
    color: #f69021;
}

.arrow-left{
    text-align: left;
}

.arrow-right{
    text-align: right;
}

.arrow-left img,
.arrow-right img{
    height: 155px;
    max-width: 100%;
}

.game-card{
    border-radius: 12px;
    width: 300px;
    height: 390px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 0 15px;
    display: inline-block;
    cursor: pointer;
}

.floating-text {
    background: #fff;
    text-align: center;
    font-size: 35px;
    color: #ee5b30;
    font-weight: bold;
    font-family: Lora;
    z-index: 9999;
    position: absolute;
    right: 25%;
    margin-top: -30px;
}

.screen-2 .game-card,
.screen-4 .game-card,
.screen-6 .game-card,
.screen-7 .game-card
{
    background: #eff3f4;
}

.game-card .img{
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.game-card .img.full-image{
    height: 100%;
}

.game-card .text{
    padding: 25px 15px;
    font-size: 18px;
    min-height: 40px;
    font-weight:bold;
    text-align: center;
}

.game-card .text.full-text{
    height: 100%;
}

.game-card:hover .text{
    background: #383838;
    color: #fff;
}

.game-card-join{
    position: absolute;
    left: -50px;
    top: 230px;
    width: 100px;
    z-index: 99;
    background-image: url(../img/join.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 27px;
}

.animate-me,
.animate-me-2{
    opacity: 0;
}

.mobile-step{
    display: none!important;
}

.recipe-list-banner {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
}

.recipe-list-banner img {
    max-width: 100%;
}

@media only screen and (max-width: 990px) {

    .mobile-step{
        display: block!important;
    }

    .shopping-list-tbl {
        display: block!important;
        margin: 25px;
    }

    .shopping-list-tbl > div{
        display: block!important;
        width: 100%!important;
        text-align: center!important;
        box-sizing: border-box!important;
    }

    .shopping-list-tbl > div:first-child {
        padding: 0 25px 25px 25px!important;
    }

    .shopping-list-tbl > div:last-child {
        padding: 25px!important;
    }

    .hide-mobile{
        display: none!important;
    }

    .did-you-know-list{
        text-align:center;
        width: 80%;
        margin: 0 auto 50px auto;
    }

    .did-you-know-list li{
        font-size: 23px;
    }

    .animate-me{
        opacity: 1;
    }

    .banner,
    .banner-wrap{
        display: none;
    }

    .banner-mobile {
        display: block;
    }
    
    h1.header{
        font-size: 50px;
        margin: 0;
    }

    .header-2 h2{
        font-size: 30px;
    }

    .girls{
        display:none;
    }

    .hero{
        width: 100%!important;
        padding: 50px 0!important;
        background: #fff;
        margin: -1px 0 0 0;

    }

    .badge{
        font-size: 80px;
    }

    .badge-text{
        text-align:center;
        margin: 0 0 15px 0;
        font-size: 25px!important;
    }

    .table .cell{
        display: block;
        width: 100%!important;
        text-align: center!important;
    }
    
    .table .cell-2{
        padding: 0;
    }

    .game-card{
        margin: 15px;
    }

    .arrow-left,
    .arrow-right{
        display: none;
    }

    .step1-img, .step2-img, .step3-img, .step4-img, .step5-img, .step6-img, .step7-img {
        margin: 0;
    }

    .game-card-join{
        display: none;
    }

}