* {
    margin: 0;
    padding: 0;
}

html {
  font-size: 62.5%;
}

body {
    font-family: 'Roboto Slab', serif;
    color: #000000;
    background-color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.42857143;
}
tr:nth-child(even){
    background-color: #f0f0f0;
}
td{
    vertical-align: top;
    padding: 10px;
}
img{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.cover{
    background-size: cover;
}

/* == TYPOGRAPHY == */
h1 {
    font-family: 'Brandon Printed';
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Brandon Printed';
    color: #2a5768;
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Brandon Printed';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
h4 {
    font-family: 'Brandon Printed';
    color: #2a5768;
    font-size: 18px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Brandon Printed';
    color: #797979;
    font-size: 18px;
    text-transform: uppercase;
}
.hero-text {
    font-family: 'Brandon Printed';
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
}
p {
    color: #8e8e8e;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: initial;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.no-repeat {
    background-repeat: no-repeat;
    background-position: center bottom;
}
.btn {
    background-color: #2a5768;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 50px;
    min-width: 250px;
    background-repeat: no-repeat;
    background-position: 92.5% center;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}
    .btn:hover {
        text-decoration: none;
        background-color: #8e8e8e;
    }


/* == Top Band == */
.header-color-band,
.header-color-band-2 {
    display: none;
}
header.left-with-band .header-color-band {
    background-color: #2a5768;
    display: block;
    height: 11px;
}
header.center .header-color-band {
    background-color: #1f366c;
    display: block;
    height: 71px;
}
header.center .header-color-band-2 {
    background-color: #27b5c9;
    display: block;
    height: 6px;
}

/* == Header Logo and Navigation == */
.header-nav-wrapper {
    position: relative;
    width: 100%;
    height: 106px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.contestHead .header-nav-wrapper{
    height: auto;
}
header.center .header-nav-wrapper {
    height: 116px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}
#header-logo-wrap{
    position: relative;
    display: block;
    height: auto;
    min-height: 254px;
}
.header-logo {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 25%;
}
header.center .header-logo {
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#header-logo-wrap .header-logo{
    left: 50%;
    width: auto;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.contestHead .text-content{
    display: block;
    padding-right: 40px;
    text-align: left;
}
    .contestHead .text-content h1,
    .contestHead .text-content p{
        color: #fff;
        text-shadow: 4px 4px 10px rgba(0,0,0,.8);
    }

.header-nav {
    display: inline-block;
    width: 75%;
    padding-left: 16.66666667%;
    padding-right: 40px;
    text-align: right;
}
    nav ul {
        list-style: none;
        font-size: 0;
    }

    nav ul li {
        display: inline-block;
        font-size: 1.8rem;
        padding: 5px 15px;
        /*If there is more than 5 elements in the nav, the padding is reduce to 5px 10px in the headerview partial*/
        margin-right: 5px;
    }
        nav ul li:last-child {
        margin-right: 0;
    }
nav ul li a {
    color: #2a5768;
    text-decoration: none;
}
    nav ul li a:hover {
        text-decoration: underline;
    }
header.center .header-nav {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
}
    header.center nav ul li {
        padding: 5px 15px;
        text-transform: uppercase;
        margin-right: 50px;
    }
        header.center nav ul li:last-child {
            margin-right: 0;
        }
.header-links {
    display: inline-block;
    width: 25%;
    text-align: right;
    font-size: 1.4rem;
}
.contestHead .header-links{
    width: 100%;
    padding: 5px 5px 0 5px;
}
.header-links a {
    color: #8e8e8e;
    text-decoration: none;
}
    .header-links a:hover {
        text-decoration: underline;
    }
header.contestHead h1{
    font-size: 40px;
}
.contestHead .header-links a{
    color: #fff;
}
header.center .header-links {
    position: absolute;
    top: calc(-50% - 5px);
    right: 0;
    display: inline-block;
    width: 25%;
    text-align: right;
    font-size: 1.4rem;
}
.header-links > div {
    display: inline-block;
    vertical-align: middle;
}
.social-icons .fa {
    color: #2a5768;
    margin-right: 10px;
}
    .social-icons .fa:last-child {
        margin-left: 10px;
        margin-right: 10px;
    }
.footer-social .social-icons h4 {
    margin-bottom: 7px;
}
.footer-social .social-icons .fa{
    color: #fff;
}
.lang-switch {
    margin-right: 20px;
}
.lang-switch a {
    text-transform: uppercase;
}
.contact {
    margin-right: 15px;
}
.country-icon {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 13px;
    display: inline-block;
    vertical-align: middle;
}
    .country-icon img {
        margin-bottom: 3px;
    }
.country-caret {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 5px;
}
.country-caret .fa-angle-down {
    color: #8e8e8e;
}
.country {
    position: relative;
    cursor: pointer;
}
.country-droplist {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: -15px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: calc(100% + 30px);
    text-align: center;
    padding: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}
.country-droplist .country-icon {
    text-align: left;
    padding-top: 0;
}
.country-droplist .country-icon img {
    margin-right: 2px;
}
.country-droplist .country-icon  a {
    text-decoration: none;
}


/* == HOME PAGE GRID STYLES == */
.bg-h1tb-content-wrapper {
    height: 489px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-h1tb-content-wrapper h1 {
    margin: 0 0 10px 0;
    max-width: 100%;
}
.bg-h1tb-content-wrapper p {
    color: #ffffff;
    margin-bottom: 40px;
}
.bg-h1tb-content-wrapper h1,
.bg-h1tb-content-wrapper p{
    text-shadow: 4px 4px 10px rgba(0,0,0,.8);
}
.small-bg-h2tb-content-wrapper {
    height: 320px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-h2tb-content-wrapper {
    height: 494px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-h2tb-content-wrapper h2,
.small-bg-h2tb-content-wrapper h2  {
    margin: 0 0 10px 0;
    color: #ffffff;
}
.bg-h2tb-content-wrapper p,
.small-bg-h2tb-content-wrapper p {
    color: #ffffff;
    margin-bottom: 40px;
}

.noBg-h2tb-content-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.noBg-h2tb-content-wrapper.right{
    align-items: flex-end;
}
.noBg-h2tb-content-wrapper.left{
    align-items: flex-start;
}
.noBg-h2tb-content-wrapper h2 {
    margin: 0 0 10px 0;
}
.noBg-h2tb-content-wrapper p {
    color: #2a5768;
    margin-bottom: 40px;
}
.noBg-h2text-content-wrapper {
    margin-bottom: 40px;
}
.umb-grid .grid-section > div {
    margin-bottom: 40px;
}
.umb-grid .grid-section > div:last-child{
     margin-bottom: 0;
}
.recipeCard{
    position: relative;
}
    .recipeCard.active .question-mark{
        display: none;
    }
    .recipeCard p.recipeName{
        font-size: 22px;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 0 5px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-shadow: 4px 4px 10px rgba(0,0,0,.8);
    }
    .recipeCard .recipinfo{
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 10;
        text-shadow: 4px 4px 10px rgba(0,0,0,.8);
    }
        .recipinfo p{
            color: #fff;
            font-size: 18px;
            margin-bottom: 0;
        }
            .recipinfo p.title{
                font-size: 22px;
                text-transform: uppercase;
            }

        .recipinfo .btn{
            position: absolute;
            top: 112px;
            left: 50%;
            -moz-transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
            text-shadow: none;
        }
.recipeCard.inactive .recipic{
    filter: blur(2px) grayscale(100%);
}
    .recipeCard.inactive .question-mark{
        display: block;
        width: 36%;
        height: auto;
        position: absolute;
        top: 10px;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        z-index: 9;
        filter: drop-shadow(4px 4px 10px rgba(0,0,0,.8));
        -webkit-filter: drop-shadow(4px 4px 10px rgba(0,0,0,.8));
    }

.simpleTextWrap{
    position: relative;
    height: auto;
}
    .simpleTextOnGrid{
        padding: 15px;
        width: 100%;
    }
        .simpleTextOnGrid p{
            color: inherit;
        }
    .simpleTextWrap img{
        width: 100%;
    }
.headerAndTextOnGrid{
    text-align: center;
    margin: 45px 0 15px;
}
.all-purpose-box-wrapper{
    position: relative;
    display: flex;
    align-items: center;
}

/* == HOME GRID Product Carousel == */
.grid-prod-slider-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
}
.grid-prod-slider {
    margin-bottom: 30px;
}
.grid-prod-slider .carousel {
    position: relative;
}
.grid-prod-slider .slide-image {
    color: #a09192;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
    .grid-prod-slider .slide-image:hover .slide-title {
        color: #2a5768;
    }
.grid-prod-slider .slide-image img {
    height: 235px;
    margin-bottom: 5px;
}
.grid-prod-slider .slide-rating {
    display: none;
}
.grid-prod-slider .slide-title {
    text-align: center;
    padding: 0 45px;
}
.grid-prod-slider .slick-prev {
    left: 0!important;
}
.grid-prod-slider .slick-next {
    right: -30px!important;
}
/* == HOME GRID Recipe Carousel == */

.grid-recipe-slider img{
    min-width: 270px;
}
.grid-recipe-slider h2 {
    margin-bottom: 20px;
}
.grid-recipe-slider.one .container,
.grid-recipe-slider.two .container,
.grid-prod-slider.half .container{
    width: 100%;
    padding:0;
}

.grid-recipe-slider.one .slide-image, 
.grid-recipe-slider.one .carousel,
.grid-recipe-slider.one .slide-image img{
    width: 555px;
}
.grid-recipe-slider.one .carousel{
    padding: 0;
}
.grid-recipe-slider.two .slide-image,
.grid-recipe-slider.four .slide-image {
    width: 270px;
    margin: auto;
}
.grid-recipe-slider .slide-image:hover .slide-content-wrapper {
    background-color: transparent;
    position: absolute;
    height: 100%;
    z-index: 200; 
}
.grid-recipe-slider .slide-image:hover .slide-overlay {
    display: block;
}
.grid-recipe-slider .slide-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    height: 75px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.grid-recipe-slider.two .slide-content-wrapper,
.grid-recipe-slider.four .slide-content-wrapper {
    height: 65px;
}
.grid-recipe-slider .slide-rating {
    padding-bottom: 3px;
    font-size: 18px;
}
.grid-recipe-slider.two .slide-rating,
.grid-recipe-slider.four .slide-rating {
    padding-bottom: 3px;
    font-size: 14px;
}
.grid-recipe-slider .slide-title {
    color: #ffffff;
    padding: 0 40px;
    font-size: 18px;
}
.grid-recipe-slider.two .slide-title,
.grid-recipe-slider.four .slide-title {
    font-size: 14px;
}
.grid-recipe-slider .slide-rating img {
    display: inline-block !important;
}
.grid-recipe-slider .slide-overlay,
.grid-recipe-slider .slide-overlay-rating,
.grid-recipe-slider .slide-overlay-title {
    display: none;
}
.grid-recipe-slider .slide-overlay {
    background-color: #2a5768;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
.grid-recipe-slider .slick-dots {
    bottom: -40px;
}
.grid-recipe-slider .slick-dots li {
    width: 20px;
    height: 20px;
}
.grid-recipe-slider .slick-dots li button {
    width: 20px;
    height: 20px;
}
.grid-recipe-slider .slick-dots li button::before {
    font-size: 53px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #2a5768;

}
.grid-recipe-slider .slick-dots li.slick-active button:before,
.grid-recipe-slider .slick-dots li:hover button:before {
    font-size: 80px;
    color: #2a5768;
    margin-top: 1px;
    margin-left: 1px;
}
.grid-recipe-slider.four .slick-prev {
    left: -20px;
}
.grid-recipe-slider.four .slick-next {
    right: -40px;
}

/* == Grid Slider == */
.grid-slider-wrapper{
    height: 489px;
    align-items: center;
    justify-content: center;
}
    .grid-slider{
        height: 100%;
        width: 100%;
    }
        .slide{
            display: block;
            text-decoration: none;
            height: 100%;
            position: relative;
        }
            .slideContent{
                height: 489px;
                display: -webkit-flex;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                max-width: 1170px;
                padding: 30px;
                margin: auto;
            }
                .slide h1, .slide h2{
                    font-size: 60px;
                    text-shadow: 4px 4px 10px rgba(0,0,0,.8);
                    color: #fff;
                    margin: 0;
                    text-transform: none;
                }
                .slide .slidetext, .slide .slidetext p, .slide .slidetext span, .slide .slidetext sup{
                    text-shadow: 4px 4px 10px rgba(0,0,0,.8);
                    color: #fff;
                    margin-bottom: 40px;
                }
                .grid-slider .slick-dots li button {
                    width: 20px;
                    height: 20px;
                }
                    .grid-slider .slick-dots li button::before{
                        font-size: 53px;
                        line-height: 20px;
                        width: 20px;
                        height: 20px;
                    }
                    .grid-slider .slick-dots li.slick-active button:before, .grid-slider .slick-dots li:hover button:before{
                        font-size: 80px;
                        margin-top: 1px;
                        margin-left: 1px;
                    }
                    .grid-slider .slick-dots li.slick-active button:before, .grid-slider .slick-dots li:hover button:before{
                        font-size: 88px!important;
                        margin-top: 3px;
                    }


/* == COMMON Carousel == */
.product-carousel-section,
.recipe-carousel-section {
    margin-bottom: 40px;
}

.grid-recipe-slider-wrapper .recipe-carousel-section {
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.product-carousel-section h3,
.recipe-carousel-section h3 {
    color: #2a5768;
    margin-bottom: 20px;
    text-align: center;
}
.grid-prod-slider .product-carousel-section.bottom h3{
    margin-bottom: 0;
}
.grid-prod-slider .product-carousel-section p{
    text-align: center;
}
.grid-prod-slider .product-carousel-section.top p{
    margin-bottom: 30px;
}
.slide-image {
    position: relative;
    display: block;
    width: 270px;
    font-size: 14px;
    line-height: 16px;
}
.slide-title {
    padding: 0 40px;
}
.rating-symbol {
    padding-right: 4px;
}
    .rating-symbol:last-child {
        padding-right: 0;
    }


/* == Product Carousel == */
.product-carousel-section {
    background-color: #f6f6f6;
}
.grid-prod-slider .product-carousel-section {
    background-color: transparent;
}


.product-carousel-section {
    padding: 30px 0;
    min-height: 388px;
}
.product-carousel-section .carousel {
    position: relative;
}
.product-carousel-section .slide-image {
    color: #a09192;
    text-decoration: none;
}
    .product-carousel-section .slide-image:hover .slide-title {
        color: #2a5768;
    }
.product-carousel-section .slide-image img {
    height: 235px;
    margin-bottom: 5px;
}
.product-carousel-section .slide-rating {
    display: none;
}
.product-carousel-section .slide-title {
    text-align: center;
    padding: 0 45px;
}
.product-carousel-section .slick-prev {
    left: 0px;
}
.product-carousel-section .slick-next {
    right: -30px;
}

/* == Recipe Carousel == */
.recipe-carousel-section .slide-image:hover .slide-content-wrapper {
    background-color: transparent;
    position: absolute;
    height: 100%;
    z-index: 200;
}
.recipe-carousel-section .slide-image:hover .slide-overlay {
    display: block;
}
.recipe-carousel-section .slide-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    height: 65px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.recipe-carousel-section .slide-rating {
    padding-bottom: 3px;
}
.recipe-carousel-section .slide-title {
    color: #ffffff;
    padding: 0 40px;
}
.recipe-carousel-section .slide-rating img {
    display: inline-block !important;
}
.recipe-carousel-section .slide-overlay,
.recipe-carousel-section .slide-overlay-rating,
.recipe-carousel-section .slide-overlay-title {
    display: none;
}
.recipe-carousel-section .slide-overlay {
    background-color: #2a5768;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
.recipe-carousel-section .slick-prev {
    left: -20px;
}
.recipe-carousel-section .slick-next {
    right: -40px;
}



/* == Slick Slider Overwrite == */
.slick-slide {
    outline: none;
    height: auto;
    margin: 0 1px 0 1px;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-arrow {
    color: #cacaca;
    display: inline-block;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 100;
}
    .slick-arrow:hover {
        color: #2a5768;
    }

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    list-style: none;
}
.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::before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "\25CB";
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    opacity: 1;
    font-size: 60px;
    content: "\2022";
    color: white;
}

/* == Hero Image Section == */
.hero-image-section {
    position: relative;
}
.hero-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 196px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* == Crumb Trail == */
.crumb-trail {
    background-color: #ffffff;
    color: #7f7d7d;
    padding: 10px 0;
    font-size: 14px;
}
.crumb-trail a {
    color: #7f7d7d;
    display: inline-block;
    text-decoration: none;
}
    .crumb-trail a:hover {
        text-decoration: underline;
    }
.crumb-trail span {
    color: #2a5768;
    text-decoration: underline;
}
.crumb-trail a::after {
    content: " -";
    text-decoration: none;
}


/* == Sub Navigation == */
.sub-nav-wrapper {
    background-color: #d5ebf3;
    padding: 30px 0;
}
.sub-nav ul {
    list-style: none;
    font-size: 0;
    text-align: center;
}
.sub-nav ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 20px;
}
    .sub-nav ul li:last-child {
        margin-right: 0;
    }
.sub-nav ul li a {
    color: #2a5768;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 7px;
    text-transform: uppercase;
    text-decoration: none;
}
.recipes.sub-nav ul li a {
    text-transform: none;
}
    .sub-nav ul li a:hover,
    .sub-nav ul li.active a {
        color: #ffffff;
        background-color: #2a5768;
    }


/* == Page Title == */
.page-title {
    margin: 20px 0 30px;
}

/* == Page Intro == */
.page-intro {
    margin: 0 0 30px 0;
}


/* == TWO COLUMN CONTENT PAGE */
.two-column-content {
    margin-bottom: 30px;
}
.two-column-content .row {
    margin-bottom: 20px;
}

/* == ONE COLUMN CONTENT PAGE */
.rte-slider,
.video-holder {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 50%;
}
.video-holder {
    margin-right: 20px;
}
.one-column-content {
    margin-bottom: 30px;
}
.one-column-content .row {
    margin-bottom: 20px;
}

/* == Product Landing Categories == */
.landing-category {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}
a.landing-category-item {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
    a.landing-category-item:hover img {
        opacity: 0.5;
    }
.landing-cat-item-content {
    position: relative;
    background-color: #000000;
}
.landing-cat-item-content img {
    width: 100%;
}
.landing-cat-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px;
    z-index: 100;
}
.landing-cat-title h3 {
    margin-bottom: 0;
    line-height: 1;
}
.landing-cat-title h3::after {
    content: "+";
    display: block;
    font-weight: 400;
    font-size: 30px;
}


/* == Product and Recipe Listing == */
.listing {
    font-size: 0;
    text-align: left;
    margin-bottom: 30px;
}
.listing a.slide-image {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: left;
    text-decoration: none;
}
.listing .subcat a.slide-image{
    width: unset;
}
.subcat h3{
    font-size: 22px;
    text-align: left;
}
.slide-title {
    color: #a09192;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px 0 20px;
}
.spacer34{
    display: block;
    width: 100%;
    height: 34px;
}
/* == Product Listing == */
.listing .product-item img {
    max-width: 100%;
    margin: 0 auto;
}
.listing a.product-item:hover .slide-title {
    color: #2a5768;
}
.product-item .slide-rating {
	display: none;
}

/* == Recipe Listing == */
.recipe-item.slide-image:hover .slide-content-wrapper {
    background-color: transparent;
    position: absolute;
    height: 100%;
    z-index: 200;
}
.recipe-item.slide-image:hover .slide-overlay {
    display: block;
}
.recipe-item .slide-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    height: 65px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.recipe-item .slide-rating {
    padding-bottom: 3px;
}
.recipe-item .slide-title {
    color: #ffffff;
    padding: 0 20px;
}
.recipe-item .slide-rating img {
    display: inline-block !important;
}
.recipe-item .slide-overlay,
.recipe-item .slide-overlay-rating,
.recipe-item .slide-overlay-title {
    display: none;
}
.recipe-item .slide-overlay {
    background-color: #2a5768;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 100%;
    opacity: 0.7;
}
.recipe-item .slide-content-wrapper,
.recipe-item .slide-overlay {
    width: calc(100% - 30px);
}

.see-more-wrapper {
    text-align: center;
    margin: 30px 0;
}


/* == Product Detail == */
.prod-details {
    margin-bottom: 30px;
}
.prod-detail-intro {
    background-color: #cfe8f1;
    padding-top: 40px;
    margin-bottom: 20px;
    min-height: 300px;
}
.prod-detail-img-wrapper {
    position: relative;
}
.prod-detail-img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.prod-detail-img img {
    margin: 0 auto;
}
.prod-detail-intro h2 {
    margin-bottom: 25px;
}
.tab-pane p {
    color: #8e8e8e;
    padding: 30px 10px 20px 10px;
}
.buy-now-wrapper {
    background-color: #2a5768;
    width: 50%;
    height: 45px;
    border: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    overflow: hidden;
    margin-top: 10px;
}
.buy-now-wrapper select {
    color: #ffffff;
    width: 110%;
    height: 45px;
    padding-left: 10px;
    border: none;
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}
.buy-now-wrapper select option {
    color: #2a5768;
    text-transform: none;
}
.prod-detail-slider .slick-dots {
    bottom: -15px;
}

.prod-detail-slider .slick-dots li button::before {
    color: #2a5768;
}
.prod-detail-slider .slick-dots li.slick-active button:before,
.prod-detail-slider .slick-dots li:hover button:before {
    color: #2a5768;
}


/* == Recipe Detail == */
.recipe-details {
    margin-bottom: 30px;
}
.recipe-detail-intro {
    background-color: #f6f6f6;
    padding: 40px 0;
    margin-bottom: 20px;
}
.recipe-detail-intro h2 {
    margin-bottom: 30px;
}
.recipe-detail-img-wrapper img {
    margin: 0 auto;
}
.detail-rating {
    margin-bottom: 20px;
    color: #2a5768;
}
.detail-total,
.detail-prep,
.detail-cook {
    color: #2a5768;
    font-size: 18px;
}
.detail-sharing {
    margin-top: 40px;
}
.detail-sharing a {
    color: #2a5768;
    display: inline-block;
    margin-right: 11px;
}
    .detail-sharing a:last-child {
        margin-right: 0;
    }
.star-product {
    background-color: #cfe8f1;
    padding: 30px 20px;
    text-align: center;
}
.star-content {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}
    .star-content:last-child {
        margin-bottom: 0;
    }
.star-img {
    margin: 35px auto 15px auto;
}
.start-title {
    color: #2a5768;
    font-size: 18px;
}
.recipe-other-info h3 {
    color: #2a5768;
    margin-bottom: 20px;
}
.ingredients li {
    color: #8e8e8e;
    font-size: 18px;
    margin-bottom: 5px;
}
.ingredients li a {
    color: #2a5768;
    text-decoration: none;
}
    .ingredients li a:hover {
        text-decoration: underline;
    }
.directions-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
.rte-content.directions p {
    padding: 0;
    margin-bottom: 20px;
}
.star-product .slick-dots{
    bottom: -73px;
    z-index: 10;
}
.star-product .slick-dots li button::before {
    color: #8e8e8e;
}
.star-product .slick-dots li.slick-active button:before, .star-product .slick-dots li:hover button:before{
    color: #8e8e8e;
}
#nutritional{
    text-align: center;
    margin-top: 40px;
}

/* == CONTACT FORM == */

.cieAddress{
    display: block;
    width: 236px;
}
.contact-form-section {
    margin: 30px 0;
}
.address h2 {
    margin-bottom: 20px;
}
fieldset {
    font-family: 'Brandon Printed';
    color: #2a5768;
    border: none;
    padding: 10px 0 0 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
}
fieldset p {
    text-transform: none;
}
input[type=text],
input[type=email],
input[type=tel] {
    color: #8e8e8e;
    border: 1px solid #8e8e8e;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
}
select {
    color: #8e8e8e;
    font-family: 'Roboto Slab', serif;
    border: 1px solid #8e8e8e;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    border-radius: 0;
    background-color: #fff;
}
textarea {
    font-family: 'Roboto Slab', serif;
    color: #8e8e8e;
    border: 1px solid #8e8e8e;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    resize: none;
}
.opt-checkbox,
.checkbox-label-wrapper {
    display: inline-block;
    vertical-align: top;
}
.checkbox-label-wrapper {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    color: #2a5768;
    text-transform: none;
    width: 90%;
    margin-top: -4px;
}
.checkbox-group {
    margin-bottom: 20px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Roboto Slab', serif;
    color: #8e8e8e;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Roboto Slab', serif;
    color: #8e8e8e;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Roboto Slab', serif;
    color: #8e8e8e;
}
:-moz-placeholder { /* Firefox 18- */
font-family: 'Roboto Slab', serif;
color: #8e8e8e;
}
.error-wrapper {
    color: #ff0000;
    text-align: center;
    margin-top: -20px;
}
.error-message,
.format-error,
.error-match {
    display: none;
}
.has-error {
    border: 1px solid #ff0000 !important;
}
.submit-wrapper {
    margin-top: 10px;
    text-align: center;
}
.captcha {
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 1px;
}
.upc-wrapper {
    position: relative;
}
.upc-wrapper .fa-info-circle {
    position: absolute;
    top: 40%;
    right: 10px;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #2a5768;
    cursor: pointer;
}
.upc-example {
    display: none;
    position: absolute;
    top: -75px;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #8e8e8e;
}
.upc-example .fa-times {
    position: absolute;
    top: 0;
    right: 2px;
    color: #2a5768;
    cursor: pointer;
}


/* == INFO ALERT BAND == */
.info-alert-box {
    margin: 30px 0;
}
.info-alert {
    background-color: #cfe8f1;
    border-radius: 3px; 
    padding: 20px 15px;
}
.info-alert h3 {
    color: #2a5768;
    margin-bottom: 10px;
}
.info-alert p {
    color: #2a5768;
}
.contact-ty {
    display: none;
}


/* == FOOTER SECTION == */
.footer-top {
    height: 108px;
    background-color: #ffffff;
}
.footer-logo {
    height: 108px;
    display: -webkit-flex;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    float: right;
}
.footer-logo img {
    margin: 0 0 0 auto;
    width: 71px;
}
.footer-text {
    display: block;
    height: 108px;
    padding: 0 20px 0 0;
    color: #8e8e8e;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-text > div {
    display: block;
    vertical-align: middle;
}
.footer-bottom {
    padding: 10px 0;
    background-color: #2a5768;
    color: #ffffff;
    font-size: 14px;
}
.developed {
    text-align: right;
}
.developed a, .copyright a {
    color: #ffffff;
    text-decoration: none;
}
    .developed a:hover, .copyright a:hover {
        text-decoration: underline;
    }

/* == NEWSLETTER SECTION == */

.fluid .container{
    width: 100%;
    height: 100%;
    padding:0;
    overflow:hidden;
}
.newsletter-section {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    height: 181px;
    font-size: 0;
    background-color: transparent;
}
.newsletter-wrapper{
    height: 100%;
}
.hundredpercent{
    height: 100%;
}

.fiftypercent {
    display: inline-flex;
    width: 50%;
    height: 100%;
}
    .newsletter-right{
        background-color: transparent;
    }
    .newsletter-left,
    .newsletter-full {
        background-repeat: no-repeat;
        background-size: cover;
    }
        .newsletter-social,
        .footer-social{
            font-size: 12px;
            width: auto;
            max-width: 600px;
            height: 100%;
            display: inline-flex;
        }
            .newsletter-social .social-icons,
            .footer-social .social-icons{
                height: auto;
                -moz-transform: translate(0,25%);
                -webkit-transform: translate(0,25%);
                -o-transform: translate(0,25%);
                -ms-transform: translate(0,25%);
                transform: translate(0,25%);
                text-align: center;
            }
.newsletter-form {
    display: block;
    height: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
}
#newsletter-form {
    position: relative;
    -moz-transform: translate(0,25%);
    -webkit-transform: translate(0,25%);
    -o-transform: translate(0,25%);
    -ms-transform: translate(0,25%);
    transform: translate(0,25%);
}
#newsletter-form p {
    font-size: 14px;
    color: #2a5768;
}
#newsletter-form input[type=email] {
    color: #8e8e8e;
    border: 1px solid #ffffff;
    width: 240px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: none;
    vertical-align: middle;
}
.newsletter-submit {
    border: none;
    width: 40px;
    height: 40px;
    background-color: #2a5768;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
}
#newsletter-thanks{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.newsletter-section h4,
.social-icons h4{
    color: #fff;
    margin-bottom: 15px;
}

/* == RTE CONTENT == */
.rte-content > div {
    font-size: 18px;
    padding: 20px 30px;
}
.rte-content p:last-child{
    margin-bottom: 0;
}
.rte-content p:last-child:after {
  content: "";
  display: table;
  clear: both;
}
.page-intro .rte-content p {
    color: #8e8e8e;
    padding: 0 0 20px 0;
}
.rte-content h4 {
    margin-bottom: 30px;
}
    .rte-content h4:last-child {
        margin-bottom: 0px;
    }
.rte-content p img {
    display: block;
    max-width: 100%;
}
.rte-content.no-bullets > ul {
    list-style: none
}
.intro-section .rte-content{
    position: relative;
    text-align: center;
}
    .rte-content .btn{
        padding: 10px 40px;
        margin-bottom: 30px;
    }
/* == NAV TABS == */
#myTabs.nav:before,
#myTabs.nav:after {
    display: table;
    content: " ";
}
#myTabs.nav:after {
    clear: both;
}
#myTabs.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#myTabs.nav > li {
    position: relative;
    display: block;
}
#myTabs.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs > li > a {
    color: #8e8e8e;
    margin-right: 10px;
    line-height: 1.42857143;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
    .nav-tabs > li > a:hover {
        color: #ffffff;
        background-color: #2a5768;
    }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #2a5768;
    cursor: default;
}
.tab-content {
    min-height: 100px;
}
.tab-content > .tab-pane {
    display: none;
    padding-top: 0px;
}
.tab-content > .active {
    display: block;
}

/* == Nav Tabs Accordion Panel == */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #2a5768;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #2a5768;
    border-color: #2a5768;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

/* == BLOG == */

.blog #listingWrap, .blog-article .pagerow{
    margin: 30px 0;
}
    .newsrow{
        margin: 30px 0;
    }
    .newshead a{
        text-decoration: none;
        font-size: 30px;
    }
        .newshead a:hover{
            text-decoration: underline;
        }
    .date{
        display: block;
        color: #000;
        font-size: 18px;
    }
    .blogtext{
        font-size: 18px;
    }
    #sharethis{
        margin: 0 15px;
    }
        #sharethis span{
            display: inline-block;
            margin: 0 5px;
            cursor: pointer;
        }
    .morewrap{
        text-align: center;
        margin-bottom: 30px;
    }
    #preloader{
        display: block;
        margin: 15px auto;
    }

.all-purpose-box-content{
    width: 100%;
}
/* ================================================================================
    RESPONSIVE
================================================================================ */
@media (max-width: 767px) {
    .product-carousel-section .slide-image, .recipe-carousel-section .slide-image{
        width: 100%;
    }
    .noBg-h2tb-content-wrapper{
        margin-bottom: 10px;
    }
    .hero-text {
        font-size: 6vw;
        line-height: 1.1;
    }
    .hero-image {
        background-size: cover;
        height: auto;
        padding: 20px 0;
        display: block;
    }

    .crumb-trail {
        font-size: 10px;
    }
    .crumb-trail a,
    .crumb-trail span {
        padding-bottom: 5px;
    }
    .sub-nav-wrapper{
        padding-bottom: 0;
    }
    /* == FOOTER SECTION == */
    .footer-top {
        height: auto;
        padding: 20px 0;
        background-color: #ffffff;
    }
    .footer-logo img {
        float: none;
        clear: none;
        margin: 0 auto 20px auto;
    }
    .footer-text {
        display: block;
        height: auto;
        padding: 0 15px 0 15px;
        text-align: center;
    }
    .footer-text > div {
        display: block;
    }
    .footer-bottom {
        padding: 10px 0;
        text-align: center;
    }
    .developed {
        text-align: center;
    }
    .footer-social{
        width: 100%!important;
        max-width: initial;
        flex-direction: column;
    }

    /* == NEWSLETTER SECTION == */

    .fluid .container{
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .newsletter-section {
        margin-bottom: 0;
        background-repeat: repeat;
        background-position: center center;
        height: auto;
        font-size: 0;
    }
    .newsletter-social {
        display: block;
        width: auto;
        height: auto;
    }
    .newsletter-form {
        display: block;
        width: auto;
        height: auto;
        margin: 10px;
    }
    #newsletter-form {
        position: static;
        top: 0;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    #newsletter-form input[type=email] {
        width: 200px;
    }

    /* == Recipe Carousel == */
    .recipe.carousel-section .slick-prev {
        left: 15px;
    }
    .recipe.carousel-section .slick-next {
        right: -5px;
    }

    /* == Product Landing Categories == */
    a.landing-category-item {
        width: 100%;
    }

    /* == Product and Recipe Listing == */
    .listing a.slide-image.product-item {
        width: 100%;
        text-align: center;
    }
    .listing a.slide-image.recipe-item {
        width: 270px;
        text-align: center;
    }
    .listing {
        text-align: center;
    }

    /* == Product Detail == */
    .prod-detail-img {
        position: static;
        width: 60%;
        margin: 0 auto;
    }
    .prod-detail-intro h2{
        margin-top: 25px;
    }
    .prod-detail-intro h2,
    .prod-detail-intro p {
        text-align: center;
    }
    .buy-now-wrapper {
        margin: 10px auto 0 auto;
        width: 290px;
    }

    /* == Recipe Detail == */
    .recipe-detail-intro h2 {
        text-align: center;
    }
    .detail-rating {
        text-align: center;
    }
    .detail-total,
    .detail-prep,
    .detail-cook {
        text-align: center;
    }
    .detail-sharing {
        text-align: center;
    }
    .star-product {
        margin-top: 20px;
    }
    .fiftypercent {
        width: 100%;
        min-height: 150px;
    }
    .grid-recipe-slider.one .slide-image, 
    .grid-recipe-slider.one .carousel,
    .grid-recipe-slider.one .slide-image img{
        width: 330px;
    }
    .bg-h1tb-content-wrapper h1{
        margin-top: 60px;
    }

    .grid-recipe-slider .slick-dots li button::before {
        font-size:initial;
    }
    .page-title{
        margin-bottom: 0;
    }
    .rte-content > div{
        padding: 5px;
    }
    .recipe-carousel-section .slick-prev {
        left: 0;
    }
    .recipe-carousel-section .slick-next {
        right: -28px;
    }
}

/* == Page Dream == */
.white h3 {
    color: #ffffff !important;
}

/*headercontact link color*/
#dream-header .header-links a {
color:#ffffff;
}
/*header band full height*/
#dream-header .header-color-band {
    height: 119px !important;
}
/*header reposition logo*/
#dream-header .header-logo {
top:-60px !important;
}
/*header facebook color*/
#dream-header .social-icons .fa {
    color: #ffffff !important;
}

.dreamslider a.btn {
    position: absolute;
    bottom: 10%;
    background-color: #00addf;
    left: 55vw;
}
@media only screen and (max-width: 767px) {
    .dreamslider a.btn {
        left: 50% !important;
        transform: translateX(-50%)!important;
    }
}
/*Change header bar size*/
#dream-header .header-color-band-2 {
    height: 3px !important;
    position: absolute;
    top: 122px;
    left: 0;
    width: 100%;
}
/*Change hamburger icon color*/
#dream-mobile .mobile-menu-icon {
    color: #00addf;
}
/*Add border bottom on links*/
#dream-header nav li a:hover {
    border-bottom: 3px solid #00addf;
    text-decoration: none
}
/*Remove border bottom on sub links*/
#dream-header nav li ul li a:hover {
    border-bottom: 0;
    text-decoration: none
}

#dream-header nav li {
    position: relative;
}
/*position submenu*/
    #dream-header nav li ul {
        position: absolute;
        top: 34px;
        display: none;
        width: inherit;
        background-color: #ffffff;
        min-width: 255px;
        left: 50%;
        transform: translateX(-50%);
        border-top:6px solid white;
    }


    #dream-header nav li.products:hover ul {
        display: block;
        z-index: 1000;
    }

#dream-header nav > ul li ul li.dropdown-cat {
    background-color: #f7f4f4;
}

#dream-header nav li ul.dream-dropdown li {
    display: block;
    margin: 0;
    padding: 6px 16px;
    background-color: #ffffff;
    text-align: left;
    text-transform:capitalize !important;
    font-size:17px;
}

.dream-footer-ul .products ul {
    text-transform: capitalize !important;
    font-size: 17px;
}

    #dream-header nav li ul.dream-dropdown li:hover {
        background-color: #f7f4f4;
        padding: 6px 16px;
    }

#dream-header ul.dream-dropdown li a {
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    width: 100% !important;
    display: block !important;
}
/*Remove dots from cat*/
#dream-header ul.dream-dropdown li.dropdown-cat a:before {
    height: 0;
    width: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    content: "";
    margin-right: 0;
}
/*add dots*/
#dream-header ul.dream-dropdown li a:before {
    height: 4px;
    width: 4px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
    content:"";
    margin-right:7px;
}
/*Align cat with ele*/
#dream-header nav > ul li ul li.dropdown-cat a {
    margin-left: -7px;
}
    #dream-header nav > ul li ul li.dropdown-cat a:hover {
        margin-left: -7px;
    }
#dream-header ul.dream-dropdown li a:hover {
    margin-right: 10px;
    margin: 0;
}

/*Shadow for buttons*/
.dream-btn-shadow a.btn {
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.14) !important;
}
/*Titles color*/
.dream-second-color-h3 h3 {
    color: #00addf !important;
}
/*Spacing*/
.dream-padding-bottom-50 {
    padding-bottom: 50px;
}
/*Blue gradient*/
.dream-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0db1f8+0,39b9f0+53,6dc2e7+100 */
    background: #0db1f8; /* Old browsers */
    background: -moz-linear-gradient(top, #0db1f8 0%, #39b9f0 53%, #6dc2e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0db1f8 0%,#39b9f0 53%,#6dc2e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0db1f8 0%,#39b9f0 53%,#6dc2e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db1f8', endColorstr='#6dc2e7',GradientType=0 ); /* IE6-9 */
}
    .dream-gradient .slide-title {
    color:white !important;
    }


    /*dream footer*/
    #dream-footer nav li.products ul {
        display: block;
        z-index: 1000;
    }
#dream-footer nav li ul {
    display: none;
    z-index: 1000;
}

#dream-footer .dream-footer-ul {
    display: flex;
    align-self: flex-start;
    text-align: center;
    justify-content: center;
    text-transform:capitalize;
}
@media only screen and (max-width: 767px) {
    #dream-footer .dream-footer-ul {
        display: block;
    }
    #dream-footer .dream-footer-top nav ul li {
        display: block;
    }
    #dream-footer .footer-logo {
    float:none;
    display:block;
    margin:0 auto;
    }
}
#dream-footer .footer-top {
height:auto;
padding-top:20px;
}

#dream-footer > div > div.dream-footer-top > div > div > div > div > div > nav > ul > li > a {
    color: #00addf;
}

#dream-footer .social {
    color: #6b6b6b !important;
}

#dream-footer .dream-followus {
    color: #00addf;
    font-weight:900;
}

/*
    ***********************
    ***** MOBILE ONLY ***** 
    ***********************
*/
@media screen and (max-width : 736px) {
    .bg-h1tb-content-wrapper h1 {
        font-size: 30px!important;
        line-height: 38px;
    }
    .bg-h1tb-content-wrapper p{
        line-height: 22px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .mobile-color-band {
        background-color: #2a5768;
        display: block;
        height: 11px;
    }
    .mobile-nav-wrapper {
        position: relative;
        font-size: 0;
        margin-bottom: 10px;
    }
    .mobile-logo {
        display: inline-block;
        width: 30%;
        text-align: left;
        padding: 10px 0 0 5px;
        vertical-align: middle;
    }
    .mobile-menu-icon-wrapper {
        position: relative;
        font-size: 16px;
        display: inline-block;
        width: 70%;
        text-align: right;
        padding: 0 20px 0 0;
        vertical-align: middle;
        color: #2a5768;
        z-index: 3000;
    }
    .mobile-menu-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        cursor: pointer;
    }
    .mobile-nav-list {
        display: none;
        position: absolute;
        top: 10px;
        right: -295px;
        width: 290px;
        z-index: 2000;
        -webkit-box-shadow: 0 6px 15px 2px rgba(0,0,0,.6);
        box-shadow: 0 6px 15px 2px rgba(0,0,0,.6);
    }
    .mobile-nav-list ul {
        list-style: none;
        font-size: 16px;
        background-color: #ffffff;
        padding-top: 60px;
    }
    .mobile-nav-list ul li {
        text-align: right;
        padding: 10px 20px;
        border-top: 1px solid #2a5768;
    }
    .mobile-nav-list ul li > a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #2a5768;
    }
    .mobile-social-icons a {
        margin-right: 10px;
        color: #2a5768;
    }
    .mobile-social-icons a:last-child {
        margin-right: 0;
    }
    .mobile-lang {
        text-transform: none;
    }
    .country-icon {
        padding-right: 20px;
    }
    .country-icon:last-child {
        padding-right: 0;
    }
    .one-column-content .rte-content > div{
        overflow-x: auto;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
     /* == Product and Recipe Listing == */
    .listing a.slide-image.product-item {
        width: 33.33333333%;
        text-align: center;
    }
    .listing a.slide-image.recipe-item {
        width: 270px;
        text-align: center;
    }
    .listing {
        text-align: center;
    }
    .grid-recipe-slider.one .carousel,
    .grid-prod-slider.half .carousel{
        margin: auto;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    /* == Header Nav == */
    .header-nav {
        width: 70%;
    }
    nav ul li {
        font-size: 1.4rem;
        padding: 5px 10px;
    }
    .header-links {
        width: 30%;
        font-size: 1.2rem;
    }
    /* == SubNav == */
    .sub-nav ul {
        padding: 0 40px;
    }
    .grid-recipe-slider.one .slide-image, 
    .grid-recipe-slider.one .carousel,
    .grid-recipe-slider.one .slide-image img{
        width: 455px;
    }
    .rte-content > div{
        overflow-x: auto;
    }
}


