/*
 Theme Name:   1915
 Theme URI:    
 Description:  1915 - using TwentyFourteen theme as a base
 Author:       Vanessa Garcia
 Author URI:   
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  1915
*/

/*importing twentyforteen theme styles*/
/*@import url(../twentyfourteen/style.css);*/

/*.page {
    max-width: 1020px;
}*/

/*
Example of how to retina.js for css images

#logo {
  background-image: url('/images/my_image.png');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #logo {
    background-image: url('/images/my_image@2x.png');
    background-size: 200px 100px;
  }
}*/

@import url(fonts/font.css);
/*@import url(css/contact.css);*/

/* Globals */

// .proteins {
//     background-color: red;
// }

// .proteins .nutri-info .desc .top p {
//     font-size: 1em;
// }

html,body{
  height:100%;
  background-color: #fcfbf9
}
h1, h2, h3, h4 {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}
h1, .entry-title {
    font-family: 'BebasNeueBook', 'Lato', Arial, sans-serif;
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}
h3 {
    font-family: 'CalvertMTStd-Bold', 'Times New Roman', Times, serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}
body, p {
    font-family: 'CalvertMTStd-Light', 'Times New Roman', Times, serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}
::selection {
    background-color: lightgrey;
    color: black;
    text-shadow: none;
}

::-moz-selection {
    background-color: lightgrey;
    color: black;
    text-shadow: none;
}

.content-wrapper {
    background-color: #fcfbf9;
}

.site-navigation a:hover {
    color: white;
    /*color: grey;*/
}
a {
    color: grey;
}
a:hover, .site-navigation a:hover {
    /*color: white;*/
    color: grey;
}

/* ** */
.site-content .entry-header, .site-content .entry-content {
    background-color: transparent;
}

.site {
    background-color: #fcfbf9;
    background-color: transparent;
}

#sb_instagram img {
    width: 100%;
}

/*.main-content {
    background-image: url(images/m-small-shovel.png), url(images/corner-dirt.jpg), url(images/m-left-dirt.jpg), url(images/m-right-rake.jpg), url(images/wagon-wheel.jpg), url(images/m-sprocket-right.jpg);
    background-position: 20px 50px, 100% 0, 0 470px, 128% 800px, -129px 1070px, 100% 1630px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 
    padding-bottom: 30px;
}*/
.main-content {
    background-image: url(images/corner-dirt.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat; 
    padding-bottom: 30px;
}

.site {
    margin: 0 auto;
    max-width: 1020px;
}
.masthead-fixed .site-main, .site-main {
    position: relative;
    top: 70px;
    margin-top: 0;
    margin-bottom: 35px;
}


/* Header */
.site-header{
    width: 100%;
    max-width: 100%;
    height: 70px;
    position: fixed;
}
.header-main {
    width: 100%;
    margin:0 auto;
}
.header-main {
    height: 70px;
    position: relative;
    padding: 0;
    max-width: 1020px;
}
.site-title {
    line-height: 1;
}
.site-title.mobile {
    /*width: 65px;*/
    margin: 12px 10px;
    margin-left: 35px;
    /*display: none;*/
}
.site-title.mobile img {
    width: 150px;
}

@media screen and (max-width: 600px) {
	.site-title.mobile img {
		margin-top: 2px;
	}
}

.site-title.desktop {
    /*width: 87.5px;*/
    margin-top: 40px; /*8px;*/
    max-width: 222px; /*87.5px;*/
    display:none;
}
.site-title.desktop img {
    width: 180px; /*87.5px;*/

}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
  max-width: 728px;
}

/*  *** NAVIGATION ***   */

.site-navigation {
    font-family: 'CalvertMTStd-Light', "Times New Roman", Times, serif;
    font-size: 15px;
}
.site-navigation li{
    border-top: none;
}

/* Social Nav */
    .menu-social-menu-container {
        float:right;
        position:relative;
        left:-50%;
        text-align:left;
    }

    .social-nav ul {
        list-style-type: none;
        margin: 0;
        position: relative;
        left: 50%;
    }
    .social-nav li {
        list-style-type: none;
        float: left;
    }
    .social-nav a {
        color: #c2c1c0;
        display: block;
        padding: 6px;
        width: 30px;
        text-align: center;
    }
    .social-nav a:hover {
        color: grey;
    }

/* Primary Navigation */

    .primary-navigation {
        float: right;
        margin: 13px 0 0 0;
        padding: 0;
        text-transform: uppercase;  
    }

    .primary-navigation .menu-toggle {
        display: none;
        padding: 0;
    }

    .primary-navigation .nav-menu {
        border-bottom: 0;
        display: block;
    }

    .primary-navigation.toggled-on {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .primary-navigation li {
        border: 0;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        position: relative;
    }

    .primary-navigation a {
        display: inline-block;
        padding: 0 6px;
        white-space: nowrap;
        // font-size: 62%;
        font-size: 47%;
    }

    .primary-navigation ul ul {
        background-color: black;
        float: left;
        margin: 0;
        position: absolute;
        top: 48px;
        left: -999em;
        z-index: 99999;
    }

    .primary-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909;
    }

    .primary-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .primary-navigation ul ul a {
        padding: 18px 12px;
        white-space: normal;
        width: 116px;
        text-align: center;
    }

    .primary-navigation li:hover > a,
    .primary-navigation li.focus > a {
        background-color: transparent;
        color: grey;
    }

    .primary-navigation ul ul a:hover,
    .primary-navigation ul ul li.focus > a {
        background-color: transparent;
    }

    .primary-navigation ul li:hover > ul,
    .primary-navigation ul li.focus > ul {
        left: auto;
        left: -39px;
       /* left: -60px;*/
    }

    .primary-navigation ul ul li:hover > ul,
    .primary-navigation ul ul li.focus > ul {
        left: 100%;
    }

    .primary-navigation .menu-item-has-children > a,
    .primary-navigation .page_item_has_children > a {
        padding: 0 6px;
    }

    .primary-navigation .menu-item-has-children > a:after,
    .primary-navigation .page_item_has_children > a:after {
        -webkit-font-smoothing: antialiased;
        content: "\f502";
        display: inline-block;
        font: normal 8px/1 Genericons;
        position: absolute;
        right: 12px;
        top: 22px;
        vertical-align: text-bottom;
        /*settting to display none for the arrow since the comps dont have dropdown indicators */
        display:none;
    }

    .primary-navigation li .menu-item-has-children > a,
    .primary-navigation li .page_item_has_children > a {
        padding-right: 20px;
        width: 168px;
    }

    .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
    .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
    .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
    .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
        content: "\f501";
        right: 8px;
        top: 20px;
    }


    .secondary-navigation, .secondary-navigation ul ul {
        margin: 0;
        width: auto;
        float: right;
        border-bottom: none;
    }
    .secondary-navigation li {
        float: left;
    }

/* Sidebar */
#secondary{
    display: none;
    background: transparent;
    /*background: url('images/bh-shovel.jpg') 0 -80% no-repeat;*/
}
/* Secondary/Footer */

    .secondary-navigation {
        width: 100%;
        /*display: none;*/
    }
    .secondary-navigation a {
        padding: 7px 10px;
        font-size: 60%;
        /*float: none;*/
    }
    .menu-footer-menu-container{
        float:right;
        position:relative;
        left:-50%;
        text-align:left;
    }
    .menu-footer-menu-container ul {
        list-style-type: none;
        margin: 0;
        position: relative;
        left: 50%;
    }

    .site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a{
        color: white;
        font-weight: normal;
    }

    .footer-wrap {
        max-width: 1020px;
        margin: 0 auto;
    }


/* Homepage */

.homepage .entry-content, .full-width .homepage .site-content .entry-content {
    padding: 0;
    max-width: 100%;
}

.hentry {
    margin: 0 auto;
}

.homepage .entry-header {
    display: none;
}
.full-width-content {
    clear: both;
}


/* ****************** */

/* Juice Section */
    .juice {
        height: 380px;
        clear: both;
        cursor: pointer;
        position: relative;
        margin-bottom: 40px;
    }

        .bottle {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .bottle > img {
            margin: 0 auto;
            display: block;
            height: 100%;
            width: auto;
        }
        .bottle .new-branding {
            position: absolute; 
            top: 0;
            left: 0;
            margin-left: 10px;
        }
        .bottle h3 {
            color: black;
            font-size: 18px;
            margin-top: 0px;
            font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
            font-weight: normal;
            position: absolute;
            right: 7%;
            top: 42%;
            width: 89px;
            text-align: right;
            text-shadow: #fff 0 0 4px;
        }
        .juice-right .bottle h3{
            left: 7px;
        }
        .ingredient {
            height: 100%;
            display:none;
            position: absolute;
            top: 0;
        }
        #romaine .ingredient {
            background-color: #9ba14d;
        }
        #carrot .ingredient {
            background-color: #f58446;
        }
        #beet .ingredient {
            background-color: #893d61;
        }
        #pineapple .ingredient {
            background-color: #e3cb71;
        }
        #blueberry .ingredient {
            background-color: #535a83;
        }
        #orange .tagline {
            margin-top: 35px;
        }
        #grapefruit .tagline {
            margin-top: -26px;
        }
        #vanilla .tagline {
            margin-top: -6px;
        }

        /* ingredient panel */
        .ing-img {
            display: none;
        }
        /* nutritional info */
        .nutri-info{
            display: block;
            height: 100%;
        }
        .nutri-info .desc {
            height: 100%;
            width: 60%;
            float: left;
            border-right: 2px solid white;
            color: white;

        }
            .nutri-info .desc .top {
                height: 63%;
                border-bottom: 2px solid white;
                /*padding: 30px;*/
                padding: 1.7em;
                position: relative;
            }
                .nutri-info .desc .top .juice-title{
                    font-size: 1.3em;
                    font-family: 'CalvertMTStd-Bold', 'Times New Roman', Times, serif;
                    -webkit-font-smoothing: antialiased;
                    text-rendering: optimizeLegibility !important;
                }
                .nutri-info .desc .top p {
                    font-size: 20px;
                    font-size: .9em;
                    line-height: 1.2;
                    text-transform: capitalize;
                }
                .nutri-info .desc .top .labels{
                    position: absolute;
                    /*height: 90px;*/
                    height: 40px;
                    bottom: 15px;
                    width: 85%;
                    /*background-color: gray; */
                }
                .nutri-info .desc .top .labels img{
                    margin: 3px 2px;
                   /* width: 21%;*/
                    width: 13%;
                }
                .nutri-info .desc .bottom {
                    padding: 1em 1em;
                    position: relative;
                }
                .nutri-info .desc .bottom h4{
                    float: left;
                    text-transform: uppercase;
                    font-size: 1em;
                    font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
                    font-weight: normal;
                }
                 .nutri-info .desc .bottom p{
                      float: right;
                      width: 44%;
                      font-size: 7px;
                      text-align: right;
                      line-height: 1.2;
                }

                .nutri-info .desc .bottom .verified {
                    width: 70px;
                    height: 50px;
                    position: absolute;
                    bottom: -62px;
                }

                .nutri-info .desc .bottom .verified img {
                    width: 100%;
                }  
                


        .nutri-info .facts {
            height: 100%;
            width: 39%;
            float: right;
        }
            .nutri-info .facts img {
                width: 78%;
                margin: .9em;
            }

    .proteins .nutri-info .desc .top p {
        font-size: 0.8em;
    }

/* ****************** */


/* Home Page Product Modules */
    .module {
        /*background: grey;*/
        height: 300px;
        width: 100%;
        margin: 20px 0;
    }

    .product-line {
        display: none;
    }

    /* instagram */

    #sb_instagram .sb_instagram_header{
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
        font-size: 27px;
        padding-left: 30px !important;
        width: auto;
    }
    #sb_instagram .sb_instagram_header h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
        width: 100%;
    }
    #sb_instagram .sbi_follow_btn a{
        background-color: transparent;
        text-transform: uppercase;
        font-size: 27px;
        font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
        font-weight: normal;
        padding: 0px 14px;
    }
    #sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
        display: none;
    }
    #sb_instagram .sbi_photo_wrap {
        border: 1px solid lightgrey;
    }
    #sb_instagram #sbi_images {
        padding: 5px 15px !important;
    }

    #roots {
        height: auto;
        margin-top: 60px;
        padding-top: 100px;
        background-image: url(images/roots-shovel.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    #roots ul {
        margin: 0 20px;
        list-style-type: none;
    }
    #roots ul li {
        display: block;
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
    }
    #roots ul li img{
        float: left;
        margin-right: 10px;
        width: 30%;
    }
     #roots ul li p{
        font-size: 15px;
        width: 66%;
        float: right;
     }


/* Map Overrides */


#searchForm div {
  /*display: inline-block;*/
}
#searchForm label {
  padding-right: 3px;
}
#addressInput{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}
#addy_in_radius select, #addressSubmit.slp_ui_button {
    font-family: 'CalvertMTStd-Bold', 'Times New Roman', Times, serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}
.search_item > label{
    font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-size: 40px;
}
div.results_entry span{
  font-family: 'CalvertMTStd-Bold', 'Times New Roman', Times, serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
}

div.results_entry span.location_distance {
    font-family: 'CalvertMTStd-Light', 'Times New Roman', Times, serif;
}   

.map_copy {
  font-family: 'CalvertMTStd-Light', 'Times New Roman', Times, serif;
  margin: 10px 5px 20px 5px;
  font-weight: normal;
}

div#sl_div div#map{
  width: 98.5%;
  height: 310px !important;
  margin: 0 auto 0 auto;
}
div#map {
    height: 310px ;
}

/* FAQ PAGE */

    .page-id-22{
        line-height: 2;
    }
    .faq-img {
      display: none;
    }
    




/*   *** MEDIA QUERIES ***   */

@media screen and (min-width: 390px){
    .juice {
        height: 450px;
    }
}

@media screen and (min-width: 430px) {
    .main-content {
        /*background-position: 20px 50px, 100% 0, 0 470px, 100% 800px, -100px 1070px, 100% 1630px;*/
        padding-bottom: 110px;
    }

    .site-navigation ul {
        margin-right: 10px;
    }
    .primary-navigation ul li:hover > ul,
    .primary-navigation ul li.focus > ul {
        left: auto;
        left: -58px;
    }
    .primary-navigation ul ul a {
        width: 176px;
    }
    .secondary-navigation a {
        font-size: 100%;
    }
    .hentry {
        margin: 0 auto 48px;
    }


    .juice {
        height: 450px;
    }

    .nutri-info .desc {
        width: 63%;
    }
    .nutri-info .desc .top p {
        font-size: 1.3em;
    }
    .nutri-info .desc .top .labels{
        height: 50px;
        bottom: 0;
    }
    .nutri-info .desc .top .labels img{
        margin: 0px 2px;
        width: 16%;
    }
    .nutri-info .desc .bottom h4 {
        font-size: 1.6em;
    }
    .nutri-info .desc .bottom p {
        font-size: 9px;
        line-height: 1;
    }

    .nutri-info .facts {
        width: 36%;
    }
    .nutri-info .facts img {
        width: 70%;
        margin: 1.7em;
    }
    #roots {
        background-image: url(images/roots-dirt-pile-left.jpg), url(images/roots-shovel.jpg);
        background-position: 0 0, 50% 0;
        background-repeat: no-repeat, no-repeat;
    }
    .roots-img {
        width: 100%;
    }
    #roots ul li{
        margin-bottom: 40px;
    }
    #roots ul li p{
        font-size: 20px;
    }
    // Protein Specific Styling 
    .proteins {
        background-color: red;
    }
    .proteins .nutri-info .desc .top p {
        font-size: 1em;
    }
}
@media screen and (min-width: 545px) {
    .homepage .content-area {
        padding-top: 0px;
    }

    .primary-navigation a {
        font-size: 100%;
    }
    .nutri-info .facts img{
        width: auto;
        height: 90%; 
    }
    .nutri-info .desc .top .labels{
        height: 60px;
    }
}

@media screen and (min-width: 600px) {

    body .main-content {
        background-image: url(images/left-dirt-01.jpg), url(images/left-dirt-02.jpg), url(images/corner-dirt.jpg);
        background-position:0 206px, 0 745px, 100% 0;
        background-repeat: no-repeat, no-repeat, no-repeat; 
        /*padding-bottom: 110px;
        float: left;*/
    }
    body.home .main-content {
        background-image: url(images/left-dirt-01.jpg), url(images/left-dirt-02.jpg), url(images/corner-dirt.jpg), url(images/wagon-wheel.jpg), url(images/short-shovel-bg.jpg);
        background-position:0 206px, -50px 745px, 100% 0, -95px 1260px, -100px 1800px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 
        /*padding-bottom: 110px;*/
    }

    .something {
        background-image: url(images/bottom-dirt.jpg), url(images/bottom-rake.png);
        background-position:15% 100%, 100% 100%;
        background-repeat: no-repeat, no-repeat;
    }

    /* Globals */
    .site:before {
        width: 0;
        background-color: transparent;
    }
    .masthead-fixed .site-main, .site-main {
        top: 35px;
        margin-top: 0;
    }
    .main-content {
        float: left;
    }

    .site-header, .header-main {
        height: 35px;
    }

    .homepage.main-content {
        padding-bottom: 110px;
    }

    #secondary {
        min-width: 87.5px;
        display:block;
        clear: none;
        float: left;
        margin: 0 0 0 -100%;
        border: none;
        background: url(images/full-shovel.png);
        background-position: 33px 250px;
        background-repeat: no-repeat;
        min-height: 830px;
        padding: 0 30px;
    }

    .site-content, .site-main .widecolumn {
      margin-left: 120px;
    }
    .site-title.desktop {
        display: block;
    }
    .site-title.mobile{
        display:none;
        /*width: 36px;
        margin-top: 3px;*/
    }
    .site-title.mobile img{
        width: 65px; /*36px;*/
    }
    .site-navigation {
        font-size: 14px;
    }

    /* Primary Nav */
    .primary-navigation {
        margin: 0 15px;
    }
    .primary-navigation ul ul{
        top: 35px;
    }
    .primary-navigation li {
        height: 35px;
        line-height: 36px;

    }
    .primary-navigation li a{
        padding: 0 12px;
    }
    .primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after{
        top: 16px;
    }

    /* Social Nav */
    .social-nav {
        float: right;
    }
    .social-nav ul {
        margin-top: 8px;
    }
    .social-nav li {
        margin-right: 6px;
        font-size: 9px;
    }
    .social-nav a {
        color: white;
        padding: 0px;
        width: 18px;
    }

    /* Secondary/Footer Nav */
    .secondary-navigation {
        width: auto;
        float:right;
    }
    .secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
        background-color: transparent;
        color: grey;
    }

    /* Juice Section */
    .juice {
        height: 450px;
    }
    .juice-left .bottle{
        float: left;
	margin-top: 20px;
    }
    .juice-left .ingredient{
        float: right;
        margin: 0 30px 0 0;
    }
    .juice-right .bottle{
        float: right;
    }
    .juice-right .ingredient{
        float: left;
        margin-left: 30px;
    }

    .bottle {
        width: 33%;
        height: 100%;
    }
    .bottle > img {
        height: auto;
        width: 100%;
    }
        .ingredient {
            width: 60%;
            cursor: pointer;
            display: block;
            position: relative;
            height: 94%;
	    min-height: 400px;
        }
        .panel {
            height: 100%;
        }
        .juice:hover .tagline{
            /*transform: scale(1.1);*/
            font-size: 26px;        }

        /* ingredient panel */
        .ing-img {
            position: relative;
            display: block;
        }
        .ing-img img {
            -webkit-transform: scale(0.8) translate(-58%, -58%);  Saf3.1+, Chrome 
            -moz-transform: scale(0.8) translate(-58%, -58%);  FF3.7+ 
            -ms-transform: scale(0.8) translate(-58%, -58%); /* IE9 */
            transform: scale(0.8) translate(-58%, -58%);
            position: absolute;
            top: 45%;
            left: 46%;
            margin-right: -50%;
            /*width: auto;*/
        }

            .auto-width {
                width: auto;
            }
            .auto-height {
                height: auto;
            }
        .ing-img h3 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }
        .ing-img h3 {
            color: white;
            font-size: 24px;
            margin-top: 0px;
            font-family: 'BebasNeueRegular', 'Lato', Arial, sans-serif;
            font-weight: normal;
        }
        #pineapple .ing-img h3 {
            margin-top: 56px;
        }

        /* nutritional info */
        .nutri-info {
            display: none;
        }
        .nutri-info .desc .top p {
            font-size: .9em;
        }
        .nutri-info .desc .bottom h4{
            font-size: 1em;
        }
        .nutri-info .desc .bottom p {
            font-size: 7px;
            line-height: 1.2;
        }
        .nutri-info .desc .top .labels{
            height: 40px;
        }
        .nutri-info .desc .top .labels img{
            margin: 0px 1px;
        }
        .nutri-info .facts img {
            width: 80%;
            height: 90%;
            margin: 0.7em;
        }

    .proteins .nutri-info .desc .top p {
        font-size: .8em;
    }

    /* Product Line */
        .product-line {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        .product-line img {
    	    width: 85%;
    	    height: 95%;
    	    margin-top: 15px;
    	    margin-left: 75px;
        }

    /*Instagram*/
        #sb_instagram img{
            /*width: 100%;*/
        }
        #sb_instagram.sbi_col_1 #sbi_images .sbi_item {
            /*width: 33.33%;*/
        }
        #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
            width: 33.33%;
        }
        #sb_instagram #sbi_load{
            text-align: right;
        }
        #sb_instagram #sbi_load .sbi_follow_btn {
            padding-right: 15px;
        }

        #roots ul li img{
            width: 20%;
        }

    
}

@media screen and (min-width: 768px) {
    .faq-img {
      float: right;
      margin-top: -20px;
      display: inline;
    }
    .with-img h3 {
        display: inline;
    }
    .nutri-info .desc .top .labels img{
        margin: 0px 2px;
    }
    // .proteins .nutri-info .desc .top .labels img {
    //     margin: 0px 2px;
    //     width: 12%;
    // }
    /* Roots */
        #roots {
            background-image: url(images/sprocket.png), url(images/roots-dirt-pile-right.png);
            background-position: 0 50%, 100% 50%;
            background-repeat: no-repeat, no-repeat;
            overflow: hidden;
            padding-top: 0;
            margin: 40px 0;
        }
        #roots ul {
            padding: 0px 130px 0 170px;
        }
        #roots ul li {
            float: left;
            width: 30%;
            clear: none;
            margin-right: 19px;
            margin-bottom: 0;
        }
        #roots ul li:last-child {
            margin-right: 0;
        }
        #roots ul li img{
            float: none;
            display: block;
            /*margin: 0 auto;*/
            width: 70%;
            /*margin-right: 10px;*/
        }
         #roots ul li p{
            font-size: 15px;
            width: 100%;
         }

        .roots-img {
            height: 150px;
            margin-bottom: 30px;
        }
        .nutri-info .desc .top .labels{
            height: 60px;
        }
        .nutri-info .desc .bottom {
            padding: 1em 1em;
        }
}

@media screen and (min-width: 850px) {
    body.home .main-content {
        background-position:0 206px, 0 745px, 100% 0, 0 1260px, 0 1800px;
    }

    .site-content, .site-main .widecolumn {
      margin-left: 239.5px;
    }
    /*.homepage.main-content {
        background-position: 0 200px, 100% 0, 0 100%, 0 1260px, 0 1800px;
    }*/
    #secondary {
        /*display:none;*/
    }

    .juice {
        height: 450px;
    }
    .bottle > img {
        /*height: 100%;
        width: auto;*/
    }

    .ingredient {
        width: 60%;
    }
    .ing-img img {
       /* transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);*/
        -webkit-transform: scale(1) translate(-50%, -50%); /* Saf3.1+, Chrome */
        -moz-transform: scale(1) translate(-50%, -50%); /* FF3.7+ */
        -ms-transform: scale(1) translate(-50%, -50%); /* IE9 */
        transform: scale(1) translate(-50%, -50%);*/
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        /*width: auto;*/
    }
    #beet .ing-img img {
        -webkit-transform: scale(0.8) translate(-58%, -58%);  Saf3.1+, Chrome 
        -moz-transform: scale(0.8) translate(-58%, -58%);  FF3.7+ 
        -ms-transform: scale(0.8) translate(-58%, -58%); /* IE9 */
        transform: scale(0.8) translate(-58%, -58%);
        position: absolute;
        top: 45%;
        left: 46%;
        margin-right: -50%;
    }
    /*.nutri-info .desc .top p {
        font-size: 1.3em;
    }*/
    
}

@media screen and (min-width: 1020px) {
    body #content-wrapper {
        background-image: url(images/left-dirt-01.jpg), url(images/left-dirt-02.jpg), url(images/corner-dirt.jpg), url(images/bottom-dirt.jpg), url(images/bottom-rake.png);
        background-position:0 206px, 0 745px, 100% 0, 15% 100%, 100% 100%;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 
        /*padding-bottom: 110px;
        float: left;*/
    }
    body.home #content-wrapper {
        background-image: 
            url(images/left-dirt-01.jpg), 
            url(images/left-dirt-02.jpg), 
            url(images/corner-dirt.jpg), 
            url(images/wagon-wheel.jpg), 
            url(images/short-shovel-bg.jpg), 
            url(images/sprocket.png), 
            url(images/roots-dirt-pile-right.png), 
            url(images/bottom-dirt.jpg), 
            url(images/bottom-rake.png), 
            url(images/left-dirt-01.jpg),
            url(images/rusty-sprocket.jpg),
            url(images/left-dirt-02.jpg),   
            url(images/trowel.jpg);
        background-position:
           0 206px, 0 905px, 100% 0, 0 1670px, 0 2680px, 0 95%, 100% 95%, 15% 100%, 100% 100%, 0 3200px, -328px 3690px, 0 4650px, -130px 5490px;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 

        /*padding-bottom: 110px;*/
    }
    body.home .main-content, body .main-content {
        background-image: none;
    }
    #secondary {
        display:block;
    }
    .nutri-info .desc .top p {
        font-size: 1.3em;
    }
    .proteins .nutri-info .desc .top p {
        font-size: 1.1em;
    }
    .nutri-info .desc .top .labels img{
        margin: 0px 3px;
    }
    .nutri-info .desc .bottom h4{
        font-size: 1.6em;
    }
    .nutri-info .desc .bottom p {
        font-size: 9px;
        line-height: 1;
    }
    #roots {
        background-image: none;
    }

    .ingredient {
        width: 63%;
    }
     #roots ul li {
            float: left;
            width: 28%;
            clear: none;
            margin-right: 41px;
            margin-bottom: 0;
    }
}

.site-footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
}

@media screen and (max-width: 848px) {
.site-title.desktop img{
width: 130px !important;
}
}

#content-wrapper { min-height: 100% }

@media screen and (min-width: 600px) {
	i.genericon.genericon-menu
	{
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#primary-navigation {
		display: none;
	}
	
	.site-header, .header-main {
		height: 70px;
	}
}

.sidr.right {
	background: black;
}

.nutri-info .labels {
	text-align: center;
}