/*
Theme Name: NuFood
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, 340blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
    min-height: 800px;
    font-family: 'Reckless Neue';
}

.food_preference_icon{
    display: inline-block;
    margin: 0px 5px;
    width: 21px;
}
.food_preference_icon img{
    width: 100%;
    height: auto;
}
.small_icons_pref{
    width: 100%;
    margin: 15px 0px 0px 0px;
    display: inline-block;
text-align: left;
}
.top_intro{
    width: 100%;
    text-align: center;
}

@font-face {
    font-family: 'Matter';
    src: url('fonts/Matter-Medium.woff2') format('woff2'),
        url('fonts/Matter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.top_intro h1{
    font-family: 'Reckless Neue';
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: #000;
    margin: 50px 0px;
}
.top_intro h4{
    font-family: 'Reckless Neue';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 50px 0px;
}


.single_page_banner{
    width: 100%;
    min-height: 100px;
    display: block;
}
.mb_50{
    margin: 0px 0px 50px 0px;
    width: 100%;
    display: block;
}
.single_page_banner img{
    width: 100%;
    height: auto;
}

.home_bottom{
    width: 100%;
    min-height: 100px;
    display: inline-block;
}
.home_bot_block{
    width: 50%;
    display: block;
    background-color: #444;
    float: left;
}
.home_bot_block img{
    width: 100%;
    height: auto;
}










.sip_popup .sip_inner_image {
    width: 100%;
    height: auto!important;
}
.home_banner.top_part h2{
    font-size: 60px;
}
.bubble_table{
    width: 80%;
    margin: 0 auto;
}
.img_this_is{
    width: 100%;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}
.img_this_is img{
    width: 100%;
    height: auto;
    margin: 0px 0px 25px 0px;
}
.bubble_table td{
    width: 50%;
}
.bubble_table img{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}


.macro_tbl{
    display: table;
    width: 100%;
    margin: 5px 0px 0px 0px;
}
.macro_tr{
    display: table-row;
}
.macro_td{
    display: table-cell;
  text-align: left;
    vertical-align: top;
    width: 25%;
}
.macro_td span{
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: 'Matter';
}
.macro_td strong{
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: 'Matter';
}










.h4, h4 {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Reckless Neue';
}


.w_900{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


.remove_rest {
        display: none;
}



.remove_rest a{
    color: #ff5e50!important;
}













.slick-prev,
.slick-prev:hover,
.slick-prev.slick-arrow,
.slick-prev.slick-arrow:hover,
.slick-prev.slick-arrow:focus {
    display: block;
    width: 43px!important;
    height: 18px!important;
    z-index: 9;
    left: 10px!important;
    background-image: url(img/work_left.svg);
}
.slick-next,
.slick-next:hover,
.slick-next.slick-arrow,
.slick-next.slick-arrow:hover,
.slick-next.slick-arrow:focus {
    display: block;
    width: 43px!important;
    height: 18px!important;
    z-index: 9;
    right: 10px!important;
    background-image: url(img/work_right.svg);
}


.proj_wrap .slick-prev,
.proj_wrap .slick-prev.slick-arrow,
.proj_wrap .slick-prev.slick-arrow:focus{
    background-image: url(img/work_left_dark.svg);
}
.proj_wrap .slick-prev:hover,
.proj_wrap .slick-prev:hover,
.proj_wrap .slick-prev.slick-arrow:hover,
.proj_wrap .slick-prev.slick-arrow:hover,
.proj_wrap .slick-prev.slick-arrow:hover{
    background-image: url(img/left_red.svg);
}

.proj_wrap .slick-next,
.proj_wrap .slick-next.slick-arrow,
.proj_wrap .slick-next.slick-arrow:focus {
    background-image: url(img/work_right_dark.svg);
}

.proj_wrap .slick-next:hover,
.proj_wrap .slick-next:hover,
.proj_wrap .slick-next.slick-arrow:hover,
.proj_wrap .slick-next.slick-arrow:hover,
.proj_wrap .slick-next.slick-arrow:hover{
    background-image: url(img/right_red.svg);
}














.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev::before,
.slick-next::before {
    content: ""!important;
}
























.home_nu{
    width: 80px;
    height: auto;
    margin: 0 auto;
}
.home_table h2{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
    padding: 0px;
    margin: 0px;
    font-family: 'Reckless Neue';
}
.home_table .home_link{
  text-shadow: 1px 5px 9px #000000;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  margin: 25px 0px 0px;
  font-family: 'Reckless Neue';
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  /* text-decoration: underline; */
  width: auto;
display: block;
}
.home_table{
    width: 100%;
    height: 100vh;
    border: 1px solid #000;
}
.home_table td{
    position: relative;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}




.home_table td .tab_bot
.white_title_cube{
font-family: 'Reckless Neue';
    font-weight: normal;
    color: #fff;
    text-shadow: 2px 2px 12px #000000;
    background-color: transparent;
    padding: 10px 15px;
    display: inline-block;
    line-height: 55px;
    font-size: 55px;
    text-transform: uppercase;
}









.w_15{
    width: 15px!important;
}
.home_banner{
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 15px;
    left: 0px;

}
.home_banner_top{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.bleh{
    height: 100%;
    width: 100%;
    background-size: cover;
        background-position: center;
}
.slick-track {
    height: 100%!important;
}
.slick-list {
    height: 100%!important;
}
.home_banner.top_part{
    top: 15px;
}
.home_banner.top_part .slick-list{
    height: 100%!important;
}
.home_banner.top_part .slick-track{
    height: 100%!important;
}
.blog_rect{
    width: 100%;
    position: relative;
    padding-top: 50%;
    background-size: cover;
    background-color: #eee;
    background-position: center;
}
.rect_date{
    font-family: 'Reckless Neue';
    font-size: 14px;
    background-color: #e2e42b;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 15px 11px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    border-top-left-radius: 21px;
}
.blog_card{
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 4px 13px 0px rgb(0 0 0 / 14%);
    padding: 15px;
}
.inside_blog_card h3{
    font-family: 'Reckless Neue';
    font-weight: bold;
    text-transform: uppercase;
    /* line-height: 0px; */
    display: block;
    margin: 0px;
    padding: 16px 0px 10px;
    transition: 0.5s;
    color: #000000;
    font-size: 20px;
}
.card_link:hover,
.card_link:focus,
.card_link:active{
    text-decoration: none;
}
.inside_blog_card p{
  font-family: 'Reckless Neue';
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}

.home_banner table{
    width: 100%;
    height: 100%;
        min-height: 320px;
}
.home_banner table td{
    background-size: cover;
background-position: top center;
}
.the_bloggy_wrap{
    width: 100%;
    padding: 15px 15px 50px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
}
.the_bloggy_wrap .blog_rect{
    margin: 0px 0px 25px 0px;
}
.pink_wrap{
    background-color: #eeeeee;
    display: block;
    padding: 15px 0px;
}
.the_bloggy_wrap h1{
  color: #000000;
  font-family: 'Reckless Neue';
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 0px;
  transition: 0.5s;
  margin: 0px 0px 15px 0px;
  letter-spacing: 2px;
  cursor: pointer;
}
.the_bloggy_wrap p{
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}
*:focus {
    outline: none!important;
}
@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/RecklessNeue-BoldItalic.woff2') format('woff2'),
        url('fonts/RecklessNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/RecklessNeue-Light.woff2') format('woff2'),
        url('fonts/RecklessNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/RecklessNeue-Regular.woff2') format('woff2'),
        url('fonts/RecklessNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-Light.woff2') format('woff2'),
        url('fonts/DINOT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-Black.woff2') format('woff2'),
        url('fonts/DINOT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT.woff2') format('woff2'),
        url('fonts/DINOT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('fonts/DINOT-Bold.woff2') format('woff2'),
        url('fonts/DINOT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Mattter';
    src: url('fonts/Matter-Light.woff2') format('woff2'),
        url('fonts/Matter-Light.woff') format('woff'),
        url('fonts/Matter-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/Matter-Bold.woff2') format('woff2'),
        url('fonts/Matter-Bold.woff') format('woff'),
        url('fonts/Matter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/Matter-Light.woff2') format('woff2'),
        url('fonts/Matter-Light.woff') format('woff'),
        url('fonts/Matter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('fonts/RecklessNeue-Bold.woff2') format('woff2'),
        url('fonts/RecklessNeue-Bold.woff') format('woff'),
        url('fonts/RecklessNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}













.logo{
    width: 100%;
    height: auto;
    max-width: 120px;
    margin-top: 50px;
}
.delivery_logo{
  /* width: 100%;
  height: auto;
  max-width: 100px;
  margin: 15px 0px 25px;
  cursor: pointer; */
}
.menu_strip{
    text-align: center;
    background: #fff;
    font-weight: 300;
    padding: 15px;
    color: #000;
    width: 100%;
    display: inline-block;
    font-family: 'Reckless Neue';
    font-weight: normal;
    text-transform: initial;
    font-size: 30px;
    margin: 0px 0px 0px;
}
.nu_banner{
    background-color: #fff;
    color: #000;
    padding: 150px 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    margin: 0px 0px 25px 0px;
}
.white_title_cube{
  font-family: 'Reckless Neue';
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 12px #000000;
  background-color: #bdd9bf;
  padding: 10px 15px;
  display: none;
  line-height: 55px;
  font-size: 55px;
  text-transform: uppercase;

}
.home_banner table.tab_bot .white_title_cube{
    line-height: 40px;
    font-size: 40px;
}
.white_title_cube img{
    width: 80px;
    height: auto;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -6px;
}
.home_banner table.tab_bot .white_title_cube img{
  width: 50px;
  height: auto;
  margin: 0px 0px 0px 0px;
  position: relative;
  top: -6px;
}


.modal-body {
    position: relative;
    padding: 0px;
}
.menu_item_modal{
    margin: 15px;
}
.menu_item img{
    width: 28px;
    height: auto;
    position: relative;
    top: -2px;
    margin: 0px 5px;
}
.modal-content {
    border-radius: 0px;
}
.menu_item_modal h4{
  font-family: 'Reckless Neue';
  color: #000000;
    font-size: 20px;
margin: 25px 0px 15px;
  padding: 0px;
  font-weight: bold;
  text-transform: capitalize;
}
.menu_item_modal p,
.menu_item_modal span{
    font-family: 'Reckless Neue';
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}
.modal_info p{
    padding: 0px;
    margin: 15px 0px 0px 0px;
    font-size: 12px;
    font-family: 'Reckless Neue';
}
.menu_item_modal h3{
    font-family: 'Reckless Neue';
    color: #000000;
    font-size: 18px;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.store_card{
    width: 100%;
    padding-top: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    display: block;
    cursor: pointer;
        background-size: 136%;
    background-position: top center;
    background-repeat: no-repeat;
}
.store_card.Smoothies,
.store_card.Functional.Blends,
.store_card.JuicesRaw.Juices,
.store_card.Frozen.Yoghurt{
    background-size: 124%;
}
.disc_logo{
    width: 120px;
    height: auto;
}
.go_btns{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.go_btns a{
    padding: 10px 15px 10px;
    color: #000!important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Reckless Neue';
    background: #ece2d2;
}
.store_card.mb_30{
    margin-bottom: 30px;
}
.cube{
    width: 100%;
    padding-top: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.store_orange{
    width: 100%;
    padding-top: 60%;
    position: relative;
    text-align: center;
    background-color: #eee;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.modal_store_content{
    background-color: #ece2d2;
    font-family: 'Reckless Neue';
    font-size: 18px;
    color: #000000;
    padding: 0px 0px 0px 15px;
}
.modal_store_content a{
        color: #000000;
}


.modal_store_content h4{
  color: #000000;
  padding: 0px;
  margin: 0px 0px 15px;
  padding-top: 18px;
  font-family: 'Reckless Neue';
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal_store_content p{
    margin: 0px;
    font-family: 'Reckless Neue';
    padding-bottom: 15px;
}
.store_card h4{
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-family: 'Reckless Neue';
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}
.menu_item_wrap h4{
    font-family: 'Reckless Neue';
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0px 5px 0px;
    text-align: left;
    color: #000000;
    font-weight: bold;
}
.menu_item_wrap{
    margin-bottom: 30px;
}







.nu_planet_cube{
    width: 100%;
    padding-top: 70%;
    margin: 0px 0px 30px 0px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nu_planet_row{
    width: 100%;
    min-height: 100px;
    display: block;
    margin-bottom: 50px;
}
.nu_planet_row h4{
    width: 100%;
    font-family: 'Reckless Neue';
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    margin: 0px 0px 15px 0px;
    color: #000000;
}

.nu_tbl{
    display: table;
    margin: 0 auto;
    width: 100%;
}
.nu_tbl_row{
    display: table-row;

}
.nu_tbl_cell{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.pad_right{
    padding-right: 25px;
}
.pad_left{
    padding-left: 25px;
}











td.td_devider{
    width: 15px;
}
.select_option{
    font-weight: normal;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: left;
}
.select_links{
    display: none;
    background: #c1dede;
    position: absolute;
    text-align: left;
    width: 300px;
    font-size: 18px;
    left: 0px;
padding: 15px 0px 10px 17px;
    margin: 0px;
    list-style: none;
    z-index: 5;
    top: 35px;
    box-shadow: 0 28px 45px -24px rgba(0, 0, 0, 0.5);
}
.select_links a{
    color: #000;
}
.select_links li{
    margin-bottom: 10px;
}
.select_links.open{
    display: inline-block;
}


li.sf-item-0,
.sf-field-taxonomy-food-preference{
    display: none!important;
}

.store_block{
    width: 100%!important;
    padding-top: 100%!important;
    position: relative;
    margin: 0px 0px 30px 0px;
    text-align: center;
    cursor: pointer;


}

.store_tbl{
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #ebe4d2;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
}
.store_tr{
    display: table-row;
}
.store_td{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 25px;
}
.store_td h4{
    font-size: 34px;
}


p{
    font-family: 'Reckless Neue'!important;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 25px;
    color: #000000;
}
.drop_down{
    color: #fff;
    width: 90%;
    font-family: 'Reckless Neue';
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 15px;
    display: none;
    transition: 0.5s;
}
.store_side_menu{
    display: block;
}
.select_cats{
    display: none;
}
.drop_down.open .select_cats{
    display: inline-block;
    padding-top: 15px;
}
.section_heading{
  background-color: #e4edf4;
    margin: 5px 0px 30px;
    padding: 15px 15px 15px;
    text-align: left;
}
.section_heading .tbl{
    margin: 0 auto;
}
.section_heading p{
    margin: 0px 0px 4px 15px;
    padding: 0px;
}
.section_heading h2{
    font-family: 'Reckless Neue';
    font-size: 60px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #000000;
    -webkit-text-stroke: 2px #000000;
}
.nutri_content_section{
    margin-bottom: 30px;
}
.tbl{
    display: table;
}
.tbl_row{
    display: table-row;
}
.tbl_cell{
    display: table-cell;
    vertical-align: bottom;
}
.section_card{
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #e4edf4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section_card_content{
    text-align: center;
    padding: 50px 15px 0px;
    background-color: #eaf3fc;
    min-height: 280px;
}
.section_card_content h4{
    font-family: 'Reckless Neue';
        color: #000000;
        padding: 0px;
        margin: 0px 0px 10px;
        font-size: 20px;
}
.contact_page h4{
    font-family: 'Reckless Neue';
        color: #000000;
        padding: 0px;
        font-weight: bold;
        margin: 0px 0px 10px;
        font-size: 20px;
}
.chat_block{
    display: table;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
    position: relative;
    padding: 50px 0px;
font-family: 'Reckless Neue';
    font-style: italic;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 28px;
    background-color: #fff;
    color: #000000;
    border: 2px solid #000;
    cursor: pointer;
    transition: .5s;
}
.chat_block:hover,
.chat_block:focus,
.chat_block:active {
    transition: .5s;
    transform: scale(1.1);
    color: #000000;
    text-decoration: none;
}
.chat_block_row{
    display: table-row;
}
.chat_block_cell{
    display: table-cell;
}

.small_icon_top{
    width: 60px;
    height: 60px;
    background-color: #ece2d2;
    margin: 0px auto 30px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.philosophy_cube{
    width: 90%;
    margin: 30px auto 30px;

    padding: 0px 15px 15px 15px;
}
.top_heading h2{
    font-size: 50px;
    line-height: 50px;
    margin: 30px 0px 30px 0px;
}
.philosophy_cube p{
    min-height: 100px;
}
.phil_section{
    margin: 0px auto 0px;
    padding: 0px 0px 100px 0px;
    display: block;
    max-width: 1200px;
    width: 100%;

}

.new_nu_section{
    min-height: 100px;
    padding: 0px 0px 100px 0px;
    margin: 0px auto 0px;
    width: 100%;
    max-width: 1200px;
    display: block;
}
.planet_tbl{
    display: table;
    width: 100%;
    margin: 0px 0px 50px 0px;
}
.planet_tr{
    display: table-row;
}
.planet_td{
    display: table-cell;
    text-align: center;
    width: 33.33%;
    vertical-align: middle;
}
.planet_td img{
    width: 100%;
    height: auto;
}
.planet_td.with_border{
    border-bottom: 1px solid #000;
}






.mobile_menu_trigger {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-image: url('img/mob_menu.svg');
}
.mob_close{
  position: absolute;
  display: block;
  z-index: 9999;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
      background-image: url('img/mob_close.svg');
}





.download_links{
    font-family: 'Reckless Neue';
}




.top_banner{
    width: 100%;
    padding: 15px;
    margin: 0px 0px 0px;
    background-image: url('img/spinach-chicken-pomegranate-salad-5938.jpg');
}
.page_banner{
    width: 100%;
    height: 300px;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('img/winter_menu.png');
    margin-bottom: 30px;
}
.content_yo{
    width: 100%;
    position: relative;
    display: table;
    height: 100%;
    margin-top: 15px;
}
.mini_side_menu{
    background-color: #fff;
    padding: 30px 0px 30px;
    font-size: 18px;
    width: 15%;
    text-align: left;
    height: 100%;
    float: left;
}
.mini_side_menu .sf-label-radio{
    color: #000;
    cursor: pointer;
        font-weight: 300;
      font-family: 'Reckless Neue';
}
.mini_side_menu .sf-label-radio:hover{
    font-weight: bold;
font-family: 'Reckless Neue';
}
.mini_side_menu input[type=radio]{
    display: none!important;
}



.mini_side_menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.mini_side_menu ul li{
    padding: 0px;
margin: 0px 0px 15px 0px;
}
.mini_side_menu ul li a{
  font-family: 'Reckless Neue';
  font-weight: normal;
    line-height: 20px;
    font-size: 16px;
    display: block;
    padding: 10px 0px!important;
    transition: 0.5s;
    color: #000;
}
.mini_side_menu ul li.current-menu-item a{
background-color: #fff;
font-weight: bold;
}
.mini_side_menu ul li a:hover{
    text-decoration: none;
}



.img_res{
    width: 100%;
    height: auto;
}


.store_content{
    width: 85%;
    float: left;
    padding: 0px 0px 30px;
    display: table;
    height: 100%;
}
.store_content h1{
    font-family: 'Reckless Neue';
    color: #000000;
    margin: 0px 0px 15px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
        font-size: 30px;
}
.top_banner h2{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
    padding: 0px;
    margin: 0px;
}
.secondary_table{
    width: 100%;
    height: 100%;
}
td.w_50{
    width: 50%;
    position: relative;
}
.cube_test{
    background-color: #eee;
    display: inline-block;
    background-image: url('img/spinach-chicken-pomegranate-salad-5938.jpg');
    width:100%;
    height: 100%;
}
.cube_test h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
    padding: 0px;
    margin: 0px;

  }
.secondary_table td{

}
.body_table td{
    padding: 0px;
}










.wa_overlay{
  background-color: rgba(96, 0, 58, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9000;
  display: none;
  text-align: center;
}



.app_overlay{
background-color: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9000;
    display: none;
    text-align: center;
}
.app_overlay table,
.wa_overlay table{
    width: 100%;
    height: 100%;
}
.wa_overlay img{
    width: auto;
    max-height: 600px;
        max-width: 100%;
    height: auto;
}
.app_overlay table td,
.wa_overlay table td{
    text-align: center;
    vertical-align: middle;
}
.app_modal {
      width: 100%;
      max-width: 700px;
      min-height: 200px;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px 15px 30px;
      position: relative;
}
.close{
    font-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000000;
    opacity: 0.8;
    z-index: 10;
}
span.nu_icon_menu{
    width: 35px;
    height: 20px;
    margin: 0px 5px;
    display: inline-block;
    background-image: url('img/nu_red.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.menu_item:hover span.nu_icon_menu{
    background-image: url('img/nu_white.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



















.menu_left{
    width: 16%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    float: left;
    background-color: #fff;
    z-index: 3;
}
.section_right{
    width: 84%;
    height: 100vh;
    float: right;
    padding-right: 15px;
    position: relative;
}

.home_slider{
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    padding-top: 45%;
    background-color: #444;
}











.menu_menu{
    width: 20%;
    position: fixed;
    left: -1%;
    padding: 0px 15px;
    text-align: center;
    top: 0px;
    bottom: 0px;
    float: left;
    background-color: #000000;
    transition: 0.5s;
    z-index: 2;
    box-shadow: 0 28px 45px -24px rgba(0, 0, 0, 0.5);
}
.menu_menu.open{
    width: 15%;
    position: fixed;
    left: 20%;
    top: 0px;
    bottom: 0px;
    float: left;
    background-color: #000000;
    transition: 0.5s;
}
.menu_menu ul{
    padding: 0px;
    margin: 100px 0px 0px;
    list-style: none;
}
.menu_menu li{
        margin-bottom: 15px;
}
.menu_menu li a{
    color: #fff;
  font-family: 'Reckless Neue';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;

    letter-spacing: 2px;
}
.modal-content .nutritional_table{
    margin-top: 15px;
      color: #000000;
}
.modal-content .nutritional_table tr:first-child td {
  font-family: 'Reckless Neue';
}
.nutritional_table{
    width: 100%;
    border: 1px solid #000;
}
.nutritional_table td {
    font-size: 11px;
    padding: 5px;
    width: 30%;
        border: 1px solid #000;
}


.nu_icon{
    width: 35px;
    height: auto;
    position: relative;
}
.nu_icon_left{
    top: -2px;
    margin-right: 5px;
}
.side_menu{
    margin-top: 15px;
}
.side_menu .menu_item{
    color: #000;
    font-family: 'Reckless Neue';
    font-size: 20px;
    font-weight: normal;
     font-style: normal;
    line-height: 20px;
    display: block;
    width: 90%;
    padding: 15px;
    transition: 0.5s;
    margin: 0px auto 5px;
    letter-spacing: 2px;
    cursor: pointer;
    text-shadow: 0 0 0px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 0px #000;
    -webkit-text-shadow: 0 0 0px #000;
}
.side_menu .menu_item:hover,
.side_menu .menu_item:focus,
.side_menu .menu_item:active{
    background-color: #ece2d2;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}


.random_pillar{
    width: 100%;
    height: 800px;
    background-color: red;
}

.body_table{
    width: 100%;
    height: 100%;
}
.searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 0px!important;
    width: 90%;
}
.mobile_banner{
    width: 100%;
    padding: 15px 0px;
    background-color: #fff;
}
.mobile_menu{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 100;
    text-align: center;
}
.mobile_menu .side_menu{

    display: block;
}
.social_table{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.social_table td{
    width: 33.33%;
    padding: 10px;
}
.social_table img{
    width: 30px;
    height: auto;
}

.show_mobile{
    display: none;
}



@media (max-width: 1400px){
    .mini_side_menu{
        font-size: 16px;
    }
}

@media (max-width: 1200px){
  .store_card h4 {
    bottom: 0px;
    padding: 0px 15px;
    font-size: 12px;
}
  .menu_left {
    width: 20%;
  }
  .section_right {
      width: 80%;
  }
}
.home_banner_top{
    width: 100%;
    height: 100%;
}

@media (max-width: 992px){
  .macro_td{
      text-align: center;
  }
  .planet_tbl,
  .planet_tr,
  .planet_td{
      display: block;
      width: 100%;
      padding: 15px;
  }
  .home_banner table{
      min-height: auto;
  }
  .home_banner.my_topper{
      padding-top: 25%;
  }
	.hide_mobile{
    display: none;
}
.show_mobile{
    display: table;
}
	.home_banner {
    position: relative;
	}
.store_card h4 {
    font-size: 14px;
}
.nu_banner {
    padding: 0;
    height: 200px;
}
	.home_table {
    height: inherit;
	}
  .home_banner.top_part h2 {
    font-size: 40px;
}
  .mobile_menu_trigger {
      display: block;
  }
  .home_banner.top_part {
    top: 0px;
  }
  .home_banner {
      top: 0px;
      right: 0px;
  }
  .home_table td {
      padding-right: 0px;
  }
  .side_menu{
      display: none;
  }
  .logo {
    max-width: 80px;
margin: 15px 0px;
}
  .menu_left {
    width: 100%;
    position: relative;
}
  .section_right{
      width: 100%;
      height: auto;
      float: left;
      padding: 0px;
  }
  .section_card_content{
      margin-bottom: 30px;
      display: block;
  }
    .mini_side_menu{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .store_content {
        width: 100%;
        float: left;
        padding: 0px 15px 30px;
    }
}

@media (max-width: 768px){

  .store_card h4{

      bottom: 15px;
      font-size: 20px;
      text-transform: uppercase;
      color: #000000;
  }
  .nu_tbl{
      display: block;
      width: 100%;
  }
  .nu_tbl_row{
      display: block;

  }
  .nu_tbl_cell{
      display: block;
      width: 100%;
      vertical-align: middle;
      text-align: center;
  }
  .pad_right{
      padding-right: 0px;
  }
  .pad_left{
      padding-left: 0px;
  }












  .side_menu .menu_item {
    color: #000000;
    font-family: 'Reckless Neue';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
        display: block;
        width: 90%;
        padding: 13px 15px 10px;
    transition: 0.5s;
    margin: 0px auto 10px;
    letter-spacing: 2px;
    cursor: pointer;
}

    .drop_down{
        display: inline-block;
    }
    .select_option {
    width: auto;
    text-transform: uppercase;
    text-align: left;
    padding: 0px;
  }
  .select_links {
    font-size: 16px;
  }
    .menu_strip {
    width: 100%;
    font-size: 18px;
  }
    .store_side_menu{
        display: none;
    }
}
