html,
body {
    margin: 0;
    padding: 0;
   
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-padding-start: 0px;
    -webkit-font-smoothing: antialiased;
}


a:hover {
    cursor: pointer;
}

/*loads the fonts*/

@font-face {
    font-family: 'Archer';
    src: url(../_assets/font/Archer-Light-Pro.otf);
}
@font-face {
    font-family: 'Archer-book';
    src: url(../_assets/font/Archer-Book-Pro.otf);
}
@font-face {
    font-family: 'Archer-med';
    src: url(../_assets/font/Archer-Medium-Pro.otf);
}
@font-face {
    font-family: 'Archer-Bold';
    src: url(../_assets/font/Archer-Bold-Pro.otf);
}
@font-face {
    font-family: 'HelveticalLTS';
    src: url(../_assets/font/HelveticaLTStd-Roman.otf);
}
@font-face {
    font-family: 'TradeGothictd';
    src: url(../_assets/font/TradeGothicLTStd.otf);
}
@font-face {
    font-family: 'TradeGothicbold';
    src: url(../_assets/font/TradeGothicLTStd-Bd2.otf);
}
@font-face {
    font-family: 'TradeGothicbold20';
    src: url('../_assets/font/TradeGothicLTStd-BdCn20.otf');
}
@font-face {
    font-family: 'TradeGothicCon';
    src: url('../_assets/font/TradeGothicLTStd-Cn18.otf');
}
/*fonts*/

h5 {
    font-family: 'TradeGothicbold20';
    font-size: 40px;
    padding: 0;
    margin: 0;
    color: white;
}
a,
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    /*color: white;*/
}


.max-w-container {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
#slidesContainer .max-w-container {
    top: 24%;
}

/* --------------- */
/* FOOTER */

#footer
{
    margin-bottom: 40px;
}

#footer .max-w-container:after
{
    content: "";
    display: block;
    clear: both;
}

#footer #locations
{
    position: relative;
    float: left;
    width: calc(50% - 20px);
    max-width: 560px;
    margin-left:20px;
    margin-top: 40px;
}

#footer #locations .location
{
    float: left;
    width: 50%;
}

#footer #hiring
{
    position: relative;
    float: right;
    width: calc(50%);
    margin-top: 60px;
}

#footer #hiring p
{
    font-size: 13px;
    font-family: 'HelveticalLTS';
    line-height: 22px;
}

#footer #hiring #copy,
#footer #hiring #img
{
    float: left;
}

#footer #hiring #copy
{
    width: 50%;
    margin-bottom: 20px;
}

#footer #hiring #img
{
    margin-left: 20px;
    width: calc(50% - 20px);
}

#footer #hiring #img img
{
    width: 100%;
}

#footer #social
{
    position: relative;
    clear: both;
    padding-left: 20px;
}

#footer #social #logo
{
    position: relative;
    float:none;
    width: 60px;
    height: 80px;
    top: 18px;
}

#footer #social #name
{
    display: inline-block;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #67bd3c;
    font-family: 'HelveticalLTS';
}

#footer #social #icons
{
    display: inline;
}

#footer #social .icon
{
    display: inline-block;
    height: 22px;
    margin-left: 25px;
}

/* END OF FOOTER */
/* --------------- */




/* --------------- */
/* INSTAGRAM FEED */

#insta-feed
{
    position: relative;
    width: 100%;
    height: 28vw;
}

#insta-feed #post-template
{
    display: none;
}

/* WIPE FOR LOADING IN NEW IMAGES */
#insta-feed #wipe
{
    position: absolute;
    z-index: 10;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

#insta-feed #posts
{
    position: relative;
    height: 100%;
}

#insta-feed .post
{
    box-sizing: border-box;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    overflow: hidden;
}

#insta-feed .pic img
{
    position: relative;
    width: 100%;
}

/* PIC INFO FORMATTING */
#insta-feed .info
{
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    top: calc(100% - 35px);
    width: 100%;
    height: 100%;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    font-family: "HelveticalLTS";
    font-size: 15px;
    transition: top .4s ease-out;
    white-space: nowrap;
}

#insta-feed .info:hover
{
    top: 0;
}

#insta-feed .info:hover .caption
{
    opacity: 1;
}

#insta-feed .post:nth-child(2) .info,
#insta-feed .post:nth-child(3) .info
{
    font-size: 10px;
}

#insta-feed .info .icon
{
    position: relative;
    display: inline-block;
    top: 6px;
    margin-right: 4px;
}

#insta-feed .info .timestamp
{
    white-space: nowrap;
}

#insta-feed .info .caption
{
    display: block;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    width: 90%;
    max-height: 20%;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .3s linear .3s;
}

/* 4 UP LAYOUT */

#insta-feed .post:nth-child(1),
#insta-feed .post:nth-child(4)
{
    width: 40%;
    height: 100%;
}

#insta-feed .post:nth-child(2),
#insta-feed .post:nth-child(3)
{
    width: 20%;
    height: 50%;  
}

#insta-feed .post:nth-child(3)
{
    position: absolute;
    left: 40%;
    top: 50%;
}

/* END OF INSTAGRAM FEED */
/* --------------- */


/* burger menu */

.b-container {
    height: 60px;
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    float: right;
}
.b-bun {
    background: #70bd4d;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.b-bun--top {
    height: 3px;
    top: -7px;
    width: 25px;
}
.b-bun--mid {
    height: 3px;
    top: 0px;
    width: 25px;
}
.b-bun--bottom {
    height: 3px;
    top: 7px;
    width: 25px;
}

/* burger menu for the menu page*/

.b-container-menu 
{
    height: 60px;
    width: 50px;
    display: none;
    position: absolute;
    right: 40px;
    top: 30px;
    float: right;
    display: block;
    z-index: 5;
}
.b-bun-menu 
{
    background: #ffffff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
     height: 4px;
     width: 45px;
}
.b-top 
{
    top: -10px;
}
.b-mid 
{
    top: 0px;
}
.b-bottom 
{
    top: 10px;
}



#smallnav-fixed {
    height: 50px;
    width: 100%;
    xbackground-color: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 10;
    display: none;
}
.nav {
    background-color: #fff;
}


#navsocial {
    height: 60px;
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.navsocialImg, .navsocialImg_ {
    height: 30px;
    width: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.navsocialImg_ {

    width: 35px;
}



.open {
    width: 100%;
    height: 510px;/*440px;*/
    position: relative;
    top: -60px;
    display: block;
    background-color: black;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
}
.closed {
    width: 100%;
    height: 510px;
    position: relative;
    top: -600px;
    display: block;
    background-color: black;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#linkContainer-closed {
    -webkit-transition: 1 ease;
    transition: 1 ease;
    height: 300px;
    position: relative;
    top: -300px;
    padding-top: 100px;
}
#linkContainer {
    -webkit-transition: 1 ease;
    transition: 1 ease;
    height: 300px;
    padding-top: 55px;
}
#link {
    width: 100%;
    height: 70px;
    margin-top: 5px;
    font-family: 'TradeGothicbold20';
    font-size: 45px;
    text-align: center;
    opacity: 0.9
}
.mobileNav {
    list-style-type: none;
    cursor: pointer;
    opacity: 0.9;
    color: #6cbb45;
    opacity: 1;
    transition: color .2s linear;
}
.mobileNav:hover
{
    color: #ffffff;
}
h2 {
    font-family: 'Archer-book';
    font-size: 25px;
    color: white;
}
#container2 .para1,
.para2 {
    font-family: 'HelveticalLTS';
    font-size: 17px;
    line-height: 25px;
    color: white;
    font-smoothing: antialiased;
    font-weight: lighter;
    max-width: 800px;
}
.para2 {
    color: black;
    width: 332px;
    font-size: 16px;
    line-height: 28px;
}
#mainContainer {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;

}


.nav,
.nav-scroll-off {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    overflow: hidden;
}


.nav-scroll {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    z-index: 2;
    -webkit-transition: 700ms ease;
    transition: 700ms ease;
    background-color: rgba(0, 0, 0, .6);
}
#nav-span-1 
{
    width: 40%;
    display: inline-block;
    height: 85px;
    float: left;
    position: relative;
    padding-left: 10px;
}
.nav-span-2 
{
    position: relative;
    width: 36%;
    float: right;
    height: 85px;
    margin-top: 0px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.nav-span-2-scroll {
    margin-top: -15px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    width: 50%;
    height: 100px;
    opacity: 0.7;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#nav-span-2-items {
    height: 70px;
    display: block;
    margin-top: 30px;
}

.nav-span-3 
{
    position: relative;
    width: 58%;
    float: right;
    height: 85px;
    margin-top: 0px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.mainNav  {
    margin-right: 3.2%;
    padding-bottom: 2px;
}
.mainNav, .mainNav a, .mainNav a:visited, .mainNav a:active {    display: inline;
    font-family: 'TradeGothicbold20';
    transition: color .2s linear;
    font-size: 20px;
    color: #6cbb45;
    cursor: pointer;
    display: inline-block;
}
.mainNav, .mainNav a, .mainNav a:visited, .mainNav a:active {
    border-bottom: 4px solid #fff;
}
.mainNav:hover, .mainNav a:hover, 
{
    color: #333333;
}

/*For the main header and the slider*/

.nav #logo {
    position: relative;
    width: 175px;
    height: 50px;
    float: left;
    cursor: pointer;
}
#logo_small {
    position: absolute;
    max-width: 116px;
    top: 8px;
    margin-left: 10px;
    z-index: 10;
   
}

#logo_small_mobile {
    position: absolute;
    width: 200px;
    top: 15px;
    margin-left: 30px;
    z-index: 10;
  
}
#header {
    width: 100%;
    height: calc(100% - 85px);
    min-height: 500px;
    z-index: 1;
    position: relative;
    margin-left: 0;
    margin-top: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* ----------------------------- */
/* STATIC HERO FOR SMALL SCREENS */

#staticHero
{
    display: none;
    width: 100%;
    height: 90%;
    background-image: url('../_assets/img/mb.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#staticHero p 
{
    display: block;
    position: relative;
    text-align: center;
    font-size: 7vw;
    font-family: "Archer-med";
    color: #ffffff;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ----------- */
/* HERO SLIDES */

#slidesContainer 
{
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #000000;
}

#slidesContainer .slide
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0;
    transition: opacity .8s linear;
}
#slidesContainer .sliderLink {
	color:#fff;
	border-bottom: 4px solid #fff;
	font-family:TradeGothicbold20;
	position:relative;
	top:10px;
	pointer-events:auto;
	z-index:500;
}
#slidesContainer .slide.active
{
    opacity: 1;
	z-index:1000;
}

#slidesContainer .copy
{
    position: relative;
    /*margin-top: 24%; _cr*/
    width: 90%;
    max-width: 490px;
	pointer-events:none;
}

#slidesContainer .copy.right
{
    float: right;
    max-width: 380px;
    margin-right: 20px;
}

#slidesContainer p
{
    margin: 0;
    color: #ffffff;
    font-size: 27px;
    font-family: 'Archer';
}

#slidesContainer p.large
{
    padding-top: 10px;
    display: inline-block;
    font-size: 45px;
    font-family: 'TradeGothicbold20';
    border-top: 5px solid white;
    text-transform: uppercase;
}

/*SLIDE BACKGROUNDS _cr*/
#slidesContainer .slide._slide1 {
    background-image: url('../_assets/img/hero-cleanse.jpg');
}
#slidesContainer .slide._slide2 {
    background-image: url('../_assets/img/hero-acai.jpg');
}
#slidesContainer .slide._slide3 {
    background-image: url('../_assets/img/hero-green.jpg');
}
#slidesContainer .slide._slide4 {
    background-image: url('../_assets/img/hero-ricebowls.jpg');
}



/* END OF HERO SLIDES */
/* ------------------ */


#logoContainer 
{
    font-family: 'Archer-med';
    font-size: 20px;
    color: #6cbb45;
    position: relative;
    z-index: 0;
    margin-top: 15px;
}
#logoContainer p {
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}

#send-resume-btn
{
    margin: 10px auto 0; 
    padding: 9px 0 6px;
    width: 150px;
    background-color: #67bd3c;
    font: 200 13px 'HelveticalLTS';
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#send-resume-btn:hover
{
    background-color: #4a882b;
}

#hashtag_divider {
    width: 100%;
    height: 40px;
    background-color: white;
    font-size: 30px;
    text-align: center;
    color: #6cbb45;
    position: relative;
    font-family: 'TradeGothicbold20';
    padding-top: 10px;
}

#hashtag_divider p {
    padding: 0;
    margin: 0;
}

#clickbtn_arrow {
    height: 45%;
    position: absolute;
    top: 14px;
    right: 216px;
    margin: 0;
    font-size: 50px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    animation-fill-mode: forwards;
    cursor: pointer;
}

#clickbtn_arrow:hover {
    transform: rotate(360deg);
    animation-fill-mode: forwards;
}

#container2 {
    display: block;
    height: 500px;
    width: 100%;
    background: url(../_assets/img/container1.jpg) no-repeat center center;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#container2 #text 
{
    position: relative;
    float: left;
    width: 50%;
    margin-top: 10%;
    position: relative;
    padding-right: 50px;
    padding-left: 12px;
}
#container2 #videoContainer 
{
    float: left;
    position: relative;
    width: 38%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#video {
    height: auto;
    -webkit-box-shadow: -1px 5px 75px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -1px 5px 75px 3px rgba(0, 0, 0, 0.43);
    box-shadow: -1px 5px 75px 3px rgba(0, 0, 0, 0.43);
}
#container3 {
    position: relative;
    height: 870px;
    width: 100%;
}
#container3:before
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../_assets/img/container2.jpg);
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center;
}
#container3 #rightCol {
    width: 37%;
    height: 100%;
    position: relative;
    float: right;
}
h4 {
    font-family: 'TradeGothicbold';
    position: relative;
    font-size: 17px;
    width: 350px;
}
#organicandgood {
    position: relative;
    margin-top: 150px;
}

#usdaContainer {
    height: 200px;
}

h3 {
    font-family: 'Archer';
    font-size: 25px;
}
.footer-col1 {
    font-family: 'HelveticalLTS';
    line-height: 22px;
    font-size: 13px;
}
.right {
    padding-top: 15px;
    width: 320px;
    padding-bottom: 30px;
}
#col-1 {
    padding-right: 10%;
    margin-top: 68px;
}
#col-2 {
    margin-top: 68px;
}
.footer-col1-header {
    font-family: 'Archer-Bold';
    font-size: 15px;
}








/* Menu items*/

#menuHeader {
    width: 100%;
    position: relative;
    background-image: url('../_assets/img/menu_food_bg.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
}
#menuHeader span
{
    display: inline-block;
    color: #ffffff;
    font-family: "Archer";
    font-size: 120px;
    margin-top: 100px;
    margin-bottom: -30px;
}
#top {
    height: 150px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#top_a {
   /* height: 60px;*/
    width: 600px;
    text-align: center;
    position: relative;
    display: inline;
}
ul#top_a {
  
}

.top_a_list li {

    font-size: 50px;
    
}

.desktop {

    display: inline;
}

.mobile, #header_mob_icons {

    display: none;
}



#top_b {
    height: 50px;
    width: 400px;
    position: relative;
    margin: 0 auto;
}
.top_b_list {
    font-family: 'Courier New';
    display: inline;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
}
ul.top_b_list li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}


#menuBowls-Container {

    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 450px;


}
ul.menuBowls {
    padding: 0;
    font-family: 'Courier New';
    display: inline-block;
}


ul.menuBowls li {
    position: relative;
    display: block;
    line-height: 30px;

    
}

.menuBowlsIcon {

    vertical-align: middle;
}


ul.menuBowls li p {

    padding: 0;
    margin: 0;
    font-family: 'TradeGothicCon';
    font-weight: 100;
    line-height: 22px;
    opacity: 0.6;
    font-size: 16px;

}

ul.menuBowls li p:nth-of-type(3) {

   padding-top: 15px;
}

.menu_p {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
ul.menu_p li {
    display: inline;
    font-family: 'Courier New';
}
ul.price,
ul.price_large {
    display: inline;
    position: relative;
    margin: 0;
    float: right;

}
ul.price li span,
ul.price_large li span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}
ul.price li,
ul.price_large li {
    display: inline;
}
ul.price li:nth-of-type(even) {
    font-family: 'TradeGothicCon';
     color: #6cbb45;;
    font-size: 30px;
}
ul.price li:nth-of-type(odd) {
    font-family: 'TradeGothicCon';
    font-size: 20px;
    opacity: 0.5;
}
ul.price_large li:nth-of-type(even) {
    font-family: 'TradeGothicCon';
    font-size: 40px;
     color: #6cbb45;;
}
ul.price_large li:nth-of-type(odd) {
    font-family: 'TradeGothicCon';
    font-size: 25px;
    opacity: 0.5;
}

#menuBody {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#menuBody_two {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#menuBody_a,
#menuBody_b,
#menuBody_a_two,
#menuBody_b_two {
   
    width: 45%;
}
.archer,
.archer_small,
.archer_small_b,
.archer_b {
    font-family: 'TradeGothicCon';
    font-size: 40px;
    width: 85%;
    display: inline-block;
    color: #4D4E50;
    position: relative;
}
.archer_small,
.archer_small_b {
    font-family: 'TradeGothicCon';
    font-size: 30px;
    width: 85%;
    display: inline-block;
    color: #4D4E50;
    position: relative;
}
.archer_small_b,
.archer_price_b,
.archer_price_c {
    padding-top: 25px;
}
.archer_small,
.archer_b {
    width: 50%;
}
.archer_price,
.archer_price_b,
.archer_price_c {
    font-family: 'TradeGothicCon';
    font-size: 30px;
    width: 6%;
    display: inline;
    position: relative;
    float: right;
    color: #6cbb45;
}
.menucolumn {
    width: 94%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}
.menuicon {
    width: 20px;
    top: 2px;
    vertical-align: middle;
}
.menuLine {
    padding: 0;
    margin: 0;
    font-family: 'Courier New'
}
.menuLine2 {
    padding-top: 10px;
    margin: 0;
    line-height: 25px;
    font-family: 'TradeGothicCon';
    opacity: 0.7;
}
.menuLine3 {
    margin-left: 10px;
    display: inline-block;
    width: 270px;
    font-family: 'Courier New'
}

.description {
    
   font-family: 'TradeGothicCon';
   opacity: 0.8;
   font-size: 15px;
}

.menuBowls .margin-left {

    margin-left: 35px;

}

#nutrition-link
{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

#nutrition-link a
{
    font-family: 'Courier New', serif;
    color: #6cbb45;
    font-weight: bold;
}

#food 
{
    max-width: 100%;
}


#addonsContainer {
    width: 90%;
    height: 100%;
}
ul.addons {
    display: inline-table;
    padding: 0;
    margin-left: 30px;
    align-content: center;
}
ul.addons li {
    position: relative;
    display: block;
    padding-right: 10px;
    font-size: 20px;
    font-family: 'TradeGothicCon';
    color: #4D4E50;
}
ul.addons li:nth-of-type(1) {
    margin-left: -14px;
}
#drink {
    max-width: 100%;
    margin-left: -50px;
}
#arrow {
    max-width: 83%;
    position: relative;
}
#harvest {
    max-width: 15%;
}
#bird {
    width: 50px;
    display: inline;
}
hr {
    display: block;
    border: 0;
    border-top: 4px solid #848689;
    margin: 1em 0;
    margin-top: 30px;
    padding: 0;
}


