/*
Theme Name: Dairyland
Theme URI: https://dairyland.co.ke
Description:  Dairyland is a Kenyan brand that started out with ice cream products in 1979. It has since expanded to include chocolates, yogurts, chocolate spreads, topping sauces and an array of catering products.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}

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

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
}

h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1); */
    padding: .74rem 1rem;
}

header#masthead .searchpop {
    position: absolute;
    right: 5%;
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }
    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }
    .dropdown-menu li a {
        padding: 0;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.entry-title>a {
    color: inherit;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value>select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}


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

footer#colophon {
    font-size: 85%;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}


/***************************  SCSS  *****************************/

@font-face {
    font-family: penumbraflarebold;
    src: url("fonts/penumbra-flare-std/PenumbraFlareStd-Bold.otf");
}

@font-face {
    font-family: penumbraflarelight;
    src: url("fonts/penumbra-flare-std/PenumbraFlareStd-Light.otf");
}

@font-face {
    font-family: penumbraflareregular;
    src: url("fonts/penumbra-flare-std/PenumbraFlareStd-Regular.otf");
}

@font-face {
    font-family: ttnormsreregular;
    src: url("fonts/TT-Norms-Fonts/TTNorms-Regular.otf");
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-weight: 300;
    font-family: "ttnormsreregular";
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 0.8em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ced4da;
    box-shadow: inset 0 0 6px #ced4da;
}

body::-webkit-scrollbar-thumb {
    background-color: #041235;
}

.sanpop-modal {
    background: rgba(0, 0, 0, 0.9);
}

.sanpop-search-box .search-btn {
    padding: 10px 70px;
    border-radius: 15px;
    border: none;
    background: #d4a229;
    color: #000;
}

.sanpop-search-box .search-btn:hover {
    background: #041235;
    color: #fff;
}

.sanpop-search-box .searchform input {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 20px;
}

a,
button,
.btn {
    text-decoration: none !important;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    letter-spacing: 2px;
}

a:hover,
button:hover,
.btn:hover {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a:active,
button:active,
.btn:active {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a:focus,
button:focus,
.btn:focus {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.bluebtn a {
    background: #041235 !important;
    color: #fff !important;
    padding: 25px 80px !important;
    border: none !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    font-size: 12px;
}

.bluebtn a:hover {
    -webkit-box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2) !important;
    background: #d4a229 !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.font-weight-400 {
    font-weight: 400 !important;
}

.row {
    width: 100%;
    margin: auto;
}

.width-90 {
    width: 90%;
    margin: auto;
}

.width-80 {
    width: 80%;
    margin: auto;
}

::-moz-selection {
    background: #041235 !important;
    color: white;
}

::selection {
    background: #041235 !important;
    color: white;
}

h1,
h2 {
    font-family: "penumbraflareregular";
}

.penreg {
    font-family: "penumbraflareregular";
}

.ttnorm {
    font-family: "ttnormsreregular";
}

.site-header {
    background-color: transparent;
    font-family: "penumbraflareregular";
}

.site-header .navbar-brand {
    width: 100%;
    text-align: center;
}

.site-header .navbar-brand img {
    width: 160px;
    z-index: 1111;
    position: relative;
}

.site-header .navbar-nav {
    padding: 10px 0px;
}

.site-header .navbar-nav .menu-item {
    position: relative;
}

.site-header .navbar-nav .menu-item .nav-link {
    color: #484848;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0px 25px;
}

.site-header .navbar-nav .menu-item.active {
    font-weight: 700;
}

.site-header .navbar-nav .menu-item.active:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    left: 10%;
    bottom: -5px;
    background: #d4a229;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-header .navbar-nav .menu-item:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 3px;
    left: 10%;
    bottom: -5px;
    background: #041235;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-header .navbar-nav .menu-item:hover:after {
    width: 80%;
}

.site-footer {
    background: #041235;
    padding: 30px 10px 10px 10px;
    color: #fff;
    font-family: "penumbraflareregular";
}

.site-footer img {
    max-width: 180px !important;
}

.site-footer .logo {
    max-width: 180px;
}

.site-footer .menu {
    list-style: none;
    padding-left: 0px;
}

.site-footer .menu li {
    padding: 5px 10px;
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-footer .menu li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-footer .menu li a:hover {
    color: #d4a229;
}

.site-footer .menu li:after {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -10px;
    top: 5px;
    bottom: 0px;
    margin: auto;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-footer .menu li:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.site-footer .menu li:hover:after {
    opacity: 1;
    color: #d4a229;
}

.site-footer .contacts-foot {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.site-footer .contacts-foot li {
    padding: 7px 0px;
    font-size: 15px;
}

.site-footer .contacts-foot li a {
    color: #fff;
}

.site-footer .contacts-foot li a:hover {
    color: #d4a229;
}

.site-footer .socials {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
}

.site-footer .socials li {
    padding: 0px 10px;
    position: relative;
}

.site-footer .socials li a {
    color: #fff;
    font-size: 25px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.site-footer .socials li a:hover {
    color: #d4a229;
}

.site-footer small {
    font-size: 14px;
}

.site-footer .top-footer {
    padding-bottom: 30px;
}

.site-footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 30px;
    font-family: "ttnormsreregular";
}

.site-footer h3 {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.site-footer h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #d4a229;
}

@-webkit-keyframes scale {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.products {
    width: 100%;
}

.products .title {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    padding: 40px 20px;
}

.products .card {
    border: none;
    border-radius: 0px;
    display: block;
    position: relative;
    overflow: hidden;
}

.products .card img {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.products .card:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#041235), color-stop(65%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to top, #041235 0%, rgba(0, 0, 0, 0.1) 65%);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 10;
    opacity: 0.2;
}

.products .card .btn {
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    z-index: 20;
    background: #041235;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    margin: auto;
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.products .card .link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
}

.products .card:hover:after {
    opacity: .5;
}

.products .card:hover .btn {
    background: #d4a229;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.products .card:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.forms input,
.forms select,
.forms textarea {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 20px 0px;
    height: auto;
    color: rgba(0, 0, 0, 0.5);
}

.forms input.wpcf7-date,
.forms select.wpcf7-date,
.forms textarea.wpcf7-date {
    margin: 15px 0px;
}

.forms .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.forms .btn {
    background: #d4a229;
    color: #fff;
    padding: 20px 60px;
    margin-top: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    font-size: 12px;
    border: none;
    letter-spacing: 3px;
}

.forms .btn:hover {
    -webkit-box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2) !important;
    background: #041235 !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.forms.contacts input,
.forms.contacts select,
.forms.contacts textarea {
    padding: 10px;
    margin: 10px 0px;
}

.pagination {
    width: 98%;
    margin: auto;
    margin: 30px 0px;
}

.pagination .page-numbers {
    padding: 10px;
    color: #404040;
    font-weight: 600;
    font-size: 20px;
}

.pagination .page-numbers.current {
    color: #d4a229;
}

.pagination .page-numbers .fas {
    color: #d4a229;
    font-size: 18px;
}

.recipes .card {
    border: none;
    position: relative;
    text-align: center;
}

.recipes .card a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.recipes .card .img-wrapper {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.recipes .card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.recipes .card:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .95;
}

.page-header {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 50px 0px;
    text-align: center;
}

.page-header h2.sec-title {
    font-size: 3em;
    font-weight: 500;
    margin: 15px 0px 0px 0px;
}

.blog-page {
    position: relative;
    padding: 60px 10px 50px 10px;
    background: #F9F9F9;
}

.blog-page .news-item .card {
    position: relative;
    margin-bottom: 0px;
    border: none;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.02);
    text-align: center;
    height: 100%;
}

.blog-page .news-item .card img {
    max-width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.blog-page .news-item .card .entry-title a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 15px;
    font-weight: 600;
    font-family: "ttnormsreregular";
}

.blog-page .news-item .card .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.blog-page .news-item .card small {
    font-size: 10px;
    opacity: .5;
}

.blog-page .news-item .card:hover {
    -webkit-box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
}

.blog-page .news-item .card:hover img {
    opacity: .8;
}

.blog-page .post.hentry {
    margin-bottom: 0rem;
}

.blog-page .list-category {
    margin-bottom: 40px;
}

.blog-page .list-category li {
    margin-right: 20px;
    position: relative;
    padding: 0px;
}

.blog-page .list-category li:after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 30%;
    height: 10px;
    width: 1px;
    background: rgba(0, 0, 0, 0.8);
}

.blog-page .list-category li:last-child:after {
    width: 0px;
}

.blog-page .list-category li a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    padding: 0px;
}

.single-news {
    width: 100%;
}

.single-news .header {
    text-align: center;
    padding: 70px 0px 0px 0px;
}

.single-news .header h2 {
    max-width: 800px;
    margin: auto;
}

.single-news .header p {
    margin-bottom: 50px;
    font-weight: 600;
    opacity: .6;
}

.single-news .header .img-wrapper {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.single-news .header .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: scale 50s linear infinite;
    animation: scale 50s linear infinite;
}

.single-news .content {
    padding: 70px 0px 20px 0px;
}

.single-news .owl-footer-gallery {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.single-news .owl-footer-gallery .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom: 20px;
}

.single-news .owl-footer-gallery .owl-nav {
    position: absolute;
    top: 45%;
    width: 92%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-news .owl-footer-gallery .owl-nav button {
    color: #fff !important;
    font-size: 40px !important;
}

.single-news .owl-footer-gallery .owl-nav button:hover {
    background: transparent !important;
}

.single-news .owl-footer-gallery .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.single-news .related {
    padding: 60px 0px;
}

.single-news .related .title {
    text-align: center;
}

.single-news .related .news-item .card {
    position: relative;
    margin-bottom: 0px;
    border: none;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
}

.single-news .related .news-item .card img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.single-news .related .news-item .card .entry-title a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 15px;
    font-weight: 600;
    font-family: "ttnormsreregular";
}

.single-news .related .news-item .card .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.single-news .related .news-item .card small {
    font-size: 10px;
    opacity: .5;
}

.single-news .related .news-item .card:hover {
    -webkit-box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 7px rgba(0, 0, 0, 0.2);
}

.single-news .related .news-item .card:hover img {
    opacity: .8;
}

.single-news.recipe-single .header .img-wrapper {
    max-height: 500px;
    max-width: 800px;
    margin: auto;
    cursor: pointer;
}

.single-news.recipe-single .content .title {
    color: #041235;
}

.single-news.recipe-single .content li {
    padding: 10px 0px;
}

.single-news.recipe-single .content ul {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 4px;
    border-left: 2px solid #d4a229;
    position: relative;
    list-style: none;
}

.single-news.recipe-single .content ul li {
    background: #efefef;
    padding: 10px 20px;
    margin: 0px 0px 0px 0px;
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.single-news.recipe-single .content ul li:nth-child(even) {
    background: #fafafa;
}

.single-news.recipe-single .content ul li:before {
    position: absolute;
    content: "";
    left: -16px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #041235;
    z-index: 12;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.single-news.recipe-single .content ul li:after {
    position: absolute;
    content: "";
    left: -20px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
}

.single-news.recipe-single .content ul li:hover {
    color: #000;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.single-news.recipe-single .content ul li:hover:before {
    background: #263d56;
}

.modal {
    z-index: 9999;
}

.modal.video iframe {
    height: 550px;
}

.modal.video .modal-lg {
    min-width: 80%;
}

.modal .close {
    cursor: pointer;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.play {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 2.4em;
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #041235;
    text-align: center;
    line-height: 2em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid white;
    left: -10%;
    top: -10%;
    border-radius: 50%;
    -webkit-animation: zoomOut 3s linear infinite 0s;
    animation: zoomOut 3s linear infinite 0s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.play:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid white;
    left: -30%;
    top: -30%;
    border-radius: 50%;
    -webkit-animation: zoomOut 3s linear infinite 0s;
    animation: zoomOut 3s linear infinite 0s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.banner {
    height: 50vh;
    max-height: 500px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.banner .landing-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner .page-header {
    background: transparent;
    border: none;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.banner .page-header h4 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}

.banner .page-header p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.product-archive {
    width: 100%;
}

.product-archive .left-menu {
    list-style: none;
    padding: 20px 10px 50px 30px;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 5px 0px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0px 12px 2px rgba(0, 0, 0, 0.1);
}

.product-archive .left-menu li {
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.product-archive .left-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-archive .left-menu li:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.product-archive .left-menu li:after {
    position: absolute;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #041235;
    top: 7px;
    left: -7px;
    display: none;
}

.product-archive .left-menu li.active a {
    color: #d4a229;
}

.product-archive .left-menu li.active:after {
    display: block;
}

.product-archive .product-contents {
    padding: 50px 10px;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.product-archive .product-contents h1,
.product-archive .product-contents h2,
.product-archive .product-contents h3{
    font-family: "ttnormsreregular";
	text-align: center; 
	color: #24292e;
	line-height: 1.5;
    opacity: .7;
	margin-top: 10px;
}

.product-archive .product-contents .row {
    width: 100%;
}

.product-archive .product-contents .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 40px;
}

.product-archive .product-contents .row .col .img-wrapper {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-archive .product-contents .row .col .img-wrapper img {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    width: 90%;
    margin: auto;
}

.product-archive .product-contents .row .col .img-wrapper:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-archive .product-contents .row .col .img-wrapper.no-zoom {
    cursor: auto;
}

.product-archive .product-contents .row .col .img-wrapper.no-zoom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-archive .product-contents .row .col.chocolate img {
    max-width: 75%;
}

.product-archive .product-contents .no-zoom {
    cursor: auto;
}

.product-archive .product-contents .no-zoom:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.product-archive .product-contents .no-cursor {
    cursor: auto !important;
}

.product-archive .product-contents .card {
    border: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.1);
}

.product-archive .product-contents .card.no-shadow {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-archive .product-contents .card.no-shadow .img-wrapper {
    height: auto;
}

.product-archive .product-contents .card .img-wrapper {
    height: 300px;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.product-archive .product-contents .card .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

.product-archive .product-contents .card:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.product-archive .product-contents .card.horizontal {
    background: transparent;
}

.product-archive .product-contents .card.horizontal .img-wrapper {
    height: auto;
    overflow: unset;
}

.product-archive .product-contents .card.sauce {
    background: transparent;
}

.product-archive .product-contents .card.sauce .img-wrapper {
    height: auto;
    overflow: unset;
}

.product-archive .product-contents .card.sauce .img-wrapper img {
    max-width: 140px;
}

.product-archive .product-contents .spread .img-wrapper {
    position: relative;
    z-index: 10;
}

.product-archive .product-contents .spread .content {
    position: relative;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 80px 50px 50px 50px;
}

.product-archive .product-contents .spread .content .content-wrapper {
    position: relative;
    z-index: 10;
}

.product-archive .product-contents .spread .content .content-wrapper h3,
.product-archive .product-contents .spread .content .content-wrapper h2,
.product-archive .product-contents .spread .content .content-wrapper h1 {
    color: #fff;
}

.product-archive .product-contents .spread .content:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 100%;
    left: -30%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0;
}

.product-archive .product-contents .icecream .nav li {
    padding: 5px;
}

.product-archive .product-contents .icecream .nav li a {
    background: #fff;
    padding: 25px 60px;
    -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.7);
}

.product-archive .product-contents .icecream .nav li a.active {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.product-archive .product-contents .icecream .title {
    position: relative;
    padding: 20px 0px;
    margin-bottom: 15px;
}

.product-archive .product-contents .icecream .title:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(4, 18, 53, 0.2);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.product-archive .product-contents .icecream .title:hover:after {
    width: 50%;
}

.product-archive .product-contents .icecream .card.no-shadow {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-archive .product-contents .icecream .card.no-shadow .img-wrapper {
    height: auto;
}

.product-archive .product-contents .icecream .card.cups {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    min-height: 400px;
}

.product-archive .product-contents .icecream .card.cups .img-wrapper {
    position: relative;
    z-index: 30;
    text-align: center;
}

.product-archive .product-contents .icecream .card.cups .img-wrapper img {
    width: auto;
}

.product-archive .product-contents .icecream .card.cups .card-body {
    opacity: 1;
    position: relative;
    margin-top: -90px;
    padding-top: 60px;
    transform: translateY(20px);
}

.product-archive .product-contents .icecream .card.cups:hover .card-body {
    z-index: 1;
    transform: translateY(0px);
}

.product-archive .product-contents .icecream .card.cups .card-body:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #3C2666;
}

.product-archive .product-contents .icecream .card.cups .card-body .content {
    position: relative;
    z-index: 20;
    color: #fff;
    padding-bottom: 10px;
}

.product-archive .product-contents .icecream .card.cups .card-body .content h3 {
    color: #fff;
}

.product-archive .product-contents .card .card-body {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition-duration: 500ms;
    transform: translateY(-50px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-archive .product-contents .card .card-body .title {
    padding-bottom: 10px;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.product-archive .product-contents .card .card-body p {
    margin-bottom: 6px;
    font-size: 14px;
}

.product-archive .product-contents .card:hover .card-body {
    transform: translateY(0px);
    opacity: .92;
    z-index: 30;
}

.product-archive .product-contents .icecream .custombg:nth-child(1) .cups .card-body:after {
    background: #3C2666;
}

.product-archive .product-contents .icecream .custombg:nth-child(2) .cups .card-body:after {
    background: #992325;
}

.product-archive .product-contents .icecream .custombg:nth-child(3) .cups .card-body:after {
    background: #00CAD8;
}

.product-archive .close {
    position: absolute;
    top: -30px;
    right: -20px;
    color: #fff;
    font-size: 30px;
    background: #041235;
    border-radius: 50px;
    opacity: 1;
    width: 60px;
    height: 60px;
    z-index: 20;
    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;
}

.product-archive .close:hover {
    background: #d4a229;
    opacity: 1 !important;
}

.header-top {
    position: relative;
    background: #041235;
    text-transform: uppercase;
}

.header-top .auto-container {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .top-left {
    position: relative;
}

.header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .social-icon-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.header-top .social-icon-two li {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-right: 15px;
}

.header-top .social-icon-two li a {
    color: #ffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 13px;
}

.header-top .info-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0px;
}

.header-top .info-list li {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    margin-right: 5px;
    padding-right: 5px;
}

.header-top .info-list li a {
    color: #fff;
}

.header-top ul {
    margin: 0px;
}

.landing-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.landing-banner .owl-item:before {
    content: "";
    position: absolute;
    /*background: rgba(0, 0, 0, 0);*/
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(210, 217, 225, 0.1) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.landing-banner .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.landing-banner .owl-item .landing-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30%;
    z-index: 20;
}

.landing-banner .owl-item .landing-banner-content .slider-card {
    position: relative;
    margin: auto;
    max-width: 800px;
    text-align: center;
}

.landing-banner .owl-item .landing-banner-content .slider-card h1 {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    color: #fff;
    opacity: 1;
    font-family: "penumbraflareregular";
    font-size: 3em;
    font-weight: 400;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    padding-bottom: 30px;
    opacity: 0;
}

.landing-banner .owl-item .landing-banner-content .slider-card .btn-cta {
    background: #fff;
    padding: 35px 50px 30px 50px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    color: #000;
    border-radius: 0px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 1;
    letter-spacing: 2px;
}

.landing-banner .owl-item .landing-banner-content .slider-card .btn-cta:hover {
    background: #d4a229;
}

.landing-banner .owl-item.active .slider-item {
    width: 100%
}

.landing-banner .owl-item.active img {
    -webkit-animation: scale 50s linear infinite;
    animation: scale 50s linear infinite;
}

.landing-banner .owl-item.active .landing-banner-content .slider-card h1 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.landing-banner .owl-item.active .landing-banner-content .slider-card .btn-cta {
    opacity: 1;
}

.landing-banner .owl-item.active .landing-banner-content .slider-card .btn-cta:hover {
    background: #d4a229;
}

.landing-banner .owl-nav {
    position: absolute;
    top: 30%;
    width: 92%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.landing-banner .owl-nav button {
    color: #fff !important;
    font-size: 40px !important;
}

.landing-banner .owl-nav button:hover {
    background: transparent !important;
}

.landing-banner .owl-dots {
    display: none;
}

.landing-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.landing-slider .slider-item {
    min-height: calc(100vh - 0px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.landing-slider img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-animation: scale 30s linear infinite;
    animation: scale 30s linear infinite;
}

.landing-slider .page-video {
    min-height: calc(100vh - 0px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.about-header {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    width: 100%;
    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;
}

.about-header .content {
    position: relative;
    z-index: 20;
    cursor: pointer;
}

.about-header .content h2 {
    color: #fff;
}

.about-header .content p {
    color: #fff;
}

.about-header .content .play {
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: auto;
}

.about-header .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: scale 50s linear infinite;
    animation: scale 50s linear infinite;
}

.about-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.quality {
    background: #041235;
    color: #fff;
    padding: 70px 10px;
}

.quality h2 {
    color: #fff;
}

.quality .aboutslider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quality .content {
    width: 90%;
    margin: auto;
}

.jobs {
    padding: 30px 0px 50px 0px;
}

.jobs a {
    color: #000;
}

.jobs .card {
    padding: 10px;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

.jobs .card .job-items {
    line-height: 1;
    padding: 20px 0px;
}

.jobs .card button {
    padding: 10px 50px;
    background: #041235;
    border: 1px solid #041235;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

.jobs .card button:hover {
    background: transparent;
    color: #000;
}

.jobs .card .content {
    position: relative;
    padding: 20px 30px;
    margin: auto;
    font-weight: 400;
    color: #041235 h3;
    color-font-size: 20px;
    color-font-weight: 700;
}

.jobs .card .content i {
    color: #041235;
    font-size: 18px;
}

.jobs .card .content p {
    font-size: 14px;
}

.jobs .card .content:after {
    position: absolute;
    content: "";
    right: -5%;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #b1b1b1;
}

.job-single .job-content .nav-tabs .nav-item {
    background: #dadbdc;
    color: #000;
    padding: 20px 40px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-right: 5px solid #fff;
}

.job-single .job-content .nav-tabs .nav-item:last-child {
    border-right: none;
}

.job-single .job-content .nav-tabs .nav-item.active {
    background: #041235;
    color: #fff;
}

.job-single .job-content .tab-content .card {
    font-size: 14px;
}

.job-single .job-content .split {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.job-single .job-content h3 {
    color: #041235;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.job-single .job-content h3:after {
    position: absolute;
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    bottom: 0px;
    left: 22px;
    background: rgba(4, 18, 53, 0.7);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.job-single .job-content h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 7px;
    bottom: -3px;
    left: 0;
    background: #041235;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.job-single .job-content h3:hover {
    opacity: .9;
}

.job-single .job-content h3:hover:before {
    background: #041235;
}

.job-single .job-content h3:hover:after {
    width: 50%;
}

.job-single .job-content ul,
.job-single .job-content ol {
    padding-left: 20px;
    margin-left: 10px;
}

.job-single .job-content ul li,
.job-single .job-content ol li {
    padding-bottom: 15px;
    font-size: 13px;
    opacity: .8;
}

.job-single .form {
    background: #fff;
    padding: 20px 30px;
}

.job-single .form .card {
    border: none;
}

.job-single .form .card .btn {
    min-width: 50%;
    background: #d4a229;
    color: #fff;
    font-size: 20px;
    padding: 15px 20px;
    margin-top: 20px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.job-single .form .card .btn:hover {
    background: transparent;
    color: #000;
}

.job-single .form .wpcf7 {
    padding: 0px;
}

.job-single .form .card input,
.job-single .form .form .card textarea,
.job-single .form .form .card select {
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 30px;
}

.job-single .bpadding {
    padding-bottom: 25px;
    line-height: 13px;
}

.contact-banner {
    height: 60vh;
    max-height: 600px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.contact-banner .landing-banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.contact-banner .landing-banner-content .sub-title {
    font-size: 16px;
    color: #ffff;
    line-height: 2;
    text-align: center;
}

.contact-banner .landing-banner-content .title {
    font-size: 30px;
    color: #ffff;
    line-height: 2;
}

.contact-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.mega-menu-column {
    padding: 30px !important;
}

#mega-menu-33-0-0 {
    padding: 0px 0px 0px 0px !important;
}

#mega-menu-33-0-0 .mega-menu-item {
    padding: 0px 10px 0px 0px !important;
}

#mega-menu-33-0-0 .mega-menu-item p {
    margin-bottom: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: inherit;
    font-family: "ttnormsreregular";
    letter-spacing: 1px;
    font-size: 15px;
}

.mega-sub-menu {
    margin-top: 12px;
}

.mega-sub-menu .mega-menu-item.hover .mega-menu-link {
    color: red !important;
}

.mega-sub-menu .mega-menu-item.hover .mega-menu-title {
    color: red !important;
}

.mega-sub-menu {
    padding: 15px 20px 10px 20px !important;
}

.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item {
    position: relative !important;
    border-bottom: 1px solid #fff !important;
}

.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item:last-child {
    border-bottom: none !important;
}

#mega-menu-left a {
    color: #fff;
}

#mega-menu-left .mega-sub-menu {
    border-bottom: 5px solid #041235 !important;
}

#mega-menu-left .mega-sub-menu .mega-menu-description {
    display: none !important;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-60%) scale(0.3);
        transform: translateY(-60%) scale(0.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-60%) scale(0.3);
        transform: translateY(-60%) scale(0.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

.site-header.desktop {
    display: block;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.site-header.desktop.homepage {
    position: absolute;
}

.site-header.desktop.homepage .mega-menu li.mega-menu-item>a.mega-menu-link {
    color: #fff !important;
}

.site-header.desktop.homepage .mega-menu .mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

.site-header.desktop.homepage #mega-menu-wrap-left #mega-menu-left>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #d4a229 !important;
}

.site-header.desktop.homepage.fixed .mega-menu li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

.site-header.desktop.homepage.refixed .mega-menu li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

.site-header.desktop.navbar-fixed-top.fixed {
    position: fixed;
    top: 0;
    background: #ffff;
    width: 100%;
}

.site-header.desktop.navbar-fixed-top.refixed {
    position: fixed;
    background: #ffff;
    width: 100%;
}

.modal-product .modal-dialog {
    min-width: 80%;
}

.modal-product .modal-body {
    padding: 0px;
}

.modal-product .modal-body .img-wrapper {
    width: 100%;
    height: 100%;
}

.modal-product .modal-body .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-product .modal-body .content {
    width: 90%;
    margin: auto;
    padding: 50px 20px 50px 20px;
}

.modal-product .modal-body .content .title {
    color: #041235;
    font-family: "penumbraflarelight";
    font-size: 30px;
}

h3.title {
    font-size: 30px;
    margin: 60px 0px 40px 0px;
    text-align: center;
    color: #041235;
}

.not-home.not-home-padding {
    padding-top: 100px;
}

.scrolling {
    position: relative;
}

.scrolling a {
    position: relative;
    bottom: 20px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 80px;
    transform: translateY(147px);
}

.scrolling a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.scrolling a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.scrolling a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.scrolling a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.scrolling a:hover {
    opacity: .5;
}

@media screen and (min-width: 768px) {
    .site-header.mobile {
        display: none;
    }
    .site-header.desktop {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .site-header.desktop {
        display: none;
    }
    .site-header.mobile {
        display: block;
    }
}


/******** *****   Responsiveness *****  ***********/
@media only screen and (max-width: 767px) {
  .header-top {
    padding-bottom: 5px;
  }
  .header-top .auto-container {
    width: 95%;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-top .auto-container .social-icon-two {
    padding-left: 0px;
  }
  .header-top .auto-container .social-icon-two li {
    font-size: 10px;
  }
  .header-top .auto-container .info-list li {
    font-size: 10px;
    line-height: 1;
  }
  .site-header .navbar .navbar-brand {
    width: auto;
  }
  .site-header .navbar .navbar-brand img {
    max-width: 120px;
  }
  .site-header #mega-menu-wrap-primary {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 10px;
    z-index: 20;
  }
  .landing-banner .owl-item .landing-banner-content {
    bottom: 3%;
  }
  .landing-banner .owl-item .landing-banner-content .slider-card h1 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .landing-banner .owl-item .landing-banner-content .slider-card .btn-cta {
    padding: 10px 30px;
    font-size: 11px;
    font-weight: 600;
  }
  .page-video {
    min-height: 50vh;
  }
  .landing-slider .slider-item {
    min-height: 50vh;
  }
  .landing-slider .page-video {
    min-height: 50vh;
  }
  .scrolling a {
    bottom: 20px;
    letter-spacing: .1em;
    padding-top: 65px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .scrolling a span {
    width: 18px;
    height: 18px;
  }
  .scrolling a span:nth-of-type(2) {
    top: 10px;
  }
  .scrolling a span:nth-of-type(3) {
    top: 20px;
  }
  .penreg {
    font-size: 20px !important;
  }
  .products .row.no-gutters .col {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .page-header {
    padding: 30px 0px;
  }
  .page-header h1 {
    font-size: 1em;
  }
  .page-header h2.sec-title {
    font-size: 2em;
  }
  .blog-page {
    padding: 40px 10px 30px 10px;
  }
  .blog-page .width-80 {
    width: 95%;
  }
  .blog-page .list-category {
    margin-bottom: 20px;
  }
  .blog-page .news-item {
    margin-bottom: 40px;
  }
  .blog-page .news-item .card .entry-title {
    line-height: 1;
  }
  .blog-page .news-item .card .entry-title a {
    font-size: 12px;
    line-height: 1;
  }
  .site-footer h3 {
    font-size: 14px;
  }
  .site-footer .menu li a {
    font-size: 12px;
  }
  .site-footer .contacts-foot li {
    font-size: 12px;
  }
  .single-news .header .img-wrapper {
    max-height: auto;
  }
  .single-news .header h2 {
    font-size: 15px;
  }
  .single-news .header p {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .single-news .col-10.mx-auto {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .single-news .col-10.mx-auto p,
  .single-news .col-10.mx-auto li {
    font-size: 12px;
  }
  .single-news .col-10.mx-auto ul,
  .single-news .col-10.mx-auto ol {
    padding-left: 20px;
  }
  .single-news .related {
    padding: 10px 0px;
  }
  .single-news .related .col-md-4 {
    padding-bottom: 20px;
  }
  .single-news .related .news-item .card {
    margin-bottom: 20px;
  }
  .single-news .related .news-item .card h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .single-news .owl-footer-gallery {
    height: 300px;
  }
  .recipes .width-90 {
    width: 100%;
  }
  .recipes .card .img-wrapper {
    height: auto;
  }
  .recipes .card h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .play {
    font-size: 1.4em;
    padding: 15px;
    width: 60px;
    height: 60px;
    line-height: 1.4em;
  }
  .play:after {
    width: 80px;
    height: 80px;
    left: -16%;
    top: -16%;
  }
  .play:before {
    width: 120px;
    height: 120px;
    left: -50%;
    top: -50%;
  }
  .single-news.recipe-single .content {
    padding: 50px 0px 20px 0px;
  }
  .single-news.recipe-single .content .title {
    margin-top: 0px;
    color: #041235;
    font-size: 20px;
  }
  .single-news.recipe-single .content ol {
    padding-left: 20px;
  }
  .single-news.recipe-single .content ol li {
    font-size: 12px;
  }
  .single-news.recipe-single .content ul li {
    font-size: 13px;
  }
  .banner {
    height: 35vh;
  }
  .banner .page-header h4 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .banner .page-header p {
    font-size: 15px;
  }
  .product-archive .left-menu {
    list-style: none;
    padding: 20px 10px 0px 30px;
  }
  .product-archive .product-contents .icecream .nav li {
    padding: 10px;
    display: contents;
  }
  .product-archive .product-contents .icecream .nav li a {
    background: #fff;
    padding: 10px 20px;
    margin: 3px;
    font-size: 10px;
  }
  .product-archive .product-contents .icecream .title {
    padding: 0px 0px;
    margin-bottom: 5px;
  }
  .product-archive .product-contents .icecream .card.cups {
    min-height: auto;
  }
  .product-archive .product-contents .card .img-wrapper {
    padding: 0px;
  }
  .product-archive .product-contents .card .card-body .title {
    font-size: 70%;
    padding-bottom: 5px;
    margin: 0px 0px 5px 0px;
  }
  .product-archive .product-contents .card .card-body p {
    font-size: 65%;
  }
  .product-archive .product-contents .card .card-body h3 {
    font-size: 65%;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .product-archive .product-contents h3.title {
    margin: 20px 0px 20px 0px;
    font-size: 22px;
  }
  .product-archive .product-contents .product-description {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .product-archive .product-contents .product-description h2,
  .product-archive .product-contents .product-description h3 {
    font-size: 12px;
    line-height: 1.7 !important;
    font-weight: 500;
    margin: 10px 0px;
  }
  .product-archive .product-contents .product-description p {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */