/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0;
}

.uppercase {
    text-transform: uppercase;
}

.quote {
    font-style: italic;
    font-size:14px;
    font-weight:normal;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
    background: #F1F1F1;
}

.navbar-header {
    z-index: 9;
}

.navbar-toggle {
    border: 1px solid #000;
    z-index: 2;
    background-color: #f0ad4e;
    margin-top: 0px !important;
}


.sticky-wrapper {
    height: 0 !important;
}

.header-menu {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(144,144,144,144);
    -moz-box-shadow: 0px 5px 10px 0px rgba(144,144,144,144);
    box-shadow: 0px 5px 10px 0px rgba(144,144,144,144);
}

.is-sticky .header-menu ul li:nth-child(4) {
    padding-right: 0;
}

.is-sticky .header-menu ul li:nth-child(6) {
    padding-left: 0;
}

.is-sticky .header-menu ul li:nth-child(5) {
    display:inline-block;
    padding-left: 0;
}

.is-sticky .header-menu {
    margin-left: 0;
    margin-top: 0;
}

    .is-sticky .header-menu ul {
        text-align: center;
    }

.is-sticky .float-right {
    float: right;
}


.home-slider-text {
    /*background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
     background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    margin-top: -35%;
    padding: 10px;
    width: 35%;
    position: relative;
}

    .home-slider-text:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        width: 20px;
        height: 100%;
        /*background: rgba(200, 200, 150, 0.8) none repeat scroll 0 0;*/
    }

    .home-slider-text h5 {
        color: rgba(0,0,0,0.75);
        font-weight: 700;        
        text-align:center;
    }

    .home-slider-text a {
        color: #656565;
    }

    .home-slider-text p {
        color: #000;
    }

.dodgers-video-slide {
    background: url(../images/Dodgers-slidebg.jpg);
    background-size: cover;
}

    .dodgers-video-slide img {
        margin: 0 auto;
        width: 50% !important;
    }

.video-slider-text {
    margin-top: -25%;
    color: #ff0000;
}

.slide-control i {
    color: #999;
    font-size: 50px;
    position: absolute;
    top: 38%;
    padding-left:40px;
    padding-right:40px;
    font-weight:200;
}

.fa-angle-right {
    right: 0;
}

.item > img {
    width: 100%;
}

.arrow {
    text-align: center;
}

    .arrow i {
        font-size: 60px;
    }

.carousel-indicators li {
    background: #9a9a9a none repeat scroll 0 0;
    border: 1px solid #9a9a9a;
}

.carousel-indicators .active {
    background-color: #EE3532;
    border: 1px solid #EE3532;
}

.form-control {
    background: #282828 none repeat scroll 0 0;
}

.btn-default, #btnSubscribe {
    background-color: #FD4B4E;
    border: none;
    color: #fff;
    transition: all .3s ease;
}
/*Product page*/
#product-slide-carousel {
    background: #fff none repeat scroll 0 0;
}

#products {
    position: relative;
    /*background: rgba(0, 0, 0, 0) url("../images/healty-life.jpg") repeat scroll 0 0 / cover;*/
    z-index: 1;
}

.product-mask {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.product-top-items {
    margin-top: 9%;
}

.product-category ul li {
    list-style: outside none none;
}

    .product-category ul li a {
        color: #000;
        font-size: 16px;
    }

    .product-category ul li ul li {
        list-style: outside none disc;
        padding: 5px 0;
    }
    .recipes-category ul li {
    list-style: outside none none;
}

    .recipes-category ul li a {
        color: #000;
        font-size: 16px;
    }

    .recipes-category ul li ul li {
        list-style: outside none disc;
        padding: 5px 0;
    }
#product-items {
    height: 350px;
    overflow: auto;
    z-index: 9999;
}

.product-category ul li a:hover {
    cursor: pointer;
}

#product-items {
    background: #eeeded none repeat scroll 0 0;
    position: absolute;
    display: none;
    /*margin: 0 20px;*/
    padding-top: 5px;
}

#recipe-items {
    height: 350px;
    overflow: auto;
    z-index: 9999;
}

#recipe-items {
    background: #eeeded none repeat scroll 0 0;
    position: absolute;
    display: none;
    /*margin: 0 20px;*/
    padding-top: 5px;
}


.product-main {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    margin-top: 25px;
    padding: 40px;
    width: 100%;
}

#search-recipe {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 6px;
    margin-right: 10px;
    padding: 5px 10px;
}

#search-product {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 6px;
    margin-right: 10px;
    padding: 5px 10px;
}

.fa.fa-search {
    font-size: 20px;
}

    .fa.fa-search:hover {
        cursor: pointer;
    }

.product-header {
    margin-top: 0 !important;
}

.product-menu {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    margin-left: 0;
    width: 100%;
    z-index: 1;
}

    .product-menu ul {
        margin: 0;
    }

        .product-menu ul li {
            display: inline-block;
            list-style: outside none none;
            padding: 15px 0;
        }

            .product-menu ul li:nth-child(4) {
                padding-right: 80px;
            }

            .product-menu ul li:nth-child(6) {
                padding-left: 80px;
            }

            .header-menu ul li:nth-child(5) {
                display: none;
            }

            .product-menu ul li a {
                text-transform: uppercase;
                color: #656565;
                padding: 15px 20px;
                position: relative;
            }

                .product-menu > ul > li.active a,
                .product-menu ul li a:hover {
                    color: #EE3532;
                    text-decoration: none;
                }

                    .product-menu > ul > li.active a:after,
                    .product-menu ul li a:hover::after {
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-top: 6px solid red;
                        content: "";
                        height: 0;
                        left: 40%;
                        position: absolute;
                        top: -2px;
                        width: 10%;
                    }

.body-logo {
    background: rgba(0, 0, 0, 0) url("../images/logo-body.png") no-repeat scroll 0 0;
    height: 100px;
    left: 43%;
    margin-top: -35px;
    position: absolute;
    width: 100px;
}

#product-slide-carousel {
    margin-top: 45px;
}

.single-product {
    height: 70px;
    width: 50%;
}

    .single-product > img {
        border-radius: 50%;
        height: 100%;
        width: 40%;
        border: 5px solid #FF2233;
    }

.slider-text > h5 {
    margin-top: 30px;
}

.single-product {
    float: left;
    width: 50%;
}
/*single-product page*/
#marinade {
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/product-slider-4.jpg") repeat scroll 0 0 / cover;
    z-index: 1;
}

.single-product-thumbnail {
    margin-left: 15%;
    margin-top: 15%;
    max-height: 165px;
    max-width: 165px;
}

.single-product-thumbnail-1 {
    margin-top: 20%;
    max-height: 220px;
    max-width: 190px;
}

.single-product-detail-image {
    margin-top: 20%;
}

.single-product-image-home {
    margin-top: 10%;
    margin-bottom: 10%;
}

.thumbnail {
    border-radius: 60%;
    overflow: hidden;
    padding: 0 30px;
}

.singleproduct-area {
    margin-top: 10px;
}

.single-product-quantity {
    float: left;
    margin: 25px;
}

.quantity {
    border: 1px solid;
    border-radius: 4px;
    margin-left: 10px;
    padding: 10px 15px;
}

.add-cart {
    float: left;
    margin-top: 25px;
    width: 50%;
}

.add-to-cart {
    background: #ff2233 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin-left: -10px;
    padding: 10px;
    text-align: left;
}

.single-contact-item {
    margin-top: 10%;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
}

    .single-contact-item img {
        width: 100%;
    }

    .single-contact-item h2 {
        background: #728aac none repeat scroll 0 0;
        margin: 0;
        padding: 10px 0;
    }

#contact {
    margin-top: 60px;
    padding-bottom: 10%;
}
/*dodgers*/
.single-contact-item {
    margin-bottom: 50px;
    border:1px solid #e8e6e6;
}

    .single-contact-item h4 {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        margin: 0;
        padding: 10px 0;
        color: #fa2f2f;
        border-bottom:1px solid #e8e6e6;
    }

    .single-contact-item h3 {
        background: rgba(250, 215, 85, 0.7) none repeat scroll 0 0;
        margin: 0;
        padding: 10px 0;
    }

footer {
    background: #282828 none repeat scroll 0 0;
    margin-bottom: 5%;
    padding: 5% 0;
    color: #F1F1F1;
    position: relative;
}

.zigzag {
    background: rgba(0, 0, 0, 0) url("../images/footer-zigzag.png") repeat-x scroll 0 0;
    height: 5px;
}

.footer-social li {
    list-style: outside none none;
    margin-bottom: 10px;
}

.footer-social ul li a i {
    border-radius: 50%;
    color: #fff;
    padding: 15px;
}

/*.recipe-social li {
    list-style:  none ;
    margin-bottom: 10px;
     display: inline;
}

.recipe-social ul li a i {
    border-radius: 50%;
    color: #fff;
    padding: 15px;
}*/

.recipe-social li {
    list-style:  none ;
    margin-bottom: 10px;
    display: inline;
}

.recipe-social ul li a i {
    list-style-type: none;
    border-radius: 50%;
    color: #fff;
    padding: 15px;
}

.recipe-social a {
    list-style-type: none;
    border-radius: 50%;
    color: #fff;
    padding: 3px;
}


.fa-facebook {
    background: #40569a none repeat scroll 0 0;
}

.fa-twitter {
    background: #36b3d2 none repeat scroll 0 0;
}

.fa-youtube {
    background: #ea1b29 none repeat scroll 0 0;
}

.fa-google-plus {
    background: #dd4b39 none repeat scroll 0 0;
}

.fa-pinterest {
    background: #cc2127 none repeat scroll 0 0;
}

.fa-print {
    background: #999 none repeat scroll 0 0;
}

.fa-facebook {
    background: #40569a none repeat scroll 0 0;
    padding: 15px 18px !important;
}

/*product slider*/
/* Global */
.span3 {
    display: inline-block;
    margin-right: 4%;
    width: 20%;
}

    .span3.last-child {
        margin-right: 0;
    }
/* Container */
.container-fluid {
    margin: 40px auto 10px;
    padding: 20px 40px 0;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Page Header */
.page-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: medium none;
    color: #000;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    text-transform: uppercase;
}

    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
    }
/* Thumbnail Box */
.caption h4 {
    font-size: 1rem;
    color: #444;
}

.caption p {
    font-size: 0.75rem;
    color: #999;
}


.btn.btn-mini {
    font-size: 0.63rem;
}

.thumbnail {
    border-radius: 50%;
    overflow: hidden;
    padding: 0 30px;
}
/* Carousel Control */
.control-box {
    position: absolute;
    top: 0;
}

.carousel-control {
    /*color: #000;*/
    font-size: 80px;
}

.carousel-control {
    top: 15%;
}

    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
/* Footer */
.footer {
    margin: auto;
    width: 100%;
    max-width: 960px;
    display: block;
    font-size: 0.69rem;
}

    .footer, .footer a {
        color: #c9e4f7;
    }

p.right {
    float: right;
}



/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

.navbar-header {
    z-index: 9;
}
/* ------------------- Carousel Styling ------------------- */


/* Responsive */
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}


/* Tablet Layout: 768px to 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}


/* Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {
    .header-menu {
        margin-left: 60% !important;
    }

        .header-menu ul li {
            display: block;
        }

    .is-sticky .header-menu {
        width: 125px !important;
        top: 15% !important;
    }

    .store-locator-icon > img {
        display: none;
    }

    .home-logo {
        display: none;
    }

    .wrapper {
        overflow: hidden;
        width: 95%;
    }

    .home-logo {
        left: 10%;
    }

    .navbar-header {
        position: fixed;
        right: 10%;
        top: 5%;
    }

    .navbar-toggle {
        z-index: 2;
        border: 1px solid #fff;
    }

    .icon-bar {
        background: #fff none repeat scroll 0 0;
    }

    .header-menu ul {
        padding: 0;
    }

        .header-menu ul li a {
            padding: 15px 5px;
        }

    .header-menu {
        font-size: 12px;
        margin-left: 0;
        margin-top: 110px;
    }

        .header-menu ul li:nth-child(4) {
            padding-right: 0;
        }

        .header-menu ul li:nth-child(6) {
            padding-left: 0;
        }

        .header-menu ul li:nth-child(5) {
                display: none;
            }

    .carousel {
        width: 320px;
    }

    .home-slider-text {
        margin-top: -40%;
        width: 80%;
    }

        .home-slider-text > p {
            display: none;
        }

    .slide-control i {
        font-size: 20px;
    }

    .fa-angle-right {
        right: 18px;
    }

    .arrow {
        display: none;
    }

    .product-top-items {
        margin-top: 20%;
    }

    #product-slide-carousel {
        margin-top: 0;
    }

    .header-menu {
        z-index: 999;
    }

    .product-slider-img {
        display: none;
    }

    .slider-text h2 {
        font-size: 16px;
    }

    .slider-text > h5 {
        margin-top: 0;
    }

    .add-to-cart {
        border-radius: 2px;
        padding: 4px;
    }

    .slider-text > ul {
        padding: 0 20px;
    }

    .single-product {
        width: 45%;
    }

    .carousel {
        width: 100% !important;
    }
    /*Products*/
    .product-main {
        padding: 0;
    }

    .carousel-control {
        font-size: 20px;
    }

    .product-carousel {
        display: none;
    }
}



/* Medium Layout: 414px. */
@media only screen and (max-width: 414px) {
    .wrapper {
        overflow: hidden;
        width: 95%;
    }

    .home-logo {
        left: 10%;
    }

    .navbar-header {
        position: fixed;
        right: 10%;
        top: 5%;
    }

    .navbar-toggle {
        z-index: 2;
        border: 1px solid #fff;
    }

    .icon-bar {
        background: #fff none repeat scroll 0 0;
    }

    .header-menu ul {
        padding: 0;
    }

        .header-menu ul li a {
            padding: 15px 5px;
        }

    .header-menu {
        font-size: 12px;
        margin-left: 0;
        margin-top: 110px;
    }

        .header-menu ul li:nth-child(4) {
            padding-right: 0;
        }

        .header-menu ul li:nth-child(6) {
            padding-left: 0;
        }

        .header-menu ul li:nth-child(5) {
                display: none;
            }

    .carousel {
        width: 320px;
    }

    .home-slider-text {
        margin-top: -40%;
        width: 80%;
    }

        .home-slider-text > p {
            display: none;
        }

    .slide-control i {
        font-size: 20px;
    }

    .fa-angle-right {
        right: 18px;
    }

    .arrow {
        display: none;
    }

    #product-slide-carousel {
        margin-top: 0;
    }

    .header-menu {
        z-index: 999;
    }

    .product-slider-img {
        display: none;
    }

    .slider-text h2 {
        font-size: 16px;
    }

    .slider-text > h5 {
        margin-top: 0;
    }

    .add-to-cart {
        border-radius: 2px;
        padding: 4px;
    }

    .slider-text > ul {
        padding: 0 20px;
    }

    .single-product {
        width: 45%;
    }

    .carousel {
        width: 100% !important;
    }
    /*Dodgers*/
    .product-top-items {
        margin-top: 40%;
    }

    .product-category > ul {
        padding: 0;
    }

    #search-recipe {
        width: 100%;
    }

    #recipe {
        background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
        margin: 45px 0;
        padding: 20px 0;
    }

    .home-icon {
        float: right;
    }

    .red {
        color: #ff0000;
    }
    /*Products*/
    .product-main {
        padding: 0;
    }

    .carousel-control {
        font-size: 20px;
    }

    .product-carousel {
        display: none;
    }
}
/*History*/
.history-bodycontent {
    margin: 5% 0;
    background: #fff;
}

.history-img > img {
    width: 100%;
}

.home-icon-red {
    float: right;
    margin-bottom: 15px;
}

    .home-icon-red i {
        color: #aa212e;
        font-size: 26px;
    }

    .home-icon-red h4 {
        color: #3c3c3c;
    }
/*store*/
.store-top {
    margin-top: 10%;
}

.store-item-single img {
    width: 100%;
}

.store-item-single {
    background: #ddd none repeat scroll 0 0;
    padding: 5px;
}

.zip {
    border: 1px solid #ddd;
    border-radius: 0 10% 10% 0;
    padding: 10px;
}

.form-group > h2 {
    float: left;
}

.input-group {
    margin-left: 50px;
    margin-top: 15px;
}

.store-zip {
    margin-left: 25px;
    margin-top: 25px;
}

.input-group-addon {
    border-radius: 45%;
    padding: 15px;
    background: #f0ad4e;
    color: #fff;
    border: none;
}

input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 0 25px 25px 0;
    padding: 12px;
}

.search-button {
    background: #f0ad4e none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
    padding: 5px 35px;
}

    .search-button:hover {
        background: #eea236 none repeat scroll 0 0;
        color: #fff;
    }

.checkboxes {
    padding: 15px 40px;
    background: #ddd none repeat scroll 0 0;
    position: absolute;
    z-index: 999;
    display: none;
}

.store-locator-icon > img {
    position: absolute;
    width: 150px;
}

.store-item-single:hover {
    cursor: pointer;
}

.store-bodycontent {
    margin-top: 30px;
}

    .store-bodycontent h2 {
        border-bottom: 3px solid #ddd;
        padding-bottom: 10px;
    }

.store-item-single {
    margin: 30px 0;
}

.producttopposition{
         padding-top:70px;
     }
.recipedetailtopposition{
         padding-top:150px;
     }
.productdetailtopposition{
         padding-top:190px;
     }


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .store-locator-icon > img {
        display: none;
    }

    .header-menu ul li:nth-child(4) {
        padding-right: 0;
    }

    .header-menu ul li:nth-child(6) {
        padding-left: 0;
    }
    .header-menu ul li:nth-child(5) {
                display: none;
            }

    .header-menu ul li a {
        padding: 15px 5px;
    }

    .wrapper {
        width: 768px;
    }

    .home-logo {
        display: none;
    }

    .single-contact-item img {
        max-height: 190px;
        min-height: 190px;
    }
    
     .mobileheading{
        font-size: 16px;
    }

     .producttopposition{
         padding-top:0px;
     }
     .recipedetailtopposition{
         padding-top:0px;
     }
     .productdetailtopposition{
         padding-top:0px;
     }

   
}
/* Medium Layout: 375px. */
@media only screen and (max-width: 375px) {
    input[type="search"] {
        width: 125px;
    }
}

/* Medium Layout: 240px. */
@media only screen and (max-width: 240px) {
}

/* Medium Layout: 1024px */
@media (min-width: 1024px) {

    .single-contact-item img {
        /*max-height: 190px;
        min-height: 190px;*/

        max-height: 180px;
        min-height: 180px;
    }

    #recipe .single-product-thumbnail {
        min-height: 165px;
    }

    #recipe .caption {
        min-height: 60px;
    }
}


/* Inxsql page styles */
.inxsqlContactUsFormRowLabelDiv {
    width: 115px;
}

.formRowInputDiv {
    padding: 3px;
}


.inxsqlformRowStarDiv {
    color: red;
    width: 10px;
}

/* End of Inxsql styles */

/* rounded image styles */
/*.rounded-img {
    border: solid 1px #CCC;
    -moz-box-shadow: 5px 5px 0px #999;
    -webkit-box-shadow: 5px 5px 0px #999;
    box-shadow: 5px 5px 0px #999;
}*/

@media only screen and (max-width: 767px) {
    .header-menu {
        font-size: 12px;
        margin-left: 0;
        margin-top: 80px;
    }

}

.single-product-formcontrol {
    float: left;
    margin: 25px;
}

.formcontrol{
    border: 1px solid;
    border-radius: 4px;
    margin-left: 10px;
    padding: 10px 15px;
}
/* Menu styles */
.home-logo {
    height: 140px;
    left: 43%;
    position: absolute;
    top: 25px;
    width: 160px;
    z-index: 99;
}

.home-logo-new {
    height: 140px;
    position: absolute;
    width: 160px;
    z-index: 99;
}

    .home-logo > img {
        width: 100%;
    }

    .header-menu {
    position: absolute;
    z-index: 2;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    margin-left: 25px;
    margin-top: 80px;
}

    .header-menu ul {
        margin: 0;
    }

        .header-menu ul li {
            display: inline-block;
            list-style: outside none none;
            padding: 17px 0;
        }

            .header-menu ul li:nth-child(4) {
                padding-right: 100px;
            }

            .header-menu ul li:nth-child(6) {
                padding-left: 80px;
            }

            .header-menu ul li:nth-child(5) {
                display: none;
            }

            .header-menu ul li a {
                text-transform: uppercase;
                color: #656565;
                padding: 15px 17px;
                position: relative;
            }

                .header-menu > ul > li.active a,
                .header-menu ul li a:hover {
                    color: #EE3532;
                    text-decoration: none;
                }

                    .header-menu > ul > li.active a:after,
                    .header-menu ul li a:hover::after {
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-top: 6px solid red;
                        content: "";
                        height: 0;
                        left: 40%;
                        position: absolute;
                        top: -2px;
                        width: 10%;
                    }

.recipedtl-bodycontent {
    margin: 2% 0;
    background: #fff;
}

/* View More Button Style*/
    .btn-theme {
        background: #6091ba;
        border: 1px solid #6091ba;
        color: #fff;
    }

        .btn-theme:hover {
            background: #84aac9;
            border: 1px solid #84aac9;
            color: #fff;
        }

    .read-more.btn {
        margin-bottom: 15px;
        display: inline-block;
    }

    .read-more {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        font-size: 13px;
        display: block;
    }


/* Style for home page recipes */
.productwrap {
    width: 100%;
}
.productbgimage {
    background: rgba(0, 0, 0, 0) url("../images/healty-life.jpg") repeat scroll 0 0 / cover;
    position: relative;
    margin:0px;
    padding:0px;
    height: 600px;
}
.productbgimage:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    margin:0px;
    padding:0px;
}
.productpanelcontent {
    color: #000;
    position: relative;
}
.recipebgimage {
    background: rgba(0, 0, 0, 0) url("../images/chm-exp.jpg") repeat scroll 0 0 / cover;
    position: relative;
    margin:0px;
    padding:0px;
    height: 600px;
}
.recipebgimage:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    margin:0px;
    padding:0px;
}
.recipepanelcontent {
    color: #000;
    position: relative;
}


/*mobile menu bar design*/
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .wrapper {
        width: 992px;
    }

    .header-menu ul li a {
        padding: 5px 4px;
    }

    .header-menu ul li:nth-child(4) {
        padding-right: 0px;
    }
    .header-menu ul li:nth-child(6) {
        padding-left: 0px;
    }
    .header-menu ul li:nth-child(7) {
        padding-left: 120px;
    }
    .header-menu ul li:nth-child(5) {
                display: none;
            }
    
    .is-sticky .header-menu ul li:nth-child(7) {
        padding-left: 0;
    }

}

/*INXSQL OVERRIDES*/
.inxsqlStatusBarContainer {
    display: none;
}

.statusbar {
    background-color: #5cb85c;
    border-radius: 2px;
    color: white;
    font-size: $font-size-md;
    margin: 0 auto;
    min-height: 100px;
    padding: 39px 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 350px;
    min-width: 280px;
    z-index: 1000;
}

    .statusbar a {
        color: white;
        font-size: .75em;
        font-weight: normal;
        padding: 5px 10px;
        text-decoration: underline;
    }

    .statusbar span {
        margin-bottom: 5px;
        display: block;
    }

    .home-logo.hidden-logo {
        z-index: -1;
    }