/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


@font-face {
    font-family: 'Kapra Neue Expanded';
    src: url('../fonts/KapraNeue-RegularExpanded.woff2') format('woff2'),
        url('../fonts/KapraNeue-RegularExpanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kapra Neue';
    src: url('../fonts/KapraNeue-Regular.woff2') format('woff2'),
        url('../fonts/KapraNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cordoba Serif';
    src: url('../fonts/CordobaSerif.woff2') format('woff2'),
        url('../fonts/CordobaSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cordoba Serif Stamp';
    src: url('../fonts/CordobaSerif-Stamp.woff2') format('woff2'),
        url('../fonts/CordobaSerif-Stamp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Kapra Neue Expanded';    
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #3d1152;
    overflow-x: hidden;
}

p {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 1.34;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    text-align: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

h1 {
    font-size: 40px;
    line-height: 1.22500;
    margin-bottom: 31px;
    letter-spacing: -0.12px;
}

h2 {
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 0;
}

h2.title {
    font-size: 60px;
    line-height: 1.1;
    padding-bottom: 0;
    font-family: 'Cordoba Serif';
    font-weight: 500;

}

h2 small {
    font-weight: 400;
    font-family: 'Brandon Grotesque', sans-serif;
}

h3 {
    font-size: 25px;
    line-height: 1.4;
}

h4 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
}

h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 21px;
}

h6 {
    font-size: 16px;
    line-height: 1.66666667;
    font-weight: 400;
}

::selection {
    background: #011D49;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 35px 0 30px;
    padding: 0;
}

ol {
    padding-left: 21px;
}

ol li {
    padding-left: 14px;
    line-height: 1.42;
    margin-bottom: 0;
}

ol li p {
    line-height: inherit;
}

strong {
    font-weight: 700;
}

figure {
    margin: 0 0 30px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

blockquote {
    margin: 0 0 30px;
    position: relative;
}

blockquote,
blockquote p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2px;
}

blockquote p {
    margin-bottom: 18px;
    line-height: 1.34;
}

cite {
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    line-height: 1;
}

address {
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 32px;
    letter-spacing: 1.1px;
}

address p {
    line-height: inherit;
    font-size: inherit;
}

address > :last-child {
    margin-bottom: 0;
}

table {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 2px;
    width: 100%;
    border: 0;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
    margin-bottom: 25px;
}

th {
    padding: 9px 11px;
}

td {
    padding: 9px 11px;
    letter-spacing: 0.35px;
    width: 50%;
    border: 0;
}

tr:nth-child(odd) {
    background-color: rgba(238, 238, 244, 0.57);
    border: 0;
}

.table-content {
    overflow-x: auto;
}

.tablepress {
    text-align: left;
    letter-spacing: 0.025em;
    width: auto;
    color: #000000;
    border-top: 1px solid #D9D9E3;
}

.tablepress td {
    min-width: 274px;
}

.tablepress th {
    min-width: 204px;
    padding-right: 10px;
    padding-left: 14px;
    vertical-align: top;
}

.parallel {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.parallel li {
    width: 50%;
}

.parallel li:nth-child(odd) {
    padding-right: 5px;
}

.parallel li:nth-child(even) {
    padding-left: 5px;
}

iframe {
    border: 0;
    display: block;
}

button {
    outline: 0;
}

button:hover,
button:focus {
    outline: 0;
}

a {
    color: #3d1152;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #3d1152;
}

.btn {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    background-color: #0061C5;
    color: #fff;
    border-radius: 4px;
    display: table;
    min-width: 141px;
    text-align: center;
    padding: 9px 12px;
}

.load-btn {
    margin-left: auto;
    margin-right: auto;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.bg-img-half {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(50% - 5px);
    margin-bottom:10px;
}

.bg-sec {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.bg-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.35;
    z-index: 1;
}

.bg-sec-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cover-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.playing .cover-video {
    opacity: 1;
}


/* Form styling */

label {
    display: table;
    font-size: 19px;
    line-height: 1.37;
    margin-bottom: 4px;
}

.felem-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* .felem-list__item { margin-bottom: 20px; width: 100%; font-size: 19px; line-height: 1.37; } */

.felem-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88.6%;
    margin: 0 0 20px;
}

.felem-list__item.halve {
    width: 48.45%;
}

.felem-list__item.halve:nth-child(even) {
    margin-left: auto;
}

.felem-list__item:last-child {
    margin-bottom: 0;
}

.felem-list__item label {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-top: 20px;
    display: block;
}

.felem-field {
    margin-left: 20px;
    min-width: 78.3%;
}

.felem-field select {
    width: 72.5%;
}

span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=url],
input[type=date],
textarea,textarea.form-control,
select {
    color: #00183C;
    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(1, 29, 73, 0.4);
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 10px;
    -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
    border-color: rgba(1, 29, 73, 1);
    outline: 0;
}

textarea {
    height: 600px;
    resize: none;
}

body :-moz-placeholder {
    color: #6d6e71;
    font-family: inherit;
    text-transform: uppercase;
}

body ::-webkit-input-placeholder {
    color: #6d6e71;
    font-family: inherit;
    text-transform: uppercase;
}

body ::-moz-placeholder {
    color: #6d6e71;
    opacity: 1;
    font-family: inherit;
    text-transform: uppercase;
}

body :-ms-input-placeholder {
    opacity: 1;
    color: #6d6e71;
    font-family: inherit;
    text-transform: uppercase;
}


/* button, [type=button],

[type=reset], [type=submit] { min-width: 180px; font-size: 16px; font-weight: 700; color: inherit; text-decoration: none; display: table; color: #fff; padding: 11px 28px; position: relative; border: 0; background-color: #0061C5; cursor: pointer; font-family: inherit; border-radius: 4px; margin-left: auto; margin-right: auto; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; margin-top: 0; } */

button,
[type=button],
[type=reset],
[type=submit] {
    min-width: 180px;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: inherit;
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
    display: table;
    color: #ED8B00;
    letter-spacing: 1.3px;
    padding: 22px 29px;
    position: relative;
    border: 2px solid currentColor;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    margin-top: 0;
}

button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
    outline: 0;
    background-color: #ED8B00;
    border-color: #ED8B00;
    color: #fff;
}

.select-wrap {
    position: relative;
    z-index: 1;
    display: table;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.04);
}

.select-icon {
    width: 52px;
    position: absolute;
    right: 0;
    top: 10px;
    height: 36px;
    border-left: 1px solid #001D42;
    pointer-events: none;
}

.select-icon:after {
    position: absolute;
    border-style: solid;
    border-width: 10.4px 6px 0 6px;
    border-color: #4F868E transparent transparent transparent;
    width: 0;
    height: 0;
    right: 20px;
    top: 50%;
    content: '';
    margin-top: -5px;
}

select {
    color: rgba(1, 29, 73, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 17px 60px 17px 19px;
    background-image: url(../images/icon-selectbox.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 27px) center;
    background-size: 21px 46px;
}

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


/* .wpcf7-checkbox > .wpcf7-list-item {  } */

.wpcf7-acceptance {
    display: block;
    margin-bottom: 21px;
}

.wpcf7-form-control span.wpcf7-list-item {
    margin-bottom: 8px;
}

.wpcf7-form-control a {
    font-weight: 700;
}

.wpcf7-form-control > .wpcf7-list-item label {
    font-weight: 400;
    font-size: 16px;
    margin-right: 29px;
    display: table;
    line-height: 1.2;
    min-height: 22px;
}

.wpcf7-acceptance > .wpcf7-list-item label {
    font-size: 13px;
    line-height: 1.7;
}

.wpcf7-form-control > .wpcf7-list-item label:last-child {
    margin-right: 0;
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:checked + span:before {
    background-color: #011D49;
    border-color: transparent;
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:disabled + span,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:disabled + span {
    color: #aaa;
}

.wpcf7-form-control > .wpcf7-list-item label > span {
    position: relative;
    display: table-cell;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    vertical-align: middle;
}

.wpcf7-form-control > .wpcf7-list-item label > span:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid rgba(1, 29, 73, 0.4);
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    position: absolute;
    top: 2px;
    left: 0;
}

.wpcf7-form-control > .wpcf7-list-item label > span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 6px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:not(:checked),
.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:checked,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:not(:checked),
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:not(:checked):focus + span:before,
.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:checked:focus + span:before,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:not(:checked):focus + span:before,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:checked:focus + span:before {
    border-color: #011D49;
}

.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:not(:checked) + span,
.wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"]:checked + span,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:not(:checked) + span,
.wpcf7-form-control > .wpcf7-list-item label input[type="radio"]:checked + span {
    position: relative;
    cursor: pointer;
}

input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    border-color: #f00;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7-submit { float: left; }
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
}

.wpcf7-not-valid-tip {
    color: #3d1152;
}

div.wpcf7 .ajax-loader {
    display: table;
    margin: 13px 10px;
    float: left;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    color: #f00;
}


/* Form styling */

.slick-slide {
    outline: 0;
}

.slick-dots {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    text-align: center;
    height: 14px;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    min-width: 0;
    padding: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    border: 2px solid #001D42;
}

.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots .slick-active button {
    background-color: #001D42;
}
/* 
button.slick-arrow,
[type=button].slick-arrow,
[type=reset].slick-arrow,
[type=submit].slick-arrow {
    padding: 0;
    font-size: 0;
    border: 0;
    min-width: 0;
    background-color: transparent;
    width: 25px;
    height: 48px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 1;
} */

button.slick-arrow,
[type=button].slick-arrow,
[type=reset].slick-arrow,
[type=submit].slick-arrow {
    padding: 0;
    font-size: 0;
    border: 0;
    min-width: 0;
    background-color: #fff;
    width: 70px;
    height: 70px;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 30%);
}
button.slick-arrow:hover,
[type=button].slick-arrow:hover,
[type=reset].slick-arrow:hover,
[type=submit].slick-arrow:hover {background-color: #3d1152; background-image: url(../images/icon-arrow-w.svg);}


.slick-next {
    right: 30px;
}

.slick-prev {
    left: 30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #fff;
}

.slick-disabled {
    opacity: 0;
}

.site-header {
    color: #fff;
    padding: 0px 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.site-header.fixed { position: fixed;  }
.site-header.fixed:before {
    content: "";
    height: 82px;
    background: #3d1152;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.site-header a {
    color: inherit;
}

.logo-wrap .ps-widget {
    opacity: 0;
}

.logo {
    display: block;
    position: relative;
}

.logo img,
.logo svg {
    width: 100%;
    height: auto;
}

.logo-alt {
    display: none;
}

.main-navigation {
    position: relative;
    max-width: calc(100% - 459px);
}

.main-navigation:before,
.logo-wrap {
    margin-top: -15px;
}

 
.primary-menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-menu li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.080em;
    padding-top: 35px;
    padding-bottom: 50px;
}

.primary-menu > li {
    margin-right: 33px;
}

.primary-menu > li:last-child {
    margin-right: 0;
}

.primary-menu li > a {
    position: relative;
    z-index: 1;
}

.primary-menu li > a:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.primary-menu li > a:hover:after,
.primary-menu li > a:focus:after,
.primary-menu li > a.active:after,
.primary-menu li.current_page_item > a:after,
.primary-menu li.menu-item-home > a:after {
    opacity: 1;
}

.primary-menu a {
    color: #fff;
}

.dropdown-submenu:hover .sub-menu {display: flex;
    opacity: 1;
    transform: translateY(0px);
    flex-wrap: wrap;
    flex-direction: row;
    background: rgb(61 17 82 / 30%);
    justify-content: center; padding: 15px 0px;}
 
.sub-menu {  
    background: transparent;
    border: none;    
    position: fixed;
    left: 0;
    top: 85px;
    justify-content: center;
    text-transform: none;
    border-radius: 0;
    width: 100%;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    transform: translateY(-200px);
    display: flex; 
    margin: 0;
    padding: 0;
    
}
.sub-menu li { padding: 0; }
.sub-menu li a {
    padding: 10px 20px;
    display: block;
}
/* Hamburger menu icon */

.menu-icon {
    width: 24px;
    height: 22px;
    position: relative;
    cursor: pointer;
    z-index: 7;
    position: fixed;
    top: 26px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.menu-icon:after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-icon span:last-of-type {
    margin-bottom: 0;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 9px;
    right: 0;
    left: auto;
}

.menu-icon span:nth-child(3) {
    top: 18px;
}

.menu-icon.active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.menu-icon.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Hamburger menu icon */

.social-wrap .ps-widget[ps-sku],
.social-wrap .ps-widget[data-ps-sku] {
    float: none;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.080em;
    display: table;
    margin-right: 8px;
    font-weight: 500;
    cursor: pointer;
}

.social-wrap .ps-widget[ps-sku]:hover,
.social-wrap .ps-widget[data-ps-sku]:hover {
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
}

.social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.link {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.080em;
    display: table;
    margin-right: 8px;
}

.social-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-list a:hover path {
    fill: #ED8B00;
    transition: all 0.25s ease-in-out;     
}

.social-list a svg,
.social-list img {
    display: block;
}

.social-list li {
    margin: 0 15px;
}

.social-list li:last-child {
    margin-right: 0;
}
 

.toplink-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: -15px;
}

.link {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.080em;
    display: table;
    margin-right: 8px;
}

.toplink-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toplink-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toplink-list a:hover svg * {
    stroke: #ED8B00;
    transition: all 0.25s ease-in-out;    
}

 
.toplink-list a svg,
.toplink-list img {
    display: block;
}

.toplink-list li {
    margin: 0 10px;
}

.toplink-list li:last-child {
    margin-right: 0;
}


.search-form .loader {
    position: absolute;
    width: 100%;
    top: 100%;
    opacity: 0;
}

.search-form .loader svg {
    width: 80px;
    height: 80px;
}

.loaded .show-post.search-form .loader {
    opacity: 1;
}

.social-wrap {
    flex-wrap: wrap;
    text-align: center;
    width: 152px;
}

.social-wrap a.buy.link {
    display: block;
    margin: 0 auto 10px;
    z-index: 99;
    position: relative;
}

.social-wrap .ps-widget[ps-sku] {
    display: none;
}

.page-template-buy a.buy.link {
    border-bottom: 2px solid #FFF;
}

.single-recipes .menu-item-104 a:after {
    opacity: 1;
}


/* Hero section */

.hero-sec {
    position: relative;
}
.hero-sec .img-overlay{
    position:absolute;
    width:75%;
    max-width:900px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);


}
#home-section-one .product {
    margin-top: 70px;
}

 

.hero .hero-slide {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-slide > .container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.hero-slide .container > :last-child {
    margin-bottom: 0;
}

.hero-slide:before,
.hero-slide:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: rgb(35, 31, 32);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0)), to(rgba(35, 31, 32, 1)));
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;    
    pointer-events: none;
}

.hero-slide:after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hero-mob {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    display: none;
}

.loaded .hero-slide:before,
.loaded .hero-slide:after {
    opacity: 0.70;
}

.btn-solid {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid #3d1152;
    padding: 10px 20px 10px 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #3d1152;
}
.btn-solid:hover { color: #3d1152; background-color: #fff;  border: 2px solid #fff;}
.btn-solid.reset-btn:hover   { color: #3d1152; background-color: #fff;  border: 2px solid #3d1152;}
.btn-outline {
    color: #3d1152;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    border: 2px solid #3d1152;
    padding: 10px 30px 10px 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
}
.btn-outline:after{ 
    position:absolute;
    content:"";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #3d1152;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    top: 17px;
    right: 14px;
}

.btn-outline:hover { background:#3d1152; color:#fff !important; }
.btn-outline:hover:after { border-color: #fff;}

.btn-play-w {  color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 10px 30px 10px 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;}

    .btn-play-w:hover {
        border: 1px solid #3d1152;
        background: #3d1152;
    }

.btn-play-w::before {    content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 7.5px 9px;
        border-color: transparent transparent transparent #fff;
        margin-right: 10px; display: inline-block;}

.btn-outline-w {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 10px 30px 10px 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
}
.btn-outline-w:after{ 
    position:absolute;
    content:"";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    top: 17px;
    right: 14px;
}
.btn-outline-w:hover { background:#3d1152; color:#fff;  border-color: #3d1152;}


.arrow-down { 
    display: inline-block;
    content:"";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    vertical-align: top;
    margin: 2px 0 0 15px;
    z-index: 99;    
}


.hero h2 {
    font-size: 60px;
    font-weight: 500;
    font-family: 'Kapra Neue';
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.36);
}

.hero h3 {
    font-size: 25px;
    font-weight: 500;   
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.36);
}

.hero .slick-dots {
    margin: 0;
    position: absolute;    
    bottom: 50%;
    right: 50px;
    width: 14px;
}

.hero .slick-dots button {
    border-color: #fff;
}

.hero .slick-dots button:hover,
.hero .slick-dots button:focus,
.hero .slick-dots .slick-active button {
    background-color: #fff;
}

.banner1 .vid-play { margin-top: 20%;     margin-bottom: 30px;}
.banner1 h2 { margin: 0 0 25px; }
.banner1 h3 { margin-bottom: 35px; }
.banner2 h3 { margin-bottom: 35px; }
/*.banner3 .container { margin: 0 0 0 30px;}*/
.banner3 h2 { text-align: center; margin: 0 0 25px; }
.banner3 h3 { text-align: center; margin-bottom: 35px; }

.banner4 .container { margin: 0 0 0 30px;}
.banner4 .container p { text-align:left }
.banner4 h2 { text-align: left; margin: 0 0 25px; }
.banner4 h3 { text-align: left; margin-bottom: 35px; }


.innerpage .hero-sec {
    height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #3d1152;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.innerpage .hero-sec h2 { font-size:70px; text-align: center; text-shadow: 0px 0px 10px rgba(0,0,0,0.5); color:#fff; text-transform: uppercase;     margin: 5px 0 0 0; z-index: 10;}
.terms-and-conditions .innerpage .hero-sec h2 { text-shadow:none; z-index: 10; }
.privacy-policy .innerpage .hero-sec h2 { text-shadow:none; z-index: 10;}
.innerpage .hero-sec p { z-index: 10; }

.innerpage section.hero-sec:before { content: ""; position:absolute; top:0; left:0px; width:100%; height:40%;    background: rgb(0,0,0,0.1);    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);}
.innerpage section.hero-sec:after { content: ""; position:absolute; bottom:0; left:0px; width:100%; height:45%; background: rgb(0,0,0,0.1);    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);    }
.innerpage .title h3 { font-size:65px;     padding:80px 0 0;}
.innerpage .ourvalue .title h3 { padding:0px 0 0;}
.innerpage .title h4 { font-size:42px;     padding:20px 0 0; }
.innerpage .title { text-align: center;  max-width:900px; margin: 0 auto;}
.mission-values .innerpage .title {    margin: 60px auto 0;}
div#mission { padding: 0 0 0 5px; }

.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.vid-play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:2px solid #fff;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid-play:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0 17.5px 25px;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
}

#video-popup,
.video-popup-css {
    max-width: 1000px;
    margin: 0 auto;
    max-height: 85vh;
    width: 100%;
    text-align: center;
}

#video-popup video,
.video-popup-css video {
    max-width: 100%;
    max-height: 85vh;
    margin: 0 auto;
}


.white-popup {
    position: relative;
    background: #FFF;
    width:auto;
    max-width: 450px;
    margin: 20px 0 20px auto;
  }

  #joinNewsletter-popup .title {
    background: #3d1152;
    color: #fff;
    padding: 20px 70px;
    text-align: center;
    
    text-transform: uppercase;
}
#joinNewsletter-popup .title h3 {font-size: 20px; margin: 0px;}

.mfp-joinNewsletter .mfp-close {
    color: #fff !important;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    line-height: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0 8px 0px 7px;
    margin: 10px;
    font-size: 24px;
    opacity: 1 !important;
}

#joinNewsletter-popup label {    
    font-size: 20px;       
    text-transform: uppercase;
}
#joinNewsletter-popup .form-data { padding: 30px 30px 10px;}
#joinNewsletter-popup .form-group { margin-bottom: 20px; }

/* Hero section */


/* home page */
.mb-30 { margin-bottom: 30px;}
.home-section-one { text-align: center; padding: 60px 0px; overflow: hidden;}
.home-section-one .product {    margin-bottom: 50px;}

.home-section-two { text-align: center; padding: 60px 0px; background: url(../images/section-bg-2.jpg) no-repeat top center; background-size: auto 45%; position: relative; overflow: hidden;}

.home-section-two .pic { margin-bottom: 50px; }

.homepage .product.to-animate, .homepage .pic.to-animate {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;      
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}

.to-animate.visible{
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;      
}
.home-section-two .container { position: relative; }
.home-section-two h2 { color:#fff; margin-bottom: 40px;}
.home-section-two h3 {  margin-bottom: 30px;}
.bottom-animate { position: relative; 
    -webkit-transform: translateY(calc(100px - 1px));
    transform: translateY(calc(100px - 1px));
    opacity: 0;      
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
}
.fade-left-animate { position: relative;     
    opacity: 0;      
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    
}
.fade-right-animate { position: relative;     
    opacity: 0;      
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition-delay:0.5s;
}
.left-animate { position: relative; 
    -webkit-transform: translateX(calc(-100% - 1px));
    transform: translateX(calc(-100% - 1px));
    opacity: 0;      
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
}
.right-animate { position: relative; 
    -webkit-transform: translateX(calc(100% - 1px));
    transform: translateX(calc(100% - 1px));
    opacity: 0;      
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
}

.home-section-receipt { padding: 30px 0px; overflow: hidden;}
.home-section-receipt .receipt-block { position: relative;}
.home-section-receipt .receipt-block img { max-height: 410px; width: 100%; }

.home-section-receipt .receipt-block h3 { padding: 0 25px;color:#fff; font-size:2em; line-height: 1.2; font-weight: 500; text-align: center;   font-family: 'Cordoba Serif';      transform: translateY(46px);   transition: all 0.5s ease-in-out;}
.home-section-receipt .receipt-block:hover h3 { transform: translateY(0px);}
.home-section-receipt .receipt-block:hover .block-hover {cursor: pointer; opacity: 1; 
    /*-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
    background: #3d1152e6;
}
.home-section-receipt .block-hover { background:#00000045; display: flex;  opacity:1; position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    flex-direction: column;    justify-content: center;    align-items: center; /*transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;*/ }
.home-section-receipt .view-all { text-align: center; margin: 50px 0px;}
.receipt-block .block-hover .btn-outline-w { opacity: 0;}
.receipt-block:hover .block-hover .btn-outline-w { opacity: 1; transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}

.home-section-sweet .container-fluid { padding: 0;}
.home-section-sweet { background: #004067; padding: 100px 0 100px;     overflow: hidden;}
.home-section-sweet .container { position: relative;}

.slider.home-sweet .slick-slide { margin: 0 10px;}

.sweet-block-wrap { margin:40px 0px; position: relative;     background: #000;}
.slick-slide .sweet-block { background: transparent;}
.sweet-block {  max-width: 650px; position: relative; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; background: #000;}
.sweet-block img { opacity: 0.7;}
.sweet-block h3 { color:#fff; font-size: 1.8em; line-height: 1.2em; font-weight: 500; text-align: center;   font-family: 'Cordoba Serif';     padding: 0 40px; transform: translateY(46px);  transition: all 0.5s ease-in-out;}
.sweet-block:hover h3 { transform: translateY(0px) !important;}
.sweet-block:hover { transform: translateY(-40px) !important;  }
.sweet-block:hover .block-hover {cursor: pointer; opacity: 1; 
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
    background:rgb(243 180 71 / 65%)
}
.home-section-sweet .slick-list {    padding: 0 60px 0 60px !important }  
.home-section-sweet .title { text-align: center; color:#fff;}
.home-section-sweet p { text-align: center; color:#fff;     max-width: 600px; margin:0px auto 70px;}
.sweet-block .block-hover { background:#00000045; display: flex;  opacity: 1; position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    flex-direction: column;    justify-content: center;    align-items: center;  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out; }
.sweet-block .view-all { text-align: center; margin: 30px 0px;}
.sweet-block .block-hover .btn-outline-w:hover:after { border-color: #f0bb3e; }
.sweet-block .block-hover .btn-outline-w:hover { background: #fff; color: #e6a83e; border:1px solid #fff; }  
.sweet-block .block-hover .btn-outline-w:focus { background: #fff; color: #e6a83e; border:1px solid #fff;}

.sweet-block .block-hover .btn-outline-w { opacity: 0; }
.sweet-block:hover .block-hover .btn-outline-w {  opacity: 1; transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}

.product-sourcing-blocks { padding: 70px 0px 100px;}
.home-section-sweet .view-all .btn-outline-w:hover:after { border-color: #014069; }
.home-section-sweet .view-all .btn-outline-w:hover { background: #fff; color: #014069; }

.home-section-quality { padding: 50px 0px 30px; overflow: hidden;}
.home-section-quality p { text-align: center;     margin-bottom: 40px;}
.home-section-quality .logo-block  .slick-slide { text-align: center;  }

.hrBtm {   margin-top: 50px; margin-bottom: 0;     border-top: 1px solid #ccc !important;}

.products-home {    padding: 71px 0 52px;    overflow: hidden;}
.products-home .container {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.joinNewsletter { position: fixed; bottom:30px; right:0; width:130px; height:130px; background: #3d1152; color:#fff; text-align: center; display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center; border:1px solid rgba(255,255,255,0.3);}
.joinNewsletter span {    margin: 0 0 5px;    line-height: 22px;    font-size: 20px;    display: block;     color: #fff !important;}
.joinNewsletter:hover { color:#fff;}


.featured-home__item:nth-child(odd) .featured-home__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1.29%;
    margin-right: 0;
    -webkit-transform: translateX(calc(100% - 1px));
    transform: translateX(calc(100% - 1px));
}

/* .featured-home__item:nth-child(odd) .home-content { transform: none; } */

.featured-home__item:nth-child(odd) .home-content {
    margin: 0;
}

.featured-home__item:nth-child(odd) .featured-home__content.visible {
    -webkit-transform: none;
    transform: none;
}

.featured-home__item:nth-child(odd).visible .featured-home__content {
    -webkit-transform: none;
    transform: none;
}

.featured-home__item .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.home-product-list {
    padding: 34px 2.85% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 61.9%;
}

.home-product-list__item {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    width: 20%;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.home-product-list__item:last-child {
    margin-right: auto;
}

.home-product-list__item.sr-active {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.home-content {
    background-color: #78BE20;
    color: #fff;
    width: 38.1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 50px 6.15%;
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.home-content.visible {
    -webkit-transform: none;
    transform: none;
}

.home-content:before {
    content: '';
    position: absolute;
    background-color: #78BE20;
    right: 0;
    top: -20px;
    bottom: 20px;
    width: 0;
    z-index: -1;
    height: 2px;
    -webkit-transition: width 1.2s ease-in-out 0.5s;
    transition: width 1.2s ease-in-out 0.5s;
}

.home-content.visible:before {
    width: calc(100% + 20px);
}

.home-content:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 2px;
    border-left: 2px solid #78BE20;
    border-bottom: 2px solid #78BE20;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out 1.7s, height 0.5s ease-in-out 1.7s, width 0.5s ease-in-out 2.2s;
    transition: opacity 0.1s ease-in-out 1.7s, height 0.5s ease-in-out 1.7s, width 0.5s ease-in-out 2.2s;
    z-index: -1;
}

.home-content.visible:after {
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    opacity: 1;
}

.home-content h2 {
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 23px;
}

.nowrap {
    white-space: nowrap;
    word-break: keep-all;
}


/* .home-content h2:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; background-color: #fff; height: 2px; transition: width 0.3s ease-in-out 2.3s; } */

.home-text {
    padding-top: 24px;
    position: relative;
    margin-bottom: 41px;
}

.home-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    background-color: #fff;
    height: 2px;
    -webkit-transition: width 0.3s ease-in-out 2.3s;
    transition: width 0.3s ease-in-out 2.3s;
}

.home-text > :last-child {
    margin-bottom: 0;
}

.home-content.visible .home-text:before {
    width: 72px;
}

.home-content h2 strong {
    font-weight: 900;
    font-size: 70px;
    display: table;
    margin: 6px auto 0;
}

.btn {
    margin-left: auto;
    margin-right: auto;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: transparent;
    color: #000;
    border: 2px solid currentColor;
    border-radius: 10px;
    margin-top: 32px;
    padding: 12px 30px 10px;
    text-align: center;
    min-width: 140px;
    font-size: 20px;
}

.btn.btn-primary {
    background: #3d1152;
    color: #fff;
    font-weight: 500;
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ED8B00;
    border-color: #ED8B00;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn.btn-primary:hover {
    background: #ED8B00;
    color: #fff;
    font-weight: 500;
    border: none;
}


.home-content-inner {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s, -webkit-transform 0.5s ease-in-out 1s;
}

.visible .home-content-inner {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.recipes-home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-content {
    color: #fff;
    width: 38%;
    background-color: #ED8B00;
    margin-right: 1.29%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 30px 5%;
    -webkit-transform: translateX(calc(-100% + 1px));
    transform: translateX(calc(-100% + 1px));
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.color-purple .side-content {
    background-color: #5F259F;
}

.color-green .side-content {
    background-color: #78BE20;
}

.color-cyan .side-content {
    background-color: #49C5B1;
}

.color-orange .btn:hover,
.color-orange .btn:focus {
    color: #ED8B00;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-purple .btn:hover,
.color-purple .btn:focus {
    color: #5F259F;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-green .btn:hover,
.color-green .btn:focus {
    color: #78BE20;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-cyan .btn:hover,
.color-cyan .btn:focus {
    color: #49C5B1;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.visible .side-content {
    -webkit-transform: none;
    transform: none;
}

.home-content .btn,
.side-content .btn {
    color: #fff;
}

.side-content h2 {
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 23px;
}


/* .side-content h2:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; background-color: #fff; height: 2px; transition: width 0.3s ease-in-out 2.3s; } */

.visible .side-content .home-text:before {
    width: 72px;
}

.side-content h2 strong {
    font-weight: 900;
    font-size: 70px;
}

.side-content__inner {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s, -webkit-transform 0.5s ease-in-out 1s;
}

.visible .side-content__inner {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.side-content__inner p {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 1.31;
    margin-bottom: 16px;
}

.difference-home .container,
.side-anim .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-anim {
    position: relative;
    padding: 19px 0;
    margin-bottom: 52px;
}

.side-anim:before,
.side-anim:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #ED8B00;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.side-anim:before {
    top: 0;
}

.side-anim:after {
    bottom: 0;
    -webkit-transition: width 1.5s ease-in-out 0.8s;
    transition: width 1.5s ease-in-out 0.8s;
}

.side-anim.color-green:before,
.side-anim.color-green:after {
    background-color: #78BE20;
}

.side-anim.color-purple:before,
.side-anim.color-purple:after {
    background-color: #5F259F;
}

.side-anim.color-cyan:before,
.side-anim.color-cyan:after {
    background-color: #49C5B1;
}

.side-anim.visible:before {
    width: 100%;
}

.side-anim.visible:after {
    width: 100%;
}

.home-featured {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 34.15%;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.visible .home-featured {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.difference-home .side-content {
    width: 43.75%;
}

.difference-home .home-featured {
    padding-bottom: 50%;
}

.roots-home .home-featured {
    padding-bottom: 46.25%;
}

.roots-home .side-content {
    width: 40.85%;
}


/* Footer */

.footer-main {
    background-color: #3d1152;        
    font-size: 14px;
}
.footer-wrap { padding: 40px 0 150px; display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;}
.footer-main .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

 

.secondary-menu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.secondary-menu li {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 10px;
}


.secondary-menu a {
    color: #fff;
}

.secondary-menu a:hover,
.secondary-menu a:focus {
    color: #ED8B00;
}

.footer-social {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social a {
    color: inherit;
}

.footer-social a:hover,
.footer-social a:focus {
    color: #ED8B00;
}

.copy {
    border-top: 1px solid #fff;
    padding: 35px 0;
    text-align: center;
}

.copy small {
    font-size:13px;
    color:#fff;    
}


/* Footer */

.banner-alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.banner-alt:before,
.banner-alt:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: rgb(35, 31, 32);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0)), to(rgba(35, 31, 32, 1)));
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.banner-alt:after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.banner-alt.inner-banner:before,
.banner-alt.inner-banner:after {
    display: none;
}

.loaded .banner-alt:before,
.loaded .banner-alt:after {
    opacity: 0.40;
}

.banner-alt > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.banner-alt.inner-banner > .container {
    min-height: auto;
    height: 576px;
}

.banner-alt h1,
.banner-alt h2,
.banner-alt-static-text h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3.2px;
    margin-bottom: 8px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.36);
}

.banner-alt-static-text h1 {
    color: #FFF;
}

.banner-alt-content > :last-child {
    margin-bottom: 0;
}

.banner-alt input[type=text],
.banner-alt input[type=email],
.banner-alt input[type=tel],
.banner-alt input[type=password],
.banner-alt input[type=search],
.banner-alt input[type=url],
.banner-alt input[type=date],
.banner-alt textarea,
.banner-alt select {
    background-color: #fff;
    border-color: #fff;
    border-radius: 45px;
    padding: 9px 20px;
}

.banner-alt-static-text .banner-alt-content {
    position: absolute;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.search-form {
    width: 550px;
    margin: 0 auto;
    position: relative;
}

.search-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BBBDBF;
    font-size: 20px;
    text-align: center;
}

.search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBBDBF;
    font-size: 20px;
    text-align: center;
}

.search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #BBBDBF;
    font-size: 20px;
    text-align: center;
}

.search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #BBBDBF;
    font-size: 20px;
    text-align: center;
}

.search-form button,
.search-form [type=button],
.search-form [type=reset],
.search-form [type=submit] {
    font-size: 0;
    padding: 0;
    border: 0;
}

.featured-content {
    background-color: #ED8B00;
    color: #fff;
    text-align: center;
    padding: 42px 0;
    margin-bottom: 71px;
}

.featured-content.color-cyan {
    background-color: #49C5B1;
}

.featured-content.color-green {
    background-color: #78BE20;
}

.featured-content.color-purple {
    background-color: #5F259F;
}

.featured-content .container > :last-child {
    margin-bottom: 0;
}

.featured-content h2 {
    text-transform: uppercase;
    margin-bottom: 11px;
    letter-spacing: 1.4px;
}


/* Product page */

.filter-sec {
    color: #fff;
    padding: 38px 0;
    background-color: #ED8B00;
}

.filter-sec.color-cyan {
    background-color: #49C5B1;
}

.filter-sec.color-green {
    background-color: #78BE20;
}

.filter-sec.color-purple {
    background-color: #5F259F;
}

.filter-sec .container > :last-child {
    margin-bottom: 0;
}

.filter-sec .container .filter-btns:last-child {
    margin-bottom: -15px;
}

.filter-sec a {
    color: inherit;
}


/* .container { width: 1202px; margin: 0 auto; } */

.filter-btns,
.filter-btn-links {
    text-align: center;
    padding: 0 3.5%;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-btns a,
.filter-btn-links a {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border: 2px solid currentColor;
    border-radius: 30px;
    padding: 11px 22px 10px;
    margin-right: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.filter-btns a:hover,
.filter-btns a:focus,
.filter-btns a.active {
    background-color: #fff;
    color: #ED8B00;
    border-color: #fff;
}

.filter-resp {
    display: none;
}

.color-cyan .filter-btns a:hover,
.color-cyan .filter-btns a:focus,
.color-cyan .filter-btns a.active {
    background-color: #fff;
    color: #49C5B1;
    border-color: #fff;
}

.color-green .filter-btns a:hover,
.color-green .filter-btns a:focus,
.color-green .filter-btns a.active,
.color-green .filter-btn-links a:hover,
.color-green .filter-btn-links a:focus,
.color-green .filter-btn-links a.active {
    background-color: #fff;
    color: #78BE20;
    border-color: #fff;
}

.color-purple .filter-btns a:hover,
.color-purple .filter-btns a:focus,
.color-purple .filter-btns a.active {
    background-color: #fff;
    color: #5F259F;
    border-color: #fff;
}

.filter-extra {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-extra li {
    margin-right: 15px;
    line-height: 1;
}

.filter-extra a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    letter-spacing: 0.8px;
}

.filter-extra li:after {
    content: '|';
    display: inline-block;
    margin-left: 13px;
    font-size: 18px;
    position: relative;
    top: -3px;
}

.filter-extra li:last-child {
    margin-right: 0;
}

.filter-extra li:last-child:after {
    display: none;
}

.filter-list {
    padding-top: 71px;
}

.filter-list__item {
    overflow: hidden;
    margin-bottom: 63px;
    position: relative;
}

.filter-content {
    display: none;
}

.active .filter-content {
    display: block;
}

.sec-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 51px 0;
}

.sec-heading:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 20px;
    background-color: #ED8B00;
    width: 100vw;
    z-index: -1;
}

.sec-heading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #ED8B00;
    height: 2px;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.sec-heading.visible:after {
    width: 100%;
}

.sec-heading.color-purple:before,
.sec-heading.color-purple:after {
    background-color: #5F259F;
}

.sec-heading.color-green:before,
.sec-heading.color-green:after {
    background-color: #78BE20;
}

.sec-heading.color-cyan:before,
.sec-heading.color-cyan:after {
    background-color: #49C5B1;
}

.sec-heading .container > :last-child {
    margin-bottom: 0;
}

.sec-heading h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.sec-heading.visible h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.sec-heading strong {
    font-weight: 900;
    margin-left: 4px;
    letter-spacing: 1.4px;
}

.filter-content {
    text-align: center;
    padding: 0 4.7%;
    margin-bottom: 56px;
}

.filter-content > :last-child {
    margin-bottom: 0;
}

.product-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-slider.has-5 {
    padding: 0 3.6%;
}

.product-slider.has-3:not(.slick-initialized) .product-slider__item {
    width: 33.333333%;
}

.product-slider.has-5:not(.slick-initialized) .product-slider__item {
    width: 20%;
}

.product-slider {
    margin-top: 56px;
}

.product-slider__item {
    text-align: center;
    padding: 0 1.15vw;
}

.product-slider__item > :last-child {
    margin-bottom: 0;
}


/* Product page */


/* Recipes */

.search-form input[type=text] {
    /*  background-image: url(../images/search-icon.svg); */
    background-repeat: no-repeat;
    background-position: center left 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 8px 45px 10px 45px;
   /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);*/
    color: #BBBDBF;
}

.search-form [type=submit] {
    background-image: url(../images/search-icon.svg);
    width: 23px;
    height: 23px;
    min-width: auto;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 18px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.search-form [type=submit]:hover {
    background-image: url(../images/search-icon.svg);
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0);
}

ul.filter-extra.add-line li {
    padding: 0 14px;
    position: relative;
}

ul.filter-extra.add-line li:after,
ul.filter-extra.add-line li:before {
    content: '|' !important;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 24px;
    font-size: 19px;
}

ul.filter-extra.add-line li:before {
    left: 0;
}

ul.filter-extra.add-line li:after {
    right: 0;
}

.recipes-sec {
    padding: 75px 0 0;
}

.recipes-sec-removed {
    padding: 75px 0 0;
}

.recipes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.88%;
}

.recipes-list .page-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.recipes-list__item {
    width: 31.57%;
    text-align: center;
    border: 1px solid #6d6e71;
    margin: 0 0.85% 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6d6e71;
}

.recipes-list__item.lg {
    width: 64.85%;
}

.recipes-list__item:hover .recipes-thumb:before,
.recipes-list__item:focus .recipes-thumb:before,
.recipes-list__item:hover .recipes-thumb:after,
.recipes-list__item:focus .recipes-thumb:after,
.recipes-list__item:hover .recipes-info,
.recipes-list__item:focus .recipes-info {
    opacity: 1;
    visibility: visible;
}

.recipes-list__item.hidden {
    display: none;
}

.recipes-thumb {
    height: 370px;
    position: relative;
    z-index: 1;
}

.recipes-thumb:before,
.recipes-thumb:after {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.recipes-thumb:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(35, 31, 32, 0.6);
    z-index: -2;
}

.recipes-thumb:after {
    top: 23px;
    right: 23px;
    left: 23px;
    bottom: 23px;
    border: 2px solid #fff;
    z-index: -1;
}

.recipes-title {
    padding: 31px 9%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #de8e13;
}

.recipes-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 1px;
}

.recipes-title > :last-child {
    margin-bottom: 0;
}

.recipes-info {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 80px);
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.recipes-list__item.lg .recipes-info {
    width: calc(100% - 180px);
}

.recipes-info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 2px;
}

.icn {
    width: 26px;
    display: block;
    margin: 0 auto 14px;
}

.recipes-info p {
    font-size: 20px;
}

.recipes-info li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 57px;
}

.recipes-list__item .recipes-info li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.recipes-list__item.lg .recipes-info li {
    width: 25%;
}

.recipes-list__item.lg .recipes-info li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.recipes-info li > :last-child {
    margin-bottom: 0;
}


/* Recipes */


/* Recipes Detail*/

.banner-recipe {
    height: 728px;
    position: relative;
    z-index: 1;
}

.banner-recipe:before,
.banner-recipe:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: rgb(35, 31, 32);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0)), to(rgba(35, 31, 32, 1)));
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.banner-recipe:after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.loaded .banner-recipe:before,
.loaded .banner-recipe:after {
    opacity: 0.40;
}

.banner-recipe-content {
    width: 621px;
    background-color: #ED8B00;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -54px;
    padding: 39px 1.73% 37px;
    min-height: 434px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(calc(100% - 1px));
    transform: translateX(calc(100% - 1px));
    -webkit-transition: -webkit-transform 1.2s ease-in-out;
    transition: -webkit-transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.color-cyan.banner-recipe-content {
    background-color: #49C5B1;
}

.color-green.banner-recipe-content {
    background-color: #78BE20;
}

.color-purple.banner-recipe-content {
    background-color: #5F259F;
}

.banner-recipe-content.visible {
    -webkit-transform: none;
    transform: none;
}

.banner-recipe-content:before {
    content: '';
    position: absolute;
    background-color: #ED8B00;
    right: 0;
    top: -20px;
    bottom: 20px;
    width: 0;
    z-index: -1;
    height: 2px;
    -webkit-transition: width 1.2s ease-in-out 0.5s;
    transition: width 1.2s ease-in-out 0.5s;
}

.color-cyan.banner-recipe-content:before {
    background-color: #49C5B1;
}

.color-green.banner-recipe-content:before {
    background-color: #78BE20;
}

.color-purple.banner-recipe-content:before {
    background-color: #5F259F;
}

.banner-recipe-content.visible:before {
    width: calc(100% + 20px);
}

.banner-recipe__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity 0.5s ease-in-out 1s, transform 0.5s ease-in-out 1s, -webkit-transform 0.5s ease-in-out 1s;
}

.visible .banner-recipe__inner {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.banner-recipe-content:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 2px;
    border-left: 2px solid #ED8B00;
    border-bottom: 2px solid #ED8B00;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out 1.7s, height 0.5s ease-in-out 1.7s, width 0.5s ease-in-out 2.2s;
    transition: opacity 0.1s ease-in-out 1.7s, height 0.5s ease-in-out 1.7s, width 0.5s ease-in-out 2.2s;
    z-index: -1;
}

.color-cyan.banner-recipe-content:after {
    border-color: #49C5B1;
}

.color-green.banner-recipe-content:after {
    border-color: #78BE20;
}

.color-purple.banner-recipe-content:after {
    border-color: #5F259F;
}

.banner-recipe-content.visible:after {
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    opacity: 1;
}

.banner-recipe-content h1 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: 1.7px;
    font-weight: 900;
    position: relative;
    padding: 0 7.5%;
    margin-bottom: 17px;
    margin-top: auto;
}

.banner-recipe-content .recipes-info {
    position: relative;
    top: auto;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: auto auto 0;
    opacity: 1;
    visibility: visible;
    padding-top: 40px;
}

.banner-recipe-content .recipes-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 72px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}

.banner-recipe-content .recipes-info li {
    width: 25%;
    margin-bottom: 0;
}

.recipe-details {
    padding: 44px 0;
}

.recipe-interact {
    padding-left: 0;
    list-style-type: none;
    margin: 0 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recipe-interact li {
    margin-right: 16px;
}

.recipe-interact li:last-child {
    margin-right: 0;
}

.recipe-interact a {
    display: block;
}

.recipe-interact img,
.recipe-interact svg {
    width: 34px;
    height: auto;
}

.recipe-interact .a2a_svg {
    width: 34px !important;
    height: 34px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}

.recipe-interact .a2a_button_print .a2a_svg {
    background-image: url(../images/icon-print.svg);
}

.recipe-interact .a2a_button_email .a2a_svg {
    background-image: url(../images/icon-mail.svg);
}

.recipe-interact .a2a_button_facebook .a2a_svg {
    background-image: url(../images/icon-social-facebook-gray.svg);
}

.recipe-interact .a2a_button_twitter .a2a_svg {
    background-image: url(../images/icon-social-twitter-gray.svg);
}

.recipe-interact .a2a_button_pinterest .a2a_svg {
    background-image: url(../images/icon-social-pinterest-gray.svg);
}

.recipe-interact .a2a_button_copy_link .a2a_svg {
    background-image: url(../images/icon-share.svg);
}

.recipe-interact .a2a_svg svg {
    opacity: 0;
    visibility: hidden;
}

.recipe-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recipe-blocks__item {
    border: 1px solid #6d6e71;
    padding: 28px 3.2%;
    margin-bottom: 20px;
    width: 100%;
}

.recipe-blocks__item h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 17px;
}

.recipe-blocks__item.recipe-ingredients {
    width: 55.3%;
}

.recipe-blocks__item p {
    margin-bottom: 0;
    line-height: 1.67;
}

.recipe-blocks__item h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 4px;
}

.recipe-blocks__item p + h4 {
    margin-top: 19px;
}

.recipe-blocks__item ol {
    margin: 0;
}

.recipe-featured img {
    max-width: 150px;
    display: block;
    margin: 44px auto 0;
}

.recipe-blocks__item.recipe-ingredients {
    width: 55.3%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

.recipe-featured {
    margin-left: auto;
    width: 42.8%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}


/* Recipes Detail*/


/* Contact */

.banner-inner {
    height: 220px;
    background-color: #ED8B00;
}

.banner-inner.color-cyan {
    background-color: #49C5B1;
}

.banner-inner.color-green {
    background-color: #78BE20;
}

.banner-inner.color-purple {
    background-color: #5F259F;
}

.banner-inner > * {
    display: none;
}

.contact-sec {
    padding: 57px 0;
}

.contact-sec h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.4px;
    margin-bottom: 36px;
    color: #49C5B1;
}

.form-section {
    margin: 57px 0 0;
}

.form-question {
    width: 54.5%;
    margin-bottom: 60px;
    min-height: 196px;
}

.form-question label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ED8B00;
}

.form-question select {
    font-weight: 900;
    padding: 17px 58px;
    margin-bottom: 14px;
}

.question-optional {
    display: none;
}

span.error {
    font-size: 16px;
}

.felem-list {}

.felem-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.felem-list__item label {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.submit-wrap {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.captcha-wrap {
    width: 304px;
}

.captcha-wrap + button,
.captcha-wrap + [type=button],
.captcha-wrap + [type=reset],
.captcha-wrap + [type=submit] {
    margin-left: 36px;
}

.upc-fields ul.felem-list li {
    width: 50%;
    text-align: left;
    padding: 0 10px;
}

.upc-fields {
    margin-right: -225px;
    position: relative;
    padding-right: 50px;
    max-width: 853px;
}

.upc-fields ul.felem-list li label {
    color: #6D6E71;
    text-align: left;
    width: 110px;
}

.upc-fields ul.felem-list li .felem-field {
    min-width: auto;
    margin-left: 10px;
}

.upc-fields ul.felem-list {
    margin: 0 -10px;
}


/* Contact */

.img-text-pairing-wrap {
    position: relative;
}

.img-sec {
    width: auto;
    height: auto;
    margin-left: -129px;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.8%;
    flex: 0 0 66.8%;
}

.text-sec {
    margin-left: auto;
}

.content-w-img > :last-child {
    margin-bottom: 0;
}

.content-w-img.single-img {
    position: static;
}

.content-w-img.single-img > * {
    width: 45.3%;
    float: left;
    clear: left;
}

.content-w-img.single-img > img {
    float: right;
    clear: right;
    margin-right: -144px;
    width: 62.2%;
}

.content-w-img.single-img:after {
    content: '';
    display: table;
    clear: both;
}

.our-craftsmanship .row {
    position: relative;
}

.quality-icons {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
}

.quality-icons li {
    width: 25%;
    text-align: center;
    margin-bottom: 6px;
    padding: 0 5px;
}

.our-quality .content-w-img.single-img > * {
    width: 56.2%;
    float: right;
    clear: right;
}

.our-quality .content-w-img.single-img > img,
.our-quality .content-w-img.single-img .quality-icons {
    float: left !important;
    clear: left;
    margin-left: -144px;
    width: 50.8%;
    margin-bottom: 10px;
}

.our-quality .content-w-img.single-img .quality-icons {
    margin-bottom: 22px;
}

.our-craftsmanship {
    margin-bottom: 63px;
}

.our-farmers {
    margin-bottom: 73px;
}


/* Timeline */

 

.timeline {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.timeline:before {
    content: '';
    width: 2px;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #5F259F;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
}

.timeline-item:first-child .timeline-content h3:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    height: 60px;
    left: -53px;
    z-index: -1;
    bottom: calc(100% - 15px);
}

.timeline-item:last-child .timeline-content h3:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    height: 2000px;
    left: -53px;
    z-index: -1;
    top: calc(100% - 15px);
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-img {
    width: 46%;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.visible .timeline-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.timeline-content {
    width: 45.6%;
    padding-top: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.visible .timeline-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.timeline-content h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 32px;
    position: relative;
    color: #ED8B00;
}

.timeline-content h3:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -65px;
    width: 30px;
    height: 30px;
    background-color: #ED8B00;
    border-radius: 50%;
}

.timeline-item:nth-child(even) .timeline-content h3:before {
    left: auto;
    right: -65px;
}

.timeline-content > :last-child {
    margin-bottom: 0;
}

.timeline-img img {
    display: block;
}

.timeline-item:nth-child(even) .timeline-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.timeline-item:nth-child(even) .timeline-content {
    text-align: right;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visible.timeline-item:nth-child(even) .timeline-content,
.visible.timeline-item:nth-child(even) .timeline-img {
    -webkit-transform: none;
    transform: none;
}


/* Timeline */

.graphic-content {
    margin-bottom: 66px;
}

.graphic-content:last-child {
    margin-bottom: 0;
}

.graphic-content-wrap > :last-child {
    margin-bottom: 0;
}

.graphic-content-wrap > img {
    float: left;
    margin-left: -144px;
    width: 48%;
    clear: left;
    margin-bottom: 15px;
}

.graphic-content-wrap > * {
    width: 59.2%;
    float: right;
    clear: right;
}

.img-right .graphic-content-wrap > img {
    float: right;
    margin-left: 0;
    margin-right: -144px;
    width: 48%;
    clear: right;
    margin-bottom: 15px;
}

.img-right .graphic-content-wrap > * {
    width: 59.2%;
    float: left;
    clear: left;
}

.graphic-content-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.hero-sec.color-orange .scroll,
.scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: 0;    
    margin-left: -12px;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 1.4px;
    text-align: center;
        box-sizing: border-box;
        height: 25px;
        width: 25px;
        border-style: solid;
        border-color: white;
        border-width: 0px 4px 4px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
       
}

.career-banner .scroll,
.hero-sec .scroll {
    color: #808080;
}

 
 

/*  */

.join-pomeians {
    text-align: center;
    padding: 72px 0 54px;
}

.graphic-content .join-btn {
    margin-top: 50px;
}

.join-btn {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    background: #78BE20;
    display: table;
    padding: 15px 63px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #78BE20;
}

.join-btn:hover,
.join-btn:focus {
    background: #fff;
    color: #78BE20;
}

.join-btn span {
    font-weight: 400;
}

.pomeians--winning-team {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
    position: relative;
    margin-bottom: 52px;
}

.qualities-item {
    position: relative;
}

.qualities-item:before,
.qualities-item:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #ED8B00;
}

.qualities-item:before {
    top: 0;
}

.qualities-item:after {
    bottom: 0;
}

.qualities-item.color-purple:before,
.qualities-item.color-purple:after {
    background-color: #5F259F;
}

.qualities-item.color-green:before,
.qualities-item.color-green:after {
    background-color: #78BE20;
}

.qualities-item.color-cyan:before,
.qualities-item.color-cyan:after {
    background-color: #49C5B1;
}

.qualities-item:nth-child(odd) .qualities-item-cell:nth-child(odd),
.qualities-item:nth-child(even) .qualities-item-cell:nth-child(even) {
    color: #fff;
}

.color-orange.qualities-item:nth-child(odd) .qualities-item-cell:nth-child(odd) {
    background-color: #ED8B00;
}

.color-purple.qualities-item:nth-child(odd) .qualities-item-cell:nth-child(odd) {
    background-color: #5F259F;
}

.color-cyan.qualities-item:nth-child(odd) .qualities-item-cell:nth-child(odd) {
    background-color: #49C5B1;
}

.color-green.qualities-item:nth-child(odd) .qualities-item-cell:nth-child(odd) {
    background-color: #78BE20;
}

.color-orange.qualities-item:nth-child(even) .qualities-item-cell:nth-child(even) {
    background-color: #ED8B00;
}

.color-purple.qualities-item:nth-child(even) .qualities-item-cell:nth-child(even) {
    background-color: #5F259F;
}

.color-cyan.qualities-item:nth-child(even) .qualities-item-cell:nth-child(even) {
    background-color: #49C5B1;
}

.color-green.qualities-item:nth-child(even) .qualities-item-cell:nth-child(even) {
    background-color: #78BE20;
}

.qualities-item-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qualities-content {
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qualities-content > :last-child {
    margin-bottom: 0;
}

.qualities-item h2 {
    font-weight: 900;
    line-height: 1.1;
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.qualities-item h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid currentColor;
    width: 72px;
    right: 0;
    margin: 0 auto;
}

.qualities-item h2 span {
    font-weight: 400;
}

.qualities-item-cell {
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

.qualities-content {
    max-width: 500px;
    margin: 0 auto;
}

.pompeans-benifit {
    position: relative;
    overflow: hidden;
    margin-top: 69px;
    margin-bottom: 25px;
}

.pompeans-benifit .sec-heading {
    margin-bottom: 50px;
}

.pmpeian-benefits {
    text-align: center;
    margin-bottom: 45px;
}

.pompeans-benifit .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pmpeian-benefits > :last-child {
    margin-bottom: 0;
}

.pmpeian-benefits h3 {
    color: #ED8B00;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.06666667;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1.4px;
    margin-bottom: 0;
}

.pompeans-employment {
    position: relative;
    overflow: hidden;
    text-align: center;
}


/*  */

.california-supply-sec {
    padding: 62px 0 0;
}

.california-supply-sec .container > :last-child {
    margin-bottom: 0;
}

.california-supply-sec h2 {
    color: #ED8B00;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 55px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 400;
}

.california-supply-sec h4 {
    color: #ED8B00;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 0;
}

.california-supply-sec h2 span {
    font-weight: 400;
}

.california-supply-sec p {
    line-height: 1.25;
    margin: 0 0 26px;
}

.legal-sec {
    padding: 62px 0 0;
}

.legal-sec .container > :last-child {
    margin-bottom: 0;
}

.legal-sec h2 {
    color: #5F259F;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 1.2;
    margin-bottom: 53px;
}

.legal-sec h3 {
    color: #5F259F;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 1.06666667;
}

.legal-sec p {
    margin: 0 0 27px;
    line-height: 1.21;
}

.legal-sec p + h3 {
    margin-top: 38px;
}

.legal-sec p a {
    color: #ED8B00;
}

.legal-sec p a:hover,
.legal-sec p a:focus {
    color: #6d6e71;
}

.legal-sec h4 {
    color: #ED8B00;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 0.1px;
    margin-bottom: -3px;
}

.legal-sec ol {
    padding: 17px 0 0 22px;
}

.legal-sec ol li {
    font-size: 24px;
    font-weight: 900;
    color: #ED8B00;
    margin-bottom: 26px;
    padding-left: 18px;
}

.legal-sec ol li p {
    margin: 0 0 32px;
    color: #6d6e71;
    font-weight: 500;
}

.legal-sec ol li:last-child,
.legal-sec ol li > :last-child {
    margin-bottom: 0;
}

.other-recipes .container > h3 {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.other-categories {
    margin-top: 50px;
}

.other-categories h3 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
    color: #ED8B00;
}

.other-categories.color-cyan h3 {
    color: #49C5B1;
}

.other-categories.color-green h3 {
    color: #78BE20;
}

.other-categories.color-purple h3 {
    color: #5F259F;
}

.pupop-banner {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.butter-olive--oil {
    overflow: hidden;
    margin-top: 70px;
}

.butter-olive--oil .sec-heading {
    margin-bottom: 52px;
}

.butter-olive--oil .sec-heading:after {
    width: 100%;
}

.butter-olive--oil .sec-heading h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}

.butter-block {
    text-align: center;
}

.butter-block ul {
    padding-left: 0;
}

.butter-block li {
    list-style: none;
    margin-bottom: 48px;
    position: relative;
}

.butter-block li:after {
    background: url(images/right-arrow.svg) no-repeat center;
    width: 60px;
    height: 60px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
}

.butter-block li h3 {
    color: #ED8B00;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}

.butter-block li figure {
    margin-bottom: 11px;
}

.butter-block h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #ED8B00;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 34px;
}

.olive-block {
    text-align: center;
}

.olive-block ul {
    padding-left: 0;
}

.olive-block h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #78BE20;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 34px;
}

.olive-block li {
    list-style: none;
    margin-bottom: 48px;
}

.olive-block li figure {
    margin-bottom: 11px;
}

.olive-block li h3 {
    color: #78BE20;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}


/* .a2a_kit { display: none; } */

.other-recipes .no-repeat .recipes-list__item:first-child {
    display: none;
}

#bto-modal {
    background-color: #fff;
}

.pompeans-employment .container > :last-child {
    margin-bottom: 0;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-wrap .btn {
    margin: 0 13px 0 0;
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

.btn__small {
    font-size: 18px;
    min-width: auto;
    padding: 10px 23px;
    letter-spacing: 0.6px;
    border-color: currentColor;
}

.color-cyan .btn__small {
    color: #49C5B1;
}

.color-green .btn__small {
    color: #78BE20;
}

.color-purple .btn__small {
    color: #5F259F;
}

.color-cyan .btn__small:hover,
.color-cyan .btn__small:focus {
    background-color: #49C5B1;
    border-color: #49C5B1;
    color: #fff;
}

.color-green .btn__small:hover,
.color-green .btn__small:focus {
    background-color: #78BE20;
    border-color: #78BE20;
    color: #fff;
}

.color-purple .btn__small:hover,
.color-purple .btn__small:focus {
    background-color: #5F259F;
    border-color: #5F259F;
    color: #fff;
}

.conversion-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.conversion-table-cell {
    width: 50%;
    text-align: center;
    margin-bottom: 48px;
    color: #ED8B00;
    padding: 0 20px;
}

.conversion-table-cell:nth-child(even) {
    color: #78BE20;
}

.conversion-table-cell:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.conversion-table-cell h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.conversion-table-cell h4 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.conversion-table-cell figure {
    margin-bottom: 0;
    position: relative;
}

.conversion-table-cell figure:after {
    content: '';
    position: absolute;
    top: 50%;
    background-image: url(../images/icon-arrow-purple.svg);
    width: 58px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: -22px;
    left: calc(100% + 10px);
}

.conversion-table-cell:nth-child(even) figure:after {
    display: none;
}

.conversion-table-cell img {
    margin-bottom: 12px;
}


/*  */

a.popup-modal-dismiss {
    position: fixed;
    right: 30px;
    top: 10px;
    width: 96px;
    height: 105px;
    z-index: 2;
}

.pupop-banner {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
}

.pupop-banner:before,
.pupop-banner:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: rgb(35, 31, 32);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0)), to(rgba(35, 31, 32, 1)));
    background: linear-gradient(0deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.pupop-banner:after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.loaded .pupop-banner:before,
.loaded .pupop-banner:after {
    opacity: 0.4;
}

.butter-olive--oil {
    overflow: hidden;
    margin-top: 70px;
}

.butter-olive--oil .sec-heading {
    margin-bottom: 52px;
}

.butter-block {
    text-align: center;
}

.butter-block ul {
    padding-left: 0;
}

.butter-block li {
    list-style: none;
    margin-bottom: 48px;
    position: relative;
}

.butter-block li:after {
    background: url(images/right-arrow.svg) no-repeat center;
    width: 60px;
    height: 60px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
}

.butter-block li h3 {
    color: #ED8B00;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}

.butter-block li figure {
    margin-bottom: 11px;
}

.butter-block h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #ED8B00;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 34px;
}

.olive-block {
    text-align: center;
}

.olive-block ul {
    padding-left: 0;
}

.olive-block h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #78BE20;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 34px;
}

.olive-block li {
    list-style: none;
    margin-bottom: 48px;
}

.olive-block li figure {
    margin-bottom: 11px;
}

.olive-block li h3 {
    color: #78BE20;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}

.ui-autocomplete {
    z-index: 8;
    background-color: #fff;
    max-width: 480px;
    padding-left: 0;
    list-style-type: none;
    padding: 5px 23px;
}

.ui-menu-item-wrapper {
    cursor: pointer;
}

.ui-menu-item-wrapper:hover,
.ui-menu-item-wrapper:focus {
    color: #ED8B00;
}

.ui-helper-hidden-accessible {
    display: none;
}


/*  */


/*  */

.content-blocks {
    padding: 17px 0;
    margin-bottom: 55px;
}

.innerpage [class*="col-"]  { padding-right: 5px;    padding-left: 5px; }
.innerpage .row{margin-left:-5px;margin-right: -5px;}
/* .content-blocks:last-child { margin-bottom: 0; padding-bottom: 0; } */

.wwr-block .content-blocks-txt { background:   #3d1152; position: relative;}
.wwr-block .content-blocks-txt:after {  content: "";    width: 200%;    left: 0;    top: 0;    position: absolute;    height: 100%;    background: #3d1152;    z-index: -1;}
.wwr-block .content-blocks-txt h3 { color:#fff;}
.wwr-block .content-blocks-txt p { color:#fff;}
.wwr-block { margin-top: 80px; }

.wwd-block .content-blocks-txt { background:  #007265; position: relative;}
.wwd-block .content-blocks-txt:after {  content: "";    width: 200%;    right: 0;    top: 0;    position: absolute;    height: 100%;    background: #007265;    z-index: -1;}
.wwd-block .content-blocks-txt h3 { color:#fff;}
.wwd-block .content-blocks-txt p { color:#fff;}
.wwd-block { margin-top: 10px; }
.wwd-block .full-img { height:500px;}

.offc-block .content-blocks-txt { background:  #d07e27; position: relative;}
.offc-block .content-blocks-txt:after {  content: "";    width: 200%;    left: 0;    top: 0;    position: absolute;    height: 100%;    background: #d07e27;    z-index: -1;}

.offc-block .content-blocks-txt h3 { color:#fff;}
.offc-block .content-blocks-txt p { color:#fff;}
.offc-block { margin-top: 10px; }
.offc-block .full-img { height:500px; margin-top:10px;}

.om-block .hrImg { border:none; background:url(../images/hr-img.png) center center no-repeat; background-size:cover; height: 7px; width: 100%;  }
.om-block .content-blocks-txt { background: #004067; }
.om-block .content-blocks-txt:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 100%;
    background: #004067;
    z-index: -1;
}
.om-block .content-blocks-txt h3 { color:#fff;}
.om-block .content-blocks-txt p { color:#fff;}
.om-block { margin-top: 80px; }
.om-block .shapeImg { position:relative;}
.om-block .shapeImg img { position: absolute; right: 0; width: 120px; }
.ov-block .bg-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.ov-block .content-blocks-txt { padding: 60px 10% 60px 10%  !important; position: relative;    height: 100%; display: flex;
    justify-content: center;
    flex-direction: column;}
.ov-block .content-blocks-txt h3 { color:#fff;}
.ov-block .content-blocks-txt p { color:#fff;}
.ov-block { margin-top: 80px; text-align: center; }
.ov-block .row { margin-bottom: 20px;}

.ov-block .ov-color1 { background:#3d1152; }
.ov-block .ov-color1 img {    position: absolute;    right: 0;    bottom: 0;    width: 120px; }
.ov-block .ov-color2 { background:#007265; }
.ov-block .ov-color2 img {    position: absolute;    right: 0;    top: 0;    width: 120px; }
.ov-block .ov-color3 { background:#004067; }
.ov-block .ov-color3 img {    position: absolute;    right: 15px;    bottom: 15px;    width: 75px; }
.ov-block .ov-color4 { background:#e9aa47; padding-top:140px !important; }
.ov-block .ov-color4 img {    position: absolute;    top: 50px;    right: 0;    width: 140px;    margin: 0 auto;    left: 0;}
.ov-block .ov-color5 { background:#3d1152; padding: 90px 120px 90px;}
.ov-block .ov-color5 img {    position: absolute;    right:15px;    bottom: 15px;    width: 100px; }
.ov-block .ov-color6 { background:#d07e27}
.ov-block .ov-color6 img {    position: absolute;       right: 20px;    top: 20px;    width: 60px; }

.hm-pattern1 {        position: absolute;        right: 0;        top: 40px;    }    
.hm-pattern2 {        position: absolute;        right: 18px;        top: 48px;    }
.hm-pattern3 {            position: absolute;        right: 0;        top: 0;        width: 170px;    }

    
.fair-trade-top { background: #004067;    color: #fff;    text-align: center;    padding: 50px 0px 250px; }
.fair-trade-top .pattern { margin: 0 auto 30px; display: inline-block;}
.ft-block .bg-img { min-height: 590px;}
.ft-block .to-animate { margin-bottom: 10px;}
.ft-block [class*="col-"]  { padding-right: 5px;    padding-left: 5px; }

.ft-block .tmCustom {margin-top: -200px;}
.content-blocks-txt {  padding:90px 65px 90px 45px; }
.mid-container { overflow: hidden;}
.content-blocks-txt h3 {
    font-family: 'Cordoba Serif';
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 32px;
    color: #ED8B00;
    letter-spacing: 1px;
}

.color-cyan .content-blocks-txt h3 {
    color: #49C5B1;
}

.color-green .content-blocks-txt h3 {
    color: #78BE20;
}

.color-purple .content-blocks-txt h3 {
    color: #5F259F;
}

.content-blocks .to-animate {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.3s;
    transition: opacity 0.5s ease-in-out 0.3s;
}

.content-blocks .to-animate.visible {
    opacity: 1;
}

.content-blocks-txt > :last-child {
    margin-bottom: 0;
}

.content-blocks-txt > :last-child {
    margin-bottom: 0;
}

.difference-block:nth-child(even) .content-blocks-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 15px;
}

.difference-block:nth-child(even) .content-blocks-txt {
    padding-right: 0;
    padding-left: 55px;
    margin-left: -30px;
}

.quote-blocks-content {
    background-color: #ED8B00;
    color: #fff;
    text-align: center;
    padding: 25px 4%;
    margin-bottom: 18px;
}

.color-cyan .quote-blocks-content {
    background-color: #49C5B1;
}

.color-green .quote-blocks-content {
    background-color: #78BE20;
}

.color-purple .quote-blocks-content {
    background-color: #5F259F;
}

.quote-blocks-content blockquote {
    font-size: 30px;
    line-height: 1.134;
    font-weight: 700;
}

.quote-blocks-content blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 24px;
    letter-spacing: inherit;
}

.quote-blocks-content cite {
    font-size: 28px;
    line-height: 1.22;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.3px;
    color: inherit;
}

.quote-blocks-content > :last-child {
    margin-bottom: 0;
}

.quote-blocks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quote-blocks.alt .quote-blocks-img {
    width: 60.1%;
    height: 273px;
    margin-bottom: 19px;
}

.quote-blocks.alt .quote-blocks-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
    margin-left: 0;
    width: 38.2%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quote-blocks:not(.alt) .quote-blocks-img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 32%;
}

.quote-blocks .quote-blocks-content {
    width: 66.5%;
    margin-left: auto;
}

.quote-blocks .quote-blocks-img {
    height: 525px;
    width: 66.5%;
    margin-left: auto;
}

.quote-blocks .quote-blocks-img:last-child {
    height: 525px;
}

.cont-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cont-by-side-txt {
    width: 46.1%;
    margin-left: 3.8%;
    text-align: center;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* .cont-by-side-txt > :last-child { margin-bottom: 0; } */

.side-img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


/*  */

.print-img {
    display: none;
}

.video-block {
    margin-top: 15px;
    position: relative;
}

.video-block video {
    width: 100%;
    display: block;
}

.video-block .vid-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 1;
}

.video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.playing .video-thumb {
    opacity: 0;
    visibility: hidden;
}


/* community page */

section.featured-content-community {
    padding: 31px 0 11px 0;
}

section.featured-content-community p {
    text-align: center;
    line-height: 1.23;
}

section.featured-content-community .inner-container {
    max-width: 876px;
    margin: auto;
}


/* community main-content */

.no-margin {
    margin: 0;
}

.purple {
    color: #5F259F;
}

.orange {
    color: #ED8B00;
}

.main-content {}

.content-cover {
    display: flex;
    justify-content: space-between;
}

.content-cover .left-part {
    width: 70%;
    padding-right: 21px;
    max-width: 782px;
    text-align: center;
}

.content-cover .left-part h3 {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.content-cover .left-part h5 {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0.045em;
    margin-bottom: 10px;
}

.content-cover .left-part p {
    margin-bottom: 0px;
}

.content-cover .right-part {
    width: 30%;
    padding-left: 21px;
    max-width: 320px;
    margin-top: 20px;
}

.image-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.image-block-list.padding {
    margin-top: 5.7%;
    margin-bottom: 13px;
}

.image-block-list .block.w50 {
    width: calc(50% - 9px);
}

.image-block-list .block {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 18px;
}

.image-block-list.padding .block {
    padding-bottom: 49.1%;
}

.content-cover .right-part .content-block-list {
    min-width: 444px;
    background: #78BE20;
}

.content-cover .right-part .content-block {
    padding: 60px 30px 1px 30px;
}

.content-cover .right-part .content-block:last-child {
    padding-bottom: 63px;
}

.right-part .content-block .text-block {
    text-align: center;
    color: #FFF;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
}

.right-part .content-block .text-block h3 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.045em;
    line-height: 1.28;
    padding-bottom: 23px;
    margin-bottom: 18px;
}

.right-part .content-block .text-block h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #FFF;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.right-part .content-block .text-block p {
    font-size: 24px;
    margin-bottom: 25px;
}

.right-part .content-block .text-block .btn {
    box-shadow: none;
    border-color: #FFF;
    color: #FFF;
    padding: 11px 31px;
    min-width: auto;
    font-size: 16px;
    margin-top: 0;
}

.right-part .content-block .text-block .btn:hover {
    color: #78be20;
    background: #FFF;
}


/* community main-content end */


/* community page end */


/* health-wellness  */

.iteam-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
}

.iteam-block .text-part {
    width: 32%;
}

.iteam-block .image-part {
    width: calc(68% - 21px);
    position: relative;
    border: 1px solid #6d6e71;
}

.iteam-block.img-left .text-part {
    order: 2;
}

.iteam-block.img-left .image-part {
    order: 1;
}

.iteam-block .image-part .img-block {
    width: 100%;
    height: calc(100% - 120px);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.iteam-block .image-part .img-block a.video-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.iteam-block .image-part .img-block a.video-link {
    background-image: url(../images/play-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.iteam-block.two-img-block .image-part .img-block {
    height: calc(50% - 60px);
}

.iteam-block.two-img-block .image-part .heading-block {
    position: relative;
}

.iteam-block .image-part .heading-block {
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #FFF;
}

.iteam-block .image-part .heading-block h3 {
    margin: 0;
    display: block;
    width: 100%;
    letter-spacing: 0.037em;
}

.iteam-block .text-part .details {
    padding: 20px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 488px;
}

.iteam-block .text-part .details p {
    margin-bottom: 0;
    color: #FFF;
    max-width: 293px;
    margin: auto;
    line-height: 1.22;
}

.iteam-block.color-green .text-part {
    background: #78BE20;
}

.iteam-block.color-green .image-part .heading-block h3 {
    color: #78BE20;
}

.iteam-block.color-purple .text-part {
    background: #5F259F;
}

.iteam-block.color-purple .image-part .heading-block h3 {
    color: #5F259F;
}

.iteam-block.color-cyan .text-part {
    background: #49C5B1;
    padding: 20px 0;
}

.iteam-block.color-cyan .image-part .heading-block h3 {
    color: #49C5B1;
}

.iteam-block.color-orange .text-part {
    background: #ED8B00;
}

.iteam-block.color-orange .image-part .heading-block h3 {
    color: #ED8B00;
}


/* health-wellness end */


/* news */

section.news-section {
    padding: 73px 0 0px 0;
}

.news-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.news-block-list .news-block {
    width: calc(33.3% - 13px);
    background: #78BE20;
    padding: 55px 45px;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    height: 370px;
    overflow: hidden;
    margin: 0 10px 20px 10px;
}

.news-block p {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.048em;
    line-height: 1.4;
}

.news-block-list .news-block:after {
    content: '';
    position: absolute;
    left: 24px;
    top: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px solid #FFF;
}

.news-block-list .news-block .read-more-link {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    display: none;
}

.news-block-list .news-block .read-more-link a.btn {
    margin: auto;
    border-radius: 30px;
    padding: 10px 2px;
    min-width: 130px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0;
    opacity: 1;
}

.news-block-list .news-block .read-more-link a.btn:hover {
    background: #FFF;
}

.news-block:nth-child(3n+1) {
    margin-left: 0;
}

.news-block:nth-child(3n) {
    margin-right: 0;
}

@-webkit-keyframes opacity-animation {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity-animation {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes opacity-animation {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity-animation {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news-block-list .news-block:hover .read-more-link {
    display: flex;
}

.news-block-list .news-block:hover .read-more-link a.btn {
    -webkit-animation: opacity-animation 0.5s ease-in;
    /* Safari 4+ */
    -moz-animation: opacity-animation 0.5s ease-in;
    /* Fx 5+ */
    -o-animation: opacity-animation 0.5s ease-in;
    /* Opera 12+ */
    animation: opacity-animation 0.5s ease-in;
    /* IE 10+, Fx 29+ */
}

.news-block-list .news-block:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #78BE20;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-block-list .news-block:hover:before {
    width: 120%;
    height: 120%;
}

.news-block.color-green,
.news-block.color-green:before {
    background: #78BE20;
}

.news-block.color-green .read-more-link a.btn:hover {
    color: #78BE20;
}

.news-block.color-purple,
.news-block.color-purple:before {
    background: #5F259F;
}

.news-block.color-purple .read-more-link a.btn:hover {
    color: #5F259F;
}

.news-block.color-cyan,
.news-block.color-cyan:before {
    background: #49C5B1;
}

.news-block.color-cyan .read-more-link a.btn:hover {
    color: #49C5B1;
}

.news-block.color-orange,
.news-block.color-orange:before {
    background: #ED8B00;
}

.news-block.color-orange .read-more-link a.btn:hover {
    color: #ED8B00;
}


/* news end */


/* how-to-use */

.oli-filters {
    padding: 70px 0 67px 0;
}

.filter-section {
    padding: 11px 0 0px 0;
}

.filter-btn-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 23px;
}

.filter-btn-list .filter-btn-iteam {}

.filter-btn-list .filter-btn-iteam {
    width: 16.6%;
    text-align: center;
}

.filter-btn-list .filter-btn-iteam .btn-name {}

.filter-btn-list .filter-btn-iteam .btn-name span {
    margin-bottom: 9px;
    display: inline-block;
    line-height: 1.1;
}

.filter-btn-list .filter-btn-iteam .btn-name span svg {
    width: 100%;
    max-width: 105px;
    margin: auto;
}

.filter-btn-list .filter-btn-iteam .btn-name span.name {
    margin: 0;
}

.filter-btn-list span.name {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #78be20;
    margin: 0;
    letter-spacing: 0.040em;
}

.filter-listing {
    display: flex;
    padding: 81px 0 0px 0;
    margin: 0 -10px;
}

.filter-listing .filterDiv {
    opacity: 0.15;
}

.filter-listing .filterDiv.show {
    opacity: 1;
}

.btn-name.active circle.st0.cover {
    fill: #78B90C;
}

.btn-name.active .line .st0 {
    stroke: #FFF;
}

.filter-btn-list .filter-btn-iteam .btn-name span.name:hover,
.filter-btn-list .filter-btn-iteam .btn-name span svg:hover {
    cursor: pointer;
}

.btn-name.active .st1.line,
.btn-name.active .line .st1 {
    fill: #FFF;
}

section.oil-chart {
    padding: 0 0 19px 0;
}

.oil-chart .conversion-table {
    max-width: 988px;
    margin: auto;
    justify-content: space-between;
}

.oil-chart .conversion-table .conversion-table-cell {
    max-width: 387px;
    padding: 0 0px;
    margin-bottom: 53px;
}

.oil-chart .conversion-table .conversion-table-cell:nth-child(2n+1) {
    text-align: right;
}

.oil-chart .conversion-table .conversion-table-cell:nth-child(2n) {
    text-align: left;
}

.oil-chart .conversion-table .conversion-table-cell h4 {
    font-size: 24px;
}

.oil-chart .conversion-table .conversion-table-cell h4 small {
    text-transform: initial;
    font-size: 100%;
}

.oil-chart .conversion-table .conversion-table-cell figure:after {
    left: initial;
    right: -137px;
}

.accordion-content {
    display: none;
}

.accordion-container .article-title {
    color: #5F259F;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
}

.accordion-container .accordion-content p {
    line-height: 1.2;
    margin-bottom: 31px;
}

.accordion-container .accordion-content p:last-child {
    margin-bottom: 28px;
}

section.smoke-point-section {
    padding: 0 0 70px 0;
}


/* how-to-use end */


/* Purpose */

section.filter-sec.purpose-content {
    padding: 30px 0;
}

.purpose-content h2 {
    text-transform: uppercase;
    letter-spacing: 0.035em;
    line-height: 1.15;
    margin-bottom: 19px;
}

section.filter-sec.purpose-content p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.purpose-content .container {}

section.purpose-main-content {
    padding: 71px 0 0px 0;
}

.circle-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.circle-section .circle-box {
    text-align: center;
    width: 33.3%;
    margin-bottom: 95px;
}

.circle-section .circle-box img {
    width: 60%;
    max-width: 306px;
}

.circle-section .circle-box .h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 32px;
    letter-spacing: 0.035em;
    line-height: 1.1;
}

.circle-section .circle-box a.btn {
    margin: 9px 0 0 0;
    display: inline-block;
    padding: 10px 28px;
    min-width: auto;
    border: 2px solid #78BE20;
    color: #FFF;
    background: #78BE20;
    box-shadow: none;
}

.circle-section .circle-box a.btn:hover {
    background: none;
    color: #78BE20;
    box-shadow: none;
}

.circle-section .circle-box a.btn.cyan {
    background: #49c5b1;
    border-color: #49c5b1;
}

.circle-section .circle-box a.btn.cyan:hover,
.circle-section .circle-box a.btn.cyan:focus {
    background: None;
    color: #49c5b1;
}

.circle-section .circle-box a.btn.orange {
    background: #ed8b00;
    border-color: #ed8b00;
}

.circle-section .circle-box a.btn.orange:hover,
.circle-section .circle-box a.btn.orange:focus {
    background: None;
    color: #ed8b00;
}

.circle-section .circle-box a.btn.purple {
    background: #5f259f;
    border-color: #5f259f;
}

.circle-section .circle-box a.btn.red {
    background: #A9172E;
    border-color: #A9172E;
}

.circle-section .circle-box a.btn.red:hover,
.circle-section .circle-box a.btn.red:focus {
    background: None;
    color: #A9172E;
}

.circle-section .circle-box a.btn.purple:hover,
.circle-section .circle-box a.btn.purple:focus {
    background: None;
    color: #5f259f;
}

.text-red {
    color: #A9172E !important;
}

.text-green {
    color: #78BE20 !important;
}

.text-orange {
    color: #ED8B00 !important;
}

.text-purple {
    color: #5F259F !important;
}

.text-cyan {
    color: #49C5B1 !important;
}

.product-part .text-part h2.text-purple:after {
    background: #5F259F;
}

.product-part .text-part h2.text-green:after {
    background: #78BE20;
}

.product-part .text-part h2.text-cyan:after {
    background: #49C5B1;
}


/* Purpose end */


/* Purpose end */

.filter-text-content {
    display: block;
}


/* Purpose end */


/* Product */

section.product-details {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 47px;
    margin-bottom: 60px;
}

.product-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 995px;
}

.product-part .image-part {
    width: 295px;
}

.product-part .text-part {
    width: calc(100% - 350px);
    max-width: 606px;
    padding-right: 30px;
}

.product-part .text-part h2 {
    text-transform: uppercase;
    color: #ED8B00;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 21px;
    font-weight: 600;
}

.product-part .text-part h2:after {
    content: '';
    position: absolute;
    width: 500%;
    bottom: 0;
    height: 2px;
    background: #ED8B00;
    left: 0;
}

.product-part .text-part p {
    line-height: 1.21;
    margin-bottom: 29px;
}

.product-part .text-part a.link {
    font-size: 17.98px;
    font-weight: 800;
    margin-top: 34px;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #78BE20;
    color: #78BE20;
}

.product-part .text-part td {
    letter-spacing: 0;
    font-size: 18px;
    margin: 0;
    padding: 5px 0 !important;
    background: #FFF;
    width: initial;
    border-bottom: 2px solid #000;
}

.product-part .text-part td strong {
    font-weight: 700;
}

.product-part .text-part td:last-child {
    text-align: right;
    width: 21%;
}

.product-part .text-part td:first-child span {
    display: inline-block;
    margin-left: 19px;
    letter-spacing: 0.02em;
}

.product-part .text-part .wp-content {
    margin-bottom: 61px;
}

.product-part .text-part .note {}

.product-part .text-part .note p {
    margin-bottom: 0;
    font-size: 17px;
}

.product-part .text-part h3.table-title {
    font-size: 29.27px;
    font-weight: 800;
    letter-spacing: 0.054em;
    margin-bottom: 4px;
}

.product-part .text-part .wp-content {
    margin-bottom: 61px;
}

.product-part .text-part table {
    margin: 0 0 15px 0;
}

.scroll-table {
    overflow: auto;
}

.scroll-table table {
    width: 100%;
}

ul.button-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.button-links li {
    margin-bottom: 18px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.button-links li a.btn {
    box-shadow: none;
    font-size: 18px;
    background: #78BE20;
    border: 2px solid #78BE20;
    color: #FFF;
    padding: 9px 5px;
    min-width: 157px;
    margin: 0 auto;
    letter-spacing: 0.015em;
    font-weight: 800;
}

ul.button-links li a.btn:focus,
ul.button-links li a.btn:hover {
    color: #78BE20;
    background: #FFF;
}

.page-template-products .slick-initialized .slick-slide img:hover {
    position: relative;
    /* -webkit-animation: rotateAnima 5s infinite; */
    /* Safari 4+ */
    -moz-animation: rotateAnima 5s infinite;
    /* Fx 5+ */
    -o-animation: rotateAnima 5s infinite;
    /* Opera 12+ */
    animation: rotateAnima 0.5s linear;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes rotateAnima {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnima {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnima {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotateAnima {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* Product end */

.product-slider.has-4 {
    width: 100%;
}

.cooking-sprays .product-slider.has-4 {
    max-width: 800px;
    margin: auto;
}

.product-slider.has-4 .product-slider__item {}

.page-template-community section.main-content {
    overflow: hidden;
    padding-top: 20px;
    margin-top: -20px;
}

.single-product li#menu-item-103 a:after {
    opacity: 1;
}

a.load-more__btn.hidden {
    display: none;
}

.but-section .btn {
    display: inline-block;
    margin: 0;
    box-shadow: none;
    border: 2px solid #5F259F;
    background-color: #5F259F;
    color: #FFF;
    padding: 14px 30px;
    text-align: center;
    min-width: auto;
}

.but-section {
    text-align: center;
    width: 100%;
}

.but-section .btn:hover,
.but-section .btn:focus {
    background: none;
    color: #5F259F;
}


/* Our Differences */

.our-difference {}

.our-difference .quote-blocks {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-difference .left-text {
    text-align: center;
    padding: 50px 40px 0;
}

.our-difference .quote-blocks blockquote {
    background-color: #5F259F;
    text-align: center;
    font-size: 30px;
    line-height: 1.134;
    color: #fff;
    font-weight: 700;
    padding: 50px 70px;
}

.our-difference .quote-blocks blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 24px;
    letter-spacing: inherit;
}

.our-difference .quote-blocks blockquote cite {
    font-size: 28px;
    line-height: 1.22;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.3px;
    color: inherit;
}

.our-difference .right-img {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 20px;
}

.our-difference .full-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 30%;
}

.product-part .image-part {
    position: relative;
}

a.next-post {
    background-image: url(../images/next-post.svg);
    width: 47px;
    height: 91px;
    position: absolute;
    top: 30%;
    right: -790px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

a.next-post span {
    display: none;
}

@-webkit-keyframes rotateCSS {

    from,
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotateCSS {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes rotateCSS {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotateCSS {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.opicty-none.to-animate {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.3s;
    transition: opacity 0.5s ease-in-out 0.3s;
}

.to-animate.visible {
    opacity: 1 !important;
}

.sub-category-list {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sub-category-list li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.sub-category-list li:after {
    content: "|";
    font-size: 20px;
    position: absolute;
    right: -3px;
    top: 3px;
}

.sub-category-list li:last-child:after {
    display: none;
}

.sub-category-list li a {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #6D6E71;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.sub-category-list li.active a {
    color: #ED8B00;
    border-bottom: 2px solid #ED8B00;
}

.chart-list {
    border-bottom: 3px solid #808080;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.chart-list ul.chart-list-block {
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chart-list ul.chart-list-block li {
    width: 50%;
    position: relative;
    padding: 0 60px;
    margin-bottom: 21px;
    max-width: 450px;
}

.chart-list ul.chart-list-block li .img-box {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 138px;
    text-align: left;
}

.chart-list ul.chart-list-block li span {
    font-size: 24px;
    display: inline-block;
}

.chart-list ul.chart-list-block li.left {
    text-align: right;
}

.chart-list ul.chart-list-block li.left:after {
    content: '';
    background-image: url(../images/chart/arrow.svg);
    width: 10px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    right: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chart-list ul.chart-list-block li.left .img-box {
    left: 0;
}

.chart-list ul.chart-list-block li.right {}

.chart-list ul.chart-list-block li.right .img-box {
    right: -97px;
}

.chart-list ul.chart-list-block li.left span {
    color: #F28B00;
}

.chart-list ul.chart-list-block li.right span {
    color: #78B90C;
}

.contact-sec.butter-to-page {
    width: 100%;
    overflow: hidden;
}

.title-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 29px;
}

.title-part .title {
    width: calc(50% - 4px);
    background: red;
}

.title-part .title span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
    padding: 10px 0;
}

.title-part .title.orange {
    background: #ED8B00;
}

.title-part .title.green {
    background: #78BE20;
}

section.recipes-sec.recipes-list-two {
    padding-top: 9px;
}

.recipes-list-two h3.title {
    color: #5F259F;
    text-transform: uppercase;
    max-width: 760px;
    margin: auto;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.034em;
    margin-bottom: 2.5%;
}

.recipes-list-two .recipes-list {
    max-width: 760px;
    margin: auto;
    justify-content: space-between;
}

.recipes-list-two .recipes-info li {}

.recipes-list-two .recipes-list__item {
    width: calc(50% - 10px);
    margin: 0;
}

.title-share-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title-share-icons h2.page-head {
    width: calc(100% - 243px);
}

.family-scholarship {
    text-align: center;
    padding: 60px 0 30px 0;
}

.family-scholarship .join-pomeians {
    padding: 0 0 45px;
}

.family-scholarship p {
    max-width: 980px;
    margin: auto;
    color: #050608;
    margin-bottom: 40px;
}

.family-scholarship .join-pomeians .join-btn {
    position: relative;
}

.family-scholarship img {
    max-width: 719px;
    margin-bottom: 20px;
    width: 100%;
}

.family-scholarship .join-pomeians .join-btn.color-orange {
    background: #ed8b00;
    border-color: #ed8b00;
}

.family-scholarship .join-pomeians .join-btn.color-orange:hover,
.family-scholarship .join-pomeians .join-btn.color-orange:focus,
.flex-content .btn-part a.join-btn:hover,
.flex-content .btn-part a.join-btn:focus {
    background: #FFF;
    color: #ed8b00;
}

.family-scholarship a.join-btn.color-orange {
    margin-top: 20px;
}

.add-line-orange a.join-btn.color-orange:after {
    content: '';
    position: absolute;
    width: 300%;
    height: 2px;
    left: -100%;
    background: #ed8b00;
    top: 50%;
    z-index: -1;
}

.add-line-orange .container {
    position: relative;
    overflow: hidden;
}

.flex-content {
    display: flex;
    text-align: left;
    max-width: 1050px;
    margin: auto;
    align-items: center;
    border-bottom: 2px solid #000;
    padding: 0px 0px 40px 0px;
    margin-bottom: 40px;
}

.flex-content {}

.flex-content .text-part {
    width: calc(100% - 450px);
}

.flex-content .btn-part {
    padding-left: 30px;
    width: 450px;
}

.flex-content .btn-part a.join-btn {
    background: #ed8b00;
    border-color: #ed8b00;
    padding: 15px 45px;
    font-size: 30px;
    margin: initial;
}

.flex-content .text-part p {
    margin-bottom: 0;
}

.button-new-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.button-new-section h2 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    font-weight: 500;
}

.button-new-section h2:before,
.button-new-section h2:after {
    content: '';
    width: 1000%;
    height: 2px;
    background: #6d6e71;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
}

.button-new-section h2:before {
    left: 100%;
}

.button-new-section h2:after {
    right: 100%;
}

ul.new-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    max-width: 970px;
    margin: auto;
}

ul.new-links li {
    width: 50%;
    padding: 0 10px;
}

ul.new-links li a {
    background: #78be20;
    color: #FFF;
    border-radius: 40px;
    display: inline-block;
    font-size: 22px;
    width: 100%;
    padding: 10px 0;
    border: 2px solid #78be20;
}

ul.new-links li a:hover {
    color: #78be20;
    background: #FFF;
}

ul.new-links li a.blue:hover {
    border-color: #5f259f;
    color: #5f259f;
    background: #FFF;
}

ul.new-links li a.blue {
    border-color: #5f259f;
    background: #5f259f;
}

.search-form input.search-field {
    padding-left: 45px;
    padding-right: 45px;
}

 

.page-template-products .scroll {
    color: #FFF !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }

    .content-cover .left-part h3,
    .iteam-block .image-part .heading-block h3 {
        font-size: 30px;
    }

    .iteam-block .text-part .details p {
        font-size: 28px;
    }

    .circle-section .circle-box .h3 {
        font-size: 30px;
    }

    .purpose-content .container {
        padding: 0;
    }

    section.filter-sec.purpose-content {
        padding: 30px 0 36px 0;
    }

    .circle-section {
        margin: 0 -10px;
    }

    section.oil-chart .sec-heading {
        margin-bottom: 43px;
    }

    .product-part .text-part h2 {
        font-size: 48px;
    }

    section.featured-content-community p {
        font-size: 24px;
    }
}

@media (max-width: 380px) {
    .hero h2 {
        font-size: 28px;
    }

    .hero h2 strong {
        font-size: 40px;
    }
}

@page {
    margin: 0.0cm;
}
 

/* Tooltip container */
/* 
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    z-index: inherit;
}

.tooltip:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    background: #6D6E71;
    height: 1px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 290px;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Brandon Grotesque', sans-serif;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
    top: -5px;
    left: 125%;
    background: rgba(0, 0, 0, 0.8);
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 0;
    margin-left: 0;
    background: #5F259F;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #5F259F;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -77px;
    background: #f62459;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f62459 transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
    background: tomato;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent tomato;
}

.tooltip-img {
    bottom: 103%;
    left: 50%;
    margin-left: -77px;
    background: rgba(0, 0, 0, 0.8);
}

.tooltip-img::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.green .tooltip-bottom {
    background: #7ab850;
    left: 0;
}

.green .tooltip-bottom::after {
    border-bottom: 15px solid #7ab850;
    right: auto;
    left: 50px;
}

.orange .tooltip-bottom {
    background: #ED8B00;
    left: 0;
    margin-left: 0;
}

.orange .tooltip-bottom::after {
    border-bottom: 15px solid #ED8B00;
    right: auto;
    left: 30px;
}

.cyan .tooltip-bottom {
    background: #49c5b1;
    left: 0;
    margin-left: 0px;
    bottom: 135%;
    top: auto;
}

.cyan .tooltip-bottom::after {
    border-top: 15px solid #49c5b1;
    border-bottom: inherit;
    top: 100%;
    right: auto;
    left: 50px;
}

.purple .tooltip-bottom {
    background: #5F259F;
    left: 0;
    margin-left: 0;
    width: 400px;
}

.purple .tooltip-bottom::after {
    border-bottom: 15px solid #5F259F;
    left: 30px;
    right: auto;
}

.health-mbl-sec ul li {
    list-style: none;
}

.health-mbl-sec {
    display: none;
}

.tooltip sup {
    display: none;
} */

.text-wrap {
    height: 180px;
    overflow: auto;
}

.health-mbl-sec ul li p a {
    color: #6D6E71;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.health-mbl-sec ul li p a:hover {
    color: #ED8B00;
}

.desclimber-wrap {
    margin: 25px 0 0 0;
}

.desclimber-wrap p {
    font-size: 18px;
}

.desclimber-wrap p a {
    font-size: 18px;
    color: #AB162B;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
}

.desclimber-wrap p a:hover {
    color: #78BE20;
}

.container-max {
    max-width: 1075px;
}

.sec-heading h2.blod {
    font-weight: 600;
}

.tons .avg-box .bold span.span {
    font-size: 67px;
    position: relative;
    margin-left: -10px;
    padding: 21px 0 0 0;
    display: inline-block;
}

.tons .avg-box .bold + p span {
    position: relative;
    margin: 10px 0 0 9px;
    display: inline-block;
}

/*reduced-emissions page*/

.center-btn {
    padding: 30px;
    text-align: center;
}

.lightgreen {
    border: 1px solid #49c5b1 !important;
    background: #4DC5B1;
    border: 0;
}

.lightgreen a {
    color: #fff;
    font-size: 16pt;
    font-weight: 500;
}

.lightgreen:hover {
    border: 1px solid #49c5b1;
    background-color: #fff;
}

.lightgreen:hover a {
    color: #49c5b1;
}

.center-head .sec-heading:after {
    background-color: transparent;
}

.para {
    max-width: 877px;
    color: #6D6E71;
    margin: auto;
    margin-bottom: 30px;
}

.healty-oil {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.olive-box {
    max-width: 660px;
    font-size: 18pt;
    line-height: 20pt;
    padding: 10px;
    margin: 10px;
    border: 2px solid #ED8B00;
}

.healty-oil p {
    background: #ED8B00;
    color: #fff;
    padding: 30px;
    margin-bottom: 0;

}

.healty-oil span.box-title {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
}

.divisions {
    width: 31.3%;
    margin: 1%;
    float: left;
    text-align: center;
    color: #fff;
}

.divisions img {
    max-width: 110px;
    max-height: 110px;
    margin-bottom: 30px;
}

.bottom-box {
    display: inline-block;
    width: 100%;
}

.divisions span {
    text-transform: uppercase;
    line-height: 22pt;
    font-size: 18pt;
}

.bottom-box {
    margin-top: 100px;
}

.half-left {
    width: 45%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center center;
}

.half-left p {
    margin-bottom: 0;
}

.half-right {
    width: 55%;
    float: right;
    background-size: cover;
    background-position: center center;
}

.half-right img {
    padding: 0 30px;
}




.research {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.research p {
    text-align: left;

}

section.note-new {
    margin: 30px 0 0 0;
}

section.note-new p {
    font-size: 17px;
}

.sec-heading h2.bold {
    font-weight: 600;
}

.bottom-para {
    display: inline-block;
    margin: 30px 0;
    padding: 0 0px;
}

.bottom-para h3 {

    color: #ed8b00;
}

.bottom-para p {
    font-size: 28.5pt;
    color: #ED8B00;
    line-height: 32pt;
}

.certy {
    padding-left: 42px;
}

.certified {
    display: inline-block;
    margin: 50px 0 0;
}

.certified p {
    margin-bottom: 0 !important;
}

.avg-box {
    position: relative;
    color: #5F259F;
    padding: 15px 15px 15px 35px;
    border: 1px solid #6D6E71;
}

.avg-box .bold {
    display: block;
    float: left;
    font-size: 80pt;
    line-height: 30pt;
    margin-top: 20px;
    margin-right: 8px;
}

.avg-box p {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 16pt;
    line-height: 20pt;
}

.avg-box::before {
    position: absolute;
    height: 60px;
    width: 60px;
    content: " ";
    display: block;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    padding: 20px;
    background-image: url(../images/arrow.svg);
    background-size: cover;
}

.research .avg-box .bold {
    font-size: 100px !important;
    font-weight: 800;
}

.research .avg-box p {
    font-size: 21px !important;
    font-weight: 600;
}

.pledge {
    text-align: center;
}

.pledge img { width: 100%; }

.pledge p {
    margin-top: 30px;
}

.mobile-healty-oil {
    display: none;
}

.mobile-healty-oil .bottom-box {
    /* background: url(../images/healthy-oil.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center;
}

.global-sec .sec-heading {
    margin-bottom: 0;
}

.global-sec .sec-heading h2 {
    font-weight: 700;
}

.mobile-healty-oil p {
    width: 100%;
    background: #ED8B00;
    margin-bottom: 0;
    color: #fff;
    padding: 10px;
}

.mobile-healty-oil span {
    text-transform: uppercase;
    font-size: 22pt;
}


/*resposnsive farming*/

.responsible .sec-heading:before {
    background-color: transparent;
}

.partner p {
    background: #78be20;
}

.partner img {
    max-width: 550px;
    height: auto;
}


/* .partner {
    background-image: url(../images/partner.jpg);
} */

.partner .olive-box {
    border: 2px solid #78BE20;
    float: right;
}

.partner .bottom-box {
    text-align: center;
}

.dcoop {
    display: inline-block;
    padding: 30px 0;
    float: none;
    width: 100%;
}

.dcoop p {
    display: inline-block;
    COLOR: #78BE20;
    FONT-SIZE: 34px;
    line-height: 34px;
    padding: 30px;
    font-weight: 700;
}

.dcoop img {
    display: inline-block;
    float: left;
    max-width: 395px;
    height: 100px;
    vertical-align: middle;
    margin-top: 25px;
}

.dcoop .container {
    display: flex;
}

.half-right.half {
    position: relative;
    padding-left: 30px;
}

.half-left.half {
    position: relative;
}
.half-left.half img { width: 100%; }

.half {
    width: 50%
}
.half-left.half p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 68px 28px 30px;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 1 !important;
}
.half-left.half p:before {
    background-image: url(../images/down.svg);
    background-size: 100%;
    position: absolute;
    content: '';
    background-size: cover;
    width: 40px;
    height: 40px;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}
.tons .avg-box::before {
    background-image: url(../images/right_side.svg);
}

.tons .avg-box .bold {
    font-size: 72pt;
    line-height: 27pt;
}

.tons {
    padding-left: 45px !important;
}

.tons .avg-box {
    padding: 15px 15px 40px 40px !important;
    color: #ED8B00;
}

.tons .avg-box p {
    font-size: 14pt;
    line-height: 18pt;
}

.vc img {
    max-width: 200px;
}

.vc {
    position: absolute;
    top: 20px;
    right: 0;
}


/* .full img {
    max-width: 720px;
    height: 396px;
} */

.full {
    float: none;
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
}

.full-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 46px 28px 30px;
    text-align: center;
    width: 400px;
    height: 400px;
    font-size: 18.75pt;
    line-height: 20pt;
    font-weight: 500;
}

.full-circle strong {
    font-size: 100pt;
    line-height: 37pt;
    color: #78BE20;
    font-weight: 500;
    display: inline-block;
    padding: 50px 0;
}

.healty-oil:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

.healty-oil {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center;
    position: relative;
    z-index: 1;
}

.full-circle:before {
    position: absolute;
    content: '';
    background: #0000003d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.full p.circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 250px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px #ffffff;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .bottom-para h3 {
        font-size: 38px;
        color: #ed8b00;
    }

    .global-sec .sec-heading h2.large-e {

        font-size: 64px;

    }
}

@media (max-width: 1199px) {

    .flex.flex-new .half-left,
    .flex.flex-new .half-right {
        width: 50% !important;
    }

    .research .avg-box .bold {
        font-size: 70px !important;
        font-weight: 600;
        line-height: 32px;
    }

    .tons .avg-box .bold span.span {
        font-size: 46px;
        position: relative;        
        padding: 21px 0 0 0;
    }

    .tons .avg-box .bold + p span {
        font-size: 16px !important;
        font-weight: 600;
        line-height: 18px;
        margin: 14px 0 0 9px;
    }

    .tons .avg-box {
        padding: 0px 15px 20px 25px !important;
    }

    .tons .avg-box::before {
        height: 40px;
        width: 40px;
        left: -20px;
    }
}

@media (max-width: 991px) {
    .full p.circle-img {        
        max-width: 350px;
    }
}

@media (max-width: 790px) {

    .flex.flex-new .half-left,
    .flex.flex-new .half-right {
        width: 100% !important;
        padding: 0 !important;
    }

    .flex.flex-new .half-left.half {        
        margin-bottom: 10px;
    }

    .tons .avg-box {
        padding: 0px 15px 20px 25px !important;
        margin: 30px 0 0 10px;
    }

    .research .avg-box .bold {
        font-size: 60px !important;

        line-height: 25px;
    }

    .tons .avg-box .bold span.span {
        font-size: 30px;
    }
    .tons .avg-box .bold + p span br {
    display: block;
}
}

@media (max-width: 767px) {
    .full p.circle-img {        
        max-width: 280px;
    }
    .sweet-block img {
    height: 300px !important;
    object-fit: cover;
    width: 100% !important;
}
.home-section-sweet .sweet-block{
        max-width: 92vw !important;
    margin: 15px;
}
}

@media (max-width: 580px) {
    .full p.circle-img {        
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .tons .avg-box {
        padding: 20px 15px 20px 25px !important;
        margin: 30px 0 0 10px;
    }
    .full p.circle-img {        
        max-width: 190px;
        line-height: 0;
    }

    .flex.flex-new .half-left.half {        
        margin-bottom: 10px;
    }

    .avg-box:before {
        width: 40px;
        height: 40px;
        left: -20px;
    }

    .avg-box {
        margin: 30px 0 0 20px !important;
        padding: 15px 15px 15px 23px;
    }

    .research .avg-box p {
        font-size: 13px !important;
        line-height: 1;
    }

    .research .avg-box .bold {
        font-size: 69px !important;
        font-weight: 600;
        margin-top: 0;
        margin-right: 0px;
    }
    .tons .avg-box .bold + p span {
    font-size: 14px !important;
 
    margin: 18px 0 0 9px;
    bottom: -2px;
}
}

@media (max-width: 400px) {
    .full p.circle-img {        
        max-width: 150px;
        line-height: 0;
    }
}

.history-page .history-block {padding: 30px 0 0; min-height: 600px; overflow: hidden; position: relative;}
.history-page .history-block span { font-family: 'Cordoba Serif';}
.history-page .history-color1{background-color: #007265;color: #fff;}
.history-page .history-color2{background-color: #3d1152;color: #fff;}
.history-page .history-color3{background-color: #d07e27;color: #fff;}
.history-page .history-color4{background-color: #004067;color: #fff;}
.history-page .history-block .content-blocks-txt h3{color: #fff;font-size: 28px;margin-bottom: 10px;}
.history-page .history-block .content-blocks-txt p span{font-size: 35px;margin-bottom: 10px;display: block;     line-height: 40px;}
.history-page .history-block .content-blocks-txt p{max-width: 290px;}
.history-page .history-block .content-blocks-img{text-align: center;}
.history-page .history-block .content-blocks-img,.history-block .content-blocks-txt{padding:50px 30px 60px; position: relative;}
.history-page .history-block::before{position: absolute;content: '';top: 90px;left:50%;background-color: #fff;width: 1px;height:calc(100% - 90px)}
.history-page .history-block.dline::before{background-color: #3d1152;}
.history-page .history-block.line-none::before{ display: none;;}
.history-page .history-block .content-blocks-img1::before{left: -11px;right: auto; }

.history-page .history-block .content-blocks-img3::before{background-color: #3d1152; }
.history-page .history-date {text-align: center;font-size: 40px;font-weight: 500;}

.history-page .history-block .content-blocks-txt1{text-align: right;}
.history-page .history-block .content-blocks-txt1 p{max-width: 240px;display: inline-block;}

.history-page .hshape {position: absolute;}
.history-page .hshape1 {bottom: -30px;right: 50px;}
.history-page .hshape2 {left: 50px;right: auto;bottom: 10px;}
.history-page .hshape3 {right: 50px; top: -30px;}
.history-page .hshape4 {bottom: auto;top: -15px;left: 50px;}
.history-page .hshape5 {bottom: -30px;right: 50px;}

.history-page .hshape6 {bottom: auto;top: -15px;left: 50px;}

.history-page .hshape7 {top: -30px; right: 50px;}

.history-page .hshape8 {left: 50px;right: auto;bottom: 10px;}
.history-page .hshape9 {top: -15px;left: 50px;}
.history-page .hshape10 {top: -30px; right: 50px;}


.history-page .packlist{display: flex;align-items: flex-end;flex-wrap: wrap;}
.history-page .packimg { width: 16.66%; margin: 20px 0; padding: 0 5px;}
.history-page .packimg2 { width: 18.66%; }
.history-page .packimg2 .d-flex {justify-content: space-around;}
.history-page .packimg2 .d-flex img { max-width:50%;}
.history-page .packimg3 { width: 29.66%; }
.history-page .packimg3 .d-flex {justify-content: space-around;    align-items: flex-end; }
.history-page .packimg3 .d-flex img { max-width:27.33%;}
.history-page .title p {    margin-bottom: 70px;}


.contact-block .content-blocks-txt{background-position: 90% 90%;position: relative;}
.contact-block .content-blocks-txt:before {    position: absolute;    left: -100%;    background: #004067;    width: 100%;    height: 100%;    top: 0;    content: '';}
.contact-block textarea{height: 260px;}
.contact-block a {color: #fff;    text-decoration: underline;}
.contact-block.ov-block .ov-color3 { background: url(../images/contact-pattern.png) no-repeat 90% 90% #004067; }

.innerpage .hero-sec-contact{height: 58vh;}
.map-view { width:200%; background: #d0d2d3; }
.map-view .bullet { position: absolute; width:10px; height: 10px; border-radius: 50%; box-shadow: 0px 0px 0px 2px transparent; border: 2px solid transparent; }
.map-view .maploc1 { top:50%; left:5%; background:#004067; }
.map-view .maploc2 { top:56%; left:11.5%; background: #3d1152; }
.map-view .maploc3 { top:61%; left:17%; background: #3d1152; }
.map-view .maploc4 { top:67%; left:25%; background: #f8b947; }
.map-view .maploc5 { top:76%; left:20%; background: #3d1152; }
.map-view .maploc6 { top:69%; left:55%; background: #3d1152; }
.map-view .maploc7 { top:61%; left:84.5%; background: #d28021; }

.map-view .bullet.maploc7:hover .tooltip, .map-view .bullet.maploc7.active .tooltip { left: -60px;    top: -40px; }
.map-view .bullet.maploc7 .tooltip-arrow {    transform: rotate(-90deg);    top: 47px;    left: 74px; }

.maploc1  .tooltip-arrow::before { border-right-color: #004067; }
.maploc1  .tooltip-inner { background-color: #004067; }

.maploc2  .tooltip-arrow::before { border-right-color: #3d1152; }
.maploc2  .tooltip-inner { background-color: #3d1152; }

.maploc3  .tooltip-arrow::before { border-right-color: #3d1152; }
.maploc3  .tooltip-inner { background-color: #3d1152; }

.maploc4  .tooltip-arrow::before { border-right-color: #f8b947; }
.maploc4  .tooltip-inner { background-color: #f8b947; }

.maploc5  .tooltip-arrow::before { border-right-color: #3d1152; }
.maploc5  .tooltip-inner { background-color: #3d1152; }

.maploc6  .tooltip-arrow::before { border-right-color: #3d1152; }
.maploc6  .tooltip-inner { background-color: #3d1152; }

.maploc7  .tooltip-arrow::before { border-right-color: #d28021; }
.maploc7  .tooltip-inner { background-color: #d28021; }



.map-view .bullet:hover, .map-view .bullet.active { margin-left:-5px; margin-top:-5px; box-shadow: 0px 0px 0px 2px #3d1152; border: 2px solid #fff; width: 20px; height: 20px; }
.map-view .bullet:hover .tooltip { margin: -10px 0 0 -10px; top:0px; left:30px; display: block;}

.map-view .bullet.active .tooltip { margin: -10px 0 0 -10px; top:0px; left:30px; display: block;}

.map-view .bullet .tooltip { top: -10px; left: 15px; white-space: nowrap; display: none;}

.map-view .maploc1:hover, .map-view .maploc1.active { box-shadow: 0px 0px 0px 2px #004067; }
.map-view .maploc4:hover, .map-view .maploc4.active { box-shadow: 0px 0px 0px 2px #f8b947; }
.map-view .maploc7:hover, .map-view .maploc7.active { box-shadow: 0px 0px 0px 2px #d28021; }

.map-content h3 {  font-family: 'Cordoba Serif'; font-size:45px; }
.map-content h4 {  font-family: 'Cordoba Serif'; font-size:33px; }
.map-content .img  {display: flex;    align-items: center;    border-top: 1px solid #a6a8ab;    border-bottom: 1px solid #a6a8ab;    padding: 15px 0px;    margin-bottom: 30px;}
.map-content .img img { margin-right:15px; }
.map-content p {    color: #3d1152;}
.bullet {    left: 0;    width: .4rem;    height: .8rem;    position: absolute;    top: 0px;    transform: translate(0px, 8px); }

.faqs-block { margin: 0 0 -50px 0;}
.faqs-block .faqs-right {   padding: 60px 40px;} 
.faqs-block .faqs-right .panel {border-bottom: 1px solid #ccc;}
.faqs-block .faqs-right p {  color:#6d6e71; font-size:20px;} 
.faqs-block .faqs-right h4 { margin: 0;}
.faqs-block .faqs-right h4 a { color:#3d1152; font-size:20px; position: relative; display: block; padding:15px 40px 15px 0; } 
.faqs-block .faqs-left { background:#f9ba47;}
.faqs-block .faqs-left:after {    content: "";    display: block;    position: absolute;    right: 0;    top: 0;    height: 100%;    width: 300%;    background: #f9ba47;    z-index: -1;}
.faqs-block .faqs-left ul { list-style: none; margin:70px 0px 30px; padding: 0; text-transform: uppercase; max-width: 210px;}
.faqs-block .faqs-left ul ul  { display: none;      margin: 15px -40px 15px 0px; max-width: 250px;}

.faqs-block .faqs-left ul li.active ul  { display: block;}

.faqs-block .faqs-left li { margin-bottom: 10px;}
.faqs-block .faqs-left > ul > li > a { background:transparent;  border:1px solid #fff; color:#fff; display: block; border-radius: 4px; padding: 10px 15px; position: relative; line-height: 18px; font-size:21px; }
.faqs-block .faqs-left > ul ul > li > a { background:transparent;  color:#fff; display: block; border-radius: 4px; padding: 10px 15px; position: relative; line-height: 18px; font-size:21px; font-family: 'Cordoba Serif';}
.faqs-block .faqs-left > ul ul > li.active > a { color:#3d1152; }
.faqs-block .faqs-left > ul > li.active > a { background:#3d1152;  border:2px solid #3d1152;}
.faqs-block .faqs-right h4 a:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #6d6e71;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    top: 19px;
    right: 14px;
}

.faqs-block .faqs-left > ul > li > a:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-45deg);
    transition: border-width 150ms ease-in-out;
    top: 13px;
    right: 14px;
}

.source-map .title {    margin-top: 80px;}
.collapse.in {    display: block;}
.tooltip-arrow::before {    position: absolute;    content: "";    border-color: transparent;    border-style: solid;    right: -1px;    border-width: .4rem .4rem .4rem 0;    border-right-color: #000; }
.tooltip-arrow { left: 4px; width: .4rem; height: .8rem; position: absolute; top: 50%; transform: translate(0px, 8px); margin-top:-14px }
.tooltip-inner { margin-left:11px; text-transform: uppercase;     font-size: 1.2rem;}
.tooltip { position: absolute;    z-index: 1070;    display: block;    margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-style: normal;    font-weight: 400;    line-height: 1.5;    text-align: left;    text-align: start;   text-decoration: none;    text-shadow: none; text-transform: none;    letter-spacing: normal;    word-break: normal;    word-spacing: normal;    white-space: normal;    line-break: auto;    font-size: .875rem; word-wrap: break-word;    opacity:1; }

.recipes-blog-page .home-section-sweet { background: #004067; }
.recipes-blog-page .blog-p { margin-bottom: 70px; position: relative; max-width: 100%; font-family: 'Kapra Neue Expanded';}
.recipes-blog-page .blog-p img { position: absolute; top: -40px; left: 0px; }
.recipes-blog-page .recipe-p { margin-bottom: 50px;margin-top: 50px; position: relative; max-width: 100%;}
.recipes-blog-page .recipe-p img { position: absolute; top: 20px; right: 0px; }

.home-section-sweet { position: relative;}
.home-section-sweet .kTopImg { position: absolute; top:-40px; left:-10px; }
.home-section-sweet .kBottomImg {  position: absolute; bottom:-60px; right:-20px; }

.home-section-two .hTopImg { position: absolute; top: -20px; left: -10px; width: 180px; }
.home-section-two .hBottomImg { position: absolute; top: -26px; right: -10px; width: 200px; }

.recipes-detail-page .hero-sec { height: 100vh; }
.recipes-detail-page .recipe-top > div { padding: 0;}
.recipes-detail-page .recipe-top { margin: 0 -15px;}
.recipes-detail-page .recipe-left { background: #3d1152; color: #fff; min-height: 250px; padding: 30px 15px 20px; position: relative; border-right: 4px solid #fff;}
.recipes-detail-page .recipe-left h2 { height: 120px; font-size:2.3em;  font-family: 'Cordoba Serif'; position: relative; padding-right:90px; margin-bottom: 50px;}
.recipes-detail-page .recipe-left h2 img { position: absolute; bottom:-60px; right: -20px; }

.recipes-detail-page .recipe-left .share, .recipes-detail-page .recipe-right .share { display: flex; }
.recipes-detail-page .recipe-left a, .recipes-detail-page .recipe-right a {    margin: 0 8px;    display: inline-block;     line-height: 20px;}
.recipes-detail-page .recipe-left span {  line-height: 30px;    display: inline-block;      font-size: 22px;   }
.recipes-detail-page .recipe-left .sprt,.recipes-detail-page .recipe-right .sprt {      display: inline-block; width: 1px; height:30px; background:#fff;     margin: 0 20px;}
.recipes-detail-page .recipe-left:before {    content: "";    height: 100%;   background: #3d1152;    width: 500%;    display: block;    position: absolute;    right: 0;    top: 0;    z-index: -1; }
.recipes-detail-page .recipe-right:before {    content: "";    height: 100%;    background: #ED8B00;    width: 500%;    display: block;    position: absolute;    left: 0;    top: 0;    z-index: -1; }
.recipes-detail-page .recipe-right:after {    content: "";    height: 1px;    background: #fff;    display: block;    position: absolute;    left: 0;    top: 188px;    z-index: 0;    width: 500%;}

.recipes-detail-page .recipe-right { background: #ED8B00; color: #fff; display: flex;    justify-content: space-around;    text-align: center; flex-wrap: wrap; min-height:250px; position:relative; border-left: 4px solid #fff;  }
.recipes-detail-page .recipe-right b { font-weight: normal; text-transform: uppercase; font-size:22px ;}
.recipes-detail-page .recipe-right .value { padding: 30px 0px;     height: 184px; /*position: relative; width: 33.33%;*/}
/*.recipes-detail-page .recipe-right .value:not(:nth-child(3)):after {    height: 115px;    width: 1px;    background: #fff;    content: "";    display: block;    position: absolute;    right: 0;    top: 34px;}*/
.recipes-detail-page .recipe-right .value{opacity: 1 !important;}

.recipes-detail-page .recipe-right span { line-height: 30px;font-weight: normal; text-transform: uppercase; font-size:25px ;}
.recipes-detail-page .recipe-right h4 { font-weight: normal; text-transform: uppercase; font-size:50px; line-height: 50px; margin: 10px 0 0px 0;;}
.recipes-detail-page .recipe-right .desc {flex: 0 0 100%;    max-width: 100%; padding: 10px 0px 10px;  font-size:25px}
.recipes-detail-page .recipe-detail { padding: 60px 30px 0 0;}
.recipes-detail-page .try-products { padding: 30px 0px; text-align: center;}
.recipes-detail-page .try-products:first-child { padding-top: 60px; }
.recipes-detail-page .recipe-detail h2 { color:#3d1152; font-size:30px; text-transform: uppercase; font-family: 'Cordoba Serif'; line-height: 1.4;}
.recipes-detail-page .recipe-detail h3 { color:#ED8B00; font-size:27px; text-transform: uppercase; margin: 0 0 10px; }
.recipes-detail-page .recipe-detail p { line-height: 35px; font-size:25px;}
.recipes-detail-page .recipe-detail hr { border:none; background:url(../images/recipe-line.png) -6px center   no-repeat;  height: 6px; width: 100%; background-size:contain;  }
.recipes-detail-page .try-products h3 {  font-family: 'Cordoba Serif';  font-size:30px;}
.recipes-detail-page .try-products img { margin-bottom: 20px;}
.recipes-detail-page .try-products a { margin: 0 5px 15px;}

.blog-detail-page .hero-sec h2 { max-width: 980px; margin: 0 auto; }
.blog-detail-page .blog-top { background:#d38021; color:#fff; padding: 50px 0; text-align: center;     margin-bottom: 30px;}
.blog-detail-page .blog-detail { text-align: center; padding: 80px 0px 30px; max-width: 980px; margin: 0 auto;}
.blog-detail-page .blog-detail h3 {font-family: 'Cordoba Serif'; font-size:40px;}
.blog-detail-page .blog-detail a strong { font-weight: 600;}
.blog-detail-page .blog-detail a { text-decoration: underline; font-weight: 600;}
.blog-detail-page .blog-detail a:hover {    color: #ED8B00;}
.blog-detail-page hr.hrblog { border:none; background:url(../images/blog-line.png) center center no-repeat; margin: 30px 0px;  height:3px; width: 100%;      background-size: contain;}
.blog-detail-page .img { margin: 0px 0px 30px;}

.newsletter-page .nlogo { padding: 50px 0px; text-align: center; }
.newsletter-page .title {    text-align: center;        margin: 0 auto;    max-width: 640px;    font-size: 1.6em; color:#fff; position: relative;}
.newsletter-page .titleBg { background:#3d1152; padding: 90px 0;}
.newsletter-page .form-data { max-width: 670px; margin:50px auto; }
.newsletter-page .form-data label { text-transform: uppercase;}
.newsletter-page .rightImg { position: absolute; bottom:-60px; right:-210px;}
.newsletter-page .leftImg  { position: absolute; top: -80px; left: -210px;}

.wpcf7 form .wpcf7-response-output { margin: 1em 0em 1em; clear: both; float: left; }

.scroll {    
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0) rotate(45deg);
    }
    40% {
      transform: translateY(-30px) rotate(45deg);
    }
    60% {
      transform: translateY(-15px) rotate(45deg);
    }
  }

.privacy{
    background-color: #007265 !important;
}
.term-condintion{
    background-color: #d17e27 !important;
}
.term-condintion::before, .term-condintion::after, .privacy::before, .privacy::after, .store-locator::after, .store-locator::before
{
    content: none !important;
}
.privacy-img{
  position: absolute;
    top: 22%;
    right: 25%;
    width: 100px;
}
.store-locator{
    background-color: #004067 !important;
}
.receipt-block .btn-outline-w:hover, .homepage .hero .btn-outline-w:hover{
    background: #fff;
    color: #3d1152;
}
.receipt-block .btn-outline-w:after, .homepage .hero .btn-outline-w:after{
    border-color: unset;
}
.wpcf7-submit {
    float: none;
}
.ajax-loader{display:none}


@media print {
    a[href]:after {
        content: none !important;
    }

    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /** Don't show links for images, or javascript/internal links*/
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {}

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .page-template-products .site-wrapper,
    .page-template-products .mid-container,
    .page-template-products .footer-main,
    .page-template-products a.popup-modal-dismiss,
    .page-template-products .pupop-banner,
    .page-template-products .butter-olive--oil {
        display: none;
    }

    .mfp-hide {
        display: block !important;
    }

    .products-page #bto-modal {
        background-color: transparent;
    }

    .print-img {
        display: block;
        margin: 0 auto;
        max-height: 100vh;
    }

    .conversion-table-cell img {
        max-height: 5px !important;
    }

    .banner-recipe {
        height: auto;
    }

    .banner-recipe-content {
        position: static;
        width: 100%;
        min-height: 0;
        padding-bottom: 0;
    }

    .footer-main,
    .other-recipes,
    .recipe-featured,
    .recipe-interact,
    .banner-recipe-content:before,
    .banner-recipe-content:after {
        display: none;
    }

    .banner-recipe-content .recipes-info {
        padding-top: 0;
    }

    .recipe-blocks__item {
        border: 0;
    }

    .recipe-blocks__item.recipe-ingredients {
        width: 45%;
        float: left;
    }

    .recipe-blocks__item {
        width: 55%;
        float: left;
        padding-left: 25px;
    }

    .recipe-blocks:after {
        content: '';
        display: table;
        clear: both;
    }

    .recipes-info h4,
    .recipes-info p {
        font-size: 24px !important;
    }

    .recipe-blocks__item h3 {
        font-size: 24px;
    }

    .recipe-blocks__item p {
        font-size: 22px;
    }

    .print-icn {
        display: block !important;
    }

    .banner-recipe-content {
        padding: 0 70px;
    }

    .site-header {
        position: static;
    }

    .logo img {
        display: none;
    }

    .logo img.logo-alt {
        display: block !important;
    }
}



/*** Print CSS ***/

@media print {
    a[href]:after {
        content: none !important;
    }

    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /** Don't show links for images, or javascript/internal links*/
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
         
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .recipes-detail-page .recipe-detail {     
        padding: 0 100px;
    }
    
.main-navigation:before, .logo-wrap {
    margin: 15px auto;
}

.site-header {
    position: relative;    
    background: #757575 !important;
}

.logo img, .logo svg {    
    display: none;
}

img.logo-alt {    
    display: inline-block !important;
}

.recipe-top .col-lg-8 {
     
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
    .recipes-detail-page .hero-sec, .recipes-detail-page .recipe-left h2 img, .recipes-detail-page .recipe-left .share, .recipes-detail-page .recipe-right .share, .recipes-detail-page .recipe-right, .recipes-detail-page .try-products, .home-section-quality, .footer-main, .joinNewsletter, .main-navigation, .toplink-wrap
     { display: none; }
     .recipes-detail-page .recipe-left h2 { height: auto;     padding-right: 0;
        margin-bottom: 0;}
     .recipes-detail-page .recipe-left { min-height: auto;     padding: 0; }    
     .recipes-detail-page .recipe-detail h2 { font-size: 24px; }
     .recipes-detail-page .recipe-detail p {         line-height: 25px;         font-size: 18px;     }
     .hrBtm {
      
        display: none;
    }
    @page {
        size: auto;
        margin: 0;
    }
}

.h80vh { max-height: 800px;}
/**** Phase 2 ****/
.learn-page .title { max-width: 725px;     margin-top: 100px; padding: 0 10px;}
.learn-page .title p { margin: 0 0 40px; }
.searchbar { padding: 20px 15px 0;}
.searchbar .search { position: relative; max-width: 425px; margin: 0 auto 40px; }
.searchbar .search .btn-search { min-width: unset; left: auto;position: absolute; right: 15px; top: 10px; font-size:16px}
.searchbar .search input { border-color:#3d1152; letter-spacing: 2px; }

 .learn-page { max-width: 1320px; margin: 0 auto;}

.learn-sub-block .learn-block-wrap { margin:100px 10px; position: relative;}
.learn-sub-block .learn-block {  max-width: 650px; position: relative; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.learn-sub-block .learn-block h3 { color:#fff; font-size: 1.8em; line-height: 1.2em; font-weight: 500; text-align: center;   font-family: 'Cordoba Serif';     padding: 0 15px; transform: translateY(27px);  transition: all 0.5s ease-in-out;}
.learn-sub-block .learn-block:hover h3 { transform: translateY(0px);}
.learn-sub-block .learn-block:hover { transform: translateY(-40px);  }
.learn-sub-block .learn-block:hover .block-hover {cursor: pointer; opacity: 1; 
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out;
    background:rgb(243 180 71 / 65%);
}
.learn-sub-block .block-hover { background:#00000045; display: flex;  opacity: 1; position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    flex-direction: column;    justify-content: center;    align-items: center;  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out; }
.learn-sub-block .view-all { text-align: center; margin: 30px 0px;}
.learn-sub-block .block-hover .btn-outline-w:hover:after { border-color: #f0bb3e; }
.learn-sub-block .block-hover .btn-outline-w:hover { background: #fff; color: #e6a83e; }
.learn-sub-block .block-hover .btn-outline-w { opacity: 0; }
.learn-sub-block .learn-block:hover .block-hover .btn-outline-w {  opacity: 1; transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}


 
.tips-tricks-page .bg-img img { width: 100%;}

.tips-tricks-page .tt-block .content-blocks-img { margin-top: -60px; margin-bottom: 60px; }
.tips-tricks-page .tt-block { margin-top: 80px; position: relative; }
.tips-tricks-page .tt-block.bgcolor5 .content-blocks-img {
    margin-top: 100px;
    margin-bottom: 60px;
}


.tips-tricks-page .tt-block:after {    content: "";    width: 200%;     top: 0;    position: absolute;    height: 100%;      z-index: -1; }
.tips-tricks-page .tt-block.bgcolor1:after { left: 80px;  background: #3d1152; }
.tips-tricks-page .tt-block.bgcolor1 { margin-bottom: 100px;}
.tips-tricks-page .tt-block.bgcolor2 .content-blocks-img {
    margin-top: 90px;  width: 55.7vw;
}
.tips-tricks-page .tt-block.bgcolor4 .content-blocks-img {
    width: 55.7vw;
}
.tips-tricks-page .tt-block.bgcolor3 .content-blocks-img {
    margin-top: 100px;
    height: auto;
}
.tips-tricks-page .wauto{
    margin-right: 0px !important;
}

 
.tips-tricks-page .tt-block.bgcolor5 .content-blocks-txt {
    
    padding: 90px 15px 50px 30px !important;
}
.tips-tricks-page .tt-block.bgcolor6 .content-blocks-txt {
    padding: 90px 85px 90px 0px !important;
}

.tips-tricks-page .tt-block.bgcolor2:after { right: 80px; background: #cd8021;     height: calc(100% - 110px);}
.tips-tricks-page .bgcolor2 .content-blocks-txt { padding: 90px 40px 50px 30px; }
.tips-tricks-page .bgcolor2 .bg-img-half { margin-right:-15px; margin-top: 90px;}
.tips-tricks-page .tt-block.bgcolor3:after { left: 80px;  background: #004067;}
.tips-tricks-page .bgcolor3 { margin-bottom: 160px; }
.tips-tricks-page .bgcolor3 .bg-img-half img { margin-left:-15px;}
.tips-tricks-page .bgcolor4 .bg-img-half { margin-right:-15px;}
.tips-tricks-page .bgcolor5 .bg-img-half img { margin-left:-15px;}

.tips-tricks-page .tt-block.bgcolor4:after { left:inherit; right: 80px;  background: #007265;}
.tips-tricks-page .tt-block.bgcolor5:after { left: 80px; background: #e5a647;}

.tips-tricks-page .tt-block .bgcolor6:after { right: 5px; background: #3d1152;  content: "";    width: 200%;     top: 0;    position: absolute;    height: 100%;      z-index: -1; }
.tips-tricks-page .tt-block .bgcolor7:after { left: 5px; background: #004067;  content: "";    width: 200%;     top: 0;    position: absolute;    height: 100%;      z-index: -1; }

.tips-tricks-page .bgcolor6 .content-blocks-txt { padding-left: 0 !important; padding-right: 150px !important; }
.tips-tricks-page .bgcolor6 { margin-top: 60px; margin-bottom: 90px; }
.tips-tricks-page .bgcolor7 .content-blocks-txt { padding: 90px 15px 50px 80px !important; }
 

.tips-tricks-page .learnPattern { position: absolute; right: -200px; bottom: -90px;}
.tips-tricks-page .tt-block .content-blocks-txt h3 { color: #fff; font-size: 52px; }
.tips-tricks-page .tt-block { color:#fff;}
.tips-tricks-page .content-blocks-txt{ padding:90px 15px 50px 30px !important}
.tips-tricks-page .content-blocks-txt h4 { font-family: 'Cordoba Serif'; font-size: 30px;  color:#fff; text-transform: uppercase; margin-bottom: 40px;}
.tips-tricks-page .content-blocks-txt p { line-height: 1.5; }
.tips-tricks-page .content-blocks-txt ul li { margin-bottom: 30px; line-height: 1.3;}
.tips-tricks-page .content-blocks-txt ul.bulletSM li  { margin-bottom: 10px;}
.tips-tricks-page .bgcolor4 p { margin-bottom: 10px;}
.tips-tricks-page .ttline { margin-bottom: 40px; }
.tips-tricks-page .bgcolor4 .ttline { margin-bottom: 30px; }
.tips-tricks-page .bgcolor4 .content-blocks-txt ul li { margin-bottom: 30px; }
.tips-tricks-page .content-blocks-txt ul {    margin: 0 0 0 25px;    padding: 0;    font-size: 24px;    max-width: 470px; }
.tips-tricks-page .title h3 { text-transform: uppercase; margin-bottom: 30px; font-size:2.8em; line-height: 1.2em; }
.tips-tricks-page .title  { margin-bottom: 160px; position: relative;}
 

@media (min-width: 1260px) and (max-width: 1400px) {

    .tips-tricks-page .content-blocks-txt ul li {
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    .tips-tricks-page .content-blocks-txt ul {
        margin: 0 0 0 25px;        
        font-size: 18px;
        max-width: 470px;
    } 
        
}
@media (min-width: 991px) and (max-width: 1260px) {

    .tips-tricks-page .content-blocks-txt h4 {        
        font-size: 30px;
        margin-bottom: 20px;
    }

.content-blocks-txt h3 {    
    font-size: 28px !important;   
    margin-bottom: 20px !important;   
}

.tips-tricks-page .tt-block.bgcolor2 .content-blocks-img {     
    width: 57.33vw;
    transform: translateX(4px) !important;
}
.tips-tricks-page .tt-block.bgcolor4 .content-blocks-img {     
    width: 57.33vw;
    transform: translateX(4px) !important;
}


.tips-tricks-page .content-blocks-txt ul {
    margin: 0 0 0 25px;
    padding: 0;
    font-size: 18px;
    max-width: 470px;
}

.tips-tricks-page .content-blocks-txt ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.tips-tricks-page .ttline {
    margin-bottom: 20px;
}

.content-blocks-txt {
    padding: 90px 55px 90px 85px !important;
}
}

@media (max-width: 990px) {
    .tips-tricks-page .tt-block.bgcolor2 .content-blocks-img {     
        width: 100%;
        transform: translateX(4px) !important;
    }
    .tips-tricks-page .tt-block.bgcolor4 .content-blocks-img {     
        width: 100%;
        transform: translateX(4px) !important;
    }
}


  


.recipes-page .yellow-bg { background-color: #f8b947;}
ul.recipes-tabs {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    color: #fff;
}
ul.recipes-tabs li {    
     cursor: pointer;
     
}
ul.recipes-tabs li a {
    padding:25px 30px;
    border-left: 1px solid #ffff;
    cursor: pointer;
    display:inline-block;
    line-height: 25px;
    position: relative;
    font-family: 'Cordoba Serif';
}
ul.recipes-tabs li:last-child a { 
    border-right: 1px solid #ffff;
}
ul.recipes-tabs li a:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);    
    transition: border-width 150ms ease-in-out;
    top: 53px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
ul.recipes-tabs li.active a:after {
    transform: rotate(-135deg);    
    top: 58px;
    border-color: #381a5a;
}

ul.recipes-tabs li.active {    border-bottom: 1px solid #f8b947;    margin-bottom: -1px;    position: relative;}
.recipes-tabs-wrap { border-bottom: 1px solid #fff; }
.filterCheckbox li { color:#fff; margin-bottom: 10px;}
.recipes-page .tabContent { padding: 30px;}
.filterCheckbox ul { list-style: none; margin: 0px; padding: 0px; margin-right: 5%;}
.filterCheckbox {  display: flex;justify-content: center;}
.filterCheckbox input { position: absolute; opacity: 0; }
.filterCheckbox input + label { position: relative; cursor: pointer; padding: 0; }
.filterCheckbox input + label:before { content: ""; margin-right: 15px; display: inline-block; vertical-align: text-top; width: 20px; height: 20px; border: 1px solid #fff; }
.filterCheckbox input:focus + label:before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
.filterCheckbox input:checked + label:before { background: #381a5a; border: 1px solid #381a5a; }
.filterCheckbox input:disabled + label { color: #b8b8b8; cursor: auto; }
.filterCheckbox input:disabled + label:before { box-shadow: none; background: #ddd; }

.recipes-page .btnRow {text-align: center;    padding: 30px 0px;}
.recipes-page .btnRow .btn-outline-w { padding: 10px 20px 10px 20px;}
.recipes-page .btnRow .btn-outline-w:after { display: none;}

.recipes-page .search-values {
    padding: 60px 30px 40px;
    text-align: center;
    border-bottom:1px solid #a1a3a6;
}
.recipes-page .search-values-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.recipes-page .searchKey {
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #3d1152;
    margin: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    vertical-align: top;
}
.recipes-page .closeBtn {    display: inline-block;
    line-height: 9px;
    margin-left: 10px;
    top: -4px;
    position: relative;     cursor: pointer;}
.search-result-content { padding: 50px 0;}

@media (min-width: 1500px) {
    .container.wauto { max-width: 1500px; }
}
@media (min-width: 1200px) {
    .filterCheckbox .row .col.col-md-6{ 
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
}  


.sweet-block img {
    opacity: 0.7;
    height: 400px;
    width: 650px;
    object-fit: cover;
}
.terms-and-conditions .container h2{
    font-family: 'Cordoba Serif';
}

.dropdown-submenu:hover .sub-menu:after {
    content: "";
    background: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    bottom: -50px;
}
a.load-more__btn:focus {
    color: unset;
}
.filterCheckbox input + label:before {  margin-left: -35px; }
.search-clear .btn-solid:hover:hover{
    border: 1px solid #3d1152;
}


/* map tweaks */

.map-view {
    width:100%;
    position: relative;
}
.map-view .bullet{
    transition: all .15s;
}
.map-view .maploc1{
    left:5%;
}
.map-view .maploc2{
    left:11%;
}
.map-view .maploc3{
    left:15%;
}
.map-view .maploc4{
    left:22%;
}
.map-view .maploc5{
    top:73%;
}
.map-view .maploc6{
    left:48%;
}
.map-view .maploc7{
    left:76.5%;
}