.fresh-juice-col
{
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
}
.fresh-juice-col li
{
    list-style: none;
    font-family: 'Courier New';
    line-height: 30px;
}
.fresh-juice-col li p
{
    font-family: 'TradeGothicCon';
    font-weight: 100;
    line-height: 22px;
    opacity: 0.6;
    font-size: 16px;
    margin-left: 35px;
    margin-top: 0;
}
.juice-dot
{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}
#pure-juice { background-color: #6ab74b; }
#prime-juice { background-color: #873476; }
#vital-juice { background-color: #81253b; }
#daily-juice { background-color: #81253a; }
#fresh-juice { background-color: #ee812c; }
#essential-juice { background-color: #deac3f; }

.small-note
{
    font-family: 'TradeGothicCon';
    font-style: italic;
    font-size: 15px;
}
/* end of menu items */

@media screen and (max-width: 1300px) {
     ul.addons li {
        font-size: 15px;
        padding-right: 0px;
    }
}


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

    .ul-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

ul.menuBowls {
   
    margin: 5px;

    }
    .fresh-juice-col
    {
        float: none;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) 
{
    /* -------------- */
    /* INSTAGRAM FEED */

    #insta-feed .info .caption
    {
        max-height: 40%;
    }
    
    /* END OF INSTAGRAM FEED */
    /* -------------- */


	.mobile-nav-frame {
	background-color:rgba(0,0,0,0.6);
	position:relative;height:50px;width:100%;z-index:10
	}
    /* ----------- */
    /* HERO SLIDES */

    #staticHero 
    {
        xdisplay: block;
    }

    #slidesContainer 
    {
        xdisplay: none;
    }

    /* END OF HERO SLIDES */
    /* ------------------ */

    #logoContainer {
        font-size: 19px;
    }

    ul.price_large li:nth-of-type(even) {
        font-size: 30px;
    }
    ul.price_large li:nth-of-type(odd) {
        font-size: 20px;
    }
    ul.addons li {
        font-size: 13px;
    }
}


@media screen and (max-width: 950px) 
{
    #rightCol 
    {
        padding-right: 5%;
        height: 100%;
        position: relative;
    }
}


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

    /*----------------- */
    /* FOOTER */
    #footer #locations,
    #footer #hiring
    {
        float: none;
        margin: 0 auto;
        width: 90%;
        max-width: 600px;
    }

    #footer #locations
    {
        margin-top: 40px;
    }

    #footer #hiring #copy
    {
        margin-top: 40px;
        width: 100%;
    }

    #footer #hiring #copy #hdr
    {
        display: block;
        margin: 0 auto;
    }

    #footer #hiring #img
    {
        display: none;
    }

    #footer #social 
    {
        text-align: center;
        padding-left: 0;
    }
    
    #footer #social #icons
    {
        display: block;
    }

    #footer #social #logo
    {
        display: inline-block;
    }

    /* END OF FOOTER*/
    /*----------------- */



    /* -------------- */
    /* INSTAGRAM FEED */

    #insta-feed
    {
        height: 35vw;
    }

    #insta-feed .post:nth-child(1),
    #insta-feed .post:nth-child(4)
    {
        width: 50%;
        height: 100%;
    }

    #insta-feed .post:nth-child(2),
    #insta-feed .post:nth-child(3)
    {
        display: none;
    }

    /* END OF INSTAGRAM FEED */
    /* -------------- */
    

    #nav-span-2-items {
        display: none;
    }
    #smallnav-fixed {
        display: block;
    }



    #mobile-nav-link {

        width: 30%;
        height: 100%;
        right: 0;
        position: absolute;
        z-index: 10;
        cursor: pointer; cursor: hand;

    }
    .b-container {
        display: block;
        z-index: 5;
        float: right;
        width: 25px;
    }


    .nav {
        opacity: 0;

    }
    #sidebar {
        display: none;
    }
    #sidebar2 {
        display: block;
    }
    #logo {
        display: none;
    }
    #blurb {
        margin-top: 50px;
        display: none;
    }

    #header
    {
        margin-top: 0;
    }

    #clickbtn_arrow {
        right: 20px;
    }
    body {
        overflow-x: hidden;
    }
    #container2 {
        display: block;
        height: 800px;
        width: 100%;
        background: url(../_assets/img/container1.jpg) no-repeat center center;
        background-size: cover!important;
        background-repeat: no-repeat;
        background-position: center center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #container2 #text 
    {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 40px;
        /*width: 80%;*/
        /*height: 300px;*/
        /*top: 10%;*/
    }
    #container2 #videoContainer 
    {
        position: relative;
        float: none;
        width: 90%;
        margin: 0 auto;
        /*height: 200px;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*padding-top: 150px;*/
    }
    #container3 {
        height: 700px;
        background-color: #eae9e4;
    }
    #container3:before
    {
       opacity: .3;
    }
    #container3 #rightCol {
        width: 80%;
        margin: 0 auto;
        margin-left: 12%;
        float: none;
    }
    h4 {
        width: 100%;
    }
    #organicandgood {
        max-width: 60%;
        width: 70%;
        height: auto;
        margin-left: 18%;
        margin-top: 80px;
        position: relative;
    }
    #usdaContainer {
        display: none;
    }
    .para2 {
        width: 100%;
    }
    h4 {
        position: relative;
    }
  

    #workat {

        width: 220px;
        height: 320px;
    }
      

    #footer #left {
        width: 90%;
    }
    #col-1 {
        margin-left: 0%;
    }
    h3 {
        font-size: 20px;
    }

    #col-1 {
        margin-top: 68px;
    }




    #menuBody {
        /*height: 1815px;*/
        width: 100%;
        display: flex;
        flex-direction: column;

        
    }
    #menuBody_two {
        /*height: 1490px;*/
        width: 100%;
        display: flex;
        flex-direction: column;
        /*margin-top: 200px;*/


    }
    #menuBody_a {
        /*height: 1000px;*/
        width: 100%;
     
 
    }
    #menuBody_a_two {
        /*height: 100%;*/
        width: 100%;
        /*padding-top: 40%;*/
    }
    #menuBody_b {
        /*height: 100%;*/
        width: 100%;
        /*padding-top: 200px;*/

    }
    #menuBody_b_two {
       
        width: 100%;
        /*margin-top: 60px;*/
    }

    #top_b {
        display: flex;
        margin-top: 0px;
    }

    .top_b_list {
    font-family: 'Courier New';
    display: inline;
     margin: 0 auto; 
     margin-top: 10px; 
     padding: 0; 
}


        #drink {

            display: none;
        }



    #top 
    {
        height: auto;
        margin-top: 0px;
    }


    ul.addons {
        display: inline-table;
        padding: 0;
        margin-left: 30px;
    }
    ul.addons li {
        font-size: 20px;
        display: inline;
    }


   

    #food {

        display: none;
    }

    #top_a {

        width: 100%;
        margin-top: 50px;
    }



    ul.top_a_list li {

        font-size: 30px;

    }

    // .desktop {

    //     display: none;
    // }

    .mobile, #header_mob_icons {

        display: flex;
        align-items: center;
        flex-direction: column;
        
    }
.nav {displaY:none;}
    .menu_header
    {
        display: flex;
        align-items: center;
        flex-direction: row;
		text-a:center;
    }
    .header_mob2
    {
        font-size: 13.5vw;
        font-family: 'TradeGothicbold20';
        color: #6cbb45;
       
    }

    .header_mob 
    {
        min-width: 31%;
        font-size: 20px /*13.5vw*/;
        font-family: 'TradeGothicbold20';
        color: #6cbb45;
        list-style-type: none;
        margin: 20px 0;
        text-decoration: none;
        line-height: 20px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
		text-align:center;
    }
    .header_mob a,     .header_mob a:link,     .header_mob a:visited {
		color:#6cbb45;
	}
    .header_mob_divider 
    {
        width: 8px;
        height: 150px;
        background: #e1e1e1;
        clip-path: polygon(54% 0, 57% 0, 57% 100%, 54% 100%);
    }

    #header_mob_icons 
    {
        background-color: #e1e1e1;
        width: 90%;
        margin: 0 auto;
        padding: 20;
        margin-top: -20px;
    }

    #menuHeader 
    {
        display: none;
    }

    .mobile_headericon 
    {
        height: auto;
        width: 80%;
        padding: 20px;
        margin: 0 auto;
        opacity: 0.8;
    }

    .archer, .archer_b  {

        font-size: 30px;
    }


    ul.menuBowls li p {

        font-size: 16px;
    }

    /*SLIDE BACKGROUNDS _cr*/
    #slidesContainer .slide._slide1 {
        background-image: url('../_assets/img/heroMobile-cleanse.png');
    }
    #slidesContainer .slide._slide2 {
        background-image: url('../_assets/img/heroMobile-acai.png');
    }
    #slidesContainer .slide._slide3 {
        background-image: url('../_assets/img/heroMobile-green.png');
    }
    #slidesContainer .slide._slide4 {
        background-image: url('../_assets/img/heroMobile-ricebowls.png');
    }
    #slidesContainer .max-w-container {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.0) 10%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 10%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        top: inherit;
        position: absolute;
        bottom: 0;
        height: 50%;
    }
    #slidesContainer .copy {
        width: 100%;
        max-width: 95%;
        padding: 30px 15px;
        position: absolute;
        bottom: 0;
    }    
}

@media screen and (max-width: 768px)
{
    /* -------------- */
    /* INSTAGRAM FEED */

    #insta-feed .info
    {
        font-size: 12px;
    }
	#slidesContainer .copy {
        width: 100%;
        max-width: 95%;
        padding: 30px 20px;
    }
	
		

}


@media screen and (max-width: 650px) 
{
   .header_mob_divider 
   {
        width: 6px;
        height: 120px;
        margin-right: 0px;
    }
	
		#slidesContainer .copy {
		/*margin-top: 50%; _cr*/
		width: 100%;
		max-width: 95%;
/*		background-color: rgba(0,0,0,0.65); _cr*/
		padding: 30px 20px;
	}
	#slidesContainer .copy.right {
		float:none;
		max-width:95%;
	}

	#slidesContainer p.large {
		font-size:34px;
	}
	#slidesContainer p {
		font-size:22px;
	}
} 



@media screen and (max-width: 500px) 
{
    /* ------------- */
    /* FOOTER */
    
    #footer #social #logo
    {
        display: block;
        margin: 0 auto;
    }

    #footer #social #name
    {
        margin-left: 0;
        margin-top: 40px;
    }

    #footer #social a:first-child .icon
    {
        margin-left: 0;
    }
    
    /* END OF FOOTER */
    /* ------------- */

    /* -------------- */
    /* INSTAGRAM FEED */

    #insta-feed .info
    {
        font-size: 10px;
    }

    #insta-feed .info .caption
    {
        max-height: 40%;
    }
    
    /* END OF INSTAGRAM FEED */
    /* -------------- */

    #container2 #videoContainer {
        margin-top: 0%;
    }


    ul.menuBowls li p {

        font-size: 14px;
    }

    #menuBowls-Container 
    { 
        width: 400px;
    }
}



@media screen and (max-width: 400px) 
{
    #logo_small_mobile {
        width: 120px;
        top: 20px;
        margin-left: 20px; 

    }

    #container2 {
        height: 800px;
    }
    #videoContainer {
        width: 100%;
    }
    #container2 #text {
        width: calc(90% - 40px);
    }
  
    #col-1 {
        width: 100%;
        margin-top: 0px;
    }
    #col-2 {
        margin-top: 25px;
        width: 100%;
    }

    .right {
        width: 90%;
    }

    #hashtag_divider p {
        font-size: 20px;
        padding-top: 5px;
    }

    .archer_small, .archer_b 
    {
        width: 40%;
    }

    .header_mob_divider 
    {
        width: 4px;
        height: 70px;
    }

    .archer_price, .archer_price_b, .archer_price_c, ul.price_large li:nth-of-type(even), ul.price li:nth-of-type(even)  
    {
        font-size: 20px;
    }

    #menuBowls-Container 
    {
        flex-direction: column;
        width: 200px;
    }

    ul.menuBowls li p 
    {
        font-size: 16px;
    }
}