img {
    font-weight: 300;
    color: var(--color-primary);
}


/*
 * Swipers
 * ======================================================== */

.vademecum.swiper-container .swiper-button-next,
.vademecum.swiper-container .swiper-container-rtl .swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    right: 10px;
    color: var(--color-white);
}

@media only screen and (max-width: 1200px) {}

.vademecum.swiper-container .swiper-button-prev,
.vademecum.swiper-container .swiper-container-rtl .swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    left: 10px;
    color: var(--color-white);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color-primary-accent);
}




/***************************/
/* buttons:         ;        */

/***************************/

.btn {
    padding: 5px 10px;
    background-color: var(--color-font-dark);
    color: var(--color-font-light);
    border: 1px solid var(--color-font-dark);
    border-radius: 4px;
    letter-spacing: 1px;
}


.btn:hover {
    background-color: var(--color-primary-light);
    color: var(--color-font-dark);
    border-radius: 4px;
}

.log-in-buttons {
    padding: 20px 0px;
    display: flex;
    /* justify-content: space-between; */
}

.btn-login {
    margin-right: 20px;
}

a.btn.btn-registreer:hover {
    border: 1px solid var(--color-font-dark);
}

/***************************/

/* Frontpage layout        */

/***************************/

.page-banner {
    width: 100%;
    /* height: 65vh; */
    height: auto;
    background-size: cover;
    position: relative;

    padding-top: 240px;
    padding-bottom: 130px;
}


.page-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 65vh; */
    height: 100%;
    /* background-image: linear-gradient(to bottom, rgba(var(--color-primary-dark-rgba), 0), rgba(var(--color-primary-dark-rgba), 1)); */
}

.page-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 65vh; */
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    vertical-align: top;
}

.page-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 65vh; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* background-color:blue; */
    z-index: 1;
}


@media only screen and (max-width:1000px) {
    .page-banner {
        /* height: 45vh; */
        height: auto;

        padding-top: 160px;
        padding-bottom: 90px;

    }

}

@media only screen and (max-width:1000px) {

    .page-banner {
        /* height: 45vh; */
        height: auto;

        padding-top: 90px;
        padding-bottom: 60px;

    }
}

/***************************/

/* Frontpage logo    /
/***************************/

/* box nog aanpassen bij schaling, loopt nu niet geglijk met container */

section.page-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.page-banner__rotating-text-box {
    color: var(--color-primary-light);
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 5;
    max-width: 70%;

}

/* .page-banner__rotating-text-box p, */
.page-banner__rotating-text-box h2 {
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .page-banner__rotating-text-box h2 {
        font-size: 2.6em;
        margin-top: 50px;

    }
}

@media only screen and (max-width: 600px) {
    .page-banner__rotating-text-box {
        max-width: 90%;
    }

    .page-banner__rotating-text-box h2 {
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 420px) {
    .page-banner__rotating-text-box h2 {
        font-size: 1.8em;
    }
}


.page-banner__logo-box {
    height: 50%;
    display: flex;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 5;
}

@media only screen and (max-width: 900px) {
    .page-banner__logo-box {
        display: none;
    }
}

.page-banner__logo-box-logo {
    max-height: 250px;
    width: auto;
    /* background-color: lime; */
    z-index: 100;
    overflow: hidden;
}

.page-banner__logo-box-logo img {
    display: block;
    margin-top: 7%;
    height: 66%;
    width: auto;
    /* margin-bottom: 50px; */
}

/***************************/

/* Frontpage main content  */

/***************************/

.main-content {
    background: var(--color-primary-light);
    padding: 120px 50px;
}

.archive__main-content {
    margin-top: -210px;
    /* background: var(--color-primary-light); */
    padding: 120px 0;
    /* max-width: 70%; */
}

@media only screen and (max-width: 1000px) {
    .archive__main-content {
        /* margin-top: -210px; */
        padding: 120px 30px;
    }
}

@media only screen and (max-width: 800px) {
    .archive__main-content {
        /* margin-top: -210px; */
        padding: 120px 20px;
    }
}

@media only screen and (max-width: 500px) {
    .archive__main-content {
        /* margin-top: -210px; */
        padding: 120px 0px;
    }
}

.main-content__intro,
.logged-in-content-page {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

section.logged-in-page {
    width: 100%;
    max-width: 100%;
    background-color: var(--color-primary-light);
}

.logged-in-content-page {
    margin-top: 30px;
    padding: 80px 50px;
}

@media only screen and (max-width: 1400px) {

    .main-content__intro,
    .logged-in-content-page {
        max-width: 80%;
    }

    .main-content {
        padding: 100px 50px;
    }
}

@media only screen and (max-width: 1200px) {

    .main-content__intro,
    .logged-in-content-page {
        max-width: 90%;
    }

    .main-content {
        padding: 90px 50px;
    }
}

@media only screen and (max-width: 1000px) {

    .main-content__intro,
    .logged-in-content-page {
        max-width: 95%;
    }

    .main-content {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 800px) {

    .main-content__intro,
    .logged-in-content-page {
        max-width: 100%;
    }

    .main-content,
    .logged-in-content-page {
        padding: 70px 50px;
    }
}

@media only screen and (max-width: 700px) {

    .main-content,
    .logged-in-content-page {
        padding: 65px 45px;
    }
}

@media only screen and (max-width: 650px) {

    .main-content,
    .logged-in-content-page {
        padding: 60px 40px;
    }
}

@media only screen and (max-width: 600px) {

    .main-content,
    .logged-in-content-page {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 550px) {
    .main-content {
        padding: 45px 25px;
    }
}

@media only screen and (max-width: 500px) {

    .main-content,
    .logged-in-content-page {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 400px) {

    .main-content,
    .logged-in-content-page {
        padding: 35px 10px;
    }
}

.section__front-page-tiles {
    margin-top: 50px;
}






/***************************/

/* Frontpage grid layout    */

/***************************/



.container.container-archive {
    margin-top: 40px;
}

.vademecum-swiper-wrapper,
.blog {
    margin-top: 60px;
    width: 100%;
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 15px;
}


.archive-page__grid {
    margin-top: 60px;
    margin-left: -9px;
    margin-right: -9px;
    /* width: 120%; */
}


h1.h1-page-title {
    color: var(--color-font-light);
    /* text-transform: uppercase; */
    font-weight: 300;
    padding-top: 1.2em;
    margin-top: 90px;
}

@media only screen and (max-width: 800px) {

    h1.h1-page-title,
    .h1-page-title {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 700px) {

    h1.h1-page-title,
    .h1-page-title {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 600px) {

    h1.h1-page-title,
    .h1-page-title {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 500px) {

    h1.h1-page-title,
    .h1-page-title {
        /* border-top: 1px solid; */
        margin-top: 40px;
    }
}

/***************************/

/* Archive pages           */

/***************************/


a.grid-item,
a.grid-item:hover,
/* vademecum */
.grid-item a,
.grid-item a:hover,
/* nuggets */
a.grid-3-item,
a.grid-3-item:hover

/* blogs */
    {
    border-bottom: none;
}

.archive-page__titel {
    margin-bottom: 60px;
    border-top: 0;
}

.archive-page__titel.less-top-margin {
    margin-top: -50px;
}

.archive-category-icon {
    padding-left: 20px;
}

.archive-tags-icon {
    padding-left: 6px;
}

.archive-tags-icon i {
    color: var(--color-font-light);
    transform: translateY(2px) rotate(90deg);
}

.archive-category-icon i:hover,
.archive-tags-icon i:hover {
    color: var(--color-primary-accent);
}

.archive-page__term-list,
.archive-page__tag-list {
    display: none;
    height: auto;

}

.archive-page__term-list,
.archive-page__term-list a,
.archive-page__tag-list,
.archive-page__tag-list a {
    /* color: var(--color-font); */
    color: var(--color-font-light);
    font-weight: 400;
    /* padding: 0 10px; */
    transition: all .25 ease-in-out;

}

.archive-page__term-list ul,
.archive-page__tag-list ul {
    /* list-style: none;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    font-size: 90%;
    line-height: 0.8; */
    list-style: none;
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}

.archive-page__term-list ul li,
.archive-page__tag-list ul li {
    padding: 4px 12px 4px 6px;

    border-top: 1px solid var(--color-primary-light);
    border-right: 3px solid var(--color-primary-light);
    border-radius: 0 4px 0 0;
    transition: background-color 400ms ease-in-out;
}

.archive-page__term-list ul li.active-term,
.archive-page__tag-list ul li.active-term {
    background-color: var(--color-primary-light);
    /* color: var(--color-primary);      */
}

.archive-page__term-list ul li.active-term a,
.archive-page__tag-list ul li.active-term a {
    /* background-color: var(--color-primary-light); */
    color: var(--color-primary);
}

.archive-page__term-list ul li:hover,
.archive-page__tag-list ul li:hover {
    background-color: rgba(var(--color-primary-light-rgb), 0.2);
}

.archive-page__term-list ul li a,
.archive-page__tag-list ul li a {
    border: none;
    font-weight: 400;
}

/*
.archive-page__tag-list a:hover,
.archive-page__term-list a:hover {
    color: var(--color-font-light);
    font-weight: 500;
    border-bottom: 1px dotted;
}


.term-list-item {
    margin: 5px;
    padding: 5px;

}
*/

.front-page__vademecum-blok,
.front-page__blog-blok,
.front-page__over {
    /* grid-column: 1 / 1; */
    height: auto;
    background-color: var(--color-primary-light);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);
}

/*****************************/

/* Frontpage Vademecum       */

/*****************************/

.front-page__vademecum-a,
.front-page__blog-a,
.front-page__over-a {
    text-decoration: none;
}

.front-page__vademecum-blok,
.front-page__blog-blok,
.front-page__over {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

h2.blok__titel {
    font-size: 2.8rem;
}

/* .blok__tekst, .over__tekst {
    font-weight: 400;
} */

.blok__img {
    width: 100%;
    align-self: center;
    margin-top: 30px;
    /* max-width: 95%; */
}

.blok__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blok__lees-verder {
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 0;
    width: 88px;
    border-bottom: 1px dotted;
    transition: all .25s ease-in-out;
}

.blok__lees-verder:hover,
.blok__lees-verder:active {
    border-bottom: 1px solid;
}

.widget-filter button {
    margin-bottom: 15px;
    color: var(--color-font-light);
}

.widget-filter button:hover,
.widget-filter button:focus {
    color: var(--color-font-light);
    border-color: var(--color-primary-light);
}

#frm-result-search button {
    color: var(--color-font-light);
}

span.ico-fa-filter {
    padding-left: 8px;
}

.filter-list {
    list-style: none;
    padding-left: 0;
}

.filter-list a {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #282525;
    background: var(--color-primary-light);
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.filter-list a .filter-ico {
    padding-right: 4px;
}

.filter-list a:hover,
.filter-list a.active {
    /* color: #282525; */
    color: var(--color-font-light);
    background: #d1d0ca;
    /* padding: 1px 8px; */
    background-color: var(--color-active);
}

.filter-list a.active:after {
    /* color: #000; */
    color: var(--color-font-light);
    content: "\f00d";
    font-family: FontAwesome;
    margin-left: 5px;
}

.post-overview .item.hidden {
    display: none;
}

.post-overview .item.active {
    display: block;
}

#nothing-selected {
    display: none;
    background: lime;
}

#nothing-selected.show {
    display: block;
}

/* ***************************************/

/* ***  Custom building blocks **********/

/* ***************************************/

.margin-top {
    margin-top: 50px;
    /* background-color: var(--color-primary-light); */
}

.margin-top-minus,
.container.margin-top-minus {
    /* margin-top: -200px */
    margin-top: 150px;

}

.margin-bottom {
    margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {

    .margin-top-minus,
    /* goed voor single planten */
    .container.margin-top-minus {
        /* margin-top: -150px; */
        margin-top: 100px;
    }
}

@media only screen and (max-width: 550px) {

    .margin-top-minus,
    /* goed voor single planten */
    .container.margin-top-minus {
        /* margin-top: -150px; */
        margin-top: 50px;
    }
}


/***************************/

/* Vademecum Menu Bar       */

/***************************/

.menu-bar-small {
    padding: 0px 50px;
}

.vademecum-menu-bar__items {
    width: auto;
    margin-left: 0;
    list-style: none;
    text-decoration: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    /* grid-gap: 40px; */
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 80%;
}

.vademecum-menu-bar__items a {
    border-bottom: none;
}

.vademecum-menu-bar__items a:hover {
    border-bottom: none;
}

.vademecum-menu-bar__items-item {
    padding: 15px 10px;
    text-transform: uppercase;
    background-color: var(--color-primary-light);
    /* border: 1px solid var(--color-primary-light); */
    text-align: center;
    font-size: 16px;
    transition: all 0.25s ease-in-out;
}

.vademecum-menu-bar__items-item span {
    padding-right: 6px;
}

.vademecum-menu-bar__items-item span.nutrient {
    padding-right: 3px;
}

.vademecum-menu-bar__items-item:hover {
    background-color: var(--color-primary-light-hover);
    transform: translateY(-3px);
    box-shadow: -2px 5px 8px var(--color-primary-dark-darker);
}

/* 1e menubar item met afwijkende kleur */

.menu-start-item {
    background-color: var(--color-primary-accent);
    color: var(--color-font-light);
}

.menu-start-item:hover {
    background-color: var(--color-primary-accent-hover);
}

@media only screen and (max-width: 1255px) {
    .vademecum-menu-bar__items-item {
        /* margin-bottom: 0; */
        font-size: 12px;
        /* padding: 15px 8px; */
    }
}

@media only screen and (max-width: 1000px) {
    .vademecum-menu-bar__items {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .vademecum-menu-bar__items-item {
        margin-bottom: 0;
        font-size: 12px;
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 800px) {
    .vademecum-menu-bar__items {
        grid-column-gap: 15px;
        grid-row-gap: 10px;
    }

    .vademecum-menu-bar__items-item {
        font-size: 12px;
    }
}

@media only screen and (max-width: 700px) {}

/* menu bar hidden on singles, appears after sidebar disappears */

.single-hidden-menu-bar {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .single-hidden-menu-bar {
        display: block;
    }
}

/***************************/

/* Vademecum Plant Masonry */

/***************************/

/* .vademecum__plant-masonry {
    margin-top: 100px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
} */

/***************************/

/* Accentkleur toepassen   */

/***************************/

.color-accent {
    color: var(--color-primary-accent);
}

.color-accent:hover {
    color: var(--color-primary-accent-hover);
}

/***************************/

/* Single Blog picture     */

/***************************/

.main-content__intro--picture {
    margin-bottom: 30px;
}

.main-content__intro--picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/***************************/

/* Metabox                 */

/***************************/

.metabox {
    margin-bottom: 20px;
    padding: 5px;
}

#search-results-metabox.metabox {
    margin-bottom: 5px;
}

.metabox p {
    margin-bottom: 0;
}

.metabox__blog-home-link {
    font-weight: 500;
}

.metabox__main a {
    font-weight: 500;
}

.search-item-date-box {
    position: absolute;
    right: 5%;
    top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.search-item-date-box .date-year {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 48px;
    color: var(--color-grey-light);
}

.day-and-month {
    z-index: 10;
    padding-right: 16px;
    font-weight: 400;
    color: var(--color-primary);

}

/***************************/

/* Blog Archive page      */

/***************************/

/* .single-selector-main-content, .blog-archive-main-content { */
.single-selector-main-content {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 40px;
}

@media only screen and (max-width: 1000px) {

    .single-selector-main-content,
    .blog-archive-main-content {
        /* display: grid; */
        grid-template-columns: minmax(250px, 1fr);
        grid-gap: 30px;
    }
}

.blog-archive-main-content {
    margin-top: -120px;
    padding: 120px 0px;
}

.main-content-single-selector {
    /* margin-top: 60px; */
    margin-right: 35px;
    /* padding: 90px 0px; */
    background: none;
    margin-top: 0;
    padding: 60px 0px;
}

@media only screen and (max-width: 1000px) {
    .main-content-single-selector {
        margin-right: 0px;
        padding: 60px 0px;
    }
}

.main-content__intro--single-blog {
    max-width: 80%;
}

/***********************************/

/* Blog Arrchive page -masonry     */

/**********************************/

.blog-page__grid {
    margin-top: 25px;
    /* margin-left: -9px;
    margin-right: -9px; */
    /* width: 120%; */
}

.section-side-widget.side-widget-blog-page {
    margin-top: 25px;
}

.grid-sizer {
    width: 50%;
}


.grid2-item {
    padding-right: 16px;
    padding-bottom: 16px;
}

.grid-3-sizer {
    width: 33%;
}

.grid-3-item {
    padding-right: 16px;
    padding-bottom: 16px;
}

/* Remove margin right from every third item */
/* .grid-3-item:nth-child(3n) {
    padding-right: 0;
} */


.archive-page__titel.blog-page-titel {
    margin-left: 5px;
    margin-top: -30px;
}

.blok__tekst,
.blog-page__grid .blok__tekst {
    font-weight: 300;
}


@media only screen and (max-width: 1000px) {
    .grid-3-sizer {
        width: 50%;
    }

    .grid2-item {
        padding: 15px;
    }

    .grid-3-item {
        padding: 8px;
    }

    .archive-page__titel.blog-page-titel {
        padding-left: 9px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 550px) {

    .grid-sizer,
    .grid-3-sizer {
        width: 100%;
    }
}



/***************************/

/* Sidebar widget area      */

/***************************/

.section-side-widget {
    width: 100%;
    /* background-color: lime; */
    margin-top: 60px;
    margin-left: -28px;
    /* padding: 20px; */
    /* height: 1000px; */
    /* border-top: 2px solid var(--color-primary-light); */
}

.widget {
    background-color: var(--color-primary-light);
    padding: 30px;
    margin-bottom: 30px;
    /* list-style-position: outside; */
    /* list-style-image: url("../../media/examples/rocket.svg"); */
}

.widget li {
    /* border-bottom: 1px solid; */
    list-style: none;
    font-weight: 300;
    padding-bottom: 5px;
}

.widget a {
    font-weight: 300;
}

.tagcloud a {
    border-bottom: none;
}

.widget-title {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 2.5rem;
}

@media only screen and (max-width: 1000px) {
    .section-side-widget {
        display: none;
    }
}

/***************************/

/* Single    */

/***************************/

.main-content__intro--single-selector,
.middel-relaties,
.koop-middel,
.logged-in-content,
.please-log-in {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    background-color: var(--color-primary-light);
    padding: 60px;
}

.less-padding-sides .please-log-in,
.less-padding-sides {
    padding: 20px 0;
}


.please-log-in-single-indication {
    display: none;
    padding: 0px 30px;
}

.please-log-in.paid-membership {
    padding: 10px;
    /*	border: 1px solid var(--color-primary-dark);*/
    background: rgba(var(--color-primary-dark-rgba), 0.2);
    margin: 10px 0 0 0;
}

.single-selector-main-content .please-log-in.paid-membership {
    padding: 20px 60px;
    background-color: var(--color-primary-light);
}



.please-log-in.paid-membership p {
    margin-bottom: 0;
}


.visit-website-button-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

@media only screen and (max-width: 800px) {

    .main-content__intro--single-selector,
    .middel-relaties,
    .koop-middel,
    .logged-in-content,
    .please-log-in {
        padding: 50px;
    }

    .single-selector-main-content .please-log-in.paid-membership {
        padding: 15px 50px;
    }
}

@media only screen and (max-width: 700px) {

    .main-content__intro--single-selector,
    .middel-relaties,
    .koop-middel,
    .logged-in-content,
    .please-log-in {
        padding: 40px;
    }

    .single-selector-main-content .please-log-in.paid-membership {
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 600px) {

    .main-content__intro--single-selector,
    .middel-relaties,
    .koop-middel,
    .logged-in-content,
    .please-log-in {
        padding: 30px;
    }

    .single-selector-main-content .please-log-in.paid-membership {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 500px) {

    .main-content__intro--single-selector,
    .middel-relaties,
    .koop-middel,
    .logged-in-content,
    .please-log-in {
        padding: 20px;
    }

    .single-selector-main-content .please-log-in.paid-membership {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 400px) {

    .main-content__intro--single-selector,
    .middel-relaties,
    .koop-middel,
    .logged-in-content,
    .please-log-in {
        padding: 10px;
    }

    .single-selector-main-content .please-log-in.paid-membership {
        padding: 10px 10px;
    }
}

.single-flex-box {
    display: flex;
    flex-direction: column;
}

.middel-relaties,
.koop-middel,
.logged-in-content,
.please-log-in {
    margin-top: 30px;
    width: 100%;
}

.middel-naam {
    font-weight: 500;
}

.h2__relatie-plant {
    margin-bottom: 3rem;
    /* padding-left: 20px; */
}

.relatie-plant-item {
    list-style: none;
    padding-left: 20px;
}

.relatie-plant-item a {
    border-bottom: none;
}

.relatie-plant-item p {
    font-weight: 300;
}

/***************************************/

/* Single aandoeningen (indicatie)      */

/***************************************/


.toelichting-indicatie {
    display: none;
}

.toelichting-archive-rel {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 40px;
    font-weight: 300;
}

.toelichting-archive-rel-box {
    display: none;
}

.toelichting-archive-rel-box.rel-box-indication {
    display: block;
}



.toelichting-archive-rel-thumbnail img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    padding: 10px;
}

@media only screen and (max-width: 900px) {
    .toelichting-archive-rel {
        grid-gap: 30px;
        font-size: 95%;
    }
}

@media only screen and (max-width: 800px) {
    .toelichting-archive-rel {
        grid-gap: 30px;
        font-size: 90%;
    }
}

@media only screen and (max-width: 700px) {
    .toelichting-archive-rel {
        grid-gap: 20px;
        font-size: 84%;
    }
}

@media only screen and (max-width: 600px) {
    .toelichting-archive-rel {
        grid-template-columns: minmax(250px, 1fr);
        grid-gap: 15px;
        font-size: 82%;
    }

    .toelichting-archive-rel-thumbnail img {
        width: 100%;
        /* height: 100%; */
        object-fit: contain;
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .toelichting-archive-rel {
        grid-gap: 15px;
        font-size: 80%;
    }
}

.single-metabox-svg {
    /* background-color: lime; */
    color: lime;
}

/***************************************/

/* Archive paginate links              */

/***************************************/

.paginate-links {
    color: var(--color-font-light);
    display: block;
    margin-top: 20px;
}

.paginate-links:hover {
    color: var(--color-primary-light-hover);
    display: block;
}

.paginate-links a {
    color: var(--color-font-light);
    border-bottom: none;
}

.paginate-links a:hover {
    color: var(--color-primary-light-hover);
}

/*********************************************/

/* Makes hyperlinks of single posts visible */

/********************************************/

body.single a {
    font-weight: 500;
}

/*********************************************/

/* adds light color */

/********************************************/

.light {
    color: var(--color-font-light);
}

/*********************************************/

/* Search page */

/********************************************/

.filter-list {
    display: flex;
}

/*********************************************/

/* footer*/

/********************************************/

section.hagetisse-footer {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    background-color: var(--color-primary-dark-darker);

    /* border-top: 2px solid; */
    padding-top: 2.2em;
    margin-top: 80px;
    color: var(--color-font-light);
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 40px;

}

.hagetisse-footer a {
    color: var(--color-font-light);
    transition: all 0.25s ease-in-out;
    font-weight: 300;
    border-bottom: none;
}

.hagetisse-footer a:hover {
    color: var(--color-primary-light-hover);
    /* text-decoration: underline; */
}

.footer__section-left {
    display: flex;
    flex-direction: column;
}

.footer__section-left ul {
    list-style: none;
    margin-bottom: 0;
}

.footer__section-left ul li {

    padding-bottom: 5px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer__section-left ul li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.footer__section-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--typography_fonts_headings);
    font-size: var(--typography_size_html);
    font-weight: 300;
}

.footer__section-middle p {
    text-align: center;
    margin-bottom: 1rem;
}

.footer__section-middle a {
    letter-spacing: 1px;
    border-bottom: none;
}

.footer__section-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__section-right ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 25px
}

.footer__section-right ul li {
    padding-left: 30px;
}

/* Uisce Logo box */

.uisce-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-top: 20px; */
    font-weight: 300;
    font-family: var(--typography_fonts_headings);
}

.uisce-footer__link img {
    /* width: 130px; */
    height: 30px;
    width: auto;
    object-fit: cover;
    padding-left: 10px;
}

@media only screen and (max-width: 800px) {
    section.hagetisse-footer {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding-top: 1.8em;
        margin-top: 50px;
    }

    .footer__section-left {
        align-items: center;
        text-align: center;
    }

    .footer__section-middle {
        grid-row: 3;
    }

    .footer__section-right {
        align-items: center;
        text-align: center;
    }

    .footer__section-right ul li {
        padding: 0 20px;
    }

    .uisce-footer {
            /* flex-direction: column;
            padding-top: 20px; */
    }

    .uisce-footer__link img {
        /* width: 130px; */
        /* height: 50px; */
        object-fit: cover;
    }
}

@media only screen and (max-width: 600px) {
    section.hagetisse-footer {
        grid-template-columns: 1fr;
        grid-gap: 15px;
        /* padding-top: 1.5em; */
        margin-top: 40px;
        padding: 1.5em;
    }

    .footer__section-right ul {
        margin-top: 24px;
        font-size: 28px;
    }

    .uisce-footer__link img {
        height: 25px;
    }
}

@media only screen and (max-width: 500px) {
    section.hagetisse-footer {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 1.2em;
        margin-top: 25px;
    }

    .uisce-footer__link img {
        height: 20px;
    }
}

/*********************************************/

/* Veelgestelde vragen:                     */

/********************************************/

/*
ul.veelgestelde-vragen__terms {
    list-style: none;
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

ul.veelgestelde-vragen__terms li {

    padding: 4px 12px 4px 6px;

    border-top: 1px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    border-radius: 0 4px 0 0;
    transition: background-color 400ms ease-in-out;
}

ul.veelgestelde-vragen__terms li a {
    border: none;
    font-weight: 400;
}


ul.veelgestelde-vragen__terms li:hover {
    background-color: rgba(var(--color-primary-rgba), 0.1);
}

ul.veelgestelde-vragen__terms li.active {
    background-color: var(--color-primary);

}

ul.veelgestelde-vragen__terms li.active a {
    color: var(--color-primary-light);

}
*/

ul.hagetisse_terms,
ul.veelgestelde-vragen__terms {
    list-style: none;
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

ul.hagetisse_terms li,
ul.veelgestelde-vragen__terms li {
    padding: 4px 12px 4px 6px;
    border-top: 1px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    border-radius: 0 4px 0 0;
    transition: background-color 400ms ease-in-out;
}

/* ul.hagetisse_terms li {
    width: fit-content;
} */

ul.hagetisse_terms li a,
ul.veelgestelde-vragen__terms li a {
    border: none;
    font-weight: 400;
}

ul.hagetisse_terms li:hover,
ul.veelgestelde-vragen__terms li:hover {
    background-color: rgba(var(--color-primary-rgba), 0.1);
}

ul.hagetisse_terms li.active,
ul.veelgestelde-vragen__terms li.active {
    background-color: var(--color-primary);
}

ul.hagetisse_terms li.active a,
ul.veelgestelde-vragen__terms li.active a {
    color: var(--color-primary-light);
}

.hagetisse-terms-block {
    /* display:none; */
}

#show-cat-filter.button.button-primary {
    display: none;
    text-transform: none;
    margin-bottom: 16px;
    width: fit-content;
    border: none;
    color: var(--color-primary-light);
    background-color: var(--color-primary-dark);
    transition: all 250ms ease-in-out;
}

#show-cat-filter.button.button-primary:hover {
    background-color: var(--color-primary-dark-darker-hover);
}

@media only screen and (max-width: 800px) {

    /* ul.hagetisse_terms {
        display: none;
    } */
    .hagetisse-terms-block {
        display: none;
    }

    #show-cat-filter.button.button-primary {
        display: block;
    }

}

.veelgestelde-vragen__titel {
    color: var(--color-font-light);
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 1.2em;
}


.veelgestelde-vragen {
    margin-top: 60px;
    padding: 60px 50px;
    width: 100%;
    background-color: var(--color-primary-light);
}


.veelgestelde-vragen__block {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
}

.veelgestelde-vragen__block.categories {
    display: flex;
    gap: 18px;
    padding-bottom: 0;
}

.veelgestelde-vragen__block.categories i {
    font-size: 24px;
    color: var(--color-primary);
}

.accordion h2.opener {
    display: flex;
    font-size: 2rem;
    /* color: green; */
    justify-content: space-between;
}

.opener span.question {
    max-width: 90%;
    /* background-color: blue; */
}

.collapse-content a {
    color: inherit;
    /* font-weight: 400; */
}

.collapse-content a:hover {
    color: inherit;
}

@media only screen and (max-width: 1400px) {
    .veelgestelde-vragen__block {
        max-width: 80%;
        /* padding: 60px 0; */
    }
}

@media only screen and (max-width: 1300px) {
    .veelgestelde-vragen__block {
        max-width: 85%;
        /* padding: 60px 0; */
    }
}

@media only screen and (max-width: 1200px) {
    .veelgestelde-vragen__block {
        max-width: 90%;
        /* padding: 60px 0; */
    }
}

@media only screen and (max-width: 800px) {
    .accordion h2.opener {
        /* display: flex; */
        font-size: 1.5rem;
        /* color: green; */
        /* justify-content: space-between; */
    }
}

@media only screen and (max-width: 700px) {
    .veelgestelde-vragen {
        padding: 45px 30px;
    }
}

@media only screen and (max-width: 600px) {
    .veelgestelde-vragen__block.categories {
        flex-direction: column;
    }

    .veelgestelde-vragen {
        padding: 30px 20px;
        font-size: 90%;
    }
}

@media only screen and (max-width: 500px) {
    .veelgestelde-vragen {
        padding: 20px 10px;
        font-size: 85%;
    }
}

@media only screen and (max-width: 400px) {
    .veelgestelde-vragen {
        padding: 15px 5px;
        font-size: 80%;
    }
}

/**********************************
* Link page
*/

.link-page__pull-in {
    margin-top: 50px;
}

.link-page__pull-in h2 {
    margin-top: 50px;
    color: var(--color-primary-light);
}

.link-page__post-type {
    /* margin-top: 50px; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* background-color: lime;     */
}

.link-page__post-type a {
    margin-top: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 200px;
    max-width: 250px;
    border-bottom: 1px solid var(--color-primary-dark);
    /* max-width: 200px; */
}

.link-page__post-type a p {
    padding-top: 10px;
    margin-bottom: 1rem;
}

.link-page__blok-img {
    align-self: center;
    /* margin-top: 30px; */
    max-width: 100%;
}

.link-page__blok-img img {
    /* max-width: 90%;
    height: auto;
    object-fit: cover; */
    max-width: 95%;
    height: auto;
    object-fit: cover;
    display: block;
}

.link-page__lees-verder {
    font-weight: 300;
    text-align: left;
}

/* Add to any tweek > don't display on faq page */

.collapse-content .addtoany_content {
    display: none;
}

/**********************************
* index plant  page
*/

section .plant-index {
    padding-top: 50px;
}

section .plant-index ul {
    list-style: none;
    transition: all 0.25s ease-in-out;
}

section .plant-index ul li {
    margin-bottom: 2rem;
}

section .plant-index ul li a {
    transition: all 0.25s ease-in-out;
}

section .plant-index ul li a span {
    display: block;
    margin-bottom: 12px;
}

.plant-list__list-item-span {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

a.plant-list__list-item-property {
    font-weight: 300;
    /* margin-right: 22px;
      margin-bottom: 14px; */
    margin-right: 32px;
    margin-bottom: 18px;
    font-size: 14px;
}

/* Dutch and English > leave it this way */
/* #single-plant-nav-links, #botanische_beschrijving, #geneeskrachtige-werking, #gebruik, #magische-werking, #eetbaarheid, #voedings-en-inhoudsstoffen, 
#botanical-description, #medicinal-properties, #usage, #magical-properties, #edibility, #nutrients-and-constituents {
    padding-top: 50px;
    margin-top: -50px;
} */

/**************************************
* Mailmunch optin form
*/

/* CHECK THIS OUT; */
/* https://uhurunetwork.com/customizing-mailchimp-form-design/     */

body #mailmunch-optin-form {
    border: none !important;
    background-color: var(--color-primary-light) !important;
}

.optin-form-wrapper {
    padding: 10px !important;
}




/***************************/
/* Frontpage Plant Swiper  */

/***************************/

.container-wide {
    width: 100%;
}

.container.plant-swiper-container {
    padding: 0;
}

section.vademecum {
    position: relative;
}

section.vademecum .swiper-container {
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -18px;
}

section.vademecum .swiper-container .swiper-wrapper {
    position: relative;
    left: -10%;
    height: 260px;

}

/*
@media only screen and (max-width:1200px) {
    section.vademecum.swiper-container {
        width: 80%;
    }

    section.vademecum.swiper-container .swiper-wrapper {
        left: -15%;
    }

}

@media only screen and (max-width:1000px) {
    section.vademecum.swiper-container {
        width: 80%;
    }

}

@media only screen and (max-width:900px) {
    section.vademecum.swiper-container {
        width: 100%;
    }

}

@media only screen and (max-width:860px) {

    section.vademecum.swiper-container .swiper-wrapper {
        left: -25%;

    }

}
    */

@media only screen and (max-width:600px) {
    /* section.vademecum.swiper-container {
        height: 400px;
    } */

    section.vademecum.swiper-container .swiper-wrapper {
        left: 0;

    }

}


a.swiper-slide {
    position: relative;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.25s ease-in-out;
    border-bottom: none;
    width: 350px;
}



a.swiper-slide:hover {

    transform: scale(1.1);
    border-bottom: none;

}

.vademecum-slide__img-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vademecum-slide__img-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5em;
    /* Adjust size of the icon */
    height: 5em;
    /* Adjust size of the icon */
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"%3E%3Cpath d="M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4 .5 1.6 .5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z" fill="rgb(41, 73, 29)"%3E%3C/path%3E%3C/svg%3E');
    background-size: cover;
    background-repeat: no-repeat;
}


.vademecum-slide__img-box img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.vademecum-slide_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.plant__native-title,
.plant__latin-title {
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 17%;
    background-color: rgba(var(--color-primary-dark-rgba), 0.7);
    color: var(--color-primary-light)
}


.plant__latin-title {
    font-size: 14px;
    font-weight: 300;
}

/***************************/

/* Frontpage About  Emma  */

/***************************/

section.section-emma .about__story {
    background: var(--color-primary-accent);
    padding: 60px;
    font-weight: 300;
}

.about__story--content {
    color: var(--color-font-light);
    font-weight: 300;
}

/* .about__story--content p {
    font-size: 2.1rem;
    font-weight: 300;
} */

@media only screen and (max-width:1020px) {
    .about__story--content h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width:560px) {
    section.section-emma .about__story {
        padding: 60px 40px;
    }
}

@media only screen and (max-width:420px) {
    section.section-emma .about__story {
        padding: 40px 20px;
    }
}


.about__story--content svg path {
    fill: var(--color-primary-light);
}

.about__story--content a {
    color: var(--color-font-light);
    border-bottom: 1px dotted;
}

.about__story--content a:hover {
    color: var(--color-font-light);
    text-decoration: none;
    border-bottom: 1px solid;
}

/***************************/

/* Frontpage About    */

/***************************/

section.about {
    margin-top: 100px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 15px;
}



/*

.about__articles--item.button-1 {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

}

.about__articles--item.button-2 {
    grid-column: 1 / 1;
    grid-row: 2 / 2;

}

.about__articles--item.button-3 {
    grid-column: 1 / 1;
    grid-row: 3 / 3;

}

.about__articles--item.button-4 {

    grid-column: 2 / 2;
    grid-row: 3 / 3;

}

section.about .about__story {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    background-color: var(--color-primary-accent);
    padding: 20px;
    overflow: hidden;
}

@media only screen and (max-width:1500px) {
    section.about .about__story {

        grid-row: 1 / 4;
    }

    .about__articles--item.button-4 {
        grid-column: 1 / 1;
        grid-row: 4 / 4;

    }
}

@media only screen and (max-width:1100px) {
    section.about .about__story {
        grid-row: 1 / 6;
    }

    .about__articles--item.button-4 {
        grid-row: 5 / 5;

    }
}



@media only screen and (max-width:750px) {
    section.about {

        grid-template-columns: 1fr 1fr;
        grid-gap: 12px;
    }


    .about__articles--item.button-1,
    .about__articles--item.button-2,
    .about__articles--item.button-3,
    .about__articles--item.button-4 {
        grid-column: auto;
        grid-row: auto;

    }


    section.about .about__story {
        grid-column: 1 / -1;
        grid-row: 3 / 7;
    }

    .about__articles--item.button-5,
    .about__articles--item.button-6,
    .about__articles--item.button-7,
    .about__articles--item.button-8,
    .about__articles--item.button-9,
    .about__articles--item.button-10,
    .about__articles--item.button-11,
    .about__articles--item.button-12 {
        grid-column: 1 /-1;

    }

}



@media only screen and (max-width:430px) {
    section.about .about__story {

        grid-row: 3 / 8;
    }
}


.about__story--content {
    color: var(--color-font-light);
    font-weight: 300;
}

@media only screen and (max-width:1020px) {
    .about__story--content h1 {
        font-size: 3rem;
    }
}


.about__story--content svg path {
    fill: var(--color-primary-light);
}

.about__story--content a {
    color: var(--color-font-light);
    border-bottom: 1px dotted;
}

.about__story--content a:hover {
    color: var(--color-font-light);
    text-decoration: none;
    border-bottom: 1px solid;
}
*/
a.about__articles--item {
    width: 100%;
    min-height: 200px;
    height: calc(100% / 4);
    position: relative;
    border-bottom: none;
}

#about__articles--item {
    border-bottom: none;
}

a.about__articles--item:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: none;
}

@media only screen and (max-width:1100px) {
    a.about__articles--item {
        height: calc(100% / 5);

    }
}


@media only screen and (max-width:1000px) {
    .about__articles--item {
        width: 49%;
        height: 100px;
    }
}



.about__articles--overlay {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--color-font-light);
    transition: all ease-in-out 0.25s
}

.about__articles--overlay:hover,
.about__articles--overlay:focus,
.about__articles--overlay:active {
    background-color: rgba(255, 255, 255, 0.2);

}


.about__articles--item-title {
    position: relative;
    padding: 7px 12px;
    z-index: 15;
    max-width: 100%;
    text-align: center;
}


.about__articles--item-img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;

}

.about__articles--item-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/***************************/

/* Front Page Products swiper    */

/***************************/

section.section-products {
    margin-top: 60px;
    position: relative;
    /* border-bottom: 4px solid var(--color-primary-dark);
    padding-bottom: 16px; */

}

.product-swiper-container {
    width: 100%;
    /* height: 400px; */
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    margin-top: -18px;
}

.product-swiper-container .swiper-wrapper {
    /* height: 400px; */
    height: auto;
}

.product-swiper-container a.swiper-slide {
    /* height: 400px; */
    height: auto;
}

@media only screen and (max-width:480px) {
    section.section-products h2 {
        width: 100%;
        text-align: center;
    }

    section.product-swiper {
        padding: 0 15%;
        width: 100%;
        margin-top:16px;
    }

}


/***************************/

/* Front Page evens swiper    */

/***************************/

section.section-events {
    /* margin-top: 60px; */
    margin-top: 20px;
    position: relative;
}

.fp-events-swiper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.fp-events-swiper .swiper-wrapper {
    /* left:-25%; */
}

.fp-events-swiper .swiper-slide {
    /* background-color: white; */
    position: relative;

    border: 2px solid var(--color-primary-light);
    /* border-radius: 12px; */
    background-color: var(--color-primary-dark-darker);

}

.fp-events-swiper .event-slide-inner {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: var(--color-primary-light);
}

.event-slide-inner .event-slider-title {
    text-align: center;
    padding: 20px;
    background-color: rgba(var(--color-primary-dark-rgba), 0.6);
    font-size: 2em;
}

.event-slide-inner p {

    font-size: 1.2em;
    padding: 6px 12px;
    background-color: rgba(var(--color-primary-dark-rgba), 0.6);
    margin-bottom: 8px;
    text-align: center;
}

.event-slide-inner p i {
    padding-right: 10px;
}

.event-slide-inner a.button {

    background-color: var(--color-primary-accent);
    color: var(--color-primary-light);
    border-radius: 0;
    border: 2px solid var(--color-primary-accent);
    font-size: 1.2em;
    font-weight: 400;
    text-transform: unset;
    margin-top: 12px;
    transition: all .25s ease-in-out;
}

.event-slide-inner a.button:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);

}

.fp-events-swiper .fp-event-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@media only screen and (max-width:550px) {
    .event-slide-inner .event-slider-title {
        font-size: 1.4em;
    }

    .event-slide-inner p {
        font-size: 1em;
    }

    .event-slide-inner a.button {
        font-size: 1em;
    }
}


/***************************/

/* Section Nuggets and Blogs    */

/***************************/

.pre-section-titles-grid {
    /* margin-top: 60px; */
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    /* grid-gap: 15px; */
    grid-gap: 25px;
    width: 100%;


}

.pre-section-titles-grid a {
    border: none;
}

@media only screen and (max-width:1000px) {
    .pre-section-titles-grid {
        display: none;
    }
}

section.nuggets-and-blogs {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 4;
    /* grid-gap: 15px; */
    grid-gap: 25px;
    width: 100%;
}

@media only screen and (max-width:1000px) {
    .pre-section-titles-grid {
        display: none;
    }

    section.nuggets-and-blogs {
        margin-top: 60px;
    }
}

section.nuggets-and-blogs a {
    border-bottom: none;
}

a.hp-plant-swiper-link,
a.hp-events-title-link,
a.hp-favorites-title-link {
    border-bottom: none;
    margin-bottom: 30px;
}

a.hp-plant-swiper-link {
    margin-bottom: 10px;
}

.hp-blogs-title-a,
.hp-subscribe-title-a,
.hp-nuggets-title-a,
.hp-events-title-a {
    display: none;

}

h2.hp-plant-swiper-title,
h2.hp-favorites-title,
h2.hp-events-title,
h2.hp-nuggets-title,
h2.hp-blogs-title,
h2.hp-subscribe-title,
h2.hp-events-title {
    color: var(--color-font-light);
    margin: 30px 0 10px 0;
}

h2.hp-nuggets-title,
h2.hp-blogs-title {
    margin-bottom: -15px;
}

@media only screen and (max-width:1000px) {
    section.nuggets-and-blogs {
        grid-template-columns: 1fr;
        margin-top: 15px;
    }

    .hp-blogs-title-a,
    .hp-subscribe-title-a,
    .hp-nuggets-title-a {
        display: block;
    }
}


.nuggets-and-blogs__nuggets {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;

}

@media only screen and (max-width:1000px) {
    .nuggets-and-blogs__nuggets {
        grid-column: 1 / 1;
        grid-row: auto;
    }
}

a.nuggets-and-blogs__nuggets--item {
    width: 100%;
    position: relative;
    height: 180px;
    border-bottom: none;
}

#fp-nugget-item {
    border-bottom: none;
}

.nuggets-and-blogs__nuggets--item-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: auto;
    background-color: rgba(var(--color-primary-dark-rgba), 0.7);
    color: var(--color-font-light);
}

.nuggets-and-blogs__nuggets--item-title h3 {
    margin: 0;

}


@media only screen and (max-width:600px) {
    .nuggets-and-blogs__nuggets--item-title {
        font-weight: 300;
    }
}
@media only screen and (max-width:450px) {
    .nuggets-and-blogs__nuggets--item-title h3 {
        margin: 0;
        word-wrap:anywhere;
    }
}

.nuggets-and-blogs__nuggets--image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.nuggets-and-blogs__nuggets--image-box img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    /* overflow: hidden; */
    transition: all 0.25s ease-in-out;

}

.nuggets-and-blogs__nuggets--image-box img:hover {
    transform: scale(1.0);
}



.nuggets-and-blogs__form {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    /* background-color: blue; */
    align-self: end;

    width: 100%;
    min-height: 270px;
}

@media only screen and (max-width:1000px) {
    .nuggets-and-blogs__form {
        grid-column: 1 / 1;
        grid-row: auto;
    }
}

@media only screen and (max-width:600px) {
    .nuggets-and-blogs__form {
        min-height: 300px;
    }
}

.nuggets-and-blogs__form--content {
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--color-font-light);
    z-index: 10;
}

.nuggets-and-blogs__form .nuggets-and-blogs__form--content h2 {
    text-align: center;
    margin-bottom: 0.5rem;
    padding-top: 10px;
}

.nuggets-and-blogs__form .nuggets-and-blogs__form--content p {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 0;

}

/* Subscribe form */
.nuggets-and-blogs__form--content .wpcf7-form {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.nuggets-and-blogs__form--content .wpcf7-form p {
    width: 49%;
    margin-bottom: 0;

}

.nuggets-and-blogs__form--content .wpcf7-form p input {
    width: 100%;
    max-width: 100%;
    background-color: var(--color-primary-light);
}

.nuggets-and-blogs__form--content .wpcf7-form p input[type=checkbox] {
    width: 13px;
}

.nuggets-and-blogs__form--content .wpcf7-form p label {
    font-weight: 300;
    text-align: left;
}

.nuggets-and-blogs__form--content .wpcf7-form p:nth-of-type(3) {
    text-align: left;
}

.nuggets-and-blogs__form--content .wpcf7-form a {
    color: var(--color-font-light);
    font-weight: 300;
    padding-left: 5px;
    font-size: 70%;
    display: flex;
    line-height: 1.3;
}

.nuggets-and-blogs__form--content .wpcf7-form .wpcf7-list-item {
    margin: 0
}

.nuggets-and-blogs__form--content .form-fields-ivite__ivite-field input[type=submit],
.nuggets-and-blogs__form--content .wpcf7-form p input[type=submit] {
    background-color: var(--color-primary-accent);
    border: 1px solid var(--color-primary-accent);
    color: var(--color-font-light);
    text-transform: none;
    width: 100%;
    padding: 0;
}

.nuggets-and-blogs__form--content .form-fields-ivite__ivite-field input:hover[type=submit]:hover,
.nuggets-and-blogs__form--content .wpcf7-form p input[type=submit]:hover {
    color: var(--color-primary-accent);
    background-color: var(--color-primary-light);
}

.nuggets-and-blogs__form--content .wpcf7-form .wpcf7-response-output {
    margin: -35px 0 0 0;
    background: var(--color-primary-light);
    color: var(--color-font-dark);
}

/* Invite form */
.nuggets-and-blogs__form--content .form-fields-invite {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;


}

.nuggets-and-blogs__form--content .form-fields-ivite__ivite-field {
    width: 49%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.nuggets-and-blogs__form--content .form-fields-ivite__ivite-field input {
    width: 100%;
    max-width: 100%;
    background-color: var(--color-primary-light);

    color: var(--color-font-dark);
}

.nuggets-and-blogs__form--content .form-fields-ivite__ivite-field label {
    font-weight: 300;
    text-align: left;
    font-size: 90%;
}


.nuggets-and-blogs__form--image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;


}

.nuggets-and-blogs__blogs {
    grid-column: 3 / 5;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;

    /* align-content:stretch; */
    justify-content: space-between;
    gap: 10px;
}

@media only screen and (max-width:1000px) {
    .nuggets-and-blogs__blogs {
        grid-column: 1 / 1;
        grid-row: auto;
    }
}

.nuggets-and-blogs__blogs--item {
    width: 100%;
    height: 35%;
    position: relative;
    display: flex;
    transition: all 0.25s ease-in-out;
}

#fp-blog-item {
    border-bottom: none;
}

/* .nuggets-and-blogs__blogs--item:hover {
            transform: translateY(-3px);
        } */
.nuggets-and-blogs__blogs--item:not(:last-of-type) {
    /* margin-bottom: 10px; */
}

.nuggets-and-blogs__blogs--item-left,
.nuggets-and-blogs__blogs--item-right {
    width: 50%;
}

.nuggets-and-blogs__blogs--item-left {
    background-color: var(--color-primary-light);
    color: var(--color-font-dark);
    padding: 20px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

@media only screen and (max-width:1350px) {
    .nuggets-and-blogs__blogs--item-left {
        font-size: 14px;
    }
}

/* .nuggets-and-blogs__blogs--lees-verder {
            padding-top: 10px;
            margin-bottom: 0;
            width: 88px;
            border-bottom: 1px dotted;
            transition: all .25s ease-in-out;
        }

        .nuggets-and-blogs__blogs--lees-verder:hover {
            border-bottom: 1px solid;
        } */

.nuggets-and-blogs__blogs--item-right {
    /* background-color: orangered; */
    position: relative;

}


/* .nuggets-and-blogs__blogs--image-overlay { */
/* #fp-blog-overlay { */
.nuggets-and-blogs__blogs--image-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
    padding: 20px 40px;

    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;

    width: 200%;
    height: 100.5%;
    transform: translateX(-50%);
    transition: all .45s ease-in-out;
}

/* Dit werkt voor beeldscherm niet mobiel*/
/* #fp-blog-item:hover #fp-blog-overlay {
                width:100%;
                transform:translateX(0%);
                background-color: rgba(0, 0, 0, 0.4);
                padding: 20px 15px;
            } */


/* Fake hover samen met Jquery */
.hover-fp-blogs {
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 15px;

}


.nuggets-and-blogs__blogs--item-title {
    position: relative;
    padding: 7px 12px;
    z-index: 15;
    color: var(--color-font-light);
    text-align: center;
    /* color:var(--color-primary-dark); */
    transition: all .35s ease-in-out;
}

/* Fake hover samen met Jquery */
.hover-fp-blogs-title {
    font-size: 18px;
    line-height: 1.5;

}

.nuggets-and-blogs__blogs--image-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100.5%;
    width: 200%;
    transform: translateX(-50%);
    transition: all .45s ease-in-out;
}

/* Dit werkt voor beeldscherm niet mobiel*/
/* #fp-blog-item:hover .nuggets-and-blogs__blogs--image-box {
                width:100%;
                transform:translateX(0%);

            } */

/* Fake hover samen met Jquery */
.hover-fp-blogs-image {
    width: 100%;
    height: 100%;
    transform: translateX(0%);


}

.nuggets-and-blogs__blogs--image-box img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--color-primary-dark);

}

/* Messages  */

section.container-msg-box {
    margin-top: 40px;
}

.msg-box {
    display: block;
    padding: 10px 20px;
    border-left: 4px solid #000;
    background: rgba(0, 0, 0, 0.15);
}

.msg-box.msg-success {
    border-left-color: #26AC48;
    background: #9ce5ae;
}

.msg-box.msg-error {
    border-left-color: #FF0000;
    background: #ffcccc;
}

/***************************/

/* HP Section Favorites         */

/***************************/

.section-favorites {
    margin-top: 60px;

}

.section-favorites .favorites-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(210px, 300px)); */
    gap: 25px;
    /* overflow: hidden; */

}

@media only screen and (max-width:600px) {
    .section-favorites .favorites-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
}



.section-favorites .favorites-grid__grid-item {
    position: relative;
    width: 100%;
    height: 300px;
    clip-path: url(#clipShape);
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.section-favorites .favorites-grid__grid-item:hover {
    transform: translateY(-4px);
}



.favorites-grid__grid-item--content {
    position: relative;
    display: flex;
    width: 100%;
    height: 40%;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    color: var(--color-primary-light);
    padding: 12px;
    background-color: var(--color-font-dark);
    font-weight: 400;
    font-size: 1.2em;

}

@media only screen and (max-width:600px) {
    .section-favorites .favorites-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }

    .favorites-grid__grid-item--content {
        font-size: 1em;
    }

}


.favorites-grid__grid-item--image-box {
    position: absolute;
    top: 40%;
    left: 0;
    height: 100%;
    width: 100%;

    z-index: 10;


}

.favorites-grid__grid-item--image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************************/

/* Link Page             */

/***************************/


section.individual-links {
    margin-top: 50px;
}

.individual-links__block {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width:1000px) {
    .individual-links__block {
        grid-template-columns: repeat(2, 1fr)
    }

}


.individual-links__block .vademecum-slide_overlay:hover {
    background-color: rgba(255, 255, 255, 0.2);

}

a.individual-links__item {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* margin-right: 16px; */
    height: 150px;

    border-bottom: 0;
}

a.individual-links__item img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.individual-links__item--title-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.25s ease-in-out;
}

.individual-links__item--title-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


.individual-links__item--title {
    color: var(--color-font-light);
    /* font-size: 2.2rem; */
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);

}

.individual-links__item--title.post-links {
    font-size: 18px;
}

@media only screen and (max-width:1200px) {
    .individual-links__item--title.post-links {
        font-size: 16px;
    }
}

@media only screen and (max-width:1000px) {
    .individual-links__item--title.post-links {
        font-size: 18px;
    }
}

@media only screen and (max-width:650px) {
    .individual-links__item--title.post-links {
        font-size: 16px;
    }
}


.individual-links h2,
.link-page__pull-in a h2 {
    color: var(--color-font-light);
}

.link-page__post-type a {
    height: 200px;
    width: 300px;
}


/***************************/

/* Page Nuggets Overview   */

/***************************/

/* short text in fancybox changes to the content */
.show-in-nuggets-lightbox {
    display: none;
    font-weight: 300;
}


/* diferent block quotes */
span.quotation-marks {
    padding-right: 3px;
    font-size: 41px;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    color: #ddd;
    display: inline;
    /* line-height: 1.6; */
}

.quote-small p:first-of-type,
.quote-big p:first-of-type {
    display: inline;
    /* line-height: 16px; */
}

/* quote colors  */
.quote-big {
    position: relative;
    padding: 15px 15px 45px 15px;
    font-size: 21px;
    font-weight: 200;
    max-width: 400px;
    background: var(--color-primary-dark-darker);
    color: var(--color-font-light);
}

.quote-big.single-nugget-quote {
    max-width: 100%;

}

/*  */
.nugget-item.quote-text:hover .inner {
    color: var(--color-font-light);
    background: var(--color-primary-dark-darker-hover);
}

.quote-big .author {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.2px;
    color: #999;
}

.nugget-item.quote-text .inner {
    background: var(--color-primary-dark-darker);
    color: var(--color-font-light);
}


.nugget-item.quote-text .inner:hover {
    background: var(--color-primary-dark-darker-hover);
}


/* Article other colors */
.nugget-item.article_other:hover .inner {
    background: var(--color-hagetisse-brown);
    color: var(--color-font-light);
}

.nugget-item.article_other .inner {
    background: var(--color-hagetisse-brown-darker);
    color: var(--color-font-light);
}


.nugget-item.article_other .inner:hover {
    background: var(--color-hagetisse-brown);
}



/***************************/

/* Page Word Lid         */

/***************************/

.hagetisse-subscriptions {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
    .hagetisse-subscriptions {
        flex-direction: column;
    }

    .subscription-month,
    .subscription-year {
        align-self: center;
    }
}

@media only screen and (max-width: 400px) {
    .hagetisse-subscriptions {
        font-size: 90%;
    }

    /* .subscription-month,
    .subscription-year    {
        align-self: center;
    } */
}




.subscription-forms .wpcf7-form-control.wpcf7-submit.basic-subcription-button,
.pt-checkout-form button.pt-payment-btn {
    width: 150px;
    /* padding: 0 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary-dark);
    color: var(--color-font-light);
    border: 1px solid var(--color-primary-dark);
    border-radius: 4px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    font-family: var(--typography_fonts_text);
}

.subscription-forms .wpcf7-form-control.wpcf7-submit.basic-subcription-button:hover,
.pt-checkout-form button.pt-payment-btn:hover {
    background-color: var(--color-primary-light);
    color: var(--color-font-dark);
    /* border-radius: 4px; */
}


@media only screen and (max-width: 400px) {
    .pt-checkout-form {
        width: 18em;
    }
}

@media only screen and (max-width: 350px) {
    .pt-checkout-form {
        width: 16em;
    }
}


.subscription-forms {

    padding-top: 40px;
    width: 100%;
    /* padding: 0 15%; */

    display: flex;
    flex-wrap: wrap;

    justify-content: center;
}

.subscription-forms a {
    border-bottom: 1px dotted;
}

.subscription-forms a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}


.subscription-forms h2 {
    height: 50px;
}

.subscription-forms__addfree-subscription,
.subscription-forms__basic-subscription {
    /* padding-top: 30px; */
    width: 48%;
    min-width: 200px;
    padding: 30px 10px;
    height: 500px;

}

@media only screen and (max-width:800px) {

    .subscription-forms__addfree-subscription,
    .subscription-forms__basic-subscription {
        /* padding-top: 30px; */
        width: 100%;
        min-width: 200px;
        padding: 30px 10px;
    }

}

.subscription-forms__basic-subscription p {
    margin-bottom: 15px;
}

.subscription-forms__addfree-subscription input,
.subscription-forms__basic-subscription input:not(input[type='submit']) {
    width: 100%;
    height: 38px;
}

.subscription-forms__basic-subscription .wpcf7-list-item label,
.subscription-forms__basic-subscription .wpcf7-list-item label input,
.subscription-forms__basic-subscription .wpcf7-list-item {
    margin: 0;

}

.wpcf7-acceptance .wpcf7-list-item label,
.subscription-forms__addfree-subscription .pt-form-group-field-terms {
    display: flex;
    align-items: baseline;
}

.subscription-forms__addfree-subscription input[type='checkbox'],
.subscription-forms__basic-subscription .wpcf7-list-item input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 5px;

}


/*
.subscription-forms__basic-subscription .your-consent:before {
    content: 'Gratis lidmaatschap';
    display: block;
    margin-bottom: 15px;
}

*/

label#free-membership {
    font-weight: 400;
}

.pt-form-group label {
    margin-bottom: 0;
}

.pt-form-group.pt-form-group-4.pt-form-group-label {
    margin-bottom: 0;
}

.subscription-forms__basic-subscription>div,
.subscription-forms__addfree-subscription>form {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    padding: 15px;
    width: 40%;
    border-radius: 4px;
    width: 100%;
    /* background: blue; */
    height: 400px;

    display: flex;
    flex-direction: column;

}

.subscription-forms__basic-subscription.donate-form>div,
.subscription-forms__addfree-subscription.donate-form>form {

    height: auto;
}



.pt-field-prefill-warning-hint {
    display: none;
}

.css-after-nl:after {
    content: " per jaar";
}

.css-after-en:after {
    content: " per year";
}



.subscription-forms__basic-subscription .wpcf7-form-control-wrap.your-consent {
    margin-bottom: 40px;

}




/*
 * Goog Ads Styling
 * ======================================================== */

.container-margin {
    margin: 60px 0;
}

section.ads-section {

    display: block;
    position: relative;
    margin: 40px 0;
    width: 100%;
    padding: 0;
    min-height: 300px;

}

section.ads-section.archive-ads-section {
    margin: 0 0 15px 0;
}

.single-plant section.ads-section {
    margin: 30px 0 0 0;

}

.ads-section #ad-section-p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.7);
    color: var(--color-font-light);
    /* color: black; */
    padding: 3px 5px;
    font-weight: 300;
    font-size: 80%;
}

.ads-section .google-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background-color: yellow; */
    max-width: 100%;

}

.ads-section .google-ad {
    display: block;
    height: 100%;
    min-height: 300px;
    width: 95%;
    max-width: 95%;
    text-align: center;
    /* background-color: blue; */
    /* border: 1px solid rgba(0, 0, 0, 0.4); */


}

/* Three squares */
.google-ads.three-squares {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 20px;
    height: 300px;
    max-height: 300px !important;

    width: 100%;
    max-width: 100%;

}


@media only screen and (max-width: 1100px) {
    .google-ads.three-squares {
        grid-template-columns: 1fr 1fr;
    }

    .google-ads.three-squares .google-ad:nth-child(3) {
        display: none;
    }
}



@media only screen and (max-width: 650px) {


    .google-ads.three-squares {
        grid-template-columns: 1fr;

        /* margin: 0 10%; */

    }

    .google-ads.three-squares .google-ad {

        max-width: 100%;
        justify-self: center;
    }

    .google-ads.three-squares .google-ad:nth-child(2),
    .google-ads.three-squares .google-ad:nth-child(3) {
        display: none;
    }

}



/* Two squares  */
.google-ads.two-squares {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 20px;

    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .google-ads.two-squares {
        grid-template-columns: 1fr;
    }

}

/***************************/

/* Profile page             */

/***************************/

.profile-page-fields input {
    width: 80%;
}

#sidebar-right-profile {
    margin-top: 0;
    margin-left: 0;
}


/******************************************/

/* Post Navigation (buttons below singles */

/***************************/

nav.post-nav {
    padding: 20px;

}

nav.post-nav a {
    color: var(--color-font-light);
}

nav.post-nav a:nth-of-type(2) {
    margin-left: 20px;
}

@media only screen and (max-width: 450px) {
    nav.post-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        line-height: 2.2;
    }


}

/* 
#single-plant-nav-links {
    display: block;
} */



/******************************************/

/* Sticky image ball                      */

/******************************************/


a.sticky-bottom-img-box {
    position: fixed;
    display: inline-block;
    display: flex;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    animation: wiggle 12s infinite, slideIn 6s;
    /* animation-delay: 2s , 2s; */
}

.sticky-bottom-img-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}


/* 
@keyframes slideIn {
    0% {
        right: 100%;
        bottom: 100%
    }

    40%,
    100% {
        right: 2%;
        bottom: 2%
    }

}  */


@keyframes slideIn {
    0% {
        transform: translateX(-100vw) translateY(-100vh);
    }

    40%,
    100% {
        transform: translateX(2%) translateY(2%);
    }
}


@keyframes wiggle {
    95% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    95.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    96% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    96.5% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    97% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    97.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    98% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    98.5% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    99% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    99.5% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


@media only screen and (max-width: 650px) {
    a.sticky-bottom-img-box {
        width: 125px;
        height: 125px;
    }
}

@media only screen and (max-width: 550px) {
    a.sticky-bottom-img-box {
        width: 100px;
        height: 100px;
    }
}

/******************************************/

/* Membership popup                       */

/******************************************/


/* Subscribe form */


.membership-popup-box__outer {
    display: none;
}




.membership-popup-box {

    position: -webkit-sticky;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.membership-popup-box__membership-popup {
    position: relative;
    display: block;
    width: 50%;
    height: 45%;
    z-index: 1500;
    border: 2px solid var(--color-primary-light);
}

@media only screen and (max-width: 1000px) {
    .membership-popup-box__membership-popup {
        width: 70%;
    }
}

@media only screen and (max-width: 650px) {
    .membership-popup-box__membership-popup {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    .membership-popup-box__membership-popup {
        height: 70vh;
    }
}

.membership-popup-box__membership-popup--image-box {
    position: relative;
    height: 100%;
    width: 100%;
}

.membership-popup-box__membership-popup--image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.membership-popup-box__membership-popup--content {

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--color-font-light);
}

@media only screen and (max-width: 700px) {
    .membership-popup-box__membership-popup--content {
        padding: 30px;
    }
}

.membership-popup-box__membership-popup--content .membership-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--color-font-light);
    font-size: 24px;
    cursor: pointer;

}

@media only screen and (max-width: 700px) {
    .membership-popup-box__membership-popup--content .membership-popup-close {
        top: 12px;
        right: 12px;
    }
}

.membership-popup-box__membership-popup--content .wpcf7-form {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.membership-popup-box__membership-popup--content h2,
.membership-popup-box__membership-popup--content p {
    text-align: center;
}

.membership-popup-box__membership-popup--content h2 {
    font-size: 3.5rem;
}

@media only screen and (max-width: 450px) {}

.membership-popup-box__membership-popup--content p {
    font-size: 2.5rem;
}

@media only screen and (max-width: 450px) {
    .membership-popup-box__membership-popup--content h2 {
        padding-top: 22px;
    }

}

.membership-popup-box__membership-popup--content .wpcf7-form p {
    width: 49%;
    margin-bottom: 0;

}

@media only screen and (max-width: 400px) {
    .membership-popup-box__membership-popup--content .wpcf7-form p {
        width: 100%;
    }
}


.membership-popup-box__membership-popup--content .wpcf7-form p input {
    width: 100%;
    max-width: 100%;
    background-color: var(--color-primary-light);
}

.membership-popup-box__membership-popup--content .wpcf7-form p input[type=checkbox] {
    width: 13px;
}

.membership-popup-box__membership-popup--content .wpcf7-form p label {
    font-weight: 300;
    text-align: left;
}

.membership-popup-box__membership-popup--content .wpcf7-form p:nth-of-type(3) {
    text-align: left;
}

.membership-popup-box__membership-popup--content .wpcf7-form a {
    color: var(--color-font-light);
    font-weight: 300;
    padding-left: 5px;
    font-size: 70%;
    display: flex;
    line-height: 1.3;
    border-bottom: none;
}


@media only screen and (max-width: 450px) {
    .membership-popup-box__membership-popup--content .wpcf7-form a {
        font-size: 60%;
    }

}

.membership-popup-box__membership-popup--content .wpcf7-form .wpcf7-list-item {
    margin: 0
}

.membership-popup-box__membership-popup--content .form-fields-ivite__ivite-field input[type=submit],
.membership-popup-box__membership-popup--content .wpcf7-form p input[type=submit] {
    background-color: var(--color-primary-accent);
    border: 1px solid var(--color-primary-accent);
    color: var(--color-font-light);
    text-transform: none;
    width: 100%;
    padding: 0;
}

.membership-popup-box__membership-popup--content .form-fields-ivite__ivite-field input:hover[type=submit]:hover,
.membership-popup-box__membership-popup--content .wpcf7-form p input[type=submit]:hover {
    color: var(--color-primary-accent);
    background-color: var(--color-primary-light);
}

.membership-popup-box__membership-popup--content .wpcf7-form .wpcf7-response-output {
    margin: -35px 0 0 0;
    background: var(--color-primary-light);
    color: var(--color-font-dark);
}



/* Registration Message  */

.registration-message-box {
    z-index: 1000;
    width: 100%;

    position: absolute;
    top: 150px;
    display: flex;
    justify-content: center;

}

p.registration-message {
    width: auto;
    padding: 14px 26px;
    border-radius: 12px;
    color: var(--color-font-light);
    background-color: var(--color-primary-accent);
    font-size: 22px;
    text-align: center;
    margin: 0 12px;
}

@media only screen and (max-width: 600px) {
    p.registration-message {
        padding: 10px 12px;
        font-size: 18px;
    }
}


/* Publications overview template */

section.intro-text-publications {
    position: relative;
    width: 100%;
    margin: 20px 0 60px 0;
    /* color: var(--color-primary-light); */
    font-weight: 300;
    font-size: 1.2em;

    background-color: var(--color-primary-light) !important;
    padding: 80px;
    z-index: 10;
}

section.intro-text-publications .background-icon {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 0;
}

section.intro-text-publications .background-icon i {
    font-size: 300px;
    color: var(--color-icon-background-large);
}

.publications .blog-page__grid {
    width: 100%;
}



.publication-card .blok__img {
    text-align: center;
}

.publication-card .blok__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Single Publication  */

section.section-publication-reviews {
    margin: 80px 0;
}


.publications-reviews-grid {
    position: relative;
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns with equal width */
    grid-template-rows: repeat(3, 300px);
    /* 4 rows with automatic height */
    gap: 20px;
    /* Optional: adjust the gap between grid items */
}

.fcy-box-open {
    width: 600px;
    max-width: 600px;
    height: 600px;
    padding: 0;
}



.publication-reviews__review {
    position: relative;
    width: 100%;
    overflow: hidden;

    border-bottom: none;
}

.publication-reviews__review:hover {
    border-bottom: none;

}

.publication-reviews__review:hover>.main-review-texts {
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--color-primary-light)
}


.publication-reviews__review.review-item-1 {
    grid-column: span 3;
    /* Span 3 columns */
    grid-row: span 2;
    /* Span 3 rows */

    /* font-size: 26px; */
    font-size: 20px;

}

.main-review-texts {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.25s ease-in-out;
    z-index: 5;
    font-family: var(--typography_font_serif);
}

.publication-reviews__review.review-item-1 .main-review-text {
    font-family: var(--typography_font_serif);
    line-height: 1.8;
    /* padding: 4em; */
    padding: 3em;
}

.fancybox-slide .main-review-texts {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width:600px) {
    .fancybox-slide .main-review-texts {
        font-size: 16px;
    }
}

@media only screen and (max-width:450px) {
    .fancybox-slide .main-review-texts {
        font-size: 14px;
    }
}

.main-review-author {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: var(--typography_fonts_text);

}

@media only screen and (max-width: 1600px) {

    .main-review-texts,
    .publication-reviews__review.review-item-1 .main-review-text {
        padding: 1em;

    }

    .publications-reviews-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(300px, auto);
        gap: 20px;
    }

    .publication-reviews__review.review-item-1 {
        grid-column: span 1;
        /* Span 3 columns */
        grid-row: span 1;
        /* Span 3 rows */


    }

    .publication-reviews__review {
        /* font-size: 26px; */
        font-size: 20px;

    }


}

@media only screen and (max-width: 600px) {

    .fcy-box-open {
        width: 100%;
        max-width: 600px;
        height: 600px;
        padding: 0;
    }

}

@media only screen and (max-width: 720px) {

    .publication-reviews__review,
    .publication-reviews__review.review-item-1 {
        /* font-size: 22px; */
    }

}

@media only screen and (max-width: 420px) {

    .publication-reviews__review,
    .publication-reviews__review.review-item-1 {
        font-size: 18px;
    }

}



.main-review-image-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-review-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section-cover-images {
    margin: 80px 0;
}

.cover-images-box {
    display: flex;
    width: 100%;
    gap: 40px;
}

.front-cover-image,
.back-cover-image {
    width: 50%;
    overflow: hidden;
}

.front-cover-image img,
.back-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 760px) {
    .cover-images-box {
        flex-wrap: wrap;
    }

    .front-cover-image,
    .back-cover-image {
        width: 100%;

    }
}

section.section-preview {
    margin: 80px 0;
}

section.section-additional-info {
    margin: 80px 0;
}

/* Sellers overview section */

section.publications-page-sellers {
    background-color: var(--color-primary-light);
    padding: 80px;
}

@media only screen and (max-width: 600px) {
    section.publications-page-sellers {
        padding: 60px;
    }
}

@media only screen and (max-width: 500px) {
    section.publications-page-sellers {
        padding: 40px;
    }
}

@media only screen and (max-width: 400px) {
    section.publications-page-sellers {
        padding: 20px;
    }
}



#sellers-overview.sellers-overview {
    margin-top: 60px;
}


.sellers-grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    position: relative;
    gap: 30px;

}

@media only screen and (max-width: 600px) {
    .sellers-grid {
        gap: 12x;

    }
}

a.sellers-grid__seller {
    position: relative;
    max-width: 400px;
    /* z-index: 100; */
    text-decoration: none;
    border-bottom: unset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    height: auto;
    background-color: rgba(var(--color-primary-rgba), 0.2);
    /* background-color: rgb(219, 231, 200); */
    /* padding-bottom:20px; */
}



a.sellers-grid__seller:hover {
    border-bottom: none;
    transform: scale(1.1);
}


.sellers-grid__seller--img-box {
    width: 100%;
    height: 250px;
    /* width: 100%;
    height: 40%; */
}

.sellers-grid__seller--img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sellers-grid__seller--content-box {
    /* height: 350px; */
    height: auto;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    /* background-color: rgba(var(--color-primary-rgba), 0.2); */
    /* background-color: blue; */

}

.sellers-grid__seller--content-body {
    /* max-height: 220px; */
    overflow: hidden;
    font-weight: 300;

}

.single-pub-main nav.post-nav {
    padding: 40px 0;
}

.single-pub-main nav.post-nav a {
    color: var(--color-font-dark);
}


/* 
 * Page with access restriction. like recipies overview
 */

section.section-info {
    position: relative;
    width: 100%;
    margin: 20px 0 60px 0;
    font-weight: 300;
    font-size: 1.2em;
    background-color: var(--color-primary-light) !important;
    padding: 80px;
    z-index: 10;
}

@media only screen and (max-width: 1000px) {

    section.section-info,
    section.intro-text-publications {
        padding: 60px;
    }

}

@media only screen and (max-width: 620px) {

    section.section-info,
    section.intro-text-publications {
        padding: 40px;
        font-size: var(--typography_size_html);
    }

}

@media only screen and (max-width: 550px) {

    section.section-info,
    section.intro-text-publications {
        padding: 2rem;
    }

}

@media only screen and (max-width: 1000px) {
    .recipe-template .section-side-widget {
        display: block;
        margin-left: 0;
    }
}

h2.recipe-categories {
    margin-top: 32px;
    color: var(--color-primary-light);
}



.single-flex-box .main-content__intro--single-selector h2,
.single-flex-box .main-content__intro--single-selector h3 {
    margin-top: 2.5rem;
}

.recipe-text-box {
    margin-top: 30px;
    width: 100%;
    align-self: stretch;
    max-width: 100%;
    background-color: var(--color-primary-light);
    padding: 60px;

}

@media only screen and (max-width: 800px) {
    .recipe-text-box {
        padding: 50px;
    }
}

@media only screen and (max-width: 700px) {
    .recipe-text-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .recipe-text-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .recipe-text-box {
        padding: 20px;
    }
}





.recipe-swiper-container {
    position: relative;
    margin: 40px 0;
    width: 100%;
    overflow: hidden;

}

.recipe-swiper-container a {
    border-bottom: none;
}

.recipe-swiper-container .swiper-slide {
    width: 300px;
    height: auto;
    max-height: 500px;
}

.recipe-swiper-container .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.recipe-swiper-container .swiper-slide img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}


.section-side-widget.recipe-side-widget {
    width: 100%;
    background-color: var(--color-primary-light);
    padding: 30px;
    height: fit-content;

}

.subscription-info-box {
    padding: 16px 10px;
    background-color: var(--color-icon-background-large);
}

.subscription-info__pricing-details {
    flex-wrap: wrap;
    gap: 16px;
}

.subscription-info__pricing-details--button-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.subscription-info__pricing-details--button-box .button {
    width: auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--color-primary-dark); */
    background-color: var(--color-primary-accent);
    color: var(--color-font-light);
    /* border: 1px solid var(--color-primary-dark); */
    border: 1px solid var(--color-primary-accent);
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    font-family: var(--typography_fonts_text);
    margin-bottom: 0;
}


.subscription-info__pricing-details--button-box.button:hover {
    /* background-color: var(--color-primary-light); */
    background-color: var(--color-primary-dark);
    color: var(--color-font-dark);
}

.subscription-info__pricing-details--button-box .text-link {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.recipe-template .sidebar-item {
    margin-bottom: 32px;
    line-height: 1.8;

}

.recipe-template .sidebar-item i {
    margin-right: 12px;
}

.recipe-template .sidebar-item__label {}

.recipe-template .sidebar-item__label:after {
    content: ":";
}

.recipe-template .sidebar-item__value {
    padding-left: 34px;
    font-weight: 300;

}

@media only screen and (max-width: 1230px) {
    .second-recipe-signup-box {
        display: none;
    }
}


@media only screen and (max-width: 500px) {
    .recipe-template .sidebar-item__value li {
        margin-bottom: 0;
    }

}

/* 
 * Single meetings 
 * -------------------- */

section.section-meeting-intro {
    padding-bottom: 60px;
}

.main-content__intro--single-selector.single-meeting {
    position: relative;
}

.main-content__intro--single-selector.single-meeting h1 {
    margin-bottom: 1rem;
}

.single-meeting p.event-link {
    margin-bottom: 4rem;
}

.meeting-date-time-box {
    position: absolute;
    top: 60px;
    right: 60px;
}

.meeting-date-time-box p {
    margin-bottom: 8px;

}

.meeting-date-time-box p i {
    padding-right: 8px;
}

section.section-meeting {
    border-top: 1px solid gray;
    padding: 60px 0;
}

section.open-meeting {
    margin-top: 40px;
}

.open-meeting-box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.open-meeting-box p {
    font-weight: 300;


}

.open-meeting-switch-box {
    display: flex;
}

.open-meeting-switch-box input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.open-meeting-switch-box label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 31px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.open-meeting-switch-box label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.open-meeting-switch-box input:checked+label {
    background: var(--color-primary);
}

.open-meeting-switch-box input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.open-meeting-switch-box label:active:after {
    width: 130px;
}

#show-meeting-participants {
    color: var(--color-primary);
}

section.event-admin-section,
section.meeting-admin-section {
    margin-bottom: 40px;
}

section.event-admin-section p i {
    color: var(--color-primary);

}

ul.meeting-users-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    gap: 5px;
    height: auto;
    max-height: 500px;
    overflow-y: scroll;
    list-style-type: none;
    padding: 0;
    margin: 0;

    transition: max-height 0.5s ease-in-out;
}

ul.meeting-users-list.hidden {
    max-height: 0;
    overflow: hidden;
}

li.meeting-user {
    margin-bottom: 0;
}

li.meeting-user .meeting-user-email a {
    color: var(--color-primary);
    border-bottom: none;
}

p.send-email-to-partipants {
    margin-top: 12px;
}

p.send-email-to-partipants i {
    color: var(--color-primary);
}

p#meeting-is-finished,
p#meeting-is-closed {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
    background-color: #000;
    color: var(--color-primary-light);
    text-align: center;
    padding: 6px;
}

p#meeting-is-finished {
    display: none;
}

.meeting-address-and-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    overflow: hidden;
}

#event-map {
    height: 300px;
    width: 100%;
    max-width: 100%;
}

.meeting-google-map-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.meeting-google-map-buttons a {
    margin-bottom: 0;
}


@media only screen and (max-width: 1000px) {
    ul.meeting-users-list {
        grid-template-columns: 1fr 1fr;
    }

    .main-content__intro--single-selector.single-meeting h1 {
        margin-bottom: 2rem;
    }

    .meeting-date-time-box {
        position: relative;
        top: unset;
        right: unset;
        margin-bottom: 30px;
    }

    .meeting-address-and-map {
        grid-template-columns: 1fr;
        /* gap: 20px; */
    }
}


@media only screen and (max-width: 700px) {
    ul.meeting-users-list {
        grid-template-columns: 1fr;
    }
}


/* 
 * Single events 
 * -------------------- */


p.events-archive-item {
    font-weight: 300;
}

.events-archive-item-icons {
    display: inline-flex;
    gap: 8px;
    margin-right: 12px;
}

.events-archive-item-icons i {
    color: var(--color-primary);
}

.single-events section {
    margin-top: 60px;

}

.section-scheduled-meetings table {
    width: 100%;
}

.section-scheduled-meetings td,
.section-scheduled-meetings th {
    border-bottom: none;
}

.section-scheduled-meetings tr .meeting-title {
    width: 50%;
}

.section-scheduled-meetings th.meeting-type,
.section-scheduled-meetings th.meeting-time,
.section-scheduled-meetings th.meeting-date {
    font-weight: 400;
}

.section-scheduled-meetings th.meeting-type {
    text-align: center;
}


.section-scheduled-meetings th i {
    padding-right: 8px;
}


@media only screen and (max-width: 1100px) {
    .section-scheduled-meetings tbody {
        display: block;
        width: 100%;
    }

    .section-scheduled-meetings tr {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 12px;
        padding: 0;
    }

    .section-scheduled-meetings tr:nth-child(even) {
        /* background-color: #f2f2f2; */
        /* background-color: var(--color-primary-light-hover-dark);
        color: var(--color-primary-light); */
    }

    .section-scheduled-meetings th.meeting-title {
        width: 100%;

    }

    .section-scheduled-meetings th.meeting-type,
    .section-scheduled-meetings th.meeting-time,
    .section-scheduled-meetings th.meeting-date {
        width: 33%;
        text-align: left;
        padding: 0 4px 0 0;
        font-size: 14px
    }

    .section-scheduled-meetings th.meeting-type {
        width: 40%;
    }

    .section-scheduled-meetings th.meeting-time {
        width: 20%;
    }

    .section-scheduled-meetings th.meeting-date {
        width: 40%;
    }
}

/*
 * Ajax loading
 * ======================================================== */

.load-more-button-box {
    margin: 3rem 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-more-spinner {
    display: none;
    border: 3px solid var(--color-primary-accent);
    border-radius: 50%;
    border-top: 3px solid #f3f3f3;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    animation: lm-spin 2s linear infinite;
}

@keyframes lm-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .center-center {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* Tijdelijk verbergen van de bankselectielijst Ideal, niet meer nodig  */

.payment_box.payment_method_mollie_wc_gateway_ideal {
    display: none !important;
}




.single-inspiration .introduction {
    background: #EEEEEE;
}



.four {
    padding-top: 8px;
}

.contact .socials {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: left;
}

.contact .socials svg {
    width: 60%;
    height: auto;
}

.contact .socials:hover svg {
    fill: #E67932;
}

.loc .icon,
.phone .icon,
.fax .icon,
.email .icon,
.web .icon,
.doc .icon {
    display: inline-block;
    width: 26px;
    padding-right: 6px;
}

#contact .loc .icon,
#contact .phone .icon,
#contact .fax .icon,
#contact .email .icon,
#contact .web .icon,
#contact .doc .icon {
    width: 20px;
}

.icon svg {
    width: auto;
    height: 100%;
}

.contact a:hover {
    color: #E67932;
}

.accred.accred-noloc {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: left;
    vertical-align: top;
    padding-left: 40px;
}

.accred.accred-noloc img {
    width: 60px;
    height: auto;
}

/* Search styling */

.taxonomy-description {
    font-size: 50%;
}

.overview .entry-footer {
    display: block;
    position: absolute;
    bottom: 4px;
}

.overview .cat-icon,
.overview .cat-name {
    font-size: 90%;
}


.post-list-overview a.hidden {
    display: none;
}

.post-list-overview a.active {
    display: block;
}


.widget-filter h3 {
    cursor: pointer;
}

.widget-filter .filter-list {
    display: none;
    list-style: none;
}

.widget-filter .filter-list li {
    margin-right: 10px;
}

.widget-filter .filter-list.show {
    display: flex;
    flex-wrap: wrap;
}

section .no-results.not-found {
    color: var(--color-primary-light);
}

.widget-filter .filter-list a,
.widget-filter .filter-list a:hover {
    border-bottom: none;
}





/* WP forms styling */
/************************************************/


div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    /* letter-spacing: normal;
    text-transform: uppercase; */
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background-color: var(--color-primary-dark);
    color: var(--color-font-light);
    border: 1px solid var(--color-primary-dark);
    border-radius: 4px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: var(--color-primary-light);
    color: var(--color-font-dark);
    border: 1px solid var(--color-primary-dark);

}


/*************************
/ Social media buttons
*/
.a2a_menu a,
.a2a_menu a.a2a_i,
a.a2a_menu_show_more_less span,
.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_more {
    color: var(--color-font-dark);
}

/*************************
/ fancybox
*/

.fancybox-button {
    height: 50px;
    width: 50px;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 5px;
}

.fancybox-medium {
    max-width: 600px;
}

/*************************
/ z-minimenu styling
*/


#admin-z-mini-menu .z_mini_menu-item a {
    border-bottom: none;
}


#cookie-law-info-again {
    left: 0px !important;
    right: calc(100% - 140px) !important;
}


#wt-cli-accept-all-btn {
    padding: 12px 40px;
}

#cookie_action_close_header_reject {
    font-weight: 400;
}



/* Mollie  */

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
}


/* Shipping info */

.shipping-zones-wrapper {
    margin: 2em 0;
}

.shipping-zones-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.shipping-zones-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.shipping-zones-table th {
    background-color: var(--color-primary-dark);
    color: var(--color-primary-light);
    font-weight: 400;
    letter-spacing: 0.8px;
}

.shipping-zones-table th,
.shipping-zones-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    /* white-space: nowrap; */
    max-width: 300px;
}

/* .shipping-zones-table thead {
    background-color: #f5f5f5;
} */


/* 
 * Page Pick a Card
 * ------------------------------ */
.section-pick-a-card {
    background: var(--color-primary-light);
    /* padding: 0 50px 120px 50px; */
}

.pick-a-card-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap:1rem;
}
.pick-a-card-top form {
    display: flex;
    flex-wrap: wrap;
    gap:1rem;
    justify-content: flex-end;

}
/* .pick-a-card-body {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
} */

.pac-panels-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}



.pac-panel-left {
    height: 500px;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.pac-panel-right {
    position: relative;
    min-height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    z-index: 5;
}

.pick-a-card-button-box {
    display: flex;
    width: 100%;
    min-height: 100px;
    justify-content: center;
}
/* #pick-a-card-button.hidden {
    display:none;
} */

.picked-card {
    /* .picked-card-inner { */
    padding: 1.2rem 6rem;
}

.picked-card-image-url {
    /* display:none; */
}

@media only screen and (max-width: 1120px) {
    .pac-panels-box {
        flex-direction: column;
        gap: 32px;
    }

    .pac-panel-left {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        /* padding: 1.2rem 6rem; */

    }

    .picked-card {
        padding: 0;
    }
}

.card-flip {
    perspective: 1000px;
    /* width: 200px;
    height: 300px; */
    width: 325px;
    height: 500px;
    position: relative;
}

.card-front,
.card-back {
    width: 325px;
    height: auto;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s;
}

.card-front img, 
.card-back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-front {
    z-index: 2;
}

.card-back {
    transform: rotateY(180deg);
}

.card-flip.flip .card-front {
    transform: rotateY(180deg);
}

.card-flip.flip .card-back {
    transform: rotateY(0deg);
}

/*

.shuffle-spinner-box {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary-light);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}

.shuffle-spinner-box.spin {
    display: flex;
}

@keyframes rotate-card {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spinner-image-box {
    margin-top: 172px;
    height: 132px;

}

.spinner-image-box img {
    height: 100%;
    animation: rotate-card 1s linear infinite;
}
        */

.shuffle-spinner-box {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary-light);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}

.shuffle-spinner-box.spin {
    display: flex;
}

.shuffle-spinner {
    position: relative;
    position: absolute;
    top:100px;
    width: 150px;
    height: 200px;
}

.spinner-image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease, z-index 0s linear 0.3s;
}

.spinner-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}