/* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

@font-face {
    font-family: 'BigJohn';
    src: url("../fonts/bigjohn/BigJohn-webfont.eot");
    src: url("../fonts/bigjohn/BigJohn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bigjohn/BigJohn-webfont.woff2") format("woff2"), url("../fonts/bigjohn/BigJohn-webfont.woff") format("woff"), url("../fonts/bigjohn/BigJohn-webfont.ttf") format("truetype"), url("../fonts/bigjohn/BigJohn-webfont.svg#BigJohn") format("svg");
    font-weight: normal;
    font-style: normal; }
/* Colours */
/* Palettes */
/* Profiles */
/* Tangometer */

body {
    width: 100%;
    height: 100%;
    background-color: #009ee3;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

strong {
    font-weight: bold; }

.button-link {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1em;
    text-decoration: underline;
    color: currentColor;
    background-color: transparent;
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: 0 auto; }

.main-header {
    background-color: #009ee3;
    position: relative;
    padding-top: 20px;
    min-height: 74px;
    z-index: 4; }
    @media screen and (min-width: 64em) {
    .main-header {
        padding-top: 70px;
        min-height: 125px; } }
    .main-header .logo {
    width: 150px;
    display: block;
    overflow: hidden;
    padding-bottom: 6px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    z-index: 2; }

        @media screen and (min-width: 48em){
            .main-header .logo{
                width: 150px;
                margin-left: -75px;
            }
        }

        @media screen and (min-width: 64em) {
        .main-header .logo {
            top: 30px;
            width: 244px;
            margin-left: -122px; }
        }

    .main-header .logo img {
        display: block;
        width: 100%;
        height: auto;
        position: relative; }
    .main-header .main-menu {
    background-color: #22347e;
    position: relative;
    text-align: center;
    z-index: 1;
    height: 50px;
    margin-top: 25px; }
    @media screen and (min-width: 48em) {
        .main-header .main-menu {
        height: auto;
        margin-top: 6px;
        padding-top: 0;
        text-align: center; } }

    @media screen and (min-width: 64em) {
        .main-header .main-menu {
            margin-top: 0;
        }
    }

    .main-header .main-menu:before {
        font-family: 'BigJohn', sans-serif;
        content: '';
        display: block;
        position: relative;
        float: right;
        color: #fff;
        font-size: 1.125em;
        background: url("../images/burder.png") no-repeat right center;
        background-size: auto 100%;
        padding-right: 35px;
        margin-top: 20px;
        margin-right: 10px;
        width: 35px;
        height: 15px;
    }
        @media screen and (min-width: 48em) {
        .main-header .main-menu:before {
            background-image: none;
            padding-right: 0;
            display: block;
            content: '';
            border-top: 5px solid #fbe400;
            width: 100%;
            position: absolute;
            top: 50%;
            margin-top: -3px;
            z-index: -1; } }
    .main-header .main-menu .menu {
        background-color: #0089cf;
        width: 100%;
        position: relative;
        clear: both;
        display: none;
        padding-top: 20px;
    top: 15px; }
        @media screen and (min-width: 48em) {
        .main-header .main-menu .menu {

            background-color: #22347e;
            display: inline-block;
            padding-top: 0;
            width: auto;
            position: static;
            top: 0;} }
        .main-header .main-menu .menu .menu-item {
        padding: 20px 0; }
        @media screen and (min-width: 48em) {
            .main-header .main-menu .menu .menu-item {
            display: inline-block;
            padding: 20px 22px 16px; }

            .main-header .main-menu .menu .menu-item:nth-child(2) {
                padding-right: 110px;
            }

            .main-header .main-menu .menu .menu-item:nth-child(3) {
                padding-left: 110px;
            }
        }

        @media screen and (min-width: 64em) {
            .main-header .main-menu .menu .menu-item:first-child {
                padding-left: 66px; }

                .main-header .main-menu .menu .menu-item:nth-child(2) {
                    padding-right: 0;
                }

            .main-header .main-menu .menu .menu-item:nth-child(3) {
                padding-left: 353px; }
            .main-header .main-menu .menu .menu-item:last-child {
                padding-right: 66px; } }
        .main-header .main-menu .menu .menu-item.current_page_item > a {
            color: #fbe400; }
        .main-header .main-menu .menu .sub-menu {
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
        background-color: #0088cf;
        padding: 18px;
        z-index: 3;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        display: none; }
        .main-header .main-menu .menu .sub-menu .menu-item {
            display: inline-block;
            padding: 0 22px;
            border-left: 2px solid #009ee3; }

            @media screen and (min-width: 48em){

                .main-header .main-menu .menu .sub-menu {
                    padding: 18px 0;
                }

                .main-header .main-menu .menu .sub-menu .menu-item {
                    padding: 0 3px;
                }

            }

            @media screen and (min-width: 64em){

                .main-header .main-menu .menu .sub-menu {
                    padding: 18px;
                }

                .main-header .main-menu .menu .sub-menu .menu-item {
                    padding: 0 22px;
                }

            }

            .main-header .main-menu .menu .sub-menu .menu-item:first-child {
            border-left: 0; }
            .main-header .main-menu .menu .sub-menu .menu-item.current-menu-item a {
            color: #fbe400; }
    .main-header .main-menu a {
        font-family: 'BigJohn', sans-serif;
        font-size: 1.125em;
        line-height: 1em;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase; }
        .main-header .main-menu a:hover, .main-header .main-menu a:active, .main-header .main-menu a:focus {
        color: #fbe400; }

@media screen and (min-width: 48em) {
    .page-id-53 .main-menu .current-menu-item .sub-menu, .page-id-53 .main-menu .current-menu-ancestor .sub-menu, .archive .main-menu .current-menu-item .sub-menu, .archive .main-menu .current-menu-ancestor .sub-menu {
    display: block; } }

.page-id-53 .page-content {
    background-position: center 67px !important; }
.page-id-53 .page, .page-id-42 .page, .page-id-40 .page {
    padding-top: 50px;
padding-left: 20px;
padding-right: 20px; }

.main-footer {
    background-color: #fff;
    text-align: center;
    padding: 40px 20px 80px;
    clear: both;}

@media screen and (min-width: 64em) {
    .main-footer{
        margin: 0;
    }
}
    @media screen and (min-width: 75em) {
    .main-footer {
        padding-left: 0;
        padding-right: 0; } }
    .main-footer .menu-footer-container {
    padding-bottom: 45px;
    display: inline-block;
    overflow: auto; }
    .main-footer .menu-footer-container li {
        display: block;
        padding: 10px 0; }
        @media screen and (min-width: 64em) {
        .main-footer .menu-footer-container li {
            float: left;
            border-left: 1px solid #333;
            padding: 0 25px; } }
        .main-footer .menu-footer-container li:first-child {
        border-left: none;
        padding-left: 0; }
        .main-footer .menu-footer-container li a {
        color: #333;
        text-decoration: none;
        font-size: 1.125em; }
    .main-footer p {
    font-size: 0.875em;
    line-height: 1.42em;
    color: #000; }
    .main-footer p:not(:last-child) {
    margin-bottom: 0.8em;
    }
    .main-footer p a {
    color: #0082bb;
    }

.page-content {
    padding: 0 20px;
    background-color: #009ee3; }
    @media screen and (min-width: 64em) {
    .page-content {
        padding: 0; } }

.img-cont {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
 }

 @media screen and (min-width: 64em){
     .img-cont{
         padding-top: 50px;
         padding-bottom: 0;
     }
 }

    .img-cont img {
    position: relative;
    z-index: 2; }

.animation-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none; }
    .active .animation-cont, .tab:hover .animation-cont, .owl-item .animation-cont {
    display: block; }
    .animation-cont img {
    position: absolute !important;
    top: 0;
    left: 0;
    max-width: 100% !important;
    margin: 0;
    z-index: 1; }
    .animation-cont img:nth-child(2) {
        z-index: 2; }
    .animation-cont img:nth-child(3) {
        z-index: 3; }

.hentry p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .hentry p:last-child {
    margin-bottom: 0; }

.carousel-container {
    background-image: url("../images/gradient.png");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-position: center 304px;
    background-repeat: repeat-x;
    margin: 0; }
    @media screen and (min-width: 64em) {
    .carousel-container {
        margin: 0; } }

.carousel {
    overflow: visible;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto; }
    .carousel.owl-carousel .owl-nav > div {
    width: 30px;
    height: 66px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 0.5;
    background-size: auto 66px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 64em) {
    .carousel.owl-carousel .owl-nav > div {
        display: block;
        width: 122px;
        height: 122px;
        border-radius: 50%;
        background-color: #ffa300;
        background-repeat: no-repeat;
        background-size: auto 52px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1; }
    .carousel.owl-carousel .owl-nav.medium-tangy > div {
        background-color: #ff8300; }
    .carousel.owl-carousel .owl-nav.strong-zingy > div {
        background-color: #e94a36; }
    .carousel.owl-carousel .owl-nav.hot-spicy > div {
        background-color: #c40c2e; }
        .carousel.owl-carousel .owl-nav.hot-spicy > div.owl-next {
        background-color: #aa0b28; } }
    .carousel.owl-carousel .owl-nav .owl-prev {
    left: 20px;
    top: 50%;
    margin-top: -33px;
    background-image: url(../images/carousel-arrow-left.png);
    background-position: 44% center; }
    @media screen and (min-width: 64em) {
        .carousel.owl-carousel .owl-nav .owl-prev {
        left: -61px;
        background-color: #e18e00;
        margin-top: -61px; } }
    .carousel.owl-carousel .owl-nav .owl-next {
    right: 20px;
    top: 50%;
    margin-top: -33px;
    background-image: url(../images/carousel-arrow-right.png);
    background-position: 56% center; }
    @media screen and (min-width: 64em) {
        .carousel.owl-carousel .owl-nav .owl-next {
        right: -61px;
        margin-top: -61px; } }
    .carousel .slide {
    font-family: 'BigJohn', sans-serif;
    background-color: #ffa300;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 25px 30px 130px;
    overflow: hidden;
    text-align: center;
    height: 840px; }
    @media screen and (min-width: 64em) {
        .carousel .slide {
        height: 480px;
        padding: 35px 40px;
        text-align: left; } }
    .carousel .slide .selector {
        background: url(../images/carousel-sweet-selector.png) no-repeat left top;
        background-size: cover;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;}
        @media screen and (min-width: 64em) {
        .carousel .slide .selector {
            background-size: auto; } }
    .carousel .slide h2, .carousel .slide h3, .carousel .slide img {
        position: relative;
        z-index: 2; }
    .carousel .slide h2 {

        font-size: 2em; }
        @media screen and (min-width: 64em) {
        .carousel .slide h2 {
            float: right;
            margin-left: -5px;
            font-size: 4em;
            width: 100%;
            max-width: 70%;
            padding-right: 0;
            -moz-box-sizing: border-box;
                 box-sizing: border-box; } }
    .carousel .slide h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.25em;
        font-weight: 800;
        text-transform: uppercase;
        padding-bottom: 20px; }
        @media screen and (min-width: 64em) {
        .carousel .slide h3 {
            font-size: 1.875em;
            padding: 45px 0 35px 0;
            float: right;
            width: 100%;
            max-width: 70%; } }
        .carousel .slide h3 span {
        color: #fbe400; }
    .carousel .slide .img-cont {
        width: 100%;}
        @media screen and (min-width: 64em) {
        .carousel .slide .img-cont {
            position: absolute;
            display: block;
            left: 50px;
            top: 10px;
            max-width: 260px; } }
        .carousel .slide .img-cont > img {
        display: block;
        margin: 0 auto; }
        .carousel .slide .img-cont .animation-cont {
        left: 25px; }
    .carousel .slide a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        color: #fff;
        text-decoration: none;
        background-color: #cc8200;
        padding: 15px;
        display: block;
        border-radius: 100px;
        line-height: 1.3em;
        z-index: 2;
        text-transform: uppercase;
        font-size: 1em;
        margin: 0 auto;
        position: relative;
    max-width: 250px; }
        @media screen and (min-width: 64em) {
        .carousel .slide a {
            position: absolute;
            bottom: 55px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            right: 0;
            font-size: 1.25em;
            padding: 25px;
            background-color: #e18e00;
            max-width: auto; } }
        .carousel .slide a:hover, .carousel .slide a:active, .carousel .slide a:focus {
        color: #fbe400; }
    .carousel .slide.medium-tangy {
        background-color: #ff8300; }
        .carousel .slide.medium-tangy .selector {
        background-image: url(../images/carousel-medium-selector.png);
        background-position: 54px top; }
        @media screen and (min-width: 64em) {
            .carousel .slide.medium-tangy .selector {
            background-size: auto; } }
        .carousel .slide.medium-tangy a {
        background-color: #e07100; }
    .carousel .slide.strong-zingy {
        background-color: #e94a36; }
        .carousel .slide.strong-zingy .selector {
        background-image: url(../images/carousel-strong-selector.png);
        background-position: 91.5% top; }
        @media screen and (min-width: 64em) {
            .carousel .slide.strong-zingy .selector {
            background-size: auto; } }
        .carousel .slide.strong-zingy a {
        background-color: #ca402f; }
    .carousel .slide.hot-spicy {
        background-color: #c40c2e; }
        .carousel .slide.hot-spicy .selector {
        background-image: url(../images/carousel-hot-selector.png);
        background-position: right top; }
        @media screen and (min-width: 64em) {
            .carousel .slide.hot-spicy .selector {
            background-position: right -14px; } }
        .carousel .slide.hot-spicy a {
        background-color: #c40c2e; }

.tangometer {
    background-color: #22347e;
    padding: 16px 30px 16px;
    overflow: visible;
    border-bottom: 8px solid #271b66;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto 100px;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
    @media screen and (min-width: 64em) {
    .tangometer {
        display: block;
        top: 0; } }
    .tangometer:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
    .tangometer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/carousel-shadow.png) no-repeat center center;
    position: absolute;
    z-index: 1;
    bottom: -108px;
    left: 0; }
    .tangometer.product-page:before {
    bottom: -20px; }
    .tangometer .dial {
    width: 200px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -96px; }
    @media screen and (min-width: 64em) {
        .tangometer .dial {
        width: 330px;
        margin-left: -165px;
        top: -168px; } }
    .tangometer .dial .fork {
        position: absolute;
        z-index: 2;
        width: 70px;
        height: auto;
        display: block;
        bottom: 43%;
        left: 18%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform-origin: 62px 28px;
        -moz-transform-origin: 62px 28px;
        -ms-transform-origin: 62px 28px;
        transform-origin: 62px 28px; }
        @media screen and (min-width: 64em) {
        .tangometer .dial .fork {
            width: 110px;
            -webkit-transform-origin: 102px 47px;
            -moz-transform-origin: 102px 47px;
            -ms-transform-origin: 102px 47px;
            transform-origin: 102px 47px; } }
    .tangometer .dial .scale {
        position: relative;
        z-index: 1; }
    .tangometer .dial.medium-tangy .fork {
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        transform: rotate(42deg); }
    .tangometer .dial.strong-zingy .fork {
        -webkit-transform: rotate(94deg);
        -moz-transform: rotate(94deg);
        -ms-transform: rotate(94deg);
        transform: rotate(94deg); }
    .tangometer .dial.hot-spicy .fork {
        -webkit-transform: rotate(143deg);
        -moz-transform: rotate(143deg);
        -ms-transform: rotate(143deg);
        transform: rotate(143deg); }
    .tangometer .profiles {
    text-align: center;
    display: none; }
    @media screen and (min-width: 64em) {
        .tangometer .profiles {
        display: block; } }
    .tangometer .profiles a {
        font-family: 'Open Sans', sans-serif;
        color: #8388c2;
        text-decoration: none;
        display: block;
        border-left: 2px solid #8388c2;
        padding: 0 20px;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 1em;
        float: left;
    white-space: nowrap;}
        .tangometer .profiles a:hover, .tangometer .profiles a:active, .tangometer .profiles a:focus {
        color: #fbe400; }
        .tangometer .profiles a.active {
        color: #fbe400; }
        .tangometer .profiles a:first-child {
        padding-left: 0;
        border-left: none; }
        .tangometer .profiles a:last-child {
        padding-right: 0; }
        .tangometer .profiles a:nth-child(3) {
        margin-left: 290px;
        border-left: none; }

    @media screen and (min-width: 75em){
        .tangometer .profiles a:nth-child(3) {
            margin-left: 370px;
        }
    }
    .tangometer.large {
    border-bottom: none;
    padding: 0;
    max-width: 1020px;
    height: 512px;
    margin: 0 auto;
    border-top-left-radius: 512px;
    border-top-right-radius: 512px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
    .tangometer.large:before {
        background-image: url(../images/about-us-shadow.png);
        bottom: -157px; }
    .tangometer.large .dial {
        bottom: -123px;
        top: auto; }
        .tangometer.large .dial:before, .tangometer.large .dial:after {
        content: '';
        display: block;
        width: 510px;
        background-color: #ffa300;
        border-bottom: 8px solid #b27200;
        position: absolute;
        left: -345px;
        bottom: 65px;
        height: 52px; }
        .tangometer.large .dial:after {
        background-color: #c40c2e;
        border-bottom-color: #890820;
        left: auto;
        right: -345px; }
    .tangometer.large .profiles {
        overflow: hidden;
        border-top-left-radius: 512px;
        border-top-right-radius: 512px;
        max-width: 1020px;
        height: 512px;
        position: relative; }
    .tangometer.large .profile {
        background-color: #ffa300;
        text-align: center;
        width: 510px;
        height: 400px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: bottom right;
        -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 250px 0; }
        .tangometer.large .profile:before {
        content: '';
        display: block;
        background-color: #22347e;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -10%;
        right: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: bottom right;
        -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right; }
        .tangometer.large .profile:hover h3, .tangometer.large .profile:hover p {
        opacity: 1; }
        .tangometer.large .profile h3, .tangometer.large .profile p {
        opacity: 0.75; }
        .tangometer.large .profile h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2.25em;
        position: absolute;
        top: 320px;
        width: 170px;
        left: 100px; }
        .tangometer.large .profile p {
        font-size: 0.875em;
        bottom: 40px;
        position: absolute;
        width: 300px;
        left: 30px; }
        .tangometer.large .profile.medium-tangy {
        background-color: #ff8300;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .tangometer.large .profile.medium-tangy h3, .tangometer.large .profile.medium-tangy p {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        .tangometer.large .profile.medium-tangy h3 {
            top: 295px;
            left: 50px; }
        .tangometer.large .profile.medium-tangy p {
            width: 200px;
            bottom: 65px;
            left: 100px; }
        .tangometer.large .profile.strong-zingy {
        background-color: #e94a36;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 512px; }
        .tangometer.large .profile.strong-zingy h3, .tangometer.large .profile.strong-zingy p {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .tangometer.large .profile.strong-zingy h3 {
            top: 320px;
            left: 45px; }
        .tangometer.large .profile.strong-zingy p {
            bottom: 100px;
            left: 120px;
            width: 200px; }
        .tangometer.large .profile.hot-spicy {
        background-color: #c40c2e;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
        .tangometer.large .profile.hot-spicy h3, .tangometer.large .profile.hot-spicy p {
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
        .tangometer.large .profile.hot-spicy p {
            bottom: 175px;
            left: auto;
            right: 130px; }

.home .product-types {
    background: none; }

.page-content {
    background-color: #009ee3;
    color: #fff; }
    .page-content header {
    background-image: url("../images/gradient-b.png");
    background-image: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.1) 95%);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 95%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 95%);
    background-image: linear-gradient(to     , rgba(0, 0, 0, 0.1) 95%);
    background-position: center bottom;
    background-repeat: repeat-x; }
    .page-content header .page-title {
        margin-bottom: 80px; }
    .page-content .page-title {
    font-family: 'BigJohn', sans-serif;
    text-transform: uppercase;
    font-size: 2.25em;
    margin-bottom: 20px;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 64em) {
        .page-content .page-title:before, .page-content .page-title:after {
        content: '';
        border-top: 5px solid #fff;
        width: 54px;
        position: absolute;
        top: 50%;
        margin-top: -4px; }
        .page-content .page-title:before {
        left: -69px; }
        .page-content .page-title:after {
        right: -69px; } }
    .page-content .hentry {
    text-align: center; }
    .page-content .hentry p {
        font-size: 1.125em;
        line-height: 1.5em;
    word-wrap: break-word;}
    .page-content .hentry p.page-image {
        margin-top: 18px;
    }
    .page-content .hentry p.page-image img {
        max-width: 80%;
    }
    .page-content .page-body {
    background-color: #009ee3;
    padding-bottom: 100px;
    color: #333; }
    .page-content .page-body .container {
        background-color: #fff;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 20px;
        text-align: left; }

@media screen and (min-width: 64em){
    .page-content .page-body .container{
        padding: 60px;
    }
}

        .page-content .page-body .container p {
        line-height: 1.5em;
        margin-bottom: 40px; }
        .page-content .page-body .container *:last-child {
        margin-bottom: 0; }
    .page-content.about-us header {
    padding-bottom: 40px; }
    .page-content.about-us header .page-title {
        margin-bottom: 40px; }
    .page-content.about-us .page-body .container {
    background-color: #009ee3;
    color: #fff; }
    .page-content.about-us .about-tangometer {
    text-align: center;
    padding-top: 100px; }
    .page-content.contact-form {
    background: none !important; }
    .page-content.contact-form header {
        margin: 0 -20px;
        padding: 0 20px 40px; }
        @media screen and (min-width: 64em) {
        .page-content.contact-form header {
            margin: 0; } }
        .page-content.contact-form header .page-title {
        margin-bottom: 40px; }
    .page-content.contact-form .page-body .container {
        background-color: #009ee3;
        padding-left: 0;
        padding-right: 0; }
        .page-content.contact-form .page-body .container .wpcf7 {
        max-width: 960px;
        margin: 0 auto;
        overflow: auto; }
        @media screen and (min-width: 64em) {
            .page-content.contact-form .page-body .container .wpcf7 .contact-col {
            width: 47.5%;
            float: left; } }
        @media screen and (min-width: 64em) {
            .page-content.contact-form .page-body .container .wpcf7 .contact-col:nth-child(3) {
            width: 47.5%;
            float: right; } }
        .page-content.contact-form .page-body .container .wpcf7 p {
            margin-bottom: 30px;
            color: #fff;
            text-align: center;
            clear: both;
            margin-left: 0;
            margin-right: 0;
            max-width: 100%; }
        .page-content.contact-form .page-body .container .wpcf7 label {
            font-family: 'BigJohn', sans-serif;
            text-transform: uppercase;
            color: #fff;
            font-size: 1em;
            width: 100%;
            text-align: left;
            display: block; }
        .page-content.contact-form .page-body .container .wpcf7 input, .page-content.contact-form .page-body .container .wpcf7 textarea, .page-content.contact-form .page-body .container .wpcf7 select {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            border: none;
            font-size: 1em;
            padding: 10px;
            width: 100%;
            border-radius: 0;
            -moz-box-sizing: border-box;
                 box-sizing: border-box; }
            .page-content.contact-form .page-body .container .wpcf7 input[type="submit"], .page-content.contact-form .page-body .container .wpcf7 textarea[type="submit"], .page-content.contact-form .page-body .container .wpcf7 select[type="submit"] {
            font-family: 'BigJohn', sans-serif;
            display: inline-block;
            background-color: #0082bb;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 1em;
            padding: 20px 75px;
            border-radius: 100px;
            margin-top: 40px;
            width: auto; }
        .page-content.contact-form .page-body .container .wpcf7 select {
            background: #fff url("../images/select-bg.png") no-repeat center right; }
        .page-content.contact-form .page-body .container .wpcf7 textarea {
            height: 132px; }

.home .page-content {
    background-image: none !important; }

body.page .page-content.about-us {
    background: none; }
    body.page .page-content.about-us .page-body .container {
    padding: 20px 0 0; }
    body.page .page-content.about-us header {
    margin: 0 -20px; }
    @media screen and (min-width: 64em) {
        body.page .page-content.about-us header {
        margin: 0; } }
    body.page .page-content.about-us .page-title {
    margin-bottom: 0; }
    body.page .page-content.about-us .about-anchors {
    text-align: center;
    padding-bottom: 50px;
    display: none; }
    @media screen and (min-width: 64em) {
        body.page .page-content.about-us .about-anchors {
        display: block; } }
    body.page .page-content.about-us .about-anchors li {
        display: inline-block;
        border-left: 1px solid #fff;
        padding: 0 30px; }
        body.page .page-content.about-us .about-anchors li:first-child {
        border-left: none; }
    body.page .page-content.about-us .about-anchors a {
        font-family: 'BigJohn', sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        body.page .page-content.about-us .about-anchors a:hover, body.page .page-content.about-us .about-anchors a:active, body.page .page-content.about-us .about-anchors a:focus {
        color: #fbe400; }
    body.page .page-content.about-us .content img {
    max-width: 100%;
display: block;
margin: 0 auto;}
    @media screen and (min-width: 75em) {
    body.page .page-content.about-us .content {
        padding-right: 400px; }
        body.page .page-content.about-us .content img {
        float: right;
        margin-right: -361px;
        margin-top: 5px; } }
    body.page .page-content.about-us .about-tangometer {
    display: none; }
    @media screen and (min-width: 64em) {
        body.page .page-content.about-us .about-tangometer {
        display: block; } }
    body.page .page-content.about-us .about-tangometer .page-title {
        margin-bottom: 50px; }

.product-types {
    background-image: url("../images/gradient.png");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    background-position: center 185px;
    background-repeat: repeat-x;
    padding-top: 40px; }
    .product-types .container {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 64em) {
        .product-types .container {
        margin: 0 auto; } }
    .product-types .product-types--list {
    list-style: none;
    padding: 0 0 90px; }
    @media screen and (min-width: 64em) {
        .product-types .product-types--list {
        overflow: auto; } }
    .product-types .product-types--list.owl-carousel {
        margin-bottom: 90px;
        padding: 0; }
        .product-types .product-types--list.owl-carousel .type {
        width: 100%; }
        @media screen and (min-width: 64em) {
        .product-types .product-types--list.owl-carousel .owl-controls {
            display: none; } }
        .product-types .product-types--list.owl-carousel .owl-nav .owl-prev, .product-types .product-types--list.owl-carousel .owl-nav .owl-next {
        overflow: hidden;
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        position: absolute;
        width: 80px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-size: auto 50px;
        top: 0;
        opacity: 0.5; }
        .product-types .product-types--list.owl-carousel .owl-nav .owl-prev:hover, .product-types .product-types--list.owl-carousel .owl-nav .owl-next:hover {
            opacity: 0.75; }
        .product-types .product-types--list.owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url(../images/carousel-arrow-left.png);
        background-position: 44% center; }
        @media screen and (min-width: 64em) {
            .product-types .product-types--list.owl-carousel .owl-nav .owl-prev {
            left: -61px;
            background-color: #e18e00;
            margin-top: -61px; } }
        .product-types .product-types--list.owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url(../images/carousel-arrow-right.png);
        background-position: 56% center; }
        @media screen and (min-width: 64em) {
            .product-types .product-types--list.owl-carousel .owl-nav .owl-next {
            right: -61px;
            margin-top: -61px; } }
    .product-types .product-types--list .type {
        -moz-box-sizing: border-box;
             box-sizing: border-box; }
        @media screen and (min-width: 64em) {
        .product-types .product-types--list .type {
            float: left;
            width: 16.66%; } }
        .product-types .product-types--list .type a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 49px 0 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .product-types .product-types--list .type a:hover img, .product-types .product-types--list .type a:active img, .product-types .product-types--list .type a:focus img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
        .product-types .product-types--list .type a.orange {
            background-color: #fe723e; }
            .product-types .product-types--list .type a.orange h3 {
            background-color: #fc5d23; }
            .product-types .product-types--list .type a.orange:hover, .product-types .product-types--list .type a.orange:active, .product-types .product-types--list .type a.orange:focus {
            background-color: #fc5d23; }
        .product-types .product-types--list .type a.pink {
            background-color: #f3568b; }
            .product-types .product-types--list .type a.pink h3 {
            background-color: #ef3f7a; }
            .product-types .product-types--list .type a.pink:hover, .product-types .product-types--list .type a.pink:active, .product-types .product-types--list .type a.pink:focus {
            background-color: #ef3f7a; }
        .product-types .product-types--list .type a.purple {
            background-color: #b082c2; }
            .product-types .product-types--list .type a.purple h3 {
            background-color: #9161a5; }
            .product-types .product-types--list .type a.purple:hover, .product-types .product-types--list .type a.purple:active, .product-types .product-types--list .type a.purple:focus {
            background-color: #9161a5; }
        .product-types .product-types--list .type a.green {
            background-color: #40bf62; }
            .product-types .product-types--list .type a.green h3 {
            background-color: #0aae41; }
            .product-types .product-types--list .type a.green:hover, .product-types .product-types--list .type a.green:active, .product-types .product-types--list .type a.green:focus {
            background-color: #0aae41; }
        .product-types .product-types--list .type a.red {
            background-color: #ff7374; }
            .product-types .product-types--list .type a.red h3 {
            background-color: #fe5b5a; }
            .product-types .product-types--list .type a.red:hover, .product-types .product-types--list .type a.red:active, .product-types .product-types--list .type a.red:focus {
            background-color: #fe5b5a; }
        .product-types .product-types--list .type a.blue {
            background-color: #7299e7; }
            .product-types .product-types--list .type a.blue h3 {
            background-color: #5d87da; }
            .product-types .product-types--list .type a.blue:hover, .product-types .product-types--list .type a.blue:active, .product-types .product-types--list .type a.blue:focus {
            background-color: #5d87da; }
        .product-types .product-types--list .type a img {
            max-width: 129px;
            display: block;
            margin: 0 auto 25px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        .product-types .product-types--list .type a h3 {
            font-family: 'BigJohn', sans-serif;
            font-size: 1em;
            text-align: center;
            padding: 24px 25px 21px; }

.profile-tabs {
    text-align: center; }
    .profile-tabs .profile-tabs--container {
    overflow: auto;
    padding-bottom: 110px;
    position: relative;
    padding-top: 55px; }
    .profile-tabs .profile-tabs--container .profile-tabs--tabs {
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none; }
        @media screen and (min-width: 64em) {
        .profile-tabs .profile-tabs--container .profile-tabs--tabs {
            display: block; } }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab {
        display: block;
        float: left; }
        @media screen and (min-width: 64em) {
            .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab {
            width: 23%; } }
        @media screen and (min-width: 64em) {
            .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab:nth-child(3) {
            margin-left: 95px; } }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab a {
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 1.125em;
            color: #fff;
            text-decoration: none;
            display: block;
            text-align: center;
            padding: 16px 35px 14px; }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab.sweet-mild a {
            background-color: #ffa300; }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab.medium-tangy a {
            background-color: #ff8300;
            padding-right: 75px; }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab.strong-zingy a {
            background-color: #e94a36;
            padding-left: 75px; }
        .profile-tabs .profile-tabs--container .profile-tabs--tabs .tab.hot-spicy a {
            background-color: #c40c2e; }
    .profile-tabs .profile-tabs--container .profile-tabs--products {
        clear: both; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading {
        background-color: #ffa300;
        padding-top: 130px; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading.medium-tangy {
            background-color: #ff8300;
            padding-top: 0; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading.strong-zingy {
            background-color: #e94a36;
            padding-top: 0; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading.hot-spicy {
            background-color: #c40c2e;
            padding-top: 0; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading a {
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 1.125em;
            color: #fff;
            text-decoration: none;
            display: block;
            text-align: center;
            padding: 16px 55px 14px; }
        @media screen and (min-width: 64em) {
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab-heading {
            display: none !important; } }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab {
        overflow: auto;
        display: none; }
        @media screen and (min-width: 64em) {
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab {
            padding: 100px 0; } }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab:nth-child(2) {
            display: block; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab.sweet-mild {
            background-color: #ffa300; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab.medium-tangy {
            background-color: #ff8300; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab.strong-zingy {
            background-color: #e94a36; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab.hot-spicy {
            background-color: #c40c2e; }
        .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel {
            overflow: visible;
            margin-bottom: 90px;
            padding: 0; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-stage-outer {
                overflow: visible; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .type {
                width: 100%; }
            @media screen and (min-width: 64em) {
                .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-controls {
                display: none; } }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-prev, .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-next {
                overflow: hidden;
                display: block;
                text-indent: 100%;
                white-space: nowrap;
                position: absolute;
                width: 60px;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                background-repeat: no-repeat;
                background-size: auto 50px;
                top: 0;
                opacity: 0.5; }
                .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-prev:hover, .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-next:hover {
                opacity: 0.75; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-prev {
                left: 0;
                background-image: url(../images/carousel-arrow-left.png);
                background-position: 44% center; }
                @media screen and (min-width: 64em) {
                .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-prev {
                    left: -61px;
                    background-color: #e18e00;
                    margin-top: -61px; } }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-next {
                right: 0;
                background-image: url(../images/carousel-arrow-right.png);
                background-position: 56% center; }
                @media screen and (min-width: 64em) {
                .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list.owl-carousel .owl-nav .owl-next {
                    right: -61px;
                    margin-top: -61px; } }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list .profile-product {
            max-width: 100%;
            display: inline-block;
            padding: 0 40px 20px;
            -moz-box-sizing: border-box;
                 box-sizing: border-box; }
            @media screen and (min-width: 64em) {
                .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list .profile-product {
                max-width: 19%; } }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list .profile-product a {
                color: #fff;
                text-decoration: none;
                display: block; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list .profile-product img {
                display: block;
                margin: 0 auto;
                max-width: 128px; }
            .profile-tabs .profile-tabs--container .profile-tabs--products .tab .profile-products-list .profile-product h3 {
                font-family: 'Open Sans', sans-serif;
                text-transform: uppercase;
                font-weight: 800;
                font-size: 1.125em;
                padding-top: 10px; }

.tangometer.product-page {
    padding: 0;
    background: transparent;
    border: none;
    width: 205px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -102px; }
    .tangometer.product-page .dial {
    width: 205px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0; }
    .tangometer.product-page .dial .fork {
        width: 71px;
        -webkit-transform-origin: 66px 30px;
        -moz-transform-origin: 66px 30px;
        -ms-transform-origin: 66px 30px;
        transform-origin: 66px 30px; }

.taxonomy-products {

    background-position: center 162px;
    background-repeat: repeat-x;
    padding-top: 20px;
 }

 @media screen and (min-width: 64em){
     .taxonomy-products {
         padding-top: 0;
         background-image: url("../images/gradient.png");
         background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
         background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
         background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0, transparent 45%);
    }
 }

.taxonomy-products-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
.taxonomy-products-tabs-spaced {
    padding-bottom: 75px; }
    .taxonomy-products-tabs .tab {
    width: 200px;
    display: inline-block; }
    .taxonomy-products-tabs .tab a {
        color: #fff;
        text-decoration: none;
        display: block; }
    .taxonomy-products-tabs .tab.active a h3 {
        background-color: #ffa300; }
    .taxonomy-products-tabs .tab.active.hot-spicy a h3 {
        background-color: #c40c2e; }
    .taxonomy-products-tabs .tab.active.medium-tangy a h3 {
        background-color: #ff8300; }
    .taxonomy-products-tabs .tab.active.strong-zingy a h3 {
        background-color: #e94a36; }
    .single-product .img-cont img,
    .taxonomy-products-tabs .tab img {
        max-width: 130px;
        display: block;
        margin: 0 auto 10px; }
    .taxonomy-products-tabs .tab h3 {
        font-family: 'Open Sans Condensed', sans-serif;
        display: block;
        width: 100%;
        padding: 20px 0;
        background-color: #e69300;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.125em;
        font-weight: 800; }
    .taxonomy-products-tabs .tab.hot-spicy a h3 {
        background-color: #ac0b28; }
    .taxonomy-products-tabs .tab.medium-tangy a h3 {
        background-color: #e67600; }
    .taxonomy-products-tabs .tab.strong-zingy a h3 {
        background-color: #e6351f; }

.taxonomy-products-information .hot-spicy .product-description {
    background-color: #c40c2e; }
.taxonomy-products-information .medium-tangy .product-description {
    background-color: #ff8300; }
.taxonomy-products-information .strong-zingy .product-description {
    background-color: #e94a36; }
.taxonomy-products-information .tab {
    display: none; }
    .taxonomy-products-information .tab:first-child {
    display: block; }
.taxonomy-products-information .product-description {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #ffa300;
    padding: 25px;
    overflow: auto;
    margin-bottom: 80px; }

    @media screen and (min-width: 64em) {
        padding: 75px;
    }
    .taxonomy-products-information .product-description h2 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'BigJohn', sans-serif;
    text-align: center;
    font-size: 2em;
    padding-bottom: 20px;
    display: block; }
    @media screen and (min-width: 64em) {
        .taxonomy-products-information .product-description h2 {
        float: left;
        width: 50%;
        padding: 0 60px;
        font-size: 3.75em; } }
    .taxonomy-products-information .product-description p {
    font-size: 1.125em;
    margin-bottom: 20px;
    line-height: 1.25em; }
    @media screen and (min-width: 75em) {
        .taxonomy-products-information .product-description p {
        width: 525px;
        float: right; } }
.taxonomy-products-information .sub-title {
    font-family: 'BigJohn', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px; }
.taxonomy-products-information .sub-tabs .sub-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .taxonomy-products-information .sub-tabs .sub-tabs-list li {
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
width: 50%; }
    @media screen and (min-width: 64em) {
        .taxonomy-products-information .sub-tabs .sub-tabs-list li {
        float: left;
        width: 50%;
        text-align: center;
        border-left: 5px solid #009ee3; }
        .taxonomy-products-information .sub-tabs .sub-tabs-list li:first-child {
            border-left: none; } }
    .taxonomy-products-information .sub-tabs .sub-tabs-list li.active a {
        background-color: #22347e; }
        .taxonomy-products-information .sub-tabs .sub-tabs-list li.active a span:after {
        display: none; }
    .taxonomy-products-information .sub-tabs .sub-tabs-list li a {
        font-family: 'BigJohn', sans-serif;
        font-size: 1em;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        display: block;
        background-color: #0088cf;
        padding: 14px 10px 10px; }

        @media screen and (min-width: 64em){

            .taxonomy-products-information .sub-tabs .sub-tabs-list li a{
                padding: 24px 20px 20px;
            }

        .taxonomy-products-information .sub-tabs .sub-tabs-list li a span {
        display: inline-block;
        padding-right: 40px;
        position: relative; }

        .taxonomy-products-information .sub-tabs .sub-tabs-list li a span:after {
            content: '';
            display: block;
            background: url(../images/btn-arrow.png) no-repeat center center;
            width: 10px;
            height: 14px;
            top: 50%;
            right: 15px;
            margin-top: -7px;
            position: absolute;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

        }

.taxonomy-products-information .sub-tabs .sub-tabs-content {
    margin-bottom: 55px;
    clear: both; }
    .taxonomy-products-information .sub-tabs .sub-tabs-content div {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #22347e;
    padding: 50px 20px;
    text-align: center;
    display: none; }

    @media screen and (min-width: 48em){
        .taxonomy-products-information .sub-tabs .sub-tabs-content div {
            padding: 50px;
        }
    }

    .taxonomy-products-information .sub-tabs .sub-tabs-content div:first-child {
        display: block; }
    .taxonomy-products-information .sub-tabs .sub-tabs-content div p {
        font-size: 1.125em;
        margin-bottom: 40px;
        line-height: 1.5em; }
        .taxonomy-products-information .sub-tabs .sub-tabs-content div p:last-child {
        margin-bottom: 0; }
    .taxonomy-products-information .sub-tabs .sub-tabs-content div table {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        text-align: left; }
        .taxonomy-products-information .sub-tabs .sub-tabs-content div table td {
        padding: 15px; }
        .taxonomy-products-information .sub-tabs .sub-tabs-content div table td:last-child {
            text-align: center; }
        .taxonomy-products-information .sub-tabs .sub-tabs-content div table tr:nth-child(odd) {
        background-color: #172356; }
.taxonomy-products-information .stores {
    text-align: center;
    margin-bottom: 75px; }
    .taxonomy-products-information .stores img {
    display: inline-block;
    margin-bottom: 5px;
    }

    @media screen and (min-width: 48em){
        .taxonomy-products-information .stores img{
                margin-left: 10px;
            }
    }

    @media screen and (min-width: 64em){
        .taxonomy-products-information .stores img{
                margin-bottom: 0;
        }
    }


    .taxonomy-products-information .stores img:first-child {
        margin-left: 0; }
.taxonomy-products-information .related-recipes {
    text-align: center;
    padding-bottom: 120px; }

.view-all-container {
    text-align: center;
    padding-bottom: 100px; }

.view-all {
    font-family: 'BigJohn', sans-serif;
    display: inline-block;
    background-color: #0082bb;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    padding: 20px 60px 20px 50px;
    border-radius: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative; }
    .view-all:after {
    content: '';
    display: block;
    background: url(../images/btn-arrow.png) no-repeat center center;
    width: 10px;
    height: 14px;
    top: 50%;
    right: 35px;
    margin-top: -7px;
    position: absolute; }
    .view-all:hover, .view-all:active, .view-all:focus {
    background-color: #00577d;
    color: #fbe400; }

.archive .page-content, .page .page-content {
    background: #009ee3 url("../images/arches.png") no-repeat center 105px; }

.archive .hentry {
    padding-top: 50px;
    min-height: 218px; }

    .archive.tax-recipe-type .hentry{
        min-height: auto;
    }

.page .page-content {
    background-position: center -3px; }

.page-id-161 .page-content, .archive.tax-recipe-type .page-content {
    background-image: none;
padding: 0; }

.post-161 {
    padding-bottom: 60px; }

    .page-id-161 .post-161.hentry, .page-id-40 .hentry{
        padding-top: 60px;
    }

    @media screen and (min-width: 64em){
        .page-id-161 .post-161.hentry, .page-id-40 .hentry{
            padding-top: 0;
        }
    }

    @media screen and (min-width: 64em){
        .post-161{
            background-image: url("../images/gradient-b.png");
            background-image: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.1) 95%);
            background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 95%);
            background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 95%);
            background-image: linear-gradient(to     , rgba(0, 0, 0, 0.1) 95%);
            background-position: center bottom;
            background-repeat: repeat-x;
            margin-bottom: 60px;
        }
    }

.recipe-categories {
    text-align: center;
    font-size: 1.125em; }

    .recipe-categories li {
        padding-bottom: 10px;
    }

    .recipe-categories a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
    .recipe-categories a:hover, .recipe-categories a:active, .recipe-categories a:focus, .recipe-categories a.active {
        color: #fbe400; }

        @media screen and (min-width: 64em){
            .recipe-categories li {
                display: inline-block; }
                .recipe-categories li:first-child a{
                border-left: none; }

            .recipe-categories a{
                text-decoration: none;
                border-left: 1px solid #fff;
                padding: 0 30px;
            }
        }

.recipies-list {
    overflow: auto;
    padding: 40px 20px;
    text-align: center; }

    .single-recipe .recipies-list{
        padding-top: 20px;
    }

    @media screen and (min-width: 64em) {
        .single-recipe .recipies-list{
            padding-top: 40px;
        }
    }

    @media screen and (min-width: 64em) {
    .recipies-list {
        padding: 40px 0; } }
    .recipies-list .recipe {
    overflow: auto;
margin-bottom: 30px;}
    @media screen and (min-width: 48em) {
        .recipies-list .recipe {
        width: 50%;
        margin-bottom: 30px;
        display: inline-block;
        margin-left: -4px; } }
    @media screen and (min-width: 64em) {
        .recipies-list .recipe {
        width: 33.33%; } }
    .recipies-list .recipe a {
        text-decoration: none;
        color: #fff;
        display: block;
        position: relative;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        overflow: hidden;
        float: left;
     }
        .recipies-list .recipe a img {
        display: block;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100%; }
        .recipies-list .recipe a > h3 {
        font-family: 'BigJohn', sans-serif;
        font-size: 1em;
        padding: 20px;
        position: relative;
        z-index: 1;
        height: 78px;
        line-height: 1.1em;
        height: 78px;
        -moz-box-sizing: border-box;
             box-sizing: border-box; }
        .recipies-list .recipe a .information {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        height: 95%;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        padding: 20px;
        display: none;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .recipies-list .recipe a .information > div {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .recipies-list .recipe a .information h3 {
            font-family: 'BigJohn', sans-serif;
            background-color: none !important;
            font-size: 2.25em;
            margin-bottom: 10px; }
        .recipies-list .recipe a .information .cooking-time {
            display: block;
            text-align: center;
            padding-bottom: 25px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 1em; }
            .recipies-list .recipe a .information .cooking-time li {
            display: inline-block;
            padding-left: 12px;
            padding-right: 3px;
            position: relative; }
            .recipies-list .recipe a .information .cooking-time li:before {
                content: '';
                display: block;
                border-radius: 50%;
                width: 6px;
                height: 6px;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px; }
            .recipies-list .recipe a .information .cooking-time li:first-child {
                padding-left: 0; }
                .recipies-list .recipe a .information .cooking-time li:first-child:before {
                display: none; }
        @media screen and (min-width: 64em) {
        .recipies-list .recipe a:hover img, .recipies-list .recipe a:active img, .recipies-list .recipe a:focus img {
            -webkit-transform: scale(1.49);
            -moz-transform: scale(1.49);
            -ms-transform: scale(1.49);
            transform: scale(1.49); }
        .recipies-list .recipe a:hover .information, .recipies-list .recipe a:active .information, .recipies-list .recipe a:focus .information {
            display: block; } }
    @media screen and (min-width: 64em) {
        .recipies-list .recipe {
        width: 33.33%; } }
    .recipies-list .recipe.product-tang-medium-tangy a > h3 {
        background-color: #ff8300; }
    .recipies-list .recipe.product-tang-medium-tangy a:hover > h3, .recipies-list .recipe.product-tang-medium-tangy a:active > h3, .recipies-list .recipe.product-tang-medium-tangy a:focus > h3 {
        background-color: #cc6900; }
        @media screen and (min-width: 75em) {
        .recipies-list .recipe.product-tang-medium-tangy a:hover > h3, .recipies-list .recipe.product-tang-medium-tangy a:active > h3, .recipies-list .recipe.product-tang-medium-tangy a:focus > h3 {
            background-color: #ff8300; } }
    .recipies-list .recipe.product-tang-sweet-mild a > h3 {
        background-color: #ffa300; }
    .recipies-list .recipe.product-tang-sweet-mild a:hover > h3, .recipies-list .recipe.product-tang-sweet-mild a:active > h3, .recipies-list .recipe.product-tang-sweet-mild a:focus > h3 {
        background-color: #cc8200; }
        @media screen and (min-width: 75em) {
        .recipies-list .recipe.product-tang-sweet-mild a:hover > h3, .recipies-list .recipe.product-tang-sweet-mild a:active > h3, .recipies-list .recipe.product-tang-sweet-mild a:focus > h3 {
            background-color: #ffa300; } }
    .recipies-list .recipe.product-tang-strong-zingy a > h3 {
        background-color: #e94a36; }
    .recipies-list .recipe.product-tang-strong-zingy a:hover > h3, .recipies-list .recipe.product-tang-strong-zingy a:active > h3, .recipies-list .recipe.product-tang-strong-zingy a:focus > h3 {
        background-color: #d52c17; }
        @media screen and (min-width: 75em) {
        .recipies-list .recipe.product-tang-strong-zingy a:hover > h3, .recipies-list .recipe.product-tang-strong-zingy a:active > h3, .recipies-list .recipe.product-tang-strong-zingy a:focus > h3 {
            background-color: #e94a36; } }
    .recipies-list .recipe.product-tang-hot-spicy a > h3 {
        background-color: #c40c2e; }
    .recipies-list .recipe.product-tang-hot-spicy a:hover > h3, .recipies-list .recipe.product-tang-hot-spicy a:active > h3, .recipies-list .recipe.product-tang-hot-spicy a:focus > h3 {
        background-color: #940923; }
        @media screen and (min-width: 75em) {
        .recipies-list .recipe.product-tang-hot-spicy a:hover > h3, .recipies-list .recipe.product-tang-hot-spicy a:active > h3, .recipies-list .recipe.product-tang-hot-spicy a:focus > h3 {
            background-color: #c40c2e; } }

.single-recipe .page-content {
    padding: 0; }
.single-recipe .main-header {
    min-height: 1px; }
    @media screen and (min-width: 64em) {
    .single-recipe .main-header {
        overflow: hidden; } }
.single-recipe .recipe header {
    background-color: #ffa300;
    padding-top: 71px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none; }
    @media screen and (min-width: 75em) {
    .single-recipe .recipe header {
        padding-left: 0;
        padding-right: 0; } }
.single-recipe .recipe .image-block {
    position: relative;
    padding-bottom: 40px; }
    .single-recipe .recipe .image-block:before {
    content: '';
    display: block;
    width: 100%;
    background-color: #ffa300;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute; }
    .single-recipe .recipe .image-block img {
    position: relative;
    max-width: 100%; }

.single-recipe .recipe header{
    padding-top: 30px;
}

@media screen and (min-width: 64em){
    .single-recipe .recipe header{
        padding-top: 71px;
    }
}

.single-recipe .recipe.hot-spicy header {
    background-color: #c40c2e; }
.single-recipe .recipe.hot-spicy .image-block:before {
    background-color: #c40c2e; }
.single-recipe .recipe.strong-zingy header {
    background-color: #e94a36; }
.single-recipe .recipe.strong-zingy .image-block:before {
    background-color: #e94a36; }
.single-recipe .recipe.medium-tangy header {
    background-color: #ff8300; }
.single-recipe .recipe.medium-tangy .image-block:before {
    background-color: #ff8300; }
.single-recipe h1.page-title {
    display: inline-block;
    font-size: 1.75em;
    line-height: 1.1em;
    margin-bottom: 20px;
    max-width: 100%;
    word-wrap: break-word;
 }
    .single-recipe h1.page-title:before, .single-recipe h1.page-title:after {
    display: none; }

    @media screen and (min-width: 64em){
        .single-recipe h1.page-title{
            font-size: 2.5em;
            max-width: 80%;
        }
    }
.single-recipe .cooking-time {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1em; }
    .single-recipe .cooking-time li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 3px;
    position: relative; }
    .single-recipe .cooking-time li:before {
        content: '';
        display: block;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -3px; }
    .single-recipe .cooking-time li:first-child {
        padding-left: 0; }
        .single-recipe .cooking-time li:first-child:before {
        display: none; }
.single-recipe section.container {
    padding: 0 20px; }
    @media screen and (min-width: 75em) {
    .single-recipe section.container {
        padding: 0; } }
.single-recipe .description {
    max-width: 700px;
    margin: 0 auto 40px; }
.single-recipe .recipe-information {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    color: #000;
    overflow: auto;
    margin-bottom: 40px;
    padding: 20px; }
    @media screen and (min-width: 64em) {
    .single-recipe .recipe-information {
        padding: 55px 90px;
        margin-bottom: 82px; } }
    .single-recipe .recipe-information h3 {
    font-family: 'BigJohn', sans-serif;
    color: #009ee3;
    font-size: 1.625em;
    margin-bottom: 30px;
    display: none;
text-align: center}

@media screen and (min-width: 64em) {
    .single-recipe .recipe-information h3 {
        text-align: left;
        display: block;
    }
}

    .single-recipe .recipe-information aside {
    padding-bottom: 30px; }
    @media screen and (min-width: 64em) {
        .single-recipe .recipe-information aside {
        float: left;
        width: 25%; } }
    .single-recipe .recipe-information aside li {
        font-size: 0.875em;
        margin-bottom: 18px; }
        .single-recipe .recipe-information aside li:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 64em) {
    .single-recipe .recipe-information section {
        float: right;
        width: 65%; } }
    .single-recipe .recipe-information section p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 15px; }
    @media screen and (min-width: 64em) {
        .single-recipe .recipe-information section p {
        font-size: 0.875em;
        margin-bottom: 30px; } }
    .single-recipe .recipe-information section p:last-child {
        margin-bottom: 0; }



        .taxonomy-products-tabs.owl-carousel .owl-nav .owl-prev, .taxonomy-products-tabs.owl-carousel .owl-nav .owl-next {
        overflow: hidden;
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        position: absolute;
        width: 80px;
        height: 80%;
        background-repeat: no-repeat;
        background-size: auto 50px;
        top: 0;
        opacity: 0.5; }
        .taxonomy-products-tabs.owl-carousel .owl-nav .owl-prev:hover, .taxonomy-products-tabs.owl-carousel .owl-nav .owl-next:hover {
            opacity: 0.75; }
        .taxonomy-products-tabs.owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url(../images/carousel-arrow-left.png);
        background-position: 44% center; }
        @media screen and (min-width: 64em) {
            .taxonomy-products-tabs.owl-carousel .owl-nav .owl-prev {
            left: -61px;
            background-color: #e18e00;
            margin-top: -61px; } }
        .taxonomy-products-tabs.owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url(../images/carousel-arrow-right.png);
        background-position: 56% center; }
        @media screen and (min-width: 64em) {
            .taxonomy-products-tabs.owl-carousel .owl-nav .owl-next {
            right: -61px;
            margin-top: -61px; } }

        .taxonomy-products-tabs.owl-carousel .owl-stage{
            margin: 0 auto;
        }

.taxonomy-products-tabs .tab{
    width: 100%;
}

.single-product .img-cont,
.taxonomy-products-tabs .tab .img-cont{
    max-width: 200px;
    margin: 0 auto;
}

.profiles-a{
    float: left;
    width: 30%;
}

    .profiles-a a, .profiles-b a{
        width: 50%;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        margin: 0;
    }

.profiles-b{
    float: right;
    width: 30%;
}


.single-recipe .tab-container{
    margin: -20px -20px 20px -20px;
    overflow: auto;
}

    .single-recipe .tab-container li{
        float: left;
        width: 50%;
        padding: 0;
    }

    .single-recipe .tab-container a{
        font-family: 'BigJohn', sans-serif;
        background-color: #078ccb;
        color: #fff;
        text-decoration: none;
        font-size: 1em;
        display: block;
        text-align: center;
        padding: 20px 10px;
    }


    @media screen and (min-width: 64em){
        .single-recipe .tab-container a{
            font-size: 1.25em;
        }
    }

        .single-recipe .tab-container .active a{
            background-color: #fff;
            color: #009ee3;
        }

.single-recipe .tab-content aside, .single-recipe .tab-content section{
    display: none;
}

.single-recipe .tab-content aside.active, .single-recipe .tab-content section.active{
    display: block;
}

@media screen and (min-width: 64em){
    .single-recipe .tab-container{
        display: none;
    }

    .single-recipe .tab-content aside, .single-recipe .tab-content section{
        display: block !important;
    }
}


.page .page-content{
    padding: 0;
}

.page .page-content .page.hentry{
    padding-top: 60px;
}

@media screen and (min-width: 64em){
    .page .page-content .page.hentry{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


.page-id-40 .hentry p{
}

@media screen and (min-width: 64em){
    .page-id-40 .hentry p{
        padding-left: 0;
        padding-right: 0;
    }
}


.about-tangometer-mobile{
    padding: 30px 0 0;
}

    .about-tangometer-mobile h2.page-title{
        text-align: center;
        font-size: 1.5em !important;
        margin-bottom: 20px !important;
    }

    .about-tangometer-mobile .profiles .profile{
        padding: 20px;
        background-color: #ffa300;
        margin: 0 -20px;
    }

        .about-tangometer-mobile .profiles .profile h3{
            font-family: 'Open Sans', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 1.5em;
            margin-bottom: 15px;
        }

        .about-tangometer-mobile .profiles .profile.medium-tangy{
            background-color: #ff8300;
        }

        .about-tangometer-mobile .profiles .profile.strong-zingy{
            background-color: #e94a36;
        }

        .about-tangometer-mobile .profiles .profile.hot-spicy{
            background-color: #c40c2e;
        }

@media screen and (min-width: 64em){
    .about-tangometer-mobile{
        display: none;
        visibility: hidden;
    }
}


.brainjucier{
    text-align: center;
}

/* --------------------------------------------------------------------------
     Tesco promotion
     -------------------------------------------------------------------------- */

.home .main-header {
     min-height: 90px;
}



/**
 * Banner
 */
.banner {
    position: relative;
    display: block;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto 10px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    background-color: #fae12b;
}

    .banner img {
        max-width: 100%;
    }

    .banner__heading {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .banner__button {
        float: right;
        border-radius: 29px 0 0 29px;
        padding: 22px 45px 22px 34px;
        font-family: BigJohn, sans-serif;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        background-color: #2393be;
        background-image: url('../images/btn-arrow.png');
        background-repeat: no-repeat;
        background-position: right 18px top 50%;
    }

    @media only screen and (max-width: 1024px) {
        .banner {
            padding: 25px;
        }

        .banner__heading {
            position: static;
            top: auto;
            left: auto;
            -webkit-transform: none;
                 -moz-transform: none;
                -ms-transform: none;
                    transform: none;
        }

        .banner__button {
            display: none;
        }
    }



/**
 * Promotion box
 */
.promotion-box {
    position: relative;
    border: 1px solid #fc3;
    margin-bottom: 95px;
    padding: 38px 50px 32px;
    text-align: center;
    background-color: #2393be;
}

    @media only screen and (max-width: 768px) {
        .promotion-box {
            margin-left: 20px;
            margin-right: 20px;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .promotion-box img {
        max-width: 100%;
    }

    .promotion-box__heading {
        margin: 0 0 20px;
    }

    .promotion-box__heading img {
        display: inline-block;
        margin-bottom: 10px;
    }

    .promotion-box__roundel {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    @media only screen and (max-width: 1110px) {
        .promotion-box__roundel {
            top: -20px;
            right: 10px;
            width: 80px;
        }
    }

    @media only screen and (max-width: 780px) {
        .promotion-box__roundel {
            top: -25px;
            right: -15px;
        }
    }

    @media only screen and (max-width: 410px) {
        .promotion-box__roundel {
            top: -35px;
        }
    }

    .promotion-box__text {
        margin-bottom: 35px;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #fbdd30;
    }

    @media only screen and (max-width: 768px) {
        .promotion-box__text {
            font-size: 16px;
            line-height: 20px;
        }
    }

    .promotion-box__text a {
        text-decoration: none;
        color: #fff;
    }

    .promotion-box__photo-box {
        position: relative;
        max-width: 1083px;
        margin: 0 auto 12px;
        padding-top: 22.714681440443%;
        background-image: url('../images/tesco/range.png');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    @media only screen and (max-width: 768px) {
        .promotion-box__photo-box {
            height: 150px;
            margin-bottom: 25px;
            margin-left: -20px;
            margin-right: -20px;
            padding-top: 0;
            background-size: auto 100%;
        }
    }

    .promotion-box__button {
        color: #2393be;
        background-color: #fae12b;
    }

    .promotion-box__button:hover {
        color: #2393be;
    }

    .promotion-box__button:after {
        background-image: url('../images/btn-arrow-blue.png');
    }



/**
 * Winners page
 */
body.page .page-content.winners .content {
    padding: 0 25px;
    font-weight: bold;
    text-align: center;
}

.winners-grid {
    margin-top: 70px;
}

@media only screen and (max-width: 610px) {
    .winners-grid {
        margin-top: 20px;
    }
}

    .winners-grid__item {
        display: inline-block;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        vertical-align: top;
        width: 33.33333%;
    }

    @media only screen and (max-width: 900px) {
        .winners-grid__item {
            width: 50%;
        }
    }

    @media only screen and (max-width: 610px) {
        .winners-grid__item {
            width: 100%;
        }
    }




/**
 * Single winner block
 */
.winner {
    padding: 13px 14px;
    font-weight: 600;
    text-align: center;
    color: #00a1df;
}

@media only screen and (min-width: 900px) {
    .winner:nth-child(2n+1) {
        background-color: #fbdd30;
    }

    .winner:nth-child(2n) {
        background-color: #23387b;
    }
}

@media only screen and (max-width: 900px) {
    .winner:nth-child(4n+1),
    .winner:nth-child(4n+4) {
        background-color: #fbdd30;
    }

    .winner:nth-child(4n+2),
    .winner:nth-child(4n+3) {
        background-color: #23387b;
    }
}

@media only screen and (max-width: 610px) {
    .winner:nth-child(2n+1) {
        background-color: #fbdd30;
    }

    .winner:nth-child(2n) {
        background-color: #23387b;
    }
}

    .winner__inner {
        border: 1px solid;
        padding: 55px 25px 20px;
        background-image: url('../images/tesco/trolley.png');
        background-repeat: no-repeat;
        background-position: 50% 14px;
    }

        .winner__name {
            margin-bottom: 5px !important;
            font-size: 35px !important;
            line-height: 1.2 !important;
        }

        @media only screen and (max-width: 1000px) {
            .winner__name {
                font-size: 28px !important;
            }
        }

        .winner__town {
            font-size: 18px;
            line-height: 1.2 !important;
            text-transform: uppercase;
        }

        @media only screen and (max-width: 1000px) {
            .winner__town {
                font-size: 16px !important;
            }
        }



/**
 * Winners banner
 */
.winners-banner {
    display: block;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto 10px;
    padding: 52px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #0085b8;
}

@media only screen and (max-width: 1000px) {
    .winners-banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

    .winners-banner__image {
        max-width: 100%;
        vertical-align: middle;
        margin-right: 12px;
    }

    .winners-banner__button {
        vertical-align: middle;
        padding: 18px 60px 18px 40px;
        color: #2393be;
        background-color: #fae12b;
    }

    @media only screen and (max-width: 650px) {
        .winners-banner__button {
            margin-top: 20px;
        }
    }

    .winners-banner__button:hover {
        color: #2393be;
    }

    .winners-banner__button:after {
        background-image: url('../images/btn-arrow-blue.png');
    }



/**
 * Salad banner
 */
.salad-banner {
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto 20px;
    padding: 24px 20px 24px 370px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #23387b;
    background-image: url('../images/salad-banner.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

    @media only screen and (max-width: 820px) {
        .salad-banner {
            padding-left: 170px;
            background-position: -200px 0;
        }
    }

    @media only screen and (max-width: 440px) {
        .salad-banner {
            padding-left: 20px;
            background-image: none;
        }
    }

    .salad-banner__title {
        margin-bottom: 14px;
        font-family: 'BigJohn';
        font-size: 40px;
    }

    @media only screen and (max-width: 950px) {
        .salad-banner__title {
            font-size: 32px;
        }
    }

    .salad-banner__button {
        padding: 18px 50px 16px 32px;
    }

    .salad-banner__button::after {
        right: 32px;
    }



/**
 * Overlaid image
 */
.overlaid-img {
    position: relative;
}

    .overlaid-img__img {
        display: block;
    }

    .overlaid-img__overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color ease 0.2s;
        -moz-transition: background-color ease 0.2s;
        transition: background-color ease 0.2s;
    }

    .overlaid-img:hover .overlaid-img__overlay {
        background-color: rgba(2, 2, 2, 0.2);
    }

    .overlaid-img__button {
        position: absolute;
        bottom: 0;
        left: 0;
        font-family: 'BigJohn', sans-serif;
        font-size: 1.625em;
        color: transparent;
        -webkit-transition: color ease 0.2s;
        -moz-transition: color ease 0.2s;
        transition: color ease 0.2s;
    }

    .overlaid-img:hover .overlaid-img__button {
        color: #fff;
    }

    .overlaid-img__button--play::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 78px;
        height: 78px;
        margin-right: 14px;
        background-image: url('../images/play.png');
    }

    .overlaid-img:hover .overlaid-img__button--play::before {
        background-position: 0 -78px;
    }



/**
 * Full-page overlay
 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(2, 2, 2, 0.7);
    cursor: pointer;
}

    .overlay__content {
        position: relative;
        top: 50%;
        max-width: 905px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }



/**
 * Window
 */
.window {
    padding: 10px;
    color: #0082bb;
    background-color: #fff;
}

    .window__content {
        text-align: center;
    }



/**
 * Ratio
 */
.ratio {
    position: relative;
}

.ratio--video {
    padding-top: 56.25%;
}

    .ratio__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



/**
 * Food Service link
 */
.food-service {
    margin-bottom: 35px;
    text-align: center;
}

    .food-service p {
        margin-bottom: 0.75em;
        font-size: 1em;
    }

    .food-service__logo {
        width: 134px;
    }



/**
 * Form
 */
.contact-form a {
    color: currentColor;
}

.form {
    --form-grid-gap: 26px 30px;
    --form-icon-color: #0082bb;
    --form-toggle-spacing: 50px;
    max-width: 898px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125em;
    line-height: 1.4;
    color: #fff;
}

@media only screen and (min-width: 1000px) {
    .form {
        --form-grid-gap: 26px 98px;
    }
}

    .form__heading {
        font-family: BigJohn, sans-serif;
        font-size: 1.5rem;
        text-align: left;
        text-transform: uppercase;
    }

    .form__label {
        font-family: BigJohn, sans-serif;
        font-size: 1.125em;
        text-transform: uppercase;
    }

    .form__error {
        font-weight: bold;
        color: #fbe400;
    }



/**
 * Form fields
 */
.input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0.75em 1em;
    font: inherit;
    background-color: #fff;
}

.input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.input:focus {
    outline: 3px solid #0082bb;
}

.input--short {
    width: 10em;
}

.input--textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
}

.input--select {
    padding-right: calc(1.5em + 16px);
    appearance: none;
    background-image: url('../images/select-bg.png');
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    /*background-size: 43px auto;*/
}

.input--select::-ms-expand {
    display: none;
}

.toggle {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    margin: 0;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0 0;
}

.toggle:checked {
    background-size: 16px auto;
}

.toggle:focus {
    outline: 3px solid #0082bb;
}

.toggle--checkbox {
    border-radius: 0;
    background-image: url('../images/checkbox-checkmark.svg');
}

.toggle--radio {
    border-radius: 50%;
    background-image: url('../images/radio-checkmark.svg');
}

.button {
    display: inline-block;
    border: 0;
    border-radius: 100px;
    padding: 20px 75px;
    font-family: BigJohn, sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: #0082bb;
    cursor: pointer;
}

.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.button--large {
    padding: 20px 75px;
    font-size: 1.125em;
}

.button--medium {
    padding: 18px 42px;
    font-size: 1em;
}

.button--small {
    padding: 15px 30px;
    font-size: 0.875em;
}

.visually-hidden {
    position: absolute;
    top: auto;
    left: -999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*
.gform_wrapper {
    max-width: 960px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

    .gform_body {
        margin-left: -48px;
        font-size: 0;
    }

        .gfield {
            display: inline-block;
            box-sizing: border-box;
            width: 100%;
            margin-bottom: 28px;
            padding-left: 48px;
            font-size: 18px;
        }

            .gfield_label {
                display: block;
                margin-bottom: 5px;
                font-family: BigJohn, sans-serif;
                font-size: 1em;
                text-transform: uppercase;
            }

                .gfield input[type='text'],
                .gfield input[type='email'],
                .gfield input[type='tel'],
                .gfield select,
                .gfield textarea {
                    display: block;
                    box-sizing: border-box;
                    width: 100%;
                    border: 0;
                    padding-left: 10px;
                    padding-right: 10px;
                    font-family: inherit;
                    font-size: 1em;
                }

                .gfield input[type='text'],
                .gfield input[type='email'],
                .gfield input[type='tel'],
                .gfield select {
                    height: 44px;
                }

                .gfield select {
                    appearance: none;
                    background-image: url('../images/select-bg.png');
                    background-repeat: no-repeat;
                    background-position: 100% 50%;
                }

                .gfield textarea {
                    height: 132px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                .gfield_html {
                    font-size: 16px;
                    text-align: center;
                }

    .gform_footer {
        margin-top: 60px;
        text-align: center;
    }

        .gform_button {
            display: inline-block;
            border: 0;
            border-radius: 100px;
            padding: 20px 75px;
            font-family: BigJohn, sans-serif;
            font-size: 1.125em;
            color: #fff;
            background-color: #0082bb;
            cursor: pointer;
        }
*/



/**
 * Contact form fields
 */
/*
@media only screen and (min-width: 520px) {
    .contact__title {
        width: 50%;
    }

    .contact__first-name {
        width: 50%;
    }

    .contact__last-name {
        width: 50%;
    }

    .contact__email {
        width: 50%;
    }

    .contact__product {
        width: 50%;
    }

    .contact__postcode {
        width: 50%;
    }

    .contact__telephone {
        width: 50%;
    }
}

@media only screen and (min-width: 750px) {
    .contact__title {
        width: 20%;
    }

    .contact__first-name {
        width: 30%;
    }
}
*/

/* Legal notice */
.legal p {
    max-width: 100%;
}

.legal ol,
.legal ul {
    margin-bottom: 40px;
    padding-left: 2em;
    font-size: 1.125em;
    line-height: 1.5em;
}

.legal ol ol,
.legal ol ul,
.legal ul ul,
.legal ul ol {
    font-size: 1em;
}

.legal ol ol {
    margin-bottom: 0;
}

.legal > ol {
    list-style-type: lower-alpha;
}

.legal > ol ol {
    list-style-type: lower-roman;
}

.legal > ol ol ol {
    list-style-type: upper-alpha;
}

.legal ul {
    list-style-type: disc;
}

.legal h2 {
    margin-bottom: 0.5em;
    font-size: 1.75em;
    font-weight: bold;
}

.legal h3 {
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
}

.legal sup {
    vertical-align: super;
    font-size: 60%;
}

.legal hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: currentColor;
    margin-top: 20px;
    margin-bottom: 20px;
}

.legal small {
    display: inline-block;
    font-size: 75%;
}

/*
Dialog
*/
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
}

.window {
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: auto;
    padding: 45px 30px;
    background-color: #fff;
}

.window:focus {
    outline: 0;
}

.window__content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.window__title {
    margin-bottom: 1em;
    text-align: center;
    color: #0082bb;
}

.window__footer {
    margin-top: 35px;
    text-align: center;
}

/*
Sarson’s promo
*/
.sarsons-promo {
    margin-bottom: 75px;
    padding: 45px 45px 42px;
    font-size: 20px;
    line-height: 1.125;
    text-align: center;
    color: #fff;
    background-color: #22347e;
}

.sarsons-promo__heading {
    margin-bottom: 0.5em;
    font-family: 'BigJohn', sans-serif;
    font-size: 24px;
}

.sarsons-promo__description {
    margin-bottom: 2.2em;
}

.sarsons-promo__range {
    max-width: 100%;
}

.sarsons-promo__footer {
    margin-top: 20px;
}

.sarsons-promo__button {
    display: inline-block;
    padding: 1em 1.2em;
    font-family: 'BigJohn', sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ffa300;
}

.alert {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #22347e;
    color: #fff;
}

@media screen and (min-width: 64em) {
    .alert {
        margin-left: 0;
        margin-right: 0;
    }
}

    .alert__inner {
        border-top: 3px solid #fbe400;
        border-bottom: 3px solid #fbe400;
        padding: 28px 25px;
    }
