html {
    scroll-padding-top: 40px;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    /*background-image: url('../img/darkbg.jpg');*/
}
body.popupOpen {
    overflow: hidden;
}
.outerwrapper {
    /* background-color: #0b0b0b; */
}

form {
    margin-bottom: 0;
}

input, textarea, select, #card-element {
    border-radius: 0;
    height: 60px;
    border: none;
    padding: 17px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}
select {
    padding: 0 26px;
}
textarea {
    height: 133px;
    padding-top: 17px;
}
#card-element {
    display: flex;
    align-items: center;
}
#card-element > * {
    width: 100%;
}
label {
    margin-bottom: 22px;
}
label input, label textarea, label select, #card-element {
    margin-top: 3px;
}
.form-item label {
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-family: 'GT Flexa', serif;
    font-weight: 500;
}
.form-item label small {
    font-weight: 400;
    margin-left: 5px;
}
.form-item .note {
    font-size: 13px;
    color: #bbb;
    margin-top: 2px;
    text-align: right;
}


p.empty {
    color: #afafaf;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}


hr {
    width: 57px;
    height: 0px;
    display: block;
    margin: -5px auto 34px auto;
    border: none;
    border-bottom: 5px solid #ffffff;
    display: none;
}
hr.white {
    border-color: #fff;
}

.outerwrapper > .msg {
    /* margin-bottom: 20px; */
/*    position: absolute;
    top: 140px;
    z-index: 100;
    left: 30px;
    right: 30px;*/
}
.msg {
    pointer-events: none;
}
.msg.error,
.msg.success,
.msg div {
    color: #fff;
    padding: 17px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 20px;
}
.msg div+div,
.msg+.msg {
    margin-top: -15px;
}
.msg.error:last-child,
.msg.success:last-child,
.msg div:last-child {
    margin-bottom: 0;
}
.msg p {
    font-weight: 500;
}
.msg.success,
.msg div.success {
    background-color: #23e295;
}
.msg.success p,
.msg div.success p {
    color: #fff;
}
.msg.error,
.msg div.error {
    background-color: #ea3958;
}
.msg.error p,
.msg div.error p {
    color: #fff;
}

.flexcont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    /* background-color: rgba(46, 50, 59, 0.1); */
    transition: all .2s linear;
}
/**:hover > .flexcont {
    background-color: rgba(0,0,0,0.5);
}*/
.flexcont .inner {
    padding: 40px 55px;
    text-align: center;
}
.flexcont .inner h3 {
    margin-bottom: 4px;
    font-weight: 400;
    color: #fff;
    font-size: 39px;
}

.wrapper {
    width: 1100px;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}
.innerwrapper {
    width: 950px;
    max-width: calc(100% - 140px);
    margin-left: auto;
    margin-right: auto;
}

.label {
    padding: 5px 9px 5px 9px;
    border-radius: 0;
    background-color: #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
.label.small {
    padding: 2px 7px 0px 7px;
    font-size: 0.8em;
}

.loading {
    position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    margin: -7.5px 0 0 -7.5px;
    animation: load 3s ease-in-out infinite;
    z-index: 5;
}
@keyframes load {
  0% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  8% {box-shadow:15px -15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  17% {box-shadow:15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  25% {box-shadow:15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  33% {box-shadow:-15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  42% {box-shadow:-15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  50% {box-shadow:-15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  58% {box-shadow:-15px 15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  67% {box-shadow:-15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  75% {box-shadow:-15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  83% {box-shadow:15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  92% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  100% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
}

.grecaptcha-badge {
    display: none;
}

.white-popup-block {
    background-color: #fff;
    padding: 40px;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    position:  relative;
    border-radius: 4px;
}
.white-popup-block .buttons {
    margin-top: 35px;
}
.white-popup-block .image {
    margin-bottom: 20px;
}
.white-popup-block .image img {
    display: block;
}


.owl-carousel .owl-controls .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 5px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 6px;
    /* border: 6px solid rgba(255,255,255,.5); */
    background: rgba(255, 255, 255, 0.3);
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-controls .owl-prev {
    top: 50%;
    left: -80px;
}
.owl-carousel .owl-controls .owl-next {
    top: 50%;
    right: -80px;
}
.owl-carousel .owl-controls .owl-next svg,
.owl-carousel .owl-controls .owl-prev svg {
    width: 40px;
}

/**********************/

.mm-menu {
    background-color: #f1f9f9;
}

header .navlink {
    display: none;
}

header {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
/*.socials a {
    color: #999;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px #999 solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 13px;
}*/

header .top {
    padding: 0px;
    font-family: 'GT Flexa';
    background-color: #cadddd;
    position: relative;
    overflow: hidden;
}
header .top canvas.snow {
    height: 1100px;
    left: 0;
    position: absolute;
    top: -110px;
    width: 100%;
    pointer-events: none;
    z-index: 100;
}
header .top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .top a,
header .top .cart {
    display: inline-block;
    padding: 8px 0;
    color: #383e41;
}
header .top .socials a {
    padding-left: 10px;
}
header .top .lefttop > * {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}
header .top .lefttop > *:not(:last-child):after {
    position: absolute;
    right: -20px;
    top: 10px;
    bottom: 10px;
    content: '';
    border-right: 1px dashed #979797;
}
header .top .cart svg {
    margin-left: 7px;
}
header .main {
    padding: 16px 0px 4px 0px;
}
header .main .wrapper {
    position: relative;
}
header a.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
header a.logo img {
    height: 48px;
    display: inline-block;
    /* margin-right: 15px; */
}
header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header ul li {
    display: inline-block;
    /* margin-left: 20px; */
    margin-bottom: 0;
    position: relative;
}
header ul li.mobile_only {
    display: none;
}
header ul li a,
header ul li a:visited {
    font-family: 'GT Flexa', serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: inherit;
    padding: 10px 10px;
    position: relative;
}

header ul li:first-child a {
    padding-left: 0;
}
header ul li:last-child a {
    padding-right: 0;
}
header ul li.active > a,
header ul li:hover > a {
    color: #fa8661;
}
header ul li a span.button {
    padding: 14px 22px;
}
header ul li .drop+a:before {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent; /* arrow size */
    border-bottom-color: #fff;
    top: calc(100% - 30px);
    left: calc(50% - 20px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
header .drop {
    position: absolute;
    left: calc(50% - 100px);
    /* right: 0; */
    top: 100%;
    width: 200px;
    margin: 0;
    background-color: #fff;
    padding: 24px 0 26px 0;
    border-radius: 2px;
    /* overflow: hidden; */
    box-shadow: 0 20px 20px -20px rgba(56, 63, 64, 0.46);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
nav#menu > ul > li:last-child > ul.drop {
    left: inherit;
    right: 0
}
header .drop:after {
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    border-radius: 2px;
}
header .drop .drop {
    left: inherit;
    right: 100%;
    top: -23px;
    margin: 0;
}
header li:hover > .drop,
header ul li:hover > .drop+a:before {
    opacity: 1;
    pointer-events: all;
}
header li:hover > a > .caret {
    /*transform: rotate(180deg);*/
}

header .drop li {
    position: relative;
    z-index: 6;
    display: block;
    margin-bottom: 9px;
    margin-left: 0;
    padding: 0 26px;
}
header .drop li:last-child {
    margin-bottom: 0;
}
header .drop li a,
header .drop li a:visited {
    color: #677577;
    padding: 0;
    font-size: 15px;
    text-align: center;
    color: #000;
}
header .drop li:hover > a {
    color: #1ecfdf;
}

/**********************/

.columns {
    column-count: 3;
    column-gap: 3.5%;
}
.columns .column {
  /* for Chrome and Edge */
    break-inside: avoid-column;
    /* for Firefox */
    display: inline-grid;
    page-break-inside: avoid;
    overflow: hidden;
}
/* for Chrome and Edge */
@supports (break-inside: avoid-column) {
  #columnasFooter li  {
    display: block;
  }
}

section {
    padding: 70px 0;
    background-color: #fff;
}

section.padding_small {
    padding: 40px 0;
}
section.padding_top_small {
    padding-top: 40px;
}
section.padding_bottom_small {
    padding-bottom: 40px;
}
section.padding_0 {
    padding: 0;
     overflow: auto;
}
section.padding_top_0 {
    overflow: auto;
    padding-top: 0;
}
section.padding_bottom_0 {
    padding-bottom: 0;
    overflow: auto;
}

/*** BLOCKS ************************************************/

    section.block .image,
    section.block .block_image {
        display: block;
        /* min-height: 170px; */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 3px;
    }
    section.block .block_image {
        background-size: 90% auto;
    }
    section.block .block_image.block_image_cover {
        background-size: cover;
    }
    section.block img.sizer {
        visibility: hidden;
        display: block;
    }
    section.block .block_image img.sizer {
        max-height: 550px;
    }
    section.block .block_text {
        /* text-align: center; */
    }

    /*** Block Image *********/
    section.block.block_type_image {
        padding: 0;
    }
    /*** Block Image End *******/

    /*** Block Gallery *********/
    section.block.block_type_gallery {
    }
    section.block.block_type_gallery .gallery_image {
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    /*** Block Gallery End *******/

/***********************************************************/

/*** CUSTOM BLOCKS ****************************************/

    /*** Hero *********/
    section[class*="hero"] {
        padding: 0;
        background-color: #fcf7f1;
        /*background-image: url('../img/tmp/hero.png');*/
        background-size: contain;
    }
    section[class*="hero"] .hero_img {
        position: relative;
        /*min-height: 300px;*/
        /*height: 60vh;*/
        padding: 0;
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: hidden;
        padding: 70px 0;
    }
    /*section[class*="hero"] .hero_img:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
         content: '';
        background-color: rgba(255, 255, 255, 0.52);
    }*/
/*    section[class*="hero"] .hero_img .wrapper {
        justify-content: flex-start;
        align-items: flex-end;
    }*/
/*    section[class*="hero"] .hero_img .flexcont {
        background-color: rgba(0, 0, 0, 0.14);
    }*/
    section[class*="hero"] .hero_img .inner {
        text-align: left;
        /* width: 65%; */
    }
    section[class*="hero"] h1,
    section[class*="hero"] h2 {
        font-size: 60px;
        line-height: 63px;
        letter-spacing: -3px;
        margin: 0 0 20px 0;
    }
    section[class*="hero"] h1:last-child,
    section[class*="hero"] h2:last-child {
        margin-bottom: 0;
    }
    section[class*="hero"] p {
        font-size: 20px;
        /*line-height: 30px;*/
        letter-spacing: -.5px;
    }

    section[class*="hero"] .button {
        background-color: #948482;
    }
    section[class*="hero"] .button+.button {
        margin-left: 10px;
    }
    section[class*="hero"] .hero_img .buttons {
        margin-top: 20px;
    }
    section[class*="hero"] .hero_img .buttons a {
        margin: 0 10px 0 0;
    }

    section[class*="hero"] {
        position: relative;
    }
    section[class*="hero"]:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 76%;
        height: 55%;
        content: '';
        background-image: url('../img/tmp/hero-ill.png');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        opacity: 0.1;
    }
    section[class*="hero"] .hero_img {
        background: none !important;
    }
    section[class*="hero"] .inner {
        width: 100%;
    }
    section[class*="hero"] .inner.has_pagelinks {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    section[class*="hero"] .inner.has_pagelinks h1,
    section[class*="hero"] .inner.has_pagelinks h2 {
        margin-bottom: 0;
    }
    section[class*="hero"] .inner .pagelinks a {
        display: inline-block;
        margin-left: 22px;
        color: #383e41;
        border-bottom: 1px dashed rgb(56 62 65 / 26%);
        padding: 0;
        line-height: 1.2;
        font-size: 17px;
        padding-top: 21px;
    }
    section[class*="hero"] .inner .pagelinks a:hover {
        color: #fa8660;
        border-color: #fa8660;
    }
    section[class*="hero"] h1,
    section[class*="hero"] h2 {
        /*width: 720px;*/
        max-width: 80%;
        margin-bottom: 30px;
    }
    #home section[class*="hero"] .h1,
    #home section[class*="hero"] .h2 {
        width: 720px;
    }
    #home section[class*="hero"] .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    #home section[class*="hero"] p {
        /* flex-shrink: 1; */
        /* width: auto; */
        /* flex-grow: 0; */
        margin: 0;
    }
    #home section[class*="hero"] .content .image {
        margin-left: 40px;
        max-width: 330px;
    }
    #home section[class*="hero"] .content .image img.sizer {
        max-height: 240px;
    }
    #home section[class*="hero"] .awards {
        /* margin-top: 30px; */
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-left: 50px;
        /* justify-content: flex-end; */
        /* width: auto; */
        flex-shrink: 0;
    }
    #home section[class*="hero"] .awards img {
        display: inline-block;
        height: 80px;
        margin-right: 15px;
    }

/**********************************************************/

section.block_type_hero_banners {
    position: relative;
}
section.block_type_hero_banners .ctabutton {
    margin-top: 20px;
}
section.block_type_hero_banners .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
section.block_type_hero_banners .owl-theme .owl-dots {
    width: 1100px;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section.block_type_hero_banners .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: rgb(56 62 65 / 36%);
}
section.block_type_hero_banners .owl-theme .owl-dots .owl-dot.active span {
    background: rgb(56 62 65);
}
#home section.block_type_hero_banners .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#home section.block_type_hero_banners .content {
    display: block;
}
#home section.block_type_hero_banners .content h1,
#home section.block_type_hero_banners .content h2 {
    max-width: 100%;
}
#home section.block_type_hero_banners .image {
    margin-left: 40px;
    flex-shrink: 0;
    max-width: 290px;
    max-height: 270px;
    background-size: contain;
}

/**********************************************************/

section.block_type_home_intro {
    /*padding-bottom: 10px;*/
}
section.block_type_home_intro .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 0;
}
section.block_type_home_intro .block_text p {
    font-size: 19px;
}
section.block_type_home_intro .block_image {
    width: 380px;
    margin-right: 70px;
    flex-shrink: 0;
    position: relative;
    background-size: contain;
}
section.imageblob .block_image {
    position: relative;
    background-size: contain;
}
/*section.imageblob .block_image:before,*/
section.block_type_home_intro .block_image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../img/blob-f2f9f9.png');
    z-index: 10;
}
section.imageblob .block_image:before {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
/*section.imageblob.imagebloborange .block_image:before {
    border-left: 10px solid #fcf7f1;
    border-right: 10px solid #fcf7f1;
}
section.imageblob.imagebloborange .block_image:before {
    background-image: url('../img/blob-fcf7f1.png');
}*/
section.block_type_home_intro .block_image img {
    display: block;
}


section.awards {
    position: relative;
}
section.awards:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('../img/awards-banner.jpg');
    background-size: cover;
    background-position: center top;
    opacity: .1;
    /*content: '';*/
}
section.awards .wrapper {
    position: relative;
}
section.awards .awards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
section.awards .awards img {
    height: 120px;
}

section.block_type_event_hero h3 {
    margin: -10px 0 0 0;
}

section .event {
    background-color: #cadcdd;
    padding: 40px;
    display: block;
    color: #383E40;
    transition: background .2s ease-in-out;
    margin-bottom: 40px;
}
section .event:hover {
    background-color: #d0e2e4;
}
section .event .image {
    margin: -40px -40px 35px -40px;
    border-radius: 0;
}
section .event p.meta {
    font-family: 'GT Flexa';
}
#event section.block_id_53 {
    background-color: #fcf7f1 !important;
}

section.covid p {
    background-color: #ab9e9d;
    color: white;
    padding: 20px;
    font-size: 15px;
}

section.call_to_action {
    text-align: center;
    background-color: #fcf7f1;
    position: relative;
}
section.call_to_action:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url('../img/cta.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3;
}
section.call_to_action .wrapper {
    position: relative;
    z-index: 10;
    padding: 40px 0px;
    width: 650px;
}

section .article {
    background-size: cover;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}
section .article .image {
    background-size: cover;
    height: 300px;
}
section .article .content {
    padding: 25px 0px 20px 0;
    margin-top: -40px;
    background-color: #fff;
    margin-right: 50px;
}
section .article .content h3 {
    margin-bottom: 15px;
    padding-right: 36px;
}
section .article p.meta {
    font-family: 'GT Flexa';
}
section .article p.meta strong {
    font-weight: 500;
}

/**********************************************************/

section.block_type_recipe_categories section:nth-child(even),
section.block_type_recipe_categories section:nth-child(even) .article .content {
    /*background-color: #fcf7f1;*/
    background-color: #f2f9f9;
}

section.block_type_recipe_content .ingredients .image {
    margin-bottom: 30px;
}

/**********************************************************/

section.block_type_event_booking .card_details {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    margin: 0 auto !important;
}
section.block_type_event_booking .card_details.payment {
    max-height: 1000px;
}
section.block_type_event_booking .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    background-color: rgba(255, 255, 255, 80%);
    padding: 20px;
}
section.block_type_event_booking .buttons button.is-loading {
    font-size: 0;
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.block_type_event_booking .buttons button.is-loading:after {
    content: 'Processing...';
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
section.block_type_event_booking .buttons .form-item {
    margin: 0;
}
section.block_type_event_booking .buttons #price {
    font-size: 30px;
    display: inline-block;
    padding-right: 20px;
    opacity: 1;
    transition: opacity .2s ease;
}
section.block_type_event_booking .buttons #price[data-price="0"] {
    opacity: 0;
}

/**********************************************************/

section.block_type_preorder {

}
section.block_type_preorder .products {
    /*margin-top: 25px;*/
    margin-bottom: 45px;
}
section.block_type_preorder .products .category {
    margin-bottom: 20px;
}
section.block_type_preorder .products .category h3 {
    padding: 20px 30px;
    margin: 0;
}
section.block_type_preorder .products .category .headings {
    background-color: rgb(255 255 255);
    color: #363e41;
    padding: 16px 30px;
    font-weight: 600;
    /*margin-bottom: 20px;*/
    background: #fff;
}
section.block_type_preorder .products .category .product {
    padding: 8px 30px;
    margin: 2px 0 0 0;
    background-color: rgb(255 255 255 / 40%);
}
section.block_type_preorder .products .category .product:nth-child(even) {
    /* background-color: rgb(255 255 255 / 60%); */
}
section.block_type_preorder .products .category .product .image a {
    display: block;
}
section.block_type_preorder .products .category .product .image img {
    display: block;
    max-height: 210px;
}
section.block_type_preorder .products .category .product .title {
    /* font-size: 17px; */
    /* font-weight: 600; */
    letter-spacing: 0.2px;
    font-size: 16px;
    font-family: 'GT Flexa', serif;
    font-weight: 500;
}
section.block_type_preorder .products .category .product .title a {
    color: #383e41;
}
section.block_type_preorder .products .category .product .description p {
    font-size: 12px;
    padding-top: 10px;
}
section.block_type_preorder .products .category .product .quantity input {
    height: 35px;
    width: 80px;
    border: none;
    border-bottom: 1px dotted #363e4142;
    text-align: center;
    background: none;
    outline: none;
    /* margin-right: 15px; */
    display: inline-block;
    background: #fff;
}
section.block_type_preorder .products .category .product .quantity input:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    background: rgb(255 255 255 / 70%);
}
section.block_type_preorder .buttons {
    margin-top: 15px;
}
section.block_type_preorder .buttons .total {
    max-height: 200px;
    transition: all .4s ease-in-out;
    font-size: 20px;
    margin-bottom: 5px;
}
section.block_type_preorder .buttons .total[data-total="0"] {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
section.block_type_preorder .buttons .total #total {
}
section.block_type_preorder .buttons .deposit {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
    font-size: 18px;
    margin-bottom: 0;
}
section.block_type_preorder .buttons .total:not([data-total="0"])+.deposit {
    max-height: 200px;
    margin-bottom: 20px;
}

/**********************************************************/

section.team .block_text img {
    border-radius: 50%;
    border: 7px solid #fff;
}
section.team .block_text h3 {
    margin-bottom: 10px;
    margin-top: 12px;
}
section.team .block_text p {
    font-size: 17px;
    margin-bottom: 13px;
}

/**********************************************************/

section.pyo_varieties .block_text {
    padding: 20px;
    background: #fcf7f1;
}

/**********************************************************/

section.thingstodo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.thingstodo ul li {
    width: 48%;
}

/**********************************************************/

section.walks_cycling .block_text {
    background-color: #cadcdd;
    padding: 40px;
    display: block;
    color: #383E40;
}
section.block_type_walk_hero h1,
section.block_type_walk_hero p {
    margin-bottom: 10px;
}
section.block_type_walks .article p {
    font-style: italic;
    margin-bottom: 13px
}

section .howtos .article {
    margin-bottom: 40px;
}
section .howtos .article .content {
    margin-right: 120px;
}
section .howtos .article h3 {
    margin-bottom: 0;
}
section.block_type_howto_content .cooking_tips {
    margin-top: 40px;
}
section.block_type_howto_content .cooking_tips .wrapper {
    padding: 40px;
    background-color: #fcf7f1;
}
section.block_type_howto_content .cooking_tips h2 {
    text-align: center;
}

/**********************************************************/

.white-popup-block .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**********************************************************/

footer {
    min-height: 300px;
    padding: 60px 0 60px 0;
    color: #fff;
    position: relative;
    background: #958483;
}
header+footer {
    border-top: 150px solid #fcf7f1;
}
footer .wrapper {
    position: relative;
    z-index: 7;
}

footer ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
footer ul li {
    margin-bottom: 10px;
    width: 50%;
    list-style: none;
}
footer ul li a,
footer ul li a:visited {
    color: rgba(255,255,255,0.79);
    font-size: 15px;
    font-weight: 300;
    font-family: 'GT Flexa', serif;
}
footer h3 {
    /*color: #fff;*/
    margin-bottom: 30px;
}
footer p {
    color: inherit;
}
footer p a,
footer p a:visited {
    color: #ffffff;
    /* font-weight: 600; */
}

footer .subscribe form {
    display: flex;
}
footer .contact {

}
footer .contact p {
    margin-bottom: 10px;
}
footer .contact p.address {
    /* padding-right: 50px; */
}
footer .contact p strong {
    font-weight: 600;
}
footer .socials {
    margin-top: 25px;
}
footer .socials a {
    color: #fff;
}
footer .socials a svg {
    color: #fff;
    width: 23px !important;
    height: 23px;
    margin-right: 15px;
}
footer .subscribe input {
    height: 50px;
}

footer .subscribe .form-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .subscribe .ff-66338e7a18b46d9fd5aba918__fields {
    width: 60%;
}
footer .subscribe .ff-66338e7a18b46d9fd5aba918__footer {
    width: 40%;
}


footer .copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}
footer .copyright a {
    font-weight: 600;
}
footer .copyright img {
    display: block;
    margin: 0 auto 10px auto;
}

.previewing {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
}
.previewing strong {
    position: fixed;
    top: 40px;
    left: -132px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 140px;
    background-color: #fbe25b;
    transform: rotate(-45deg);
}

section.block_id_717 form {
    width: 600px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
section.block_id_717 form .fields {
    display: flex;
    align-items: center;
}
section.block_id_717 form .fields .form-item {
    margin-bottom: 0;
}
section.block_id_717 form .fields .form_field_type_email {
    flex-grow: 1;
}
section.block_id_717 form .fields button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event_password .wrapper {
    width: 400px;
}
.event_password form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.event_password form .form_field_type_password {
    flex-grow: 1;
}
.event_password form button {
    height: 60px;
}

.ff-66338e7a18b46d9fd5aba918__control {
    background-color: white!important;
}
.ff-66338e7a18b46d9fd5aba918__title,
.ff-66338e7a18b46d9fd5aba918__subtitle {
    display: none!important;
}

.ff-66338e7a18b46d9fd5aba918__form {
    padding: 0px!important;
}

.ff-66338e7a18b46d9fd5aba918__content {
    flex-wrap: unset!important;
    display: flex!important;
}

.ff-66338e7a18b46d9fd5aba918__footer,
.ff-66338e7a18b46d9fd5aba918__field {
    margin: 0 0 0 5px!important;
}








.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #333333;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #383e41;border-color: #383e41;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}