/*--
added on 7/31
--*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:visited, .alink:visited {
    color: #5b5e69;
    text-decoration: none;
}

p a {
    color: #5b5e69 !important;
    font-weight: bold;
}

/*--
added on 7/27
--*/
.nav .item .current {
    border-color: #b2d236;
}

.account-nav ul li a {
    color: #009bac;
}

.account-nav ul li a:hover {
    cursor: pointer;
}

.account-nav ul li a:visited {
    color: #5b5e69;
}

div.box {
    margin: 1em 0 0 0;
}

.block-title {
    font-family: "EvelethDotRegBold";
    font-size: 2em;
    margin-bottom: 1em;
    color: #009bac;
}

.box-title {
    font-family: "EvelethDotRegBold";
    font-size: 1em;
    margin-bottom: 1em;
    letter-spacing: 1px;
}

.fieldset > .field:not(.choice) > .label {
    font-family: "GothamBold"!important;
    letter-spacing: 1px!important;
    font-size: 13px!important;
    margin: 20px 0 15px 0!important;
    text-transform: uppercase!important;
    width: auto!important;
    color: #5b5e69!important;
    float: left;
}

#reviews {
    padding: 0 !important;
}

.product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 30px;
    font-size: 1.4rem;
    color: #7d7d7d;
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

#tab-label-reviews-title {
    font-family: "EvelethDotRegBold" !important;
    font-weight: 200 !important;
    font-size: 32px !important;
    color: #5b5e69 !important;
}

legend {
    font-family: 'GothamBook', sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

#review-form button {
    position: relative !important;
    font-size:;
    white-space: nowrap !important;
    background-color: #5b5e69 !important;
    color: #fff !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    border-radius: 0 4px 4px 0 !important;
}

/**--------------
added 7/18/17
-----------------*/

hr {
    margin: 20px 0 50px 0;
}

.block {
    display: block;
}

.margin-top {
    margin-top: 60px;
}

.padding {
    padding: 1em;
}

.padding-top-bottom {
    padding: 6em 0;
}

.margin-bottom {
    margin-bottom: 60px;
}

.float-left {
    float: left;
    margin-right: 1em;
}

.partner-logo {
}

h3.subhead {
    font-family: 'GothamBook', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.no-bullet-list {
    padding: 0;
    margin: 0;
}

.no-bullet-list li {
    list-style-type: none;
}

/*my account styles*/
.block-customer-login-heading {
    font-family: "EvelethDotRegBold";
}

.block-customer-login,
.block-new-customer {
    padding: 2em;
}

/*subscription page styles*/
.subscription-table {
    padding: 2em 0;
    display: block;
    margin-bottom: 3em;
}

.subscription-table hr {
    margin: 1em 0 2em 0;
}

.subscription-table h2 {
    margin: 0.25em 0 0.25em 0;
}

.subscription-table h3 {
    margin-top: 0;
}

.subscription-table h4 {
    margin-top: 0;
    font-family: 'GothamBold', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #b2d236;
}

.subscription-table h4 span {
    color: #b2d236;
    font-family: "SurveyorBoldItalic";
    text-transform: none;
    display: block;
    letter-spacing: 0.5px;
}

@media (min-width: 540px) {
    .subscription-table h4 span {
        display: inline;
        float: right;
    }
}

@media (min-width: 992px) {
    .subscription-table h4 span {
        display: block;
        float: none;
    }
}

@media (min-width: 1170px) {
    .subscription-table h4 span {
        display: inline;
    }
}

#subscription-form-nav li {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0.5em 0;
    padding: 1em;
    font-family: "EvelethDotRegBold";
    font-size: 18px;
    border: 3px solid #5b5e69;
    width: 100%;
}

#subscription-form-nav a {
    text-decoration: none;
    position: relative;
}

#subscription-form-nav li.active {
    border: 3px solid #b2d236;
    color: #b2d236;
}

#subscription-form-nav li:hover {
    color: #b2d236;
    border: 3px solid #b2d236;
    cursor: pointer;
}

#preferences-form table {
    margin-bottom: 1em;
}

#preferences-form table tr:first-child {
    background: #b2d236;
    color: #fff;
}

#preferences-form table tr:nth-child(even) {
    background: #f9ffdf;
}

#preferences-form table th {
    font-family: "GothamBook";
    padding: 3px;
}

.chili-powder-bg {
    background-color: #f36e41;
}

.celery-bg {
    background-color: #b2d236;
}

table {
    width: 100%;
}

.subscription-table table {
    margin-bottom: 4em;
}

th {
    font-family: 'GothamBold';
}

table.table-th-vpsace th {
    padding-top: 1em;
}

tr.border-top {
    border-top: 1px solid #f36e41;
}

td.padding-bottom,
th.padding-bottom {
    padding-bottom: 1em;
}

th.th-h3 {
    color: #f36e41;
    font-size: 1.15em;
    font-family: "GothamLight";
}

/*form styles*/
form {
    width: 100%;
}

/*input{width: 100%; margin-bottom: 1em;}*/
input[type="textarea"] {
    height: 100px;
}

label,
.modal-group .subs {
    font-family: "GothamBold" !important;
    /* text-transform: uppercase;*/
    margin-top: 0.75em;
    /*margin: 1em 0 0 0;*/
    font-size: inherit;
    letter-spacing: 0;
}

.label-block label {
    display: block;
}

.input-half-left {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.input-third-left {
    width: 31%;
    float: left;
    margin: 0 1%;
}

.input-full {
    width: 98%;
    float: left;
    margin: 0 1%;
}

form ul {
    margin: 0;
    padding-left: 25px;
    padding-bottom: 1em;
}

form li {
    list-style: none;
    margin: 0;
    line-height: 0.5em;
}

.label {
    font-family: "GothamBold";
    text-transform: uppercase;
    margin-top: 0.75em;
    color: #5b5e69;
    font-size: 1em;
    margin-top: 0.75em;
}

.admin__field-option label {
    font-weight: 300;
    font-size: 15px;
    color: #5b5e69;
    background-color: #ffffff;
    font-family: 'GothamBook', sans-serif;
    text-transform: none;
    margin-left: 25px;
}

.label-block label {
    display: block;
}

.input-half-left {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.input-third-left {
    width: 31%;
    float: left;
    margin: 0 1%;
}

.input-full {
    width: 98%;
    float: left;
    margin: 0 1%;
}

.input-full label {
    width: 100%;
}

.input-full .message {
    width: 100%;
    margin-bottom: 15px;
}

form ul {
    margin: 0;
    padding-left: 25px;
    padding-bottom: 1em;
}

form li {
    list-style: none;
    margin: 0;
    line-height: 0.5em;
}

li input[type="radio"],
    /*input[type="checkbox"],
    .checkbox*/
{
    position: relative;
    top: 10px;
    left: -25px;
}

/*Check box fix*/
/*input[type="checkbox"]{position: relative; top: 16px; left: -25px; margin-top: -10px; margin-left: 10px !important;}*/

.table-radio input[type="radio"] {
}

.cart-text .checkbox-options {
    margin-left: 25px;
}

#add-to-cart-form .checkbox label,
#add-to-cart-form .radio-inline label {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #5b5e69;
    background-color: #ffffff;
    font-family: 'GothamBook', sans-serif !important;
}

.checkbox {
    margin-bottom: 0;
}

.radio-inline {
    font-family: 'GothamBook', sans-serif;
    display: block;
    margin-left: 0;
}

.radio-inline:nth-of-type(2) {
    margin-left: 10px;
}

.table-radio input[type="radio"] {

}

#preferences-form table {
    margin-bottom: 1em;
}

#preferences-form table tr:first-child {
    background: #b2d236;
    color: #fff;
}

#preferences-form table tr:nth-child(even) {
    background: #f9ffdf;
}

#preferences-form table th {
    font-family: "GothamBook";
    padding: 3px;
}

input.tel {
    width: 50px;
}

input.date {
    width: 30%;
}

/*food standards*/
.food-standard {
    padding: 1em;
    margin: 1em 0;
    position: relative; /*-webkit-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1)*/
}

.food-standard h3 {
    text-align: center;
}

@media (min-width: 992px) {
    .food-standard h3 {
        text-align: left;
    }
}

.food-standard-svg {
    fill: #b2d236;
    width: 50%;
    position: relative;
    margin: 0 auto;
    display: block;
}

.food-standards-content {
    visibility: visible;
    padding: 1em;
    border-radius: 3px;
}

.food-standards-content a {
    font-family: "EvelethDotRegBold";
    text-decoration: none;
    margin-bottom: 1em;
}

.food-standards-content a:hover {
    color: #009bac;
    text-decoration: none;
    border-bottom: 1px solid #009bac;
    cursor: pointer;
}

@media (min-width: 992px) {
    .food-standards-content a {
        margin-bottom: 0;
    }

    .food-standard:hover {
        -webkit-transition: all 50ms ease 50ms;
        -moz-transition: all 50ms ease 50ms;
        -o-transition: all 50ms ease 50ms;
        transition: all 50ms ease 50ms;
        -webkit-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1)
    }

    .food-standards-content {
        visibility: hidden;
        padding: 1em;
        border-radius: 3px;
        position: absolute;
    }

    .food-standard:hover .food-standards-content {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        background: rgba(178, 210, 54, 1);
        height: 100%;
    }

    /*.food-standard:hover .food-standards-content p{margin-top: 50%;}*/
    /*	.food-standard:hover .food-standard-svg{z-index: 100; fill: #fff;}*/
}

.kitchfix-standard {
    text-align: right;
}

.best-ingredients-container {
    background-image: url('../images/food-standards/Concrete.jpg');
    width: 100%;
    float: none;
}

.best-ingredients-container .best-ingredient-title {
    padding: 65px 65px 0 65px;
    margin-bottom: 0;
}

.best-ingredients-container table.blueTable {
    color: #5b5e69;
    border: none;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.best-ingredients-container table.blueTable td, .best-ingredients-container table.blueTable th {
    border: 1px solid black;
    padding: 3px 2px;
}

.best-ingredients-container table.blueTable tbody td {
    font-family: 'GothamBook';
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    text-align: justify;
}

.best-ingredients-container table.blueTable tbody td.food-image {
    padding: 0 5px;
}

.best-ingredients-container table.blueTable thead th {
    font-family: 'GothamBold';
    border: none;
    font-size: 16px;
    margin-left: 10px;
    padding-left: 10px;
    text-align: right;
}

.best-ingredients-container table.blueTable h4 {
    font-family: 'GothamBook';
    color: #a9d501;
    text-align: right;
    font-size: 20px;
    float: right;
    margin-top: 5px;
}

.best-ingredients-container table.blueTable img {
    float: right;
    margin: 15px 0;
}

.best-ingredients-container .food-video1 {
    text-align: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.best-ingredients-container .table-food-container {
    padding-bottom: 30px;
}
.best-ingredients-container .table-food-container tbody tr td {
    text-align: right;
}

.container-chefs-info {
    margin-top: 30px;
    float: left;
}

.container-chefs-info .kitchfix-standard {
    text-align: center;
    margin-top: 35px;
}

.container-inforgraphic {
    text-align: center;
}

.underline-text {
    text-decoration: underline;
}

/* --------------------------------
    Primary style
    -------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #5b5e69;
    background-color: #ffffff;
    font-family: 'GothamBook', sans-serif;
    min-width: 360px;
}

h1, .h1 {
    margin-bottom: 1em;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 0.5em;
}

h1, .h1 {
    font-family: 'EvelethDotRegBold';
    font-size: 45px;
    color: #5b5e69;
}

h2, .h2 {
    font-weight: 200;
    font-size: 32px;
    color: #5b5e69;
}

h3, .h3 {
    font-weight: 200;
    font-size: 26px;
    color: #5b5e69;
}

h4, .h4 {
    margin-top: 40px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

a {
    color: #5b5e69;
    text-decoration: underline;
}

a:hover {
    color: #b2d236;
    text-decoration: underline;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: none;
}

strong {
    font-family: 'GothamBold';
    font-weight: normal;
}

img {
    max-width: 100%;
}

input {
    font-size: 1.6rem;
}

/*
.selectdiv {position: relative;}
.selectdiv:after {content: "\f107"; font-family: 'FontAwesome'; color: #333; right: 11px; top: 18px; padding: 0 0 2px; border:none; position: absolute; pointer-events: none;}
.selectdiv select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background:none; height:50px; border-radius:4px;}
*/

blockquote {
    border: solid 10px #fff;
    background-color: #f9f6f2;
    padding: 40px;
    margin: 2em 0;
    text-align: center;
    font-family: 'GothamLight';
    font-size: 24px;
    -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.figure-image-caption {
    margin: 4em 0;
}

.figure-image-caption .figure-image {
}

.figure-image-caption .figure-image img {
}

.figure-image-caption .figure-caption {
    text-transform: uppercase;
    font-size: 13px;
    margin: 1em 0 0 0;
}

.form-control.grey {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    background-color: #f4f4f5;
}

.form-control.grey.form-lg {
    font-size: 18px;
    height: 50px;
}

.form-inline .form-group {
    margin-right: 15px;
}

.form-inline .form-group label {
    width: 100%;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control.ccn {
    width: 280px;
}

.form-control.mm,
.form-control.yy,
.form-control.cvv {
    width: 80px;
    display: inline-block;
}

@media only screen and (max-width: 1169px) {
    body.overflow-hidden {
        overflow: hidden;
    }
}

@media (max-width: 993px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }
}

/* --------------------------------
overlines
-------------------------------- */

h1.celery.overline {
    border-top: solid 5px #b2d236;
    padding-top: 15px;
    margin: 20px 0 50px 0;
}

h1.tumeric.overline {
    border-top: solid 5px #faa819;
    padding-top: 15px;
    margin: 10px 0 50px 0;
}

h1.chia-seed.overline {
    border-top: solid 5px #5b5e69;
    padding-top: 15px;
    margin: 20px 0 50px 0;
}

h1.chili-powder.overline {
    border-top: solid 5px #f36e41;
    padding-top: 15px;
    margin: 20px 0 50px 0;
}

.chili-powder-overline {
    border-top: solid 5px #f36e41;
    padding-top: 15px;
}

h2.overline {
    border-top: solid 1px #ddd;
    margin-top: 0;
    padding-top: 1em;
}

.celery-overline {
    border-top: solid 5px #b2d236;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.tumeric-overline {
    border-top: solid 5px #faa819;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.chilli-overline {
    border-top: solid 5px #f36e41;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blue-agave-overline {
    border-top: solid 5px #1979c3;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.linkwhole30 {
    color: #009bac !important;
    text-decoration: underline;
}

/* --------------------------------
Grid Mods
-------------------------------- */

.col-md-2-4 {
}

.row-with-vspace {
    margin-bottom: 30px;
}

.col-with-vspace {
    margin-bottom: 15px;
}

.row.no-padding {
    margin: 0;
}

.row.no-padding *[class^='col-'] {
    padding: 0;
}

.col-md-fifths {
    width: 20%;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 993px) {
    .col-with-vspace {
        margin-bottom: 30px;
    }

    .col-with-sm-vspace {
        margin-bottom: 10px;
    }

    .col-with-vspace:last-child,
    .col-with-sm-vspace:last-child {
        margin-bottom: 0;
    }

    .col-md-fifths {
        width: 100%;
    }
}

.position-relative,
.container {
    position: relative;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1170px) {
    .container {
        width: 1170px;
    }
}

/* --------------------------------
Search
-------------------------------- */

input[type="search"]::-ms-clear { /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* --------------------------------
Header & Main Content
-------------------------------- */

.kfx-main-content {
    background: #fff;
    min-height: 0px;
    z-index: 30;
}

.kfx-main-content.header-offset-lg {
    padding-top: 178px;
}

.kfx-main-content.header-offset-sm {
    padding-top: 115px;
}

@media only screen and (max-width: 993px) {
    .kfx-main-content.header-offset-lg {
        padding-top: 50px;
    }

    .kfx-main-content.header-offset-sm {
        padding-top: 50px;
    }
}

/*
COMMENTED THIS OUT TO ALLOW SIDEBAR AFFIX TO WORK
.kfx-main-content,
.kfx-main-header {-webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); will-change: transform;}*/

.kfx-main-content,
.kfx-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (max-width: 1169px) {
    .kfx-main-content.nav-is-visible,
    .kfx-main-header.nav-is-visible {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }
}

.kfx-main-header {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 150;
}

.nav-is-fixed .kfx-main-header { /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 360px;
}

@media only screen and (min-width: 1170px) {
    .kfx-main-header {
    }

    .kfx-main-header::after {
        clear: both;
        content: "";
        display: table;
    }
}

@media only screen and (max-width: 993px) {
    .kfx-main-header .container {
        width: 100%;
    }
}

/* eyebrow links */

.kfx-blog-header {
    background: transparent url('../images/blog/blog-header.jpg') no-repeat center top;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    height: 600px;
    padding-top: 70px;
}

.kfx-blog-header-eyebrow .navbar {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}

.kfx-blog-header-eyebrow .navbar-header {
    float: right;
}

.kfx-blog-header-eyebrow .navbar-header .kfx-blog-logo {
    float: right;
    display: block;
    width: 235px;
    padding: 10px 0;
}

.kfx-blog-header-eyebrow .navbar-header .kfx-blog-logo img {
    width: 235px;
    height: auto;
}

.kfx-blog-header-eyebrow .navbar-default .navbar-toggle {
    float: left;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 17px 0 0 15px;
}

.kfx-blog-header-eyebrow .navbar-default .navbar-toggle:focus,
.kfx-blog-header-eyebrow .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.kfx-blog-header-eyebrow .navbar-default .navbar-toggle .icon-bar {
    width: 24px;
    height: 3px;
    background-color: #5b5e69;
    border-radius: 0;
}

.kfx-blog-header-eyebrow .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #b2d236;
}

.kfx-header-eyebrow,
.kfx-blog-header-eyebrow {
    position: relative;
    display: block;
    width: 100%;
    background: transparent url(../images/white-wood.jpg) no-repeat center center;
    background-size: cover;
    font-family: 'GothamBold';
    -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.kfx-header-eyebrow .list-inline > li,
.kfx-blog-header-eyebrow .navbar-default .navbar-nav > li {
    padding: 0 20px 0 20px;
}

.kfx-header-eyebrow .list-inline > li > a,
.kfx-blog-header-eyebrow .navbar-default .navbar-nav > li > a {
    color: #5b5e69;
    font-size: 14px;
    line-height: 60px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 0;
}

.kfx-header-eyebrow .list-inline > li > a:hover,
.kfx-blog-header-eyebrow .navbar-default .navbar-nav > li > a:hover {
    color: #f36e41;
}

.kfx-header-eyebrow .list-inline > li > a .fa {
    font-size: 20px;
    margin-left: 5px;
}

.kfx-header-eyebrow .left-list,
.kfx-blog-header-eyebrow .left-list {
    float: left;
    margin: 0;
}

.kfx-header-eyebrow .right-list {
    float: right;
    margin: 0;
}

.kfx-blog-header-eyebrow .left-list {
    width: 80%;
}

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

}

@media only screen and (max-width: 993px) {
    .kfx-blog-header {
        height: 300px;
    }

    .kfx-header-eyebrow {
        display: block;
        position: absolute;
        right: -10px;
        top: 16px;
        background: none;
        box-shadow: none;
        width: auto;
        z-index: 1;
        float: right;
    }

    .kfx-header-eyebrow .container {
        display: block;
        width: auto;
    }

    .kfx-header-eyebrow .left-list {
        display: none;
    }

    .kfx-header-eyebrow .list-inline > li > a {
        font-size: 24px;
        line-height: 40px;
    }

    .kfx-header-eyebrow .list-inline > li > a .icon-label {
        display: none;
    }

    .kfx-header-eyebrow .list-inline > li > a .fa {
    }
}

@media only screen and (max-width: 768px) {
    .kfx-blog-header-eyebrow .container {
        padding: 0;
    }

    .kfx-blog-header-eyebrow .navbar-header {
        float: none;
        width: 100%;
    }

    .kfx-blog-header-eyebrow .navbar-header .kfx-blog-logo {
        padding: 6px 15px 10px 0;
        width: 235px;
    }

    .kfx-blog-header-eyebrow .navbar-collapse {
        padding: 0;
    }

    .kfx-blog-header-eyebrow .navbar-default .navbar-nav {
        margin: 0;
    }

    .kfx-blog-header-eyebrow .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #d8d9dc;
        color: #5b5e69;
        display: block;
        font-family: "EvelethDotRegBold";
        font-size: 16px;
        font-weight: 300;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        padding: 0 20px;
        text-decoration: none;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: normal;
        text-align: left;
    }
}

/* kfx logo */

.kfx-logo {
    position: relative;
    float: left;
    margin: 0;
}

.kfx-logo img {
    width: 220px;
    height: auto;
    margin: 20px 0 40px 0;
}

@media only screen and (max-width: 993px) {
    .kfx-logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .kfx-logo img {
        width: auto;
        height: 30px;
        margin: 18px 0 24px 0;
    }
}

/* hamburger */

.kfx-logo-nav {
    position: relative;
}

.kfx-header-buttons {
    position: absolute;
    display: inline-block;
    top: 27px;
    right: 5%;
    padding: 0;
    margin: 0;
}

.kfx-header-buttons li {
    display: inline-block;
}

.kfx-header-buttons a.kfx-nav-trigger {
    display: block;
    height: 40px;
    width: 40px;
}

@media only screen and (max-width: 993px) {
    .kfx-header-buttons {
        right: auto;
        left: -5px;
        top: 16px;
    }

    .kfx-header-buttons li {
        float: right;
    }
}

@media only screen and (min-width: 994px) {
    .kfx-header-buttons {
        top: 18px;
        right: 4em;
        display: none;
    }
}

.kfx-nav-trigger span,
.kfx-nav-trigger span::before,
.kfx-nav-trigger span::after { /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #5b5e69;
}

.kfx-nav-trigger span { /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.kfx-nav-trigger span::before, .kfx-nav-trigger span::after { /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.kfx-nav-trigger span::before { /* menu icon top line */
    top: -7px;
}

.kfx-nav-trigger span::after { /* menu icon bottom line */
    top: 7px;
}

.kfx-nav-trigger.nav-is-visible span { /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}

.kfx-nav-trigger.nav-is-visible span::before,
.kfx-nav-trigger.nav-is-visible span::after { /* keep visible other 2 lines */
    background: #5b5e69;
}

.kfx-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.kfx-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1170px) {
    .kfx-nav-trigger {
        display: none;
    }
}

@media only screen and (max-width: 1169px) {
    .kfx-search-trigger-outer {
        top: 11px;
    }
}

/* Main Navigation Links */

.kfx-nav {
    width: auto;
    float: right;
}

.kfx-logo-nav .kfx-nav {
}

.kfx-primary-nav,
.kfx-primary-nav ul {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: #fff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.kfx-primary-nav,
.kfx-primary-nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.kfx-primary-nav a,
.kfx-primary-nav ul a {
    text-decoration: none;
    font-family: 'EvelethDotRegBold';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #5b5e69;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #d8d9dc;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.kfx-primary-nav.is-hidden,
.kfx-primary-nav ul.is-hidden { /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.kfx-primary-nav.moves-out > li > a,
.kfx-primary-nav ul.moves-out > li > a { /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.kfx-primary-nav .see-all a { /* different style for the See all button on mobile and tablet */
    font-weight: 700;
}

.kfx-primary-nav .kfx-nav-gallery .kfx-nav-item,
.kfx-primary-nav .kfx-nav-icons .kfx-nav-item { /* items with picture (or icon) and title */
}

.kfx-primary-nav .kfx-nav-gallery .kfx-nav-item h3,
.kfx-primary-nav .kfx-nav-icons .kfx-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.kfx-primary-nav .kfx-nav-gallery .kfx-nav-item {
    padding: 0 20px;
}

.kfx-primary-nav .kfx-nav-gallery .kfx-nav-item img {
    position: absolute;
    display: none;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item {
    padding-left: 75px;
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item p {
    color: #333333;
    font-size: 1.3rem; /* hide description on small devices */
    display: none;
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item::before { /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-1::before {
    background-image: url("../images/line-icon-1.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-2::before {
    background-image: url("../images/line-icon-2.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-3::before {
    background-image: url("../images/line-icon-3.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-4::before {
    background-image: url("../images/line-icon-4.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-5::before {
    background-image: url("../images/line-icon-5.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-6::before {
    background-image: url("../images/line-icon-6.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-7::before {
    background-image: url("../images/line-icon-7.svg");
}

.kfx-primary-nav .kfx-nav-icons .kfx-nav-item.item-8::before {
    background-image: url("../images/line-icon-8.svg");
}

.kfx-primary-nav a:hover,
.kfx-primary-nav ul a:hover,
.kfx-primary-nav .kfx-nav-gallery .kfx-nav-item:hover h3,
.kfx-primary-nav .kfx-nav-icons .kfx-nav-item:hover h3 {
    text-decoration: none;
    color: #daad49;
}

@media only screen and (max-width: 993px) {
    .kfx-primary-nav,
    .kfx-primary-nav ul {
        right: auto;
        left: 0;
    }

    .kfx-primary-nav { /* by default .kfx-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

    .kfx-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
}

@media only screen and (min-width: 993px) {
    .kfx-primary-nav {
        position: static;
        padding: 0;
        margin: 0;
        height: auto;
        width: 100%;
        float: left;
        overflow: visible;
        background: transparent;
    }

    .kfx-primary-nav::after {
        clear: both;
        content: "";
        display: table;
    }

    .kfx-primary-nav.moves-out > li > a { /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .kfx-primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 3;
    }

    .kfx-primary-nav ul.is-hidden { /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .kfx-primary-nav ul.moves-out > li > a { /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .kfx-primary-nav > li {
        float: left;
        margin-left: 20px;
        padding: 0px 10px;
    }

    .kfx-primary-nav > li:first-child {
        margin-left: 0px;
    }

    .kfx-primary-nav > li > a {
        position: relative;
        display: inline-block;
        height: 75px;
        line-height: 75px;
        padding: 0;
        color: #5b5e69;
        overflow: visible;
        border-bottom: none;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 15px;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
        text-decoration: none;
    }

    .kfx-primary-nav > li > a:hover {
        color: #b2d236;
    }

    .kfx-primary-nav > li > a.selected {
        color: #faa819;
        box-shadow: inset 0 -2px 0 #daad49;
        text-decoration: none;
    }

    .kfx-primary-nav .go-back,
    .kfx-primary-nav .see-all {
        display: none;
    }

    .kfx-primary-nav .kfx-secondary-nav,
    .kfx-primary-nav .kfx-nav-gallery,
    .kfx-primary-nav .kfx-nav-icons { /* dropdown menu style */
        position: absolute;
        top: 80px;
        width: 100%;
        background: #ffffff;
        padding: 20px 20px 100px 20px;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .kfx-primary-nav .kfx-secondary-nav::after, .kfx-primary-nav .kfx-nav-gallery::after, .kfx-primary-nav .kfx-nav-icons::after {
        clear: both;
        content: "";
        display: table;
    }

    .kfx-primary-nav .kfx-secondary-nav.is-hidden, .kfx-primary-nav .kfx-nav-gallery.is-hidden, .kfx-primary-nav .kfx-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

    .kfx-primary-nav .kfx-secondary-nav > .see-all,
    .kfx-primary-nav .kfx-nav-gallery > .see-all,
    .kfx-primary-nav .kfx-nav-icons > .see-all { /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden; /* reset some inherited style */
        margin: 0;
        padding: 0;
    }

    .kfx-primary-nav .kfx-secondary-nav > .see-all a,
    .kfx-primary-nav .kfx-nav-gallery > .see-all a,
    .kfx-primary-nav .kfx-nav-icons > .see-all a {
        color: #5b5e69;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 80px;
        border-top: 1px solid #e2e3df; /* reset some inherited style */
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
        -moz-transition: color 0.2s, background 0.2s, border 0.2s;
        transition: color 0.2s, background 0.2s, border 0.2s;
    }

    .kfx-primary-nav .kfx-secondary-nav > .see-all a:hover, .kfx-primary-nav .kfx-nav-gallery > .see-all a:hover, .kfx-primary-nav .kfx-nav-icons > .see-all a:hover {
        background: #333333;
        border-color: #333333;
        color: #ffffff;
    }

    .kfx-primary-nav .kfx-secondary-nav > li { /* change the height according to your needs - you can even set height: auto */
        height: 340px; /* here you set the number of columns - use width percentage */
        width: 23%;
        float: left;
        margin-right: 2.66%;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .kfx-primary-nav .kfx-secondary-nav > li:nth-child(4n+2) { /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none;
    }

    .kfx-primary-nav .kfx-secondary-nav > li > a { /* secondary nav title */
        color: #daad49;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em;
    }

    .kfx-primary-nav .kfx-secondary-nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #333333;
        border-bottom: none;
        font-size: 1.4rem;
    }

    .kfx-primary-nav .kfx-secondary-nav a:hover {
        color: #daad49;
    }

    .kfx-primary-nav .kfx-secondary-nav ul { /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .kfx-primary-nav .kfx-secondary-nav ul ul { /* tertiary navigation */
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .kfx-primary-nav .kfx-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .kfx-primary-nav .kfx-secondary-nav ul ul .go-back {
        display: block;
    }

    .kfx-primary-nav .kfx-secondary-nav ul ul .go-back a {
        color: transparent;
    }

    .kfx-primary-nav .kfx-secondary-nav ul ul .see-all {
        display: block;
    }

    .kfx-primary-nav .kfx-secondary-nav .moves-out > li > a { /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .kfx-primary-nav .kfx-nav-gallery li { /* set here number of columns - use width percentage */
        width: 14%;
        float: left;
        margin: 0 3% 40px 0;
    }

    .kfx-primary-nav .kfx-nav-gallery li:nth-child(6n+2) { /* +2 because we have two additional list items with display:none */
        margin-right: 0;
    }

    .kfx-primary-nav .kfx-nav-gallery .kfx-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2;
    }

    .kfx-primary-nav .kfx-nav-gallery .kfx-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .3em;
        display: block;
    }

    .kfx-primary-nav .kfx-nav-gallery .kfx-nav-item h3 {
        color: #5b5e69;
        font-weight: 300;
        padding: 0;
        font-size: 14px;
        margin: .5em 0 0 0;
        text-transform: none;
        line-height: 1em;
        height: auto;
    }

    .kfx-primary-nav .kfx-nav-icons li { /* set here number of columns - use width percentage */
        width: 32%;
        float: left;
        margin: 0 2% 20px 0;
    }

    .kfx-primary-nav .kfx-nav-icons li:nth-child(3n+2) { /* +2 because we have two additional list items with display:none */
        margin-right: 0;
    }

    .kfx-primary-nav .kfx-nav-icons .kfx-nav-item {
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
        position: relative;
    }

    .kfx-primary-nav .kfx-nav-icons .kfx-nav-item:hover {
        background: #f6f6f5;
    }

    .kfx-primary-nav .kfx-nav-icons .kfx-nav-item h3 {
        color: #daad49;
        font-weight: bold;
        line-height: 1.2em;
        height: auto;
    }

    .kfx-primary-nav .kfx-nav-icons .kfx-nav-item p {
        display: block;
    }

    .kfx-primary-nav .kfx-nav-icons .kfx-nav-item::before {
        left: 25px;
    }
}

/* children */

.has-children > a,
.go-back a {
    position: relative;
}

.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after { /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #838383;
    }

    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #daad49;
    }
}

.has-children > a {
    padding-right: 40px;
}

.has-children > a::before,
.has-children > a::after { /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.kfx-primary-nav .go-back a {
    padding-left: 40px;
}

.kfx-primary-nav .go-back a::before, .kfx-primary-nav .go-back a::after { /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after {
        right: 15%;
    }

    .kfx-primary-nav > .has-children > a { /* main navigation arrows on larger devices */
        padding-right: 30px !important;
    }

    .kfx-primary-nav > .has-children > a::before,
    .kfx-primary-nav > .has-children > a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #838383;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }

    .kfx-primary-nav > .has-children > a::before {
        right: 12px;
    }

    .kfx-primary-nav > .has-children > a::after {
        right: 7px;
    }

    .kfx-primary-nav > .has-children > a.selected::before, .kfx-primary-nav > .has-children > a.selected::after {
        width: 14px;
    }

    .kfx-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .kfx-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kfx-secondary-nav > .has-children > a::before, .kfx-secondary-nav > .has-children > a::after { /* remove arrows on secondary nav titles */
        display: none;
    }

    .kfx-primary-nav .go-back a {
        padding-left: 20px;
    }

    .kfx-primary-nav .go-back a::before, .kfx-primary-nav .go-back a::after {
        left: 1px;
    }
}

li.eyebrow-nav {
    background-color: #f9f6f2;
}

li.eyebrow-nav a { /*height:40px; line-height:40px; font-size:14px;*/
}

.kfx-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.kfx-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1169px) {
    .kfx-overlay.is-visible {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }

    .kfx-overlay.is-visible.search-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.no-js .kfx-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}

.no-js .kfx-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1170px) {
    .no-js .kfx-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0;
    }

    .no-js .nav-is-fixed .kfx-primary-nav {
        position: fixed;
    }
}

/* scrolled header */

@media only screen and (min-width: 1170px) {
    .scrolled .kfx-main-header {
        background-color: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
        position: fixed;
    }

    .scrolled .kfx-header-eyebrow {
        top: -70px;
        position: absolute;
        left: 0px;
    }

    .scrolled .kfx-logo img {
        margin: 10px 0 15px 0;
    }

    .scrolled .kfx-nav {
        margin: 0;
    }

    .scrolled .kfx-header-eyebrow {
        -webkit-transition: position 100ms ease-in .25s;
        -moz-transition: position 100ms ease-in .25s;
        -o-transition: position 100ms ease-in .25s;
        transition: position 100ms ease-in .25s;
    }

    .scrolled .kfx-main-header,
    .scrolled .kfx-logo img,
    .scrolled .kfx-header-eyebrow .list-inline > li > a,
    .scrolled .kfx-nav {
        -webkit-transition: all 100ms ease-in .25s;
        -moz-transition: all 100ms ease-in .25s;
        -o-transition: all 100ms ease-in .25s;
        transition: all 100ms ease-in .25s;
    }
}

.celery-wood-bg-nopad {
    background: #b2d236 url('../images/celery-speckle.jpg');
    margin: 0;
    overflow-x: hidden;
}

/* --------------------------------
Margin corrections
-------------------------------- */

.margin-top-lg {
    margin-top: 120px;
}

.margin-top-normal {
    margin-top: 1em;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom: 3em;
}

.margin-bottom-sm {
    margin-bottom: 1em;
}

.margin-bottom-lg {
    margin-bottom: 6em;
}

.margin-top-bottom {
    margin-top: 3em;
    margin-bottom: 3em;
}

.filter-bar button {
    height: 66px;
    padding: 0 1em;
    font-family: "EvelethDotRegBold";
    line-height: 55px;
    font-size: 18px;
    color: #f36e41;
    border: 3px solid #fff;
    border-radius: 0px;
    background: white;
}

.filter-bar button:hover {
    background: transparent;
    border: 3px solid #fff;
    color: white;
}

/* --------------------------------
Footer
-------------------------------- */

.site-footer {
    background-color: #fff;
    padding: 100px 0;
    font-size: 16px;
    font-family: 'GothamBold';
}

.site-footer .content-heading {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 16px;
    color: #5b5e69;
}

.site-footer .content-heading:first-child {
    margin-top: 0;
}

.site-footer a {
    color: #5b5e69;
    text-decoration: none;
}

.site-footer a:hover {
    color: #f36e41;
}


@media (max-width: 993px) {
    .site-footer {
        padding: 50px 0;
    }

    .site-footer .footer-left {
        margin-bottom: 80px;
        margin-top: 30px;
        border-top: solid 1px #ccc;
        padding-top: 50px
    }

    .site-footer .footer-logo {
        top: 30px;
        left: 20px;
    }

    .site-footer .footer-center {
        border-left: none;
    }

    .site-footer .footer-center .content-heading,
    .site-footer .footer-center .contact-links {
        margin-left: 0px;
    }
}

/* --------------------------------
Vertical Center
-------------------------------- */

.vertical-align-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 993px) {
    .vertical-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/* --------------------------------
Bootstrap tabs
-------------------------------- */

.nav-tabs > li > a {
    border-radius: 0px;
}

/* --------------------------------
Back to top
-------------------------------- */

.cd-top {
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(178, 210, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.scrolled .cd-top {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

/* --------------------------------
Backgrounds
-------------------------------- */

.primary-bg {
    background-color: #fff;
    margin: 60px 0;
}
.cms-careers .primary-bg {
    margin: 0px 0;
}

.alt-bg {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.background-bg {
    margin: 60px 0;
    padding: 100px 20px;
    text-align: center;
    background: #004c24 no-repeat center center cover;
    color: #fff;
}

.hex-bg {
    background: #f8f8f8 url('../images/hex-pattern.png') repeat left center;
    padding: 70px 0;
    margin: 0;
}

.white-concrete-bg {
    background: #fff url('../images/food-standards/Concrete.jpg');
    padding: 60px 0;
    margin: 0;
    overflow-x: hidden;
}

.chili-wood-bg {
    background: #f36e41 url('../images/chili-wood.jpg') no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.tumeric-bg {
    background: url('../images/turmeric-speckle.jpg');
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.berry-wood-bg {
    background: #ef4058 url('../images/berry-wood.jpg') no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.pink-speckle-bg {
    background: #ef4058 url('../images/pink-speckle.jpg');
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.berry-bg {
    background: #ef4058;
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.celery-wood-bg {
    background: #b2d236 url('../images/celery-speckle.jpg');
    background-size: cover;
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.blue-agave-wood-bg {
    background: #009bac url('../images/blue-agave-wood.jpg') no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.blue-speckle-bg {
    background: #009bac url('../images/blue-speckle.jpg');
    padding: 30px 0;
    margin: 0;
    overflow-x: hidden;
}

.food-bg {
    background: #e6eae9 url('../images/homepage/homepage-ingredients-concrete.jpg') no-repeat center top;
    padding: 20% 0 80px 0;
    margin: 0;
    overflow-x: hidden;
    background-size: cover;
}

.locate-rip-image-bg {
    background: #fff url('../images/grocery/product-on-shelf.jpg') no-repeat center top;
    background-size: cover;
    margin: 0;
    overflow-x: hidden;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.locate-rip-image-bg .rip-top {
    background: transparent url('../images/rip-top.png') no-repeat center top;
}

.locate-rip-image-bg .rip-bottom {
    background: transparent url('../images/rip-bottom.png') no-repeat center bottom;
    padding: 200px 0;
}

.contact-bg {
    background: #e6eae9 url('../images/grocery/waffles-on-concrete.jpg') no-repeat center top;
    background-size: cover;
    padding: 420px 0 40px 0;
    margin: 0;
    overflow-x: hidden;
}

@media (min-width: 1830px) {
    .contact-bg {
        background: #e6eae9 url('../images/grocery/waffles-on-concrete.jpg') no-repeat center top;
        background-size: cover;
        padding: 225px 0 40px 0;
        margin: 0;
        overflow-x: hidden;
    }

}

.padding-bottom-sm {
    padding-bottom: 30px;
}

.padding-bottom-lg {
    padding-bottom: 100px;
}

.padding-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-top-none {
    padding-top: 0;
}

.divider {
    display: block;
    height: 45px;
    padding: 0;
}

.background-bg-title {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.background-bg-text {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.background-bg-button {
    margin: 0;
}

@media (max-width: 993px) {

    .primary-bg {
        margin: 40px 0;
    }

    .alt-bg {
        padding: 40px 0;
    }

    .background-bg {
        margin: 40px 0;
        padding: 50px 20px;
    }

    .dark-wood-bg {
        padding: 30px 0;
    }

    .padding-bottom-lg {
        padding-bottom: 100px;
    }

    .background-bg-title {
        font-size: 32px;
    }

    .background-bg-text {
        font-size: 18px;
    }
}

/* --------------------------------
Margin corrections
-------------------------------- */

.margin-top-lg {
    margin-top: 120px;
}

.margin-top-normal {
    margin-top: 1em;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom: 3em;
}

.margin-bottom-sm {
    margin-bottom: 1em;
}

.margin-top-bottom {
    margin-top: 3em;
    margin-bottom: 3em;
}

/* CUSTOM RADIO & CHECKBOXES
http://stackoverflow.com/a/17541916/383904 */
.rad,
.ckb {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.rad > input,
.ckb > input { /* HIDE ORG RADIO & CHECKBOX */
    visibility: hidden;
    position: absolute;
}

/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 8px #fff;
    border: 1px solid gray;
    background: gray;
}

/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
    width: 25px;
    border-radius: 3px;
}

.rad:hover > i {
    box-shadow: inset 0 0 0 3px #fff;
    background: gray;
}

.rad > input:checked + i {
    box-shadow: inset 0 0 0 3px #fff;
    background: orange;
}

/* CHECKBOX */
.ckb > input + i:after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    margin: 2px;
    border-radius: inherit;
    transition: inherit;
    background: gray;
}

.ckb > input:checked + i:after {
    margin-left: 11px;
    background: orange;
}

/* --------------------------------
Name Font Classes --- See MyFontsWebforntsKit.css
-------------------------------- */

.eveleth {
    font-family: 'EvelethDotRegBold';
}

.gotham-extra-light {
    font-family: 'Gotham-ExtraLight';
}

.gotham-light {
    font-family: 'GothamLight';
}

.gotham-medium {
    font-family: 'GothamBook';
}

.gotham-medium-italic {
    font-family: 'GothamMedium-Italic';
}

.gotham-bold {
    font-family: 'GothamBold';
}

.vitesse-light {
    font-family: 'Vitesse-Light';
}

.vitesse-bold {
    font-family: 'Vitesse-Bold';
}

.surveyor-medium {
    font-family: 'SurveyorDisplayBookPro';
}

.surveyor-medium-italic {
    font-family: 'SurveyorDisplayBookItalicPro';
}

.surveyor-bold-italic {
    font-family: 'SurveyorBoldItalic';
    line-height: 1em;
}

.surveyor-black-italic {
    font-family: 'surveyor_displayblack_italic';
}

.instagram-home img {
    width: 100%;
}

.cms-chicago-meals .store-icon-tiles {
    margin-top: 0px;
}

.cms-chicago-meals .store-icon-tiles p {
    margin: 0px;
}

#video-title {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

/* --------------------------------
Color Helpers
-------------------------------- */

.celery {
    color: #b2d236 !important;
}

.tumeric {
    color: #faa819 !important;
}

.chili-powder {
    color: #f36e41 !important;
}

.almond {
    color: #eae0d3 !important;
}

.chia-seed {
    color: #5b5e69 !important;
}

.blue h1 {
    color: #009bac !important;
}

.blue-agave h1 {
    color: #009bac !important;
}

.blue-agave {
    color: #009bac !important;
}

.vanilla-berry {
    color: #ef4058 !important;
}

.lemon-berry-chai {
    color: #626364 !important;
}

.kale {
    color: #6f9a3f !important;
}

.blueberry {
    color: #009bac !important;
}

.cocoa-sea-salt {
    color: #a05e4b !important;
}

.light-grey {
    color: #ccc;
}

.white {
    color: #fff;
}

.celery-ul {
    text-decoration: underline;
    text-decoration-color: #b2d236;
}

.tumeric-ul {
    text-decoration: underline;
    text-decoration-color: #faa819;
}

.chili-powder-ul {
    text-decoration: underline;
    text-decoration-color: #f36e41;
}

.almond-ul {
    text-decoration: underline;
    text-decoration-color: #eae0d3;
}

.chia-seed-ul {
    text-decoration: underline;
    text-decoration-color: #5b5e69;
}

.blue-agave-ul {
    text-decoration: underline;
    text-decoration-color: #009bac;
}

.vanilla-berry-ul {
    text-decoration: underline;
    text-decoration-color: #ef4058;
}

.lemon-berry-chai-ul {
    text-decoration: underline;
    text-decoration-color: #626364;
}

.kale-ul {
    text-decoration: underline;
    text-decoration-color: #6f9a3f;
}

.blueberry-ul {
    text-decoration: underline;
    text-decoration-color: #007683;
}

.cocoa-sea-salt-ul {
    text-decoration: underline;
    text-decoration-color: #a05e4b;
}

.celery-opaque-bg {
    background: rgba(178, 210, 54, 0.75);
}

.tumeric-opaque-bg {
    background: rgba(250, 168, 25, 0.75);
}

.chili-powder-opaque-bg {
    background: rgba(243, 110, 65, 0.75);
}

.almond-opaque-bg {
    background: rgba(234, 224, 211, 0.75);
}

.chia-seed-opaque-bg {
    background: rgba(91, 94, 105, 0.75);
}

.blue-agave-opaque-bg {
    background: rgba(0, 155, 172, 0.75);
}

.vanilla-berry-opaque-bg {
    background: rgba(239, 64, 88, 0.75);
}

.lemon-berry-chai-opaque-bg {
    background: rgba(161, 48, 90, 0.75);
}

.kale-opaque-bg {
    background: rgba(111, 154, 63, 0.75);
}

.bluberry-opaque-bg {
    background: rgba(0, 118, 131, 0.75);
}

.cocoa-sea-salt-opaque-bg {
    background: rgba(160, 94, 75, 0.75);
}

.white-opaque-bg {
    background: rgba(255, 255, 255, 0.75);
}

.celery-bg {
    background: rgba(178, 210, 54, 1);
}

.chili-powder-bg {
    background: rgba(243, 110, 65, 1);
}

.almond-bg {
    background: rgba(234, 224, 211, 1);
}

.chia-seed-bg {
    background: rgba(91, 94, 105, 1);
}

.blue-agave-bg {
    background: rgba(0, 155, 172, 1);
}

.vanilla-berry-bg {
    background: rgba(239, 64, 88, 1);
}

.lemon-berry-chai-bg {
    background: rgba(161, 48, 90, 1);
}

.kale-bg {
    background: rgba(111, 154, 63, 1);
}

.bluberry-bg {
    background: rgba(0, 118, 131, 1);
}

.cocoa-sea-salt-bg {
    background: rgba(160, 94, 75, 1);
}

.white-bg {
    background: rgba(255, 255, 255, 1);
}

.celery-opaque-bg,
.tumeric-opaque-bg,
.chili-powder-opaque-bg,
.almond-opaque-bg,
.chia-seed-opaque-bg,
.blue-agave-opaque-bg,
.vanilla-berry-opaque-bg,
.lemon-berry-chai-opaque-bg,
.kale-opaque-bg,
.bluberry-opaque-bg,
.cocoa-sea-salt-opaque-bg {
    margin: 30px 0;
    padding: 0;
}

/* --------------------------------
Home Message
-------------------------------- */

.home-message {
}

.home-message .eveleth {
    font-size: 30px;
}

.home-message .surveyor-bold-italic {
    font-size: 38px;
}

.home-message .gotham-extra-light {
    font-size: 24px;
}

.home-message .surveyor-medium-italic {
    font-size: 30px;
}

@media only screen and (max-width: 993px) {
    .home-message .eveleth {
        font-size: 26px;
    }

    .home-message .surveyor-bold-italic {
        font-size: 32px;
    }

    .home-message .gotham-extra-light {
        font-size: 20px;
    }

    .home-message .surveyor-medium-italic {
        font-size: 26px;
    }
}

/* --------------------------------
White Text
-------------------------------- */

.white-text {
    color: #fff;
}

.white-text .heading {
    font-size: 40px;
    color: #fff;
    font-family: 'EvelethDotRegBold';
}

.white-text .subheading {
    font-size: 30px;
    color: #fff;
    font-family: 'SurveyorBoldItalic';
    line-height: 1em;
}

.white-text p {
    font-size: 20px;
    color: #fff;
}

.white-text .text-column {
    padding-top: 60px;
    padding-bottom: 60px; /*width:60%;*/
}

.white-text .image-column {
    position: relative; /*width:40%;*/
}

.white-text .image-column.meals-image {
}

.white-text .image-column.meals-image img {
    top: -40px;
    position: absolute;
    width: 550px;
    height: auto;
    max-width: none;
}

.white-text .image-column.grocery-image img {
    position: relative;
    top: 30px;
}

.white-text .image-column.store-image {
    background: transparent url('../images/homepage/homepage-flagship-store.jpg') no-repeat center center;
    background-size: cover;
}

@media only screen and (min-width: 993px) {
    .is-table-row {
        display: table;
    }

    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

@media only screen and (max-width: 993px) {
    .white-text .heading {
        font-size: 30px;
    }

    .white-text .subheading {
        font-size: 24px;
    }

    .white-text p {
        font-size: 16px;
    }

    .white-text .btn-white-arrow {
        font-size: 18px;
    }

    .white-text .text-column {
        padding-top: 50px;
    }

    .white-text .image-column {
        height: 300px;
    }

    .white-text .image-column.meals-image,
    .white-text .image-column.grocery-image {
        text-align: center;
    }

    .white-text .image-column.meals-image img {
        position: relative;
        top: -40px;
        width: 490px;
        margin: 0 auto;
    }

    .white-text .image-column.grocery-image img {
        position: relative;
        top: -30px;
        width: 570px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .white-text .image-column.grocery-image {
        height: 270px;
    }
}

@media only screen and (max-width: 450px) {
    .white-text .image-column.grocery-image {
        height: 200px;
    }
}

/* --------------------------------
Page Header
-------------------------------- */

.page-nav {
    background-color: #333;
    padding: 20px 0 0 0;
}

.page-nav .page-title {
    color: #fff;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.page-nav .page-title span {
    color: #999999;
}

.page-nav .page-title h1 {
    display: inline-block;
    color: #fff;
    margin: 0;
}

.page-nav .page-parent {
    color: #999999;
    margin: 0 0 5px 0;
}

.page-nav .page-title,
.page-nav .page-title span,
.page-nav .page-title h1,
.page-nav .page-parent {
    font-size: 26px;
}

.page-nav ul {
    margin: 0;
}

.page-nav ul li {
    margin: 0 10px 0 0;
    padding: 0;
}

.page-nav ul li a {
    color: #fff;
    padding: 0;
    font-size: 14px;
}

@media (max-width: 993px) {
    .page-nav {
        padding-bottom: 20px;
    }

    .page-nav .page-title {
        margin-bottom: 0;
        font-size: 20px;
    }
}

/* --------------------------------
subnav
-------------------------------- */

ul.subnav {
}

ul.subnav li {
    position: relative;
}

ul.subnav li a {
    text-decoration: none;
    display: block;
    padding: 0 0 20px 0;
}

ul.subnav li.active-page-link {
    border-bottom: solid 6px #daad49;
}

ul.subnav > li.active-page-link::after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #daad49;
    content: ' ';
    display: block;
    height: 0px;
    position: absolute;
    width: 0px;
    top: 6;
    left: 50%;
    margin-left: -12px;
    z-index: 2;

    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;

}

ul.dropdown-menu {
    border: none;
    border-radius: 0px;
    padding: 10px;
}

ul.dropdown-menu li {
    margin: 0;
    padding: 0;
}

ul.dropdown-menu li a {
    color: #333;
    padding: 5px 10px;
    font-weight: 300;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li:hover a {
    text-decoration: none;
}

@media (max-width: 993px) {
    ul.subnav {
        display: none;
    }
}

/* --------------------------------
Buttons
-------------------------------- */

.btn {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-lg {
    padding: 20px 25px;
}

.btn-xl {
    padding: 30px 25px;
    font-size: 22px;
}

.btn-simple {
    border: none;
    white-space: normal;
    background: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    text-align: left;
    color: inherit;
}

.btn-default {
}

.btn-primary {
    background-color: #5b5e69;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #484b57;
}

.btn-success {
    background-color: #b2d236;
}

.btn-success:hover {
    background-color: #9dbb29;
}

.btn-info {
    background-color: #009bac;
}

.btn-info:hover {
    background-color: #008493;
}

.btn-warning {
    background-color: #faa819;
}

.btn-warning:hover {
    background-color: #e3950d;
}

.btn-danger {
    background-color: #f36e41;
}

.btn-danger:hover {
    background-color: #dc5c30;
}

.btn-link {
}

.btn-facebook {
    background-color: #6f83b6;
    color: #fff;
}

.btn-facebook:hover {
    background-color: #5879cc;
    color: #fff;
}

.btn-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.btn-twitter:hover {
    background-color: #009eff;
    color: #fff;
}

.btn-instagram {
    background-color: #000;
    color: #fff;
}

.btn-instagram:hover {
    background-color: #353535;
    color: #fff;
}

.btn-selector {
    background: #fff;
    border: solid 3px #5b5e69;
    font-family: 'EvelethDotRegBold';
}

.btn-selector.btn-active {
    background: #f8ffdc;
    border-color: #b2d236;
    color: #b2d236;
}

main .btn-chia-seed-arrow {
    font-size: 18px;
    color: #fff !important;
    font-family: 'EvelethDotRegBold';
    height: 40px;
    line-height: 44px;
    background: transparent url('../images/chia-seed-arrow-left.png') no-repeat left top;
    background-size: auto 40px;
    padding: 0 0 0 37px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
}

.btn-chia-seed-arrow:after {
    content: "";
    width: 37px;
    height: 40px;
    background: transparent url("../images/chia-seed-arrow-right.png") no-repeat top right;
    background-size: auto 40px;
    top: 0px;
    right: -37px;
    position: absolute;
    display: block;
}

a.btn-chia-seed-arrow:hover {
    color: #fff !important;
}

.btn-white-arrow {
    font-size: 20px;
    color: #5b5e69;
    font-family: 'EvelethDotRegBold';
    height: 67px;
    line-height: 72px;
    background: transparent url('../images/wht-arrow-left.png') no-repeat left top;
    padding: 0 0 0 50px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
    text-shadow: none;
}

.btn-white-arrow:after {
    content: "";
    width: 50px;
    height: 67px;
    background: transparent url("../images/wht-arrow-right.png") no-repeat top right;
    top: 0px;
    right: -50px;
    position: absolute;
    display: block;
}

a.btn-white-arrow:hover {
    color: #5b5e69 !important;
}

.btn-tumeric-arrow {
    font-size: 18px;
    color: #fff;
    font-family: 'EvelethDotRegBold';
    height: 40px;
    line-height: 44px;
    background: transparent url('../images/tumeric-arrow-left.png') no-repeat left top;
    background-size: auto 40px;
    padding: 0 10px 0 34px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
}

.btn-tumeric-arrow:after {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent url("../images/tumeric-arrow-right.png") no-repeat top right;
    background-size: auto 40px;
    top: 0px;
    right: -37px;
    position: absolute;
    display: block;
}

a.btn-tumeric-arrow:hover {
    color: #5b5e69 !important;
}

.btn-berry-arrow {
    font-size: 18px;
    color: #fff;
    font-family: 'EvelethDotRegBold';
    height: 40px;
    line-height: 44px;
    background: transparent url('../images/berry-arrow-left.png') no-repeat left top;
    background-size: auto 40px;
    padding: 0 10px 0 34px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
}

.btn-berry-arrow:after {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent url("../images/berry-arrow-right.png") no-repeat top right;
    background-size: auto 40px;
    top: 0px;
    right: -37px;
    position: absolute;
    display: block;
}

a.btn-berry-arrow:hover {
    color: #5b5e69 !important;
}

.arrow-wrap {
    margin: 1em 0;
}

@media (max-width: 993px) {
    .btn-lg {
        padding: 15px 20px;
        font-size: 16px;
    }

    .btn-xl {
        padding: 15px 20px;
        font-size: 20px;
        white-space: normal;
    }
}

/* --------------------------------
Help/Contact
-------------------------------- */

.help-contact {
    color: #fff;
}

.help-contact .surveyor-bold-italic {
    font-size: 38px;
    margin-right: 10px;
}

.help-contact .eveleth {
    font-size: 30px;
    margin-right: 10px;
}

.celery-wood-bg .help-contact .btn-white-arrow {
    margin: 0;
    color: #b2d236;
}

.chili-wood-bg .help-contact .btn-white-arrow {
    margin: 0;
    color: #f36e41;
}

.help-contact .help-text {
    margin-bottom: 20px;
    display: inline-block;
}

.help-contact .help-button {
    display: inline-block;
}

.help-contact .help-button a{
    color: #faa819;
}


/* --------------------------------
Chia-Seed Button Group
-------------------------------- */

.chia-seed .input-group-btn .btn {
    background-color: #5b5e69;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
}

/* --------------------------------
alerts
-------------------------------- */

.alert {
    border-radius: 0;
}

/*
.alert-success{background-color:#004c24;}
.alert-info{}
.alert-warning{background-color:#daad49; color:#fff;}
.alert-danger{}
*/

/* --------------------------------
Blog Preview
-------------------------------- */

.blog-item {
}

.blog-item img {
    max-width: none;
    width: 100%;
    margin: 0 0 15px 0;
}

.blog-item .blog-cats {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-item .blog-cats > ul > li {
    padding-right: 0;
}

.blog-item .blog-cats > ul > li:after {
    content: ",";
    margin: 0;
    padding: 0;
}

.blog-item .blog-title {
    font-family: 'EvelethDotRegBold';
    font-size: 24px;
    line-height: 1em;
}

.blog-item .blog-cats a,
.blog-item a.blog-title {
    text-decoration: none;
}

@media (max-width: 993px) {
    .blog-item .blog-cats {
        font-size: 12px;
    }

    .blog-item .blog-title {
        font-size: 16px;
    }
}

/* --------------------------------
Slick Carousel
-------------------------------- */

.slider {
    width: 100%;
    margin: 30px auto 0 auto;
}

.slick-slide {
    margin: 0 20px;
    width: 150px;
}

.slick-slide img {
    width: 100%;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 53px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #838383;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -75px;
}

[dir='rtl'] .slick-prev {
    right: -75px;
    left: auto;
}

.slick-prev:before {
    content: "\f104";
}

[dir='rtl'] .slick-prev:before {
    content: "\f104";
}

.slick-next {
    right: -75px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -75px;
}

.slick-next:before {
    content: "\f105";
}

[dir='rtl'] .slick-next:before {
    content: "\f105";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

/* Mini version overrides */

.slider.mini {
    margin-top: 0;
}

.slider.mini .slick-prev,
.slider.mini .slick-next {
    z-index: 1;
}

.slider.mini .slick-prev:before,
.slider.mini .slick-next:before {
    opacity: .75;
    color: #fff;
}

.slider.mini .slick-dots {
    bottom: 0px;
}

.slider.mini .slick-dots li button:before {
    color: #fff;
}

.slider.mini .slick-dots li.slick-active button:before {
    color: #fff;
}

.slider.mini .slick-prev {
    left: 0px;
}

.slider.mini [dir='rtl'] .slick-prev {
    right: 0px;
}

.slider.mini .slick-next {
    right: 0px;
}

.slider.mini [dir='rtl'] .slick-next {
    left: 0px;
}

/* Multiple version overrides */

.slider.multiple-items .slick-dots {
    bottom: -60px
}

/* Responsive version overrides */

.slider.responsive .slick-dots {
    bottom: -40px
}

@media (max-width: 993px) {
    .slider {
        margin-top: 0;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

/* --------------------------------
menu page
-------------------------------- */

.slider-offset {
    margin-left: -15px;
    margin-right: -15px;
}

.slider-offset header {
    margin-left: 15px;
}

.menu-item {
    padding: 3px;
    margin: 0;
}

.menu-item .menu-inset {
    padding: 15px;
}

.menu-item:hover .menu-inset {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.menu-item .menu-image {
    position: relative;
    margin: 0 0 10px 0;
}

.menu-item .menu-image .menu-image-label {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 3px 7px;
    color: #fff;
}

.menu-item .menu-image img {
}

.menu-item .menu-text {
}

.menu-item .menu-text .menu-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    height: 60px;
}

.menu-item .menu-text .menu-title a {
    text-decoration: none;
}

.menu-item .menu-text .menu-price {
    margin: 0 0 10px 0;
    height: 22px;
}

.menu-item .menu-text .menu-price .strike {
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

.menu-item .menu-text .menu-price .special {
    color: #f36e41;
    font-family: 'GothamBold';
}

.menu-item .menu-text .menu-categories {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.menu-item .menu-text .menu-categories ul {
    margin: 0;
}

.menu-item .menu-text .menu-categories ul > li {
    margin: 0;
    padding: 0;
}

.menu-item .menu-text .menu-categories ul > li > a {
    color: #999999;
    text-decoration: none;
}

.menu-item .menu-text .menu-categories ul > li > a:hover {
    color: #f36e41;
}

.menu-item .menu-text .menu-categories ul > li > a:after {
    content: ",";
}

.menu-item .menu-text .menu-categories ul > li:last-child > a:after {
    content: "";
}

.menu-item .menu-text .menu-buttons {
    display: block;
}

.menu-item .menu-text .menu-buttons .btn-menu {
    border: solid 2px #b7b7b7;
}

.menu-item .menu-text .menu-buttons .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

.menu-item .menu-text .menu-buttons .btn-menu {
    opacity: 0;
}

.menu-item:hover .menu-text .menu-buttons .btn-menu {
    opacity: 1;
}

.menu-item .menu-text .menu-buttons .col-with-vspace {
    margin-bottom: 10px;
}

/* --------------------------------
Modals
-------------------------------- */
.product-modals {
    z-index: 3001;
    position: relative;
}

.modal-backdrop {
    z-index: 100;
}

.product-modals .modal-content {
    border-radius: 0;
    position: relative;
}

.product-modals .modal-content .close {
    position: absolute;
    right: 20px;
    top: 15px;
    float: none;
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.product-modals .modal-image {
}

.product-modals .modal-header {
    padding: 30px;
}

.product-modals .modal-header .modal-title {
    font-family: 'EvelethDotRegBold';
    font-size: 30px;
    margin: 0;
}

.product-modals .modal-body {
    padding: 30px;
}

.product-modals .modal-body .modal-group {
    margin: 0 0 30px 0;
}

.product-modals .modal-body .input-group-btn {
    vertical-align: bottom;
}
.product-modals .modal-body .modal-group .modal-group-title {
    color: #333;
    font-family: 'GothamBook';
}

.product-modals .modal-body .modal-group.smaller-icons {
    width: 80%;
}

/* --------------------------------
Misc Product Detail
-------------------------------- */

.product-detail-icons {
    width: 300px;
    float: right;
}

.grey-box {
    border: solid 1px #ccc;
    padding: 20px;
    font-size: 14px;
}

.grey-box h3 {
    margin: 0 0 10px 0;
    font-family: 'GothamBold';
    font-size: 20px;
}

.grey-box h4 {
    margin: 0 0 10px 0;
    font-family: 'SurveyorDisplayBookItalicPro';
    font-size: 20px;
}

.grey-box ul {
    margin: 0;
    padding-left: 15px;
}

.grey-box ul li {
}

@media (max-width: 1170px) {

}

/* --------------------------------
Sections
-------------------------------- */

.section-heading {
    margin: 0 0 40px 0;
}

.section-heading-title {
    margin: 0;
}

.section-heading-links {
    margin: 0;
    float: right;
    color: #848484;
}

.section-heading-links li::after {
    content: "/";
    padding: 0 0 0 13px;
}

.section-heading-links li:last-child::after {
    content: "";
    padding: 0;
}

.section-heading-links a {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
}

@media (max-width: 993px) {
    .section-heading {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .section-heading-title {
        text-align: center;
    }

    .section-heading-links {
        float: none;
        text-align: center;
    }
}

/* --------------------------------
Image alignments
-------------------------------- */

.image-left-align {
    float: left;
    width: 49%;
    margin: 0 1.5em 1.5em 0;
}

@media (max-width: 768px) {
    .image-left-align {
        float: none;
        width: 100%;
        margin: 0 0 1.5em 0;
    }
}

/* --------------------------------
Instagram Widget
-------------------------------- */

.instagram-widget {
    position: relative;
}

.instagram-images {
    margin: 0;
}

.instagram-images *[class^='col-'] {
    padding: 0;
}

.instagram-images img {
    max-width: none;
    width: 100%;
}

.instagram-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}

.instagram-logo img { /*margin:3% auto 0 auto;*/
    height: 225px;
    width: auto;
}

/*
@media (max-width: 1170px) {
	.instagram-logo img{height:250px; }
}
*/

@media (max-width: 993px) {
    .instagram-logo img {
        height: 175px;
    }
}

@media (max-width: 768px) {
    .instagram-logo img {
        height: 250px;
    }
}

/* --------------------------------
Thumbnail Object
-------------------------------- */

.thumbnail-object {
    position: relative;
    min-height: 100px;
    margin: 0 0 25px 0;
}

.thumbnail-object-image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.thumbnail-object-body {
    margin: 0 0 0 120px;
}

.thumbnail-object-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.thumbnail-object-text {
}

/* --------------------------------
Menu Heading
-------------------------------- */

.menu-this-week {
    border-top: solid 5px #faa819;
    padding-top: 30px;
}

.menu-this-week .surveyor-bold-italic {
    font-size: 55px;
}

.menu-this-week .eveleth {
    font-size: 55px;
    line-height: 1em;
    margin: -5px 0 15px 0;
}

.menu-this-week p {
}

.menu-this-week ul {
    font-size: 18px;
    margin-top: 30px;
}

.menu-next-week {
    border-top: solid 5px #5b5e69;
    padding-top: 30px;
}

.menu-next-week .surveyor-bold-italic {
    font-size: 38px;
}

.menu-next-week .eveleth {
    font-size: 30px;
    line-height: 1em;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .menu-this-week .surveyor-bold-italic {
        font-size: 30px;
    }

    .menu-this-week .eveleth {
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    .menu-next-week {
        margin-top: 30px;
    }

    .menu-next-week .surveyor-bold-italic {
        font-size: 22px;
    }

    .menu-next-week .eveleth {
        font-size: 22px;
        margin: 0;
    }
}

/* --------------------------------
Filter Bar
-------------------------------- */

.filter-bar {
    overflow-x: visible;
}

.filter-bar select {
    padding: 0 15px;
    font-size: 18px;
    display: block;
    color: #fff;
    font-family: 'EvelethDotRegBold';
    background: transparent;
    border: solid 3px #fff;
    height: 55px;
    line-height: 55px;
    background-image: none;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: transparent url('../images/select-arrow.png') no-repeat;
    background-position: right center;
    background-size: 17px 10px;
}

.filter-bar .btn-group {
    width: 100%;
}

.filter-bar .btn-group .dropdown-toggle {
    padding: 0px 15px;
    height: 66px;
    line-height: 55px;
    font-size: 18px;
    display: block;
    color: #fff;
    font-family: 'EvelethDotRegBold';
    background: transparent;
    border: solid 3px #fff;
    width: 100%;
    text-align: left;
}

.filter-bar .btn-group .dropdown-toggle .text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.filter-bar .btn-group .dropdown-toggle .fa {
    position: absolute;
    right: 12px;
    top: 19px;
}

.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background: #fff;
    color: #f36e41;
    border-color: #fff;
    box-shadow: none;
}

.filter-bar .btn-group .dropdown-menu {
    width: 100%;
    margin: 0;
}

.filter-bar p {
    color: #fff;
    margin: 20px 0 0 0;
}

/*.filter-bar .search-group{border:solid 3px #fff;}*/
.filter-bar .search-group input {
    background: transparent;
    border: none;
    height: 60px;
    line-height: 55px;
    font-family: 'EvelethDotRegBold';
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
}

.filter-bar .search-group input::placeholder {
    color: #fff;
}

.filter-bar .search-group .btn {
    background: transparent;
    color: #fff;
    font-size: 24px;
}

.filter-bar input[type="text"] {
    background: transparent;
    border: solid 3px #fff;
    height: 66px;
    padding-left: 1em;
    color: white;
    font-family: "EvelethDotRegBold";
    line-height: 55px;
    font-size: 18px;
}

a.btn-reset-search-distance {
    margin-left: 15px;
    color: white;
}

/* --------------------------------
Mini Cart
-------------------------------- */
.minicart-wrapper {
    float: none;
    z-index: 999;
}

.minicart-wrapper .action.showcart:before {
    content: '';
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
}

.minicart-wrapper .action.showcart .counter.qty {
    color: inherit;
    background: none;
    overflow: inherit;
    margin: 0;
}

.block-minicart .subtotal {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.block-minicart .subtotal .label,
.block-minicart .subtotal .amount {
    display: inline-block;
    text-transform: none;
}

.block-minicart .min-order {
    margin-bottom: 10px;
    text-align: center;
    color: #f36e41;
}

.block-minicart .min-order .bold {
    font-weight: bold;
}

.block-minicart .price-container .label {
    width: auto;
}

.block-minicart .price-container .price-wrapper {
    display: inline-block;
}

.block-minicart span,
.block-minicart label {
    text-transform: none;
}

.block-minicart .actions .viewcart {
    border: 1px solid;
    text-decoration: none;
    background-color: #5b5e69;
    color: white;
    padding: 10px 20px;
}

.block-minicart .actions .viewcart span {
    text-transform: uppercase;
}

.minicart-items .product-item-name a {
    color: #5b5e69;
}

#minicart-content-wrapper div.block-content {
    margin-top: 12px;
}

/* --------------------------------
    Shopping Cart
    -------------------------------- */

#leftCartCol {
}

#rightCartCol {
    padding-top: 10px;
}

@media only screen and (min-width: 1170px) {
    #leftCartCol.col-md-9 {
        width: 70%;
    }

    #leftCartCol.col-md-pull-3 {
        right: 30%;
    }

    #rightCartCol.col-md-3 {
        width: 30%;
    }

    #rightCartCol.col-md-push-9 {
        left: 70%;
    }
}

.cart-box {
    width: 100%;
    background-color: #f9f6f1;
    padding: 15px;
    border-radius: 4px 4px 0 0;
}

.cart-box .row {
    margin-bottom: 3px;
}

.cart-box .margin-row {
    margin-top: 15px;
}

.cart-box .float-left,
.cart-box .float-right {
    min-height: 1px;
    position: relative;
}

.cart-box .float-left {
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-right: 0px;
}

.cart-box .float-right {
    float: right;
    text-align: right;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 15px;
}

.cart-box strong {
    font-size: 18px;
}

.cart-button-wrap {
}

.cart-button-wrap .btn {
    background-color: #b2d236;
    color: #fff;
    border-radius: 0 0 4px 4px;
    font-family: 'EvelethDotRegBold';
    position: relative;
    padding-top: 2px;
    white-space: normal;
}

.cart-button-wrap .btn .logo-mark-white {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent url('../images/logo-mark-white.svg') no-repeat center center;
    position: relative;
    top: 7px;
}

.affixed-div {
    top: 110px;
    width: 321px;
}

@media only screen and (max-width: 1170px) {
    .affixed-div {
        top: 200px;
        width: 213px;
    }
}

@media only screen and (max-width: 963px) {
    .affixed-div {
        top: 200px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .affixed-div {
        top: auto;
        width: 100%;
        position: relative;
    }
}

/*
.cart-table .eveleth{font-size:24px; font-weight:normal;}

.cart-table > thead > tr > th{border-bottom:solid 1px #ddd; text-transform:uppercase; font-size:13px; font-weight:normal;}

.cart-table > thead > tr > td,
.cart-table > thead > tr > th,
.cart-table > tfoot > tr > td,
.cart-table > tfoot > tr > th,
.cart-table > tbody > tr > td,
.cart-table > tbody > tr > th{padding:15px 25px 15px 0; }

.cart-table > thead > tr > th:last-child,
.cart-table > tbody > tr > td:last-child,
.cart-table > tfoot > tr > td:last-child{padding-right:0; text-align:right;}

.cart-table > tfoot > tr > th{text-align:right; font-size:18px; font-weight:bold;}
.cart-table > tfoot > tr > td{text-align:right; font-size:18px; font-weight:bold;}


.cart-table .cart-image{width:120px;}
.cart-table .cart-text .fa-check-circle{color:#b2d236; margin-right:5px;}
.cart-table .cart-text .fa-circle-o{color:#ccc; margin-right:5px;}
.cart-table .cart-text ul.list-unstyled li{margin-bottom:3px;}
*/

.cart-layout {
    margin: 0 0 3em 0;
}

.cart-layout .row {
}

.cart-layout .row-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.col-head.column-1,
.col-head.column-2,
.col-head.column-3,
.col-head.column-4,
.cart-image,
.cart-text,
.cart-select,
.cart-select-qty,
.cart-item-price,
.col-foot,
.col-foot-price {
    min-height: 1px;
    position: relative;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
}

.col-head.column-1,
.col-head.column-2,
.col-head.column-3,
.col-head.column-4 {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

.col-head.column-1 {
    width: 62%;
}

.col-foot {
    width: 86%;
}

.cart-image {
    width: 15%;
}

.cart-text {
    width: 47%;
    padding-right: 10px;
}

.col-head.column-2,
.cart-select {
    width: 14%;
    padding-right: 10px;
}

.col-head.column-3,
.cart-select-qty {
    width: 10%;
    padding-right: 10px;
}

.col-head.column-4,
.cart-item-price,
.col-foot-price {
    width: 14%;
    text-align: right;
}

.col-head.column-1 h2 {
    font-size: 24px;
    font-weight: normal;
}

.col-head.column-2 {
}

.col-head.column-3 {
}

.col-head.column-4 {
}

.cart-image a {
    text-decoration: none;
}

.cart-text .cart-item-title {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: 'GothamBold';
}

.cart-text .cart-item-title a {
    color: #333;
    text-decoration: none;
}

.modal-group .subs,
.cart-text .subs {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 20px 0 0px 0;
}

.cart-text .no-mods {
    font-weight: bold;
}

.cart-item-price {
    font-weight: bold;
    font-size: 18px;
}

.col-foot,
.col-foot-price {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 963px) {
    .col-head.column-1 {
        width: 100%;
    }

    .col-head.column-2,
    .col-head.column-3,
    .col-head.column-4 {
        display: none;
    }

    .col-foot {
        width: 86%;
    }

    .cart-image {
        width: 30%;
        margin-top: 25px;
        padding-top: 25px;
    }

    .cart-text {
        width: 70%;
        margin-top: 25px;
        padding-top: 25px;
    }

    .cart-select,
    .cart-select-qty,
    .cart-item-price {
        width: 33%;
        border-top: none;
        padding-top: 0;
    }

    .col-foot {
        width: 66%;
    }

    .col-foot-price {
        width: 33%;
    }
}

/* --------------------------------
Shopping Cart - Like Products
-------------------------------- */

.like-products {
    background: #f9f6f1;
    padding: 20px;
}

.like-products .like-title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.like-products .like-image-text {
    position: relative;
    padding: 10px;
}

.like-products .like-image-text .like-image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    display: block;
}

.like-products .like-image-text .like-text {
    margin: 0 0 0 115px;
    font-size: 13px;
}

.like-products .like-image-text .like-text a:hover {
    color: #5b5e69;
}

.like-products .like-image-text .like-price {
    font-weight: bold;
    font-size: 15px;
}

.like-products .btn-simple:hover {
    background: #fff;
    -webkit-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.like-products .btn-simple:hover .like-price {
    color: #b2d236;
}

@media only screen and (max-width: 1170px) {
    .like-image-text .like-image {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        display: block;
    }

    .like-image-text .like-text {
        margin: 10px 0 0 0;
        font-size: 15px;
    }
}

/* --------------------------------
Shopping Cart - Delivery, Billing, Payment
-------------------------------- */

.delivery,
.billing,
.payment {
    margin-top: 60px;
}

.delivery h2,
.billing h2,
.payment h2 {
    border-bottom: solid 1px #ccc;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 24px;
}

.delivery h3,
.billing h3,
.payment h3 {
    font-size: 20px;
    color: #333;
    padding-top: 4px;
}

.sc-radio,
.sc-radio-content {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sc-radio {
    font-size: 22px;
    width: 5%;
}

.sc-radio-content {
    width: 95%;
}

@media (max-width: 768px) {
    .sc-radio {
        width: 7%;
    }

    .sc-radio-content {
        width: 93%;
    }
}

/* --------------------------------
Time Slot Table
-------------------------------- */

.table-time {
    border-radius: 4px;
    padding: 5px;
    background-color: #f4f4f5;
}

.table-time .table {
    margin: 0;
}

.table-time thead,
.table-time tbody {
    border-radius: 4px;
}

.table-time thead > tr > th {
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.table-time tbody > tr > th {
    border: none;
}

.table-time tbody > tr > td {
    border: none;
}

.deleivery-steps {
    background: #f4f4f5;
    padding: 20px;
    float: left;
    width: 100%;
}

.deleivery-steps .delivery-option-title {
    font-family: 'EvelethDotRegBold';
    font-size: 20px;
    margin: 0;
    min-height: 80px;
}

.deleivery-steps .delivery-option-day {
    font-family: 'GothamBold';
    font-size: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin: 20px 0;
}

.deleivery-steps .delivery-option-day span {
    font-family: 'GothamBook';
    font-size: 15px;
}

.deleivery-steps .pickup-option-times,
.deleivery-steps .delivery-option-times {
    text-transform: uppercase;
    font-size: 13px;
}

.deleivery-steps .delivery-option-hours {
    line-height: 40px;
}

.deleivery-steps .pickup-option-times .checkbox,
.deleivery-steps .delivery-option-times .checkbox {
    margin: 0 0 10px 0;
}

.deleivery-steps .pickup-option-times .checkbox label,
.deleivery-steps .delivery-option-times .checkbox label {
    display: block;
    background: #fff;
    border: solid 1px #ddd;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
}
.deleivery-steps .pickup-option-times .checkbox input[type="checkbox"],
.deleivery-steps .delivery-option-times .checkbox input[type="checkbox"] {
    right: 12px;
    top: 10px;
}

.deleivery-steps .pickup-option-times .checkbox.active label,
.deleivery-steps .delivery-option-times .checkbox.active label {
    /*background: #b2d236;
    color: #fff;*/
    border: 2px solid #b2d236;
    color: #b2d236;
}
.deleivery-steps .pickup-option-times .checkbox label:before,
.deleivery-steps .delivery-option-times .checkbox label:before {
    content: '';
}

.deleivery-steps .delivery-option-meal {
}

/* --------------------------------
FAQs
-------------------------------- */

.faq-question-row {
    margin-bottom: 3em;
}

.faq-questions {
    font-size: 18px;
}

.faq-questions a {
    color: #009bac;
}

.faq-questions a:hover {
    color: #5b5e69;
}

.faq-answer {
    margin: 0 0 3em 0;
}
.faq-answer:before {
    content: "";
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}

.faq-answer-category {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    color: #f36e41;
}

.faq-answer-title {
    font-family: 'EvelethDotRegBold';
    color: #009bac;
    margin: 10px 0 20px 0;
}

/* --------------------------------
Careers
-------------------------------- */

.career-title,
.career-text {
    border-top: solid 1px #ddd;
    margin-top: 50px;
    padding-top: 50px;
}

.career-row:first-child .career-title,
.career-row:first-child .career-text {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.career-row .career-title {
    font-size: 30px;
}

.career-text {
    font-size: 18px;
}

.career-text h3 {
    text-transform: uppercase;
    font-size: 13px;
}

.career-more .overline {
    font-size: 16px;
    font-family: 'EvelethDotRegBold';
    border-top: solid 1px #ddd;
    margin-top: 3em;
    padding-top: 3em;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
}

.team-member .team-member-title {
    background: #f36e41;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.team-member .team-member-title .surveyor-bold-italic {
    display: block;
}

/* --------------------------------
Store
-------------------------------- */

.store-grocery-items {
    position: relative;
    width: 100%;
}

.store-grocery-items img {
    height: auto;
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 470px;
    z-index: 1;
}


.store-icon-tiles {
    padding: 30px;
    margin-top: 20px;
}

.store-icon-image {
    text-align: center;
}
.block-minicart .min-order {
    margin-bottom: 10px;
    text-align: left;
    color: #f36e41;

}

.store-icon-image img { /*height:100px; width:auto; max-width:none;*/
}

.store-icon-title {
    font-family: 'EvelethDotRegBold';
    font-size: 20px;
}

@media (max-width: 1170px) {
    .store-grocery-items img {
        width: 330px;
    }

    .store-icon-title {
        font-size: 18px;
    }
}


@media (max-width: 993px) {
    .store-grocery-items {
        display: none;
    }

    .store-icon-title {
        font-size: 20px;
    }
}

.granola-thumbs {
    margin-top: 60px;
}
.block-minicart span,
.block-minicart label {
    text-transform: none;
    font-weight: normal;
}
.block-minicart .actions .viewcart {
    font-family: 'GothamBook';
    border: 1px solid;
    text-decoration: none;
    background-color: #5b5e69;
    color: white;
    padding: 10px 20px;

}

.granola-thumbs .slick-slide {
    text-align: center;
}

.granola-thumbs .slick-slide {
    width: 80px;
    padding-top: 30px;
    opacity: .5;
}


.granola-thumbs .slick-current {
    width: 120px;
    padding-top: 0px;
    opacity: 1;
}

.block-minicart .product-item-pricing {
    margin-left: -9px;
}

    /* --------------------------------
    Shopping Cart
    -------------------------------- */


.granola-features-wrap {
    position: relative;
}

.granola-features {
    top: -140px;
    position: relative;
}

.granola-features .feature-item .feature-item-image {
}

.granola-features .feature-item .feature-item-text {
    margin: 0 0 0 30px;
}

.granola-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

.waffle-thumbs {
    margin-top: 60px;
}

.waffle-thumbs .slick-slide {
    text-align: center;
}

.waffle-thumbs .slick-slide {
    width: 180px;
    padding-top: 10px;
    opacity: .5;
}

.waffle-thumbs .slick-current {
    width: 220px;
    padding-top: 0px;
    opacity: 1;
}

.waffle-features-wrap {
    position: relative;
}

.waffle-features {
    top: -50px;
    position: relative;
}

.waffle-features .feature-item .feature-item-image {
}

.waffle-features .feature-item .feature-item-text {
    margin: 0 0 0 40px;
}

.waffle-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

@media (max-width: 993px) {
    .granola-thumbs .slick-slide {
        width: 50px;
        padding-top: 15px;
    }

    .granola-thumbs .slick-current {
        width: 70px;
        padding-top: 0;
    }

    .granola-features-wrap {
        padding-bottom: 130px;
    }

    .granola-features {
        top: 80px;
    }

    .granola-features .slick-slide {
        margin: 0;
    }

    .granola-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .granola-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }

    .waffle-thumbs .slick-slide {
        width: 100px;
        padding-top: 5px;
    }

    .waffle-thumbs .slick-current {
        width: 120px;
        padding-top: 0;
    }

    .waffle-features-wrap {
        padding-bottom: 130px;
    }

    .waffle-features {
        top: 80px;
    }

    .waffle-features .slick-slide {
        margin: 0;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .granola-features .feature-item .feature-item-image {
        width: 25%;
    }

    .granola-features .feature-item .feature-item-text {
        width: 65%;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 25%;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 65%;
    }
}

/* --------------------------------
Store
-------------------------------- */

.store-grocery-items {
    position: relative;
    width: 100%;
}

.store-grocery-items img {
    height: auto;
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 470px;
    z-index: 1;
}

.store-icon-tiles {
    padding: 30px;
    margin-top: 20px;
}

.store-icon-image {
    text-align: center;
}

.store-icon-image img { /*height:100px; width:auto; max-width:none;*/
}

.store-icon-title {
    font-family: 'EvelethDotRegBold';
    font-size: 20px;
}

@media (max-width: 1170px) {
    .store-grocery-items img {
        width: 330px;
    }

    .store-icon-title {
        font-size: 18px;
    }
}

@media (max-width: 993px) {
    .store-grocery-items {
        display: none;
    }

    .store-icon-title {
        font-size: 20px;
    }
}

.granola-thumbs {
    margin-top: 60px;
}

.granola-thumbs .slick-slide {
    text-align: center;
}

.granola-thumbs .slick-slide {
    width: 80px;
    padding-top: 30px;
    opacity: .5;
}

.granola-thumbs .slick-current {
    width: 120px;
    padding-top: 0px;
    opacity: 1;
}

.granola-features-wrap {
    position: relative;
}

.granola-features {
    top: -140px;
    position: relative;
}

.granola-features .feature-item .feature-item-image {
}

.granola-features .feature-item .feature-item-text {
    margin: 0 0 0 30px;
}

.granola-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

.waffle-thumbs {
    margin-top: 60px;
}

.waffle-thumbs .slick-slide {
    text-align: center;
}

.waffle-thumbs .slick-slide {
    width: 180px;
    padding-top: 10px;
    opacity: .5;
}

.waffle-thumbs .slick-current {
    width: 220px;
    padding-top: 0px;
    opacity: 1;
}

.waffle-features-wrap {
    position: relative;
}

.waffle-features {
    top: -50px;
    position: relative;
}

.waffle-features .feature-item .feature-item-image {
}

.waffle-features .feature-item .feature-item-text {
    margin: 0 0 0 40px;
}

.waffle-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

@media (max-width: 993px) {
    .granola-thumbs .slick-slide {
        width: 50px;
        padding-top: 15px;
    }

    .granola-thumbs .slick-current {
        width: 70px;
        padding-top: 0;
    }

    .granola-features-wrap {
        padding-bottom: 130px;
    }

    .granola-features {
        top: 80px;
    }

    .granola-features .slick-slide {
        margin: 0;
    }

    .granola-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .granola-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }

    .waffle-thumbs .slick-slide {
        width: 100px;
        padding-top: 5px;
    }

    .waffle-thumbs .slick-current {
        width: 120px;
        padding-top: 0;
    }

    .waffle-features-wrap {
        padding-bottom: 130px;
    }

    .waffle-features {
        top: 80px;
    }

    .waffle-features .slick-slide {
        margin: 0;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .granola-features .feature-item .feature-item-image {
        width: 25%;
    }

    .granola-features .feature-item .feature-item-text {
        width: 65%;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 25%;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 65%;
    }
}

/* --------------------------------
STORE LOCATOR
-------------------------------- */
.search-locations {
    /*box-shadow: inset 1px 1px 8px #c3c3c3;*/
    padding-top: 0.5em;
}

.location-result {
    background: white;
    box-shadow: 1px 1px 8px #c3c3c3;
    padding: 2em;
    margin: 0 1em 1em 0;
}

.location-result img {
    margin-bottom: 1em;
}

.location-result h2 a {
    text-decoration: underline;
}

.location-result h2 a:hover {
    cursor: pointer;
}

.scrollbar {
    float: left;
    height: 500px;
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}

#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b2d236;
}

.amlocator-index-index #locateNearBy {
    display: none;
}


/* --------------------------------
Store
-------------------------------- */

.store-grocery-items {
    position: relative;
    width: 100%;
}

.store-grocery-items img {
    height: auto;
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 470px;
    z-index: 1;
}

.store-icon-tiles {
    padding: 12px;
    margin-top: 20px;
}

.store-icon-image {
    text-align: center;
}

.store-icon-image img { /*height:100px; width:auto; max-width:none;*/
}

.store-icon-title {
    font-family: 'EvelethDotRegBold';
    font-size: 20px;
}

@media (max-width: 1170px) {
    .store-grocery-items img {
        width: 330px;
    }

    .store-icon-title {
        font-size: 18px;
    }
}

@media (max-width: 993px) {
    .store-grocery-items {
        display: none;
    }

    .store-icon-title {
        font-size: 20px;
    }
}

.granola-thumbs {
    margin-top: 60px;
}

.granola-thumbs .slick-slide {
    text-align: center;
}

.granola-thumbs .slick-slide {
    width: 80px;
    padding-top: 30px;
    opacity: .5;
}

.granola-thumbs .slick-current {
    width: 120px;
    padding-top: 0px;
    opacity: 1;
}

.granola-features-wrap {
    position: relative;
}

.granola-features {
    top: -140px;
    position: relative;
}

.granola-features .feature-item .feature-item-image {
}

.granola-features .feature-item .feature-item-text {
    margin: 0 0 0 30px;
}

.granola-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.granola-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

.waffle-thumbs {
    margin-top: 60px;
}

.waffle-thumbs .slick-slide {
    text-align: center;
}

.waffle-thumbs .slick-slide {
    width: 180px;
    padding-top: 10px;
    opacity: .5;
}

.waffle-thumbs .slick-current {
    width: 220px;
    padding-top: 0px;
    opacity: 1;
}

.waffle-features-wrap {
    position: relative;
}

.waffle-features {
    top: -50px;
    position: relative;
}

.waffle-features .feature-item .feature-item-image {
}

.waffle-features .feature-item .feature-item-text {
    margin: 0 0 0 40px;
}

.waffle-features .feature-item .feature-item-text .feature-item-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu {
    border: solid 2px #b7b7b7;
    margin-top: 20px;
}

.waffle-features .feature-item .feature-item-text .btn-menu:hover {
    border: solid 2px #f36e41;
    color: #f36e41;
}

@media (max-width: 993px) {
    .granola-thumbs .slick-slide {
        width: 50px;
        padding-top: 15px;
    }

    .granola-thumbs .slick-current {
        width: 70px;
        padding-top: 0;
    }

    .granola-features-wrap {
        padding-bottom: 130px;
    }

    .granola-features {
        top: 80px;
    }

    .granola-features .slick-slide {
        margin: 0;
    }

    .granola-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .granola-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }

    .waffle-thumbs .slick-slide {
        width: 100px;
        padding-top: 5px;
    }

    .waffle-thumbs .slick-current {
        width: 120px;
        padding-top: 0;
    }

    .waffle-features-wrap {
        padding-bottom: 130px;
    }

    .waffle-features {
        top: 80px;
    }

    .waffle-features .slick-slide {
        margin: 0;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 35%;
        float: left;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 55%;
        float: right;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .granola-features .feature-item .feature-item-image {
        width: 25%;
    }

    .granola-features .feature-item .feature-item-text {
        width: 65%;
    }

    .waffle-features .feature-item .feature-item-image {
        width: 25%;
    }

    .waffle-features .feature-item .feature-item-text {
        width: 65%;
    }
}

/* --------------------------------
Blog
-------------------------------- */

.kfx-blog-content {
    padding: 60px 0;
}

.blog-sidebar {
}

.blog-sidebar .sidebar-widget {
    margin: 0 0 80px 0;
    font-size: 20px;
}

.blog-sidebar .sidebar-widget .widget-title {
    font-family: 'EvelethDotRegBold';
    font-size: 30px;
}

.blog-sidebar .sidebar-widget .widget-list {
    margin: 0;
    padding: 0 0 0 1.5em;
}

.blog-sidebar .sidebar-widget .widget-list li {
}

.blog-feature {
    margin: 0 0 60px 0;
}

.blog-feature .widget-title {
    font-family: 'SensationsandQualities';
    font-size: 38px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    border-top: solid 5px #5b5e69;
}

.blog-feature .widget-date {
    font-family: 'EvelethDotRegBold';
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 1em 0;
}

.blog-feature .widget-image {
}

.blog-feature .meta-categories {
    margin-top: 10px;
}

.large-blog-title {
    font-family: 'EvelethDotRegBold';
    font-size: 30px;
    color: #ef4058;
    font-size: 45px;
}

.meta-header {
}

.meta-header ul {
    margin: 0;
}

.meta-header ul li {
}

.meta-header ul li:before {
    content: "|";
    font-family: 'GothamBook';
    padding: 0 15px 0 5px;
}

.meta-header ul li:first-child:before {
    content: "";
    padding: 0;
}

.meta-header ul.list-unstyled li:before {
    content: "";
    font-family: inherit;
    padding: 0;
}

.meta-header .meta-date {
    font-family: 'SensationsandQualities';
    font-size: 38px;
}

.meta-header .meta-author {
    font-family: 'EvelethDotRegBold';
    font-size: 30px;
}

.meta-header .meta-author a {
    text-decoration: none;
}

.meta-categories {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 3em 0;
}

.meta-categories ul {
    margin: 0;
}

.meta-categories ul li {
    margin: 0 5px 0 0;
    padding: 0;
}

.meta-categories ul li:after {
    content: ",";
}

.meta-categories ul li:last-child:after {
    content: "";
}

.blog-main-feature {
    margin-bottom: 100px;
}

.blog-main-feature .meta-header .meta-date {
    line-height: 1em;
}

.blog-main-feature .meta-header .meta-author {
    line-height: 1em;
}

.blog-main-feature .meta-categories {
    margin-top: 30px;
}

.blog-main-feature p {
    font-size: 24px;
    font-family: 'GothamLight';
}

.blog-main-feature .row-with-vspace {
}

.blog-social-media {
    margin: 2em 0 3em 0;
}

.blog-social-media a {
    text-decoration: none;
}

.comments,
.blog-form {
    margin: 60px 0 0 0;
}

.comment-item {
    border-top: solid 5px #009bac;
    position: relative;
    min-height: 115px;
    padding: 25px 0 0 0;
    margin: 30px 0 50px 0;
}

.comment-item .comment-image {
    width: 115px;
    position: absolute;
    left: 0px;
    top: 25px;
}

.comment-item .comment-image img {
}

/*.comment-item .comment-body{margin:0 0 0 140px;}*/
.comment-item .comment-author {
    font-family: 'EvelethDotRegBold';
    font-size: 24px;
    font-weight: normal;
}

.comment-item .comment-author .comment-time {
    font-family: 'GothamBook';
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 15px;
}

.blog-form input[type="text"],
.blog-form textarea {
    border: solid 2px #5b5e69;
    border-radius: 0;
    text-trasform: uppercase;
    font-size: 13px;
}

.blog-form input[type="text"] {
    height: 55px;
}

.blog-form textarea {
    height: 150px;
}

.next-prev {
    position: relative;
}

.next-prev .icon-prev,
.next-prev .icon-next {
    position: absolute;
    left: 0px;
    top: 21px;
    color: #fff;
    font-size: 30px;
}

.next-prev .icon-next {
    left: auto;
    right: 0px;
}

.next-prev .text-prev,
.next-prev .text-next {
    display: block;
    color: #fff;
    margin: 0 0 0 40px;
    font-family: 'EvelethDotRegBold';
    font-size: 12px;
}

.next-prev .link-prev,
.next-prev .link-next {
    display: block;
    margin: 0 0 0 40px;
    font-family: 'EvelethDotRegBold';
    font-size: 24px;
}

.next-prev .text-next,
.next-prev .link-next {
    margin: 0 40px 0 0;
    text-align: right;
}

.next-prev .link-prev a,
.next-prev .link-next a {
    color: #fff;
    text-decoration: none;
    line-height: 1em;
}

.next-prev .link-prev a:hover,
.next-prev .link-next a:hover {
    color: #b2d236;
    text-decoration: none;
}

.next-prev.simple .link-prev,
.next-prev.simple .link-next {
    display: block;
    margin: 0;
    font-family: 'EvelethDotRegBold';
    font-size: 16px;
}

.next-prev.simple .link-next {
    text-align: right;
}

.pagination.blog-style {
    margin: 0;
}

.pagination.blog-style li {
}

.pagination.blog-style li a {
    border: none;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    font-family: 'EvelethDotRegBold';
    font-size: 16px;
}

.pagination.blog-style li.active a {
    border-bottom: solid 1px #fff;
}

.pagination.blog-style li a:hover,
.pagination.blog-style li.active a:hover {
    background: #fff;
    color: #ef4058;
}

.blog-splash {
    font-size: 125px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    height: 540px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-splash .center-vertical {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

@media only screen and (max-width: 993px) {
    .blog-splash {
        font-size: 40px;
        height: 250px;
    }
}

.blog-footer {
    background-color: #faf7f4;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-footer .social-links {
}

.blog-footer .social-links ul {
    margin: 0;
    padding: 0;
}

.blog-footer .social-links ul li {
    padding: 0 5px 0 0;
}

.blog-footer .social-links .fa {
    color: #faf7f4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #5b5e69;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.blog-footer .social-links .fa:hover {
    background-color: #f36e41;
}

.blog-footer .email-signup {
}

.blog-footer .email-signup input[type="text"] {
    border: solid 3px #5b5e69;
    background: transparent;
    border-radius: 0;
    padding: 0 15px;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color: #5b5e69;
}

.blog-footer .email-signup input[type="text"]::placeholder {
    color: #5b5e69;
}

.blog-footer .email-signup .btn-default {
    padding: 0 15px;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color: #fff;
    background: #5b5e69;
    border-radius: 0;
    border: none;
}

.blog-footer .content-heading {
    font-family: 'EvelethDotRegBold';
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-footer .footer-logo {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
}

.blog-footer .footer-text-right {
    font-family: 'GothamBold';
    margin-top: 30px;
}

.blog-footer .footer-text-right a {
    text-decoration: none;
}

/*
.row-masonry {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	-moz-column-gap: 1em;
	-webkit-column-gap:1em;
}

.item-masonry {
	display: inline-block;
	padding:  .25rem;
	width:  100%;
}
*/

.grid {
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
}

@media (max-width: 768px) {
    .blog-footer .footer-logo {
        right: 15px;
    }
}

/* --------------------------------
Tile Objects
-------------------------------- */

.zoom-image {
}

.tile-object {
    background-size: cover;
    background-position: center center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.tile-object:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand'); /* IE6 and 7 */
}

.tile-object-outer {
    min-height: 400px;
}

.tile-object-body {
    position: relative;
    padding: 10px 20px 20px 20px;
}

.tile-object-body a {
    color: #fff;
}

.tile-object-title,
.tile-object-text {
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.tile-object-title {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 10px 0;
    line-height: 1.1em;
}

.tile-object-text {
    font-size: 20px;
}

.tile-object.tile-size-md .tile-object-outer {
    min-height: 330px;
}

.tile-object.tile-size-md .tile-object-body {
    padding: 10px 18px 18px 18px;
}

.tile-object.tile-size-md .tile-object-title {
    font-size: 30px;
}

.tile-object.tile-size-md .tile-object-text {
    font-size: 18px;
}

.tile-object.tile-size-sm .tile-object-outer {
    min-height: 250px;
}

.tile-object.tile-size-sm .tile-object-body {
    padding: 10px 15px 15px 15px;
}

.tile-object.tile-size-sm .tile-object-title {
    font-size: 24px;
}

.tile-object.tile-size-sm .tile-object-text {
    font-size: 16px;
}

.tile-object:hover a,
.tile-object a:hover,
.tile-object:hover .tile-object-title,
.tile-object:hover .tile-object-text {
    color: #fff;
    text-decoration: none;
    border: none;
}

.tile-object-body-shadow {
    background: transparent url('../images/shadow-16x9.png') no-repeat center center;
    background-size: 100% 100%;
}

.tile-object-body-color {
    background: transparent repeat center center;
}

.tile-object.navy {
    background-color: #002957;
}

.tile-object.navy .tile-object-body-color {
    background-image: url('../images/color-trans-navy.png');
}

.tile-object.green {
    background-color: #004c23;
}

.tile-object.green .tile-object-body-color {
    background-image: url('../images/color-trans-green.png');
}

.tile-object.gold {
    background-color: #e0af3c;
}

.tile-object.gold .tile-object-body-color {
    background-image: url('../images/color-trans-gold.png');
}

@media (max-width: 993px) {
    .tile-object-outer,
    .tile-object.tile-size-md .tile-object-outer,
    .tile-object.tile-size-sm .tile-object-outer {
        min-height: 200px;
    }

    .tile-object-title,
    .tile-object.tile-size-md .tile-object-title,
    .tile-object.tile-size-sm .tile-object-title {
        font-size: 30px;
    }

    .tile-object-text,
    .tile-object.tile-size-md .tile-object-text,
    .tile-object.tile-size-sm .tile-object-text {
        font-size: 16px;
    }
}

.checkout-index-index select, .checkout-index-index input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    border: solid 2px #5b5e69;
}
.checkout-index-index .checkout-shipping-address,
.checkout-index-index .checkout-shipping-method {
    margin-left: 30px !important;
}
.checkout-index-index .field .label:after {
    position: static !important;
}
.checkout-index-index .field .control {
    float: none !important;
    width: 100% !important;
}
.checkout-index-index .table-checkout-shipping-method tbody {
    /*display: inline-flex;*/
}
.checkout-index-index .checkout-billing-address .actions-toolbar .primary button {
    background-color: transparent;
    border: 2px solid;
}
.checkout-index-index .actions-toolbar .primary button {
    background-color: #5b5e69;
    text-transform: uppercase;
    border: 1px solid #5b5e69;
}

.checkout-index-index #onepage-checkout-shipping-method-additional-load {
    border-top: 3px solid #b2d236;
}
.checkout-index-index .hosted-control {
    border: 2px solid #5b5e69;
    margin-top: 60px;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset>.field.type .control {
    margin-left: 0;
}
.checkout-index-index .pickup_info {
    max-width: 100%;
}
.checkout-index-index .field-tooltip .toggle {
    display: none;
}
.checkout-index-index .fieldset .address,
#shipping-new-address-form {
    overflow: hidden !important;
}
.checkout-index-index .col-carrier {
    text-transform: uppercase;
    font-family: 'EvelethDotRegBold';
    color: #5b5e69;
}
.ambanners {
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 155;
    top: 0
}
.checkout-index-index .opc-progress-bar-item._active:before {
    background: rgba(244, 191, 90, 1);
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
    background: rgba(244, 191, 90, 1);
}
.checkout-index-index #customer-email-fieldset .field {
    border-bottom: 3px solid #b2d236;
    padding-bottom: 30px;
}
.checkout-index-index div[name=shippingAddress.company] {
    display: none !important;
}

.checkout-index-index .opc-wrapper .fieldset.address [name|="shippingAddress.firstname"] {
    display: inline-block !important;
    margin-right: 2.9% !important;
    width: 47%;
}
.checkout-index-index .opc-wrapper .fieldset.address [name|="shippingAddress.lastname"]{
    display: inline-block !important;
    margin-left: 3% !important;
    width: 47%;
}

.checkout-index-index .opc-wrapper .fieldset.address [name|="shippingAddress.region_id"] {
    display: inline-block !important;
    margin-right: 2.5% !important;
    width: 47%;
}
.checkout-index-index .opc-wrapper .fieldset.address [name|="shippingAddress.postcode"]{
    display: inline-block !important;
    margin-left: 2.5% !important;
    width: 47%;
}
.checkout-index-index .opc-block-summary {
    background: #F9F6F1 !important;
}
.checkout-index-index .table-checkout-shipping-method input[type=radio]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #E9E8ED;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #5A5E6A;
}
.checkout-index-index .table-checkout-shipping-method input[type=radio]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #BFD630;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #5A5E6A;
}
.checkout-index-index .check_zip_btn {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #5b5e69;
    font-size: 18px;
}
.checkout-index-index #discount-code {
    border: none;
    background-color: #e4e4e4;
}
.checkout-index-index .form-discount .primary button {
    background-color: transparent;
    border: 2px solid;
}
#co-transparent-form-braintree .fieldset > .field {
    margin: 0;
}
.checkbox-options .selected {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    color: #5b5e69;
    background-color: #ffffff !important;
    font-family: 'GothamBook', sans-serif !important;
}
.amlocator_input #reset {
    margin-left: 25px !important;
}
.checkout-index-index .checkbox.disable label {
    background: #e7e7e9;
}

/*
top padding
 */
body:not(.top-banner).cms-chicago-meals .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-whole30 .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-our-mission .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-flagship-store .kfx-main-content.header-offset-lg {
    padding-top: 140px;
}
body:not(.top-banner):not(.grocery).catalog-category-view .kfx-main-content.header-offset-lg,
body:not(.top-banner).product-subscription .kfx-main-content.header-offset-lg,
body:not(.top-banner).product-gift-card .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-food-standards .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-faq .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-privacy-policy .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-careers .kfx-main-content.header-offset-lg,
body:not(.top-banner).cms-grocery-home .kfx-main-content.header-offset-lg {
    padding-top: 150px;
}
body:not(.top-banner).inquiry-order-index .kfx-main-content.header-offset-lg {
    padding-top: 158px;
}
body:not(.top-banner).inquiry-wholesale-index .kfx-main-content.header-offset-lg {
    padding-top: 148px;
}
body:not(.top-banner).grocery.catalog-category-view .kfx-main-content.header-offset-lg {
    padding-top: 130px;
}
body:not(.top-banner).grocery.amlocator-index-index .kfx-main-content.header-offset-lg {
    padding-top: 168px;
}
body:not(.top-banner).inquiry-contact-index .kfx-main-content.header-offset-lg {
    padding-top: 170px;
}
body:not(.top-banner).product-gift-card h1.tumeric.overline {
    margin-top: 20px;
    margin-bottom: 0;
}


body.top-banner.catalog-product-view .social-media-area {
    margin-top: 20px;
}
body.top-banner.cms-whole30 h1.chia-seed.overline {
    margin: 10px 0 50px 0;
}
body.top-banner.product-gift-card h1.tumeric.overline {
    margin-bottom: 0;
    margin-top: 20px;
}
body.top-banner.cms-flagship-store .blue-agave-overline {
    margin-top: 10px;
}
body.top-banner.grocery.catalog-category-view .category-title {
    margin: 0;
}
body.top-banner.grocery.catalog-category-view h1.celery.overline {
    margin-top: 0;
    margin-bottom: 0;
}
body.top-banner.amlocator-index-index .store-main-title {
    margin-top: 20px;
}
body.top-banner.cms-our-mission h1.chia-seed.overline {
    margin-top: 10px;
}
body.inquiry-contact-index h1.chia-seed.overline.eveleth {
    margin-top: 0;
}
body.top-banner.cms-chicago-meals .page-wrapper {
    padding-top: 169px;
}
body.top-banner .page.messages {
    margin-top: 20px;
}
.menu-dates {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    body.top-banner.cms-chicago-meals .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 60px;
    }
    body.top-banner.product-subscription h1.chili-powder.overline {
        margin-top: 0;
    }
    body.top-banner.cms-food-standards .page-wrapper.kfx-main-content.header-offset-lg,
    body.top-banner.cms-whole30 .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 70px;
    }
    body.top-banner.product-gift-card .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 80px;
    }
    body.top-banner.cms-grocery-home .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 0;
    }
    body.top-banner.grocery.catalog-category-view .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 90px;
    }
    body.top-banner.grocery.amlocator-index-index .page-wrapper.kfx-main-content.header-offset-lg,
    body.top-banner.grocery.cms-our-mission .page-wrapper.kfx-main-content.header-offset-lg,
    body.top-banner.grocery.cms-flagship-store .page-wrapper.kfx-main-content.header-offset-lg,
    body.top-banner.grocery.cms-privacy-policy .page-wrapper.kfx-main-content.header-offset-lg,
    body.top-banner.grocery.cms-faq .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 70px;
    }
    body.top-banner.grocery.cms-privacy-policy .page-main {
        padding-top: 0;
    }
    body.top-banner.product-gift-card h1.tumeric.overline {
        margin-top: 10px;
    }
    body.top-banner.catalog-product-view .social-media-area {
        margin-top: 0;
    }
    body.top-banner .page.messages {
        margin-top: 0;
    }

    /* without banner */
    body:not(.top-banner).cms-whole30 .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-flagship-store .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-our-mission .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-chicago-meals .page-wrapper.kfx-main-content.header-offset-lg {
        padding-top: 50px;
    }
    body:not(.top-banner):not(.grocery).catalog-category-view .kfx-main-content.header-offset-lg,
    body:not(.top-banner).amlocator-index-index .page-wrapper.kfx-main-content.header-offset-lg,
    body:not(.top-banner).inquiry-contact-index .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-grocery-home .kfx-main-content.header-offset-lg {
        padding-top: 80px;
    }
    body:not(.top-banner).grocery.catalog-category-view .page-wrapper.kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-grocery-home .page-wrapper.kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-food-standards .kfx-main-content.header-offset-lg,
    body:not(.top-banner).inquiry-wholesale-index .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-faq .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-careers .kfx-main-content.header-offset-lg,
    body:not(.top-banner).cms-privacy-policy .kfx-main-content.header-offset-lg,
    body:not(.top-banner).product-subscription .kfx-main-content.header-offset-lg {
        padding-top: 60px;
    }
    body:not(.top-banner).product-gift-card .kfx-main-content.header-offset-lg,
    body:not(.top-banner).inquiry-order-index .kfx-main-content.header-offset-lg {
        padding-top: 70px;
    }
    body:not(.top-banner).cms-privacy-policy .page-main {
        padding-top: 0;
    }
    body:not(.top-banner).product-gift-card h1.tumeric.overline {
        margin-top: 10px;
    }
}