/*!
 Theme Name:   Blocksy-child
 Description:  Blocksy Child Theme
 Author:       Best4u
 Template:     blocksy
 Author URI:   https://www.best4u.nl/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  best4u
!*/
#ui-datepicker-div {
    background: #fff
}

.gform_fields .gform_validation_container {
    display: none
}

.gform_footer input[type='submit'] {
    margin-top: 10px;
    background-color: var(--paletteColor2);
    transition: 0.5s ease all
}

.gform_footer input[type='submit']:focus {
    outline: none
}

.gform_validation_error .validation_error {
    border: none !important;
    padding: 0 !important;
    color: #ec3232 !important
}

.gform_validation_error .gform_submission_error {
    font-size: 18px;
    margin-bottom: 20px !important
}

.gform_validation_error .gform_body .gfield_error {
    background: none;
    border: none
}

.gform_validation_error .gform_body .gfield_error input, .gform_validation_error .gform_body .gfield_error textarea {
    border-color: #ec3232 !important
}

.gform_validation_error .gform_body .gfield_error label, .gform_validation_error .gform_body .gfield_error .validation_message {
    color: #ec3232
}

.wp-block-group__inner-container p {
    width: 100% !important
}

@media screen and (max-width: 767px) {
    .wp-block-table table tbody tr td {
        font-size: 14px
    }
}

.ct-featured-image .ct-image-container img {
    transition: 0.5s ease transform
}

.ct-featured-image .ct-image-container img:hover {
    transform: scale(1.1)
}

body.single-post .ct-share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 !important;
    padding: 20px 0;
    border-bottom: 1px solid var(--paletteColor3)
}

body.single-post .ct-share-box .ct-module-title {
    margin-bottom: 0 !important
}

body.single-post .ct-share-box div[data-icons-type="simple"] {
    display: flex !important
}

body.single-post .ct-share-box div[data-icons-type="simple"] > a {
    margin-left: 15px
}

body.page-slug-kenniscentrum aside {
    padding: 96px 0;
}

@media (max-width: 1024px) {
    body.page-slug-kenniscentrum aside {
        padding: 48px 0;
    }
}

@media (max-width: 767px) {
    body.page-slug-kenniscentrum aside {
        padding: 24px 0;
    }
}

#main .clickable-blocks-home .ugb-column__item, #main .clickable-blocks-home .ugb-card__item {
    cursor: pointer;
    transition: 0.5s ease all
}

#main .clickable-blocks-home .ugb-column__item:hover, #main .clickable-blocks-home .ugb-card__item:hover {
    box-shadow: none !important;
    border-color: var(--paletteColor1) !important
}

#main p > a:hover {
    text-decoration: underline;
    text-decoration-color: var(--paletteColor1)
}

.single .stk-block-image {
    margin-bottom: 16px !important
}

#footer-menu ul.menu {
    flex-direction: column !important;
    align-items: flex-start
}

footer.ct-footer .ct-header-text {
    flex-direction: column !important;
    align-items: flex-start
}

footer.ct-footer .ct-header-text .ct-footer-socials {
    margin-top: 20px
}

#header .ct-header-cta a.ct-button {
    font-weight: 600;
    line-height: 1;
    padding: 0 35px;
    transition: 0.5s ease all
}

#header .ct-header-cta a.ct-button:hover {
    transform: scale(1.05)
}

#header div[data-sticky="yes:shrink"] {
    top: 0;
    left: 0;
    right: 0
}

#header .ct-social-box .ct-icon-container {
    width: 20px;
    height: 20px
}

.hero-carousel {
    margin-bottom: 0 !important
}

.hero-carousel .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-carousel .item .inner-container {
    max-width: var(--container-max-width);
    width: var(--container-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    .hero-carousel .item .inner-container {
        height: 810px
    }
}

@media screen and (max-width: 1024px) {
    .hero-carousel .item .inner-container {
        padding: 180px 0;
        height: auto;
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    .hero-carousel .item .inner-container {
        max-width: var(--block-max-width)
    }
}

.hero-carousel .item .inner-container .title {
    margin: 0 auto 0px;
    text-transform: none;
    color: #ffffff;
    text-align: center;
    z-index: 2
}

.hero-carousel .item .inner-container .button {
    padding: 15px 35px;
    z-index: 2
}

.hero-carousel .item .inner-container .text {
    margin: 0 auto 24px;
    text-transform: none;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    z-index: 2
}

.hero-carousel .item .inner-container .scroll-down-shape {
    position: absolute;
    z-index: 999;
    bottom: 64px;
    text-align: center;
    transition: 0.5s ease all;
    z-index: 2
}

.hero-carousel .item .inner-container .scroll-down-shape a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: 0.5s ease all
}

.hero-carousel .item .inner-container .scroll-down-shape a img {
    width: 24px
}

.hero-carousel .item .inner-container .scroll-down-shape:hover {
    bottom: 30px
}

.hero-carousel .item .inner-container .scroll-down-shape:hover a {
    background-color: var(--paletteColor1)
}

.hero-carousel .item .inner-container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(29, 32, 36, 0.35);
    z-index: 1
}

.hero-carousel:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-width: 0 0 33vw 33vw;
    border-color: transparent transparent transparent var(--paletteColor1);
    z-index: 6;
    width: 0;
    height: 0;
    opacity: 0.5;
    pointer-events: none
}

.hero-carousel:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-width: 33vw 33vw 0 0;
    border-color: transparent var(--paletteColor6) transparent transparent;
    z-index: 6;
    width: 0;
    height: 0;
    opacity: 0.5;
    pointer-events: none
}

.home .slick-track {
    display: inherit
}

.home .slick-track .slick-slide {
    height: inherit
}

.hero-overlayx:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-style: solid;
    border-width: 0 0 33vw 33vw;
    border-color: transparent transparent transparent var(--paletteColor1);
    z-index: 6;
    height: 0;
    width: 0;
    opacity: 0.5;
    pointer-events: none
}

.hero-overlay:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-width: 33vw 33vw 0 0;
    border-color: transparent var(--paletteColor6) transparent transparent;
    z-index: 6;
    width: 0;
    height: 0;
    opacity: 0.5;
    pointer-events: none
}

@media (min-width: 1025px) {
    .hero-overlayx:before {
        border-width: 0 0 541px 541px
    }

    .hero-overlay:after {
        border-width: 541px 541px 0 0
    }
}

@media (min-width: 1025px) {
    .single .hero-overlayx:before {
        border-width: 0 0 200px 200px
    }

    .single .hero-overlay:after {
        border-width: 200px 200px 0 0
    }
}

.hero__video {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateZ(-1px) translateY(-50%);
    z-index: -1;
    background-color: black;
    object-fit: cover
}

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

@media (min-width: 1400px) {
    .hero-video {
        min-height: 810px
    }

    .hero-video .wp-block-embed__wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: 0;
        right: 0;
        min-width: 100%;
        min-height: 810px;
        transform: translateZ(-1px) translateY(-50%);
        z-index: -1;
        background-color: black;
        object-fit: cover
    }
}

#gform_6 .gform_fields, #gform_7 .gform_fields {
    grid-column-gap: 24px
}

@media (min-width: 769px) and (max-width: 1024px) {
    #gform_6 .gform_fields .gfield, #gform_7 .gform_fields .gfield {
        grid-column: span 12 !important
    }
}

#gform_6 .gform_fields .gfield .gfield_label, #gform_7 .gform_fields .gfield .gfield_label {
    font-size: 13px;
    color: white;
    font-weight: 700
}

#gform_6 .gform_fields .gfield .gfield_required, #gform_7 .gform_fields .gfield .gfield_required {
    color: white
}

#gform_6 .gform_footer, #gform_7 .gform_footer {
    padding: 0;
    margin-top: 10px
}

#gform_6 .gform_footer .gform_button, #gform_7 .gform_footer .gform_button {
    background-color: var(--paletteColor2);
    margin: 0
}

#gform_8 .gform_fields {
    grid-column-gap: 24px
}

#gform_8 .gform_fields .gfield .gfield_label {
    font-size: 15px;
    color: white;
    font-weight: 400
}

#gform_8 .gform_fields .gfield .gfield_required {
    color: white
}

#gform_8 .gform_fields .gfield input {
    border-radius: 3px
}

#gform_8 .gform_footer {
    text-align: center;
    margin: 0
}

#gform_8 .gform_footer .button {
    margin: 0
}

.copyright-ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row
}

.copyright-ul li {
    padding: 0 15px;
    position: relative;
    margin-bottom: 0
}

.copyright-ul li:before {
    content: "—";
    color: var(--paletteColor2);
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    z-index: 0
}

.copyright-ul li a {
    white-space: nowrap
}

.copyright-ul li a:hover span {
    color: var(--paletteColor1) !important
}

.copyright-ul li:nth-child(1) {
    padding-left: 0
}

.copyright-ul li:nth-child(1):before {
    display: none
}

.copyright-ul li:last-child {
    padding-right: 0
}

.copyright-ul li:hover a {
    color: var(--paletteColor1)
}

@media (max-width: 1024px) {
    .copyright-ul {
        justify-content: flex-start;
        flex-direction: column
    }

    .copyright-ul li {
        padding: 0
    }

    .copyright-ul li:before {
        display: none
    }
}

.ugb-columns .ugb-columns__item {
    grid-gap: 24px !important
}

footer .ct-socials-widget h2 {
    display: none
}

footer .ct-social-box .ct-icon-container {
    width: 20px;
    height: 20px
}

footer .ct-social-box .ct-icon-container svg {
    width: 10px;
    height: 10px
}

footer .textwidget > *:not(:first-child) {
    margin-top: 24px
}

footer #menu-footer-menu-1 > li, footer #menu-footer-menu-2 > li {
    margin-bottom: 0
}

.posts-carousel .slick-track, .nieuws-carousel .slick-track {
    display: flex
}

.posts-carousel .slick-arrow, .nieuws-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    padding: 12px !important;
    background-color: var(--paletteColor1);
    border-radius: 50% !important;
    z-index: 10
}

.posts-carousel .slick-arrow:hover, .nieuws-carousel .slick-arrow:hover {
    background-color: var(--paletteColor1);
    opacity: 0.8
}

.posts-carousel .slick-arrow.slick-next, .nieuws-carousel .slick-arrow.slick-next {
    right: -82px
}

.posts-carousel .slick-arrow.slick-prev, .nieuws-carousel .slick-arrow.slick-prev {
    left: -82px
}

@media (max-width: 1024px) {
    .posts-carousel .slick-arrow, .nieuws-carousel .slick-arrow {
        width: 30px;
        height: 30px;
        padding: 6px !important
    }

    .posts-carousel .slick-arrow.slick-next, .nieuws-carousel .slick-arrow.slick-next {
        right: -32px
    }

    .posts-carousel .slick-arrow.slick-prev, .nieuws-carousel .slick-arrow.slick-prev {
        left: -32px
    }
}

@media (max-width: 567px) {
    .posts-carousel .slick-arrow.slick-next, .nieuws-carousel .slick-arrow.slick-next {
        right: -10px
    }

    .posts-carousel .slick-arrow.slick-prev, .nieuws-carousel .slick-arrow.slick-prev {
        left: -10px
    }
}

.posts-carousel .ugb-block-content, .nieuws-carousel .ugb-block-content {
    display: block !important
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item {
    margin: 0 12px 64px;
    background-color: white;
    height: inherit
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content {
    box-shadow: 0 24px 14px 0 rgba(29, 41, 57, 0.05)
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__featured-image, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__featured-image {
    order: 1
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__meta, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__meta {
    order: 2
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content > *:not(.ugb-blog-posts__featured-image), .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__content > *:not(.ugb-blog-posts__featured-image) {
    padding: 0 36px
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__readmore, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__readmore {
    position: relative
}

.posts-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__readmore:after, .nieuws-carousel .ugb-block-content .ugb-blog-posts__item .ugb-blog-posts__readmore:after {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f061";
    margin-left: 5px;
    position: relative;
    top: 1px
}

.posts-carousel .ugb-block-content .slick-list, .nieuws-carousel .ugb-block-content .slick-list {
    margin: 0 -12px
}

.posts-carousel .ugb-block-content, .nieuws-carousel .ugb-block-content.ugb-block-content.slick-initialized {
    visibility: visible
}

.nieuws-cards figure {
    box-shadow: 0 2px 4px -2px rgba(29, 41, 57, 0.06), 0 4px 8px -2px rgba(29, 41, 57, 0.1);
    height: 187px;
    position: relative
}

.nieuws-cards figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nieuws-cards p:hover a {
    color: var(--paletteColor2)
}

.wp-block-video {
    margin-bottom: 0 !important
}

.content-socials.wp-block-social-links {
    margin-bottom: 24px
}

.content-socials.wp-block-social-links .wp-social-link {
    margin-top: 0
}

.content-socials.wp-block-social-links .wp-social-link a {
    padding: 9px
}

.content-socials.wp-block-social-links .wp-social-link svg {
    width: 32px;
    height: 32px
}

@media (min-width: 1232px) {
    .full-width-left.wp-block-ugb-column .ugb-inner-block .ugb-block-content .ugb-column__item {
        padding-left: calc((100vw - var(--container-max-width)) / 2) !important;
        padding-right: 65px !important
    }
}

.black-btn .wp-block-button .wp-block-button__link {
    background-color: var(--paletteColor2)
}

@media (max-width: 1023px) {
    .tablet-collapse.wp-block-ugb-columns > .ugb-inner-block > .ugb-block-content > .ugb-columns__item {
        grid-auto-flow: row;
        grid-template-areas:inherit !important;
        grid-template-columns:1fr !important
    }

    .tablet-collapse.wp-block-ugb-columns > .ugb-inner-block > .ugb-block-content > .ugb-columns__item > .ugb-column:nth-child(1) {
        grid-area: 2 !important
    }

    .tablet-collapse.wp-block-ugb-columns > .ugb-inner-block > .ugb-block-content > .ugb-columns__item > .ugb-column:nth-child(2) {
        grid-area: 1 !important
    }
}

h1 + h3 {
    margin-top: 0 !important
}

.alpha-list {
    list-style-type: lower-alpha
}

.webinar .ugb-blog-posts__item {
    margin: 0 12px 64px;
    background-color: white;
    height: inherit
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__content {
    box-shadow: 0 24px 14px 0 rgba(29, 41, 57, 0.05)
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__featured-image {
    order: 1
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__content .ugb-blog-posts__meta {
    order: 2
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__content > *:not(.ugb-blog-posts__featured-image) {
    padding: 0 36px
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__readmore {
    position: relative
}

.webinar .ugb-blog-posts__item .ugb-blog-posts__readmore:after {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f061";
    margin-left: 5px;
    position: relative;
    top: 1px
}

.webinar .ugb-blog-posts__item {
    margin: 0 12px 40px
}

@media screen and (max-width: 576px) {
    .webinar .ugb-blog-posts__item {
        margin: 0 12px 20px
    }
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content {
    height: 100%
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card {
    height: 100%
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card > div {
    height: 100%;
    display: flex;
    flex-direction: column
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card > div img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(24%) saturate(1467%) hue-rotate(76deg) brightness(92%) contrast(88%)
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card > div .stk-block-card__content {
    flex-grow: 1
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card > div .stk-block-card__content > .stk-block-content {
    height: 100%
}

.meachbulletin_cards .wp-block-stackable-column > .stk-column-wrapper > .stk-block-content > .wp-block-stackable-card > div .stk-block-card__content > .stk-block-content .btn {
    margin-top: auto
}

.meachbulletin_cards .pdfemb-viewer {
    border: none !important
}

.meachbulletin_cards .pdfemb-viewer .pdfemb-pagescontainer {
    width: 100% !important;
    margin: 0 !important
}

.meachbulletin_cards .pdfemb-viewer .pdfemb-pagescontainer .pdfemb-inner-div, .meachbulletin_cards .pdfemb-viewer .pdfemb-pagescontainer canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important
}

.meachbulletin_cards .pdfemb-viewer .pdfemb-toolbar-bottom {
    display: none !important
}

.ugb-blog-posts__content .ugb-blog-posts__readmore {
    margin-top: auto !important
}

.registeren_btn {
    padding: 12px 30px;
    background-color: var(--paletteColor1);
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 3px;
    display: inline-flex;
    text-decoration: none !important
}

.registeren_btn:hover {
    border-color: var(--button-border-hover-color);
    color: var(--buttonTextHoverColor);
    background-color: var(--buttonHoverColor)
}

.postlist .search-row {
    margin-bottom: 25px
}

.postlist .search-row .user-search-container {
    display: flex
}

.postlist .search-row .user-search-container .form_title {
    font-size: 39px;
    line-height: 50px;
    margin: 0
}

.postlist .search-row .user-search-container form {
    display: flex
}

.postlist .search-row .user-search-container form button {
    height: 48px;
    padding: 0 17px;
    min-height: auto;
    border-radius: 0;
    background-color: var(--paletteColor6)
}

.postlist .search-row .user-search-container > * {
    width: 50%
}

.postlist .devider {
    background-color: #D0D5DD
}

.postlist .members-row {
    margin-top: 25px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns:repeat(4, 1fr)
}

.postlist .members-row .postlist-col {
    background: #FFFFFF;
    box-shadow: 0px 24px 32px rgba(29, 41, 57, 0.05);
    padding: 24px
}

.postlist .members-row .postlist-col .user-info {
    padding: 0
}

.postlist .members-row .postlist-col .user-info li {
    list-style: none
}

.ugb-blog-posts.ugb-blog-posts--v2.webinar .ugb-blog-posts__featured-image img {
    object-fit: contain;
}

.link-block-contain-images .wp-block-link-block-with-image__image-container img {
    object-fit: contain;
    background-color: #fff;
    padding: 10px;
}

.hero-overlay:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DB0625;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,100 0,0 100,0 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto 33vw;
}

@media screen and (min-width: 1025px) {
    .hero-overlay:before {
        background-size: contain;
    }
}

/* Hero video iframe */
.hero__video .hero-video-iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}

.hero__video iframe.hero-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .hero__video .hero-video-iframe-wrapper {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .hero__video .hero-video-iframe-wrapper {
        width: 300%;
        left: -100%;
        height: 140%;
        top: -20%;
    }
}

/* Gravity gforms */
.gform_wrapper.gravity-theme .gfield_list_header {
    align-items: flex-end;
}

#field_9_60 .ginput_container,
#field_9_69 .ginput_container,
#field_9_70 .ginput_container,
#field_9_71 .ginput_container {
    max-width: 400px;
}


.sliding-toggle-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sliding-toggle-menu .menu-toggle {
    position: absolute;
    right: 0;
    top: 20px;
}

.sliding-toggle-menu .menu-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px dotted #ddd;
}

.sliding-toggle-menu .menu-item.active .menu-item-link {
    color: var(--theme-link-hover-color);
}

.sliding-toggle-menu .menu-item-link img {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
}

.sliding-toggle-menu .menu-toggle svg {
    transition: all .2s ease-in;
    float: right;
    height: 25px;
}

.sliding-toggle-menu .menu-item-link {
    text-decoration: none;
    display: block;
    width: fit-content;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 26.25px;
}

.sliding-toggle-menu .submenu {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background-color: #fff;
}

.sliding-toggle-menu .menu-toggle.expanded svg {
    transform: rotate(180deg);
}

.sliding-toggle-menu .submenu-item a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 22.75px;
}

.sliding-toggle-menu .submenu-item a:hover,
.sliding-toggle-menu .menu-item-link:hover {
    color: var(--theme-link-hover-color);
}

.sliding-toggle-menu .show-all {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.sliding-toggle-menu .show-all::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMzcgMy43NDk5OEgxNi42NjY3IiBzdHJva2U9IiMyN0E3MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuMzMzMzcgNy45MTY2N0gxNi42NjY3IiBzdHJva2U9IiMyN0E3MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuMzMzMzcgMTIuMDgzNEgxNi42NjY3IiBzdHJva2U9IiMyN0E3MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuMzMzMzcgMTYuMjVIMTYuNjY2NyIgc3Ryb2tlPSIjMjdBNzM3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    height: 20px;
}

.entry-card.kenniscentrum {
    display: block !important;
}

.entry-card.kenniscentrum > .ct-entry-content-block {
    width: fit-content;
    float: left;
}

.entry-card.kenniscentrum .ct-meta-element-date {
    color: var(--theme-palette-color-3);
}

.entry-card.kenniscentrum > .ct-entry-content-block img {
    vertical-align: inherit;
    margin-right: 10px;
}

.wp-block-search__button {
    border-radius: 0 12px 12px 0 !important;
}

.wp-block-search__button::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjYgMThMMTAuMyAxMS43QzkuOCAxMi4xIDkuMjI1IDEyLjQxNjcgOC41NzUgMTIuNjVDNy45MjUgMTIuODgzMyA3LjIzMzMzIDEzIDYuNSAxM0M0LjY4MzMzIDEzIDMuMTQ1ODMgMTIuMzcwOCAxLjg4NzUgMTEuMTEyNUMwLjYyOTE2NyA5Ljg1NDE3IDAgOC4zMTY2NyAwIDYuNUMwIDQuNjgzMzMgMC42MjkxNjcgMy4xNDU4MyAxLjg4NzUgMS44ODc1QzMuMTQ1ODMgMC42MjkxNjcgNC42ODMzMyAwIDYuNSAwQzguMzE2NjcgMCA5Ljg1NDE3IDAuNjI5MTY3IDExLjExMjUgMS44ODc1QzEyLjM3MDggMy4xNDU4MyAxMyA0LjY4MzMzIDEzIDYuNUMxMyA3LjIzMzMzIDEyLjg4MzMgNy45MjUgMTIuNjUgOC41NzVDMTIuNDE2NyA5LjIyNSAxMi4xIDkuOCAxMS43IDEwLjNMMTggMTYuNkwxNi42IDE4Wk02LjUgMTFDNy43NSAxMSA4LjgxMjUgMTAuNTYyNSA5LjY4NzUgOS42ODc1QzEwLjU2MjUgOC44MTI1IDExIDcuNzUgMTEgNi41QzExIDUuMjUgMTAuNTYyNSA0LjE4NzUgOS42ODc1IDMuMzEyNUM4LjgxMjUgMi40Mzc1IDcuNzUgMiA2LjUgMkM1LjI1IDIgNC4xODc1IDIuNDM3NSAzLjMxMjUgMy4zMTI1QzIuNDM3NSA0LjE4NzUgMiA1LjI1IDIgNi41QzIgNy43NSAyLjQzNzUgOC44MTI1IDMuMzEyNSA5LjY4NzVDNC4xODc1IDEwLjU2MjUgNS4yNSAxMSA2LjUgMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    margin-left: 10px;
    height: 20px;
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border-radius: 12px !important;
}

.service-block:hover:after {
    transition: all .4s ease;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #27A73799;
    border-radius: 12px;
}

[aria-label="Zoekknop"] {
    background-color: var(--theme-palette-color-2, #1d2939) !important;
}

[aria-label="Zoekknop"]:hover {
    border-color: var(--theme-palette-color-6, #27a737) !important;
    background-color: var(--theme-palette-color-6, #27a737) !important;
}

.ct-search-button-content {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.ct-search-button-content::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjYgMThMMTAuMyAxMS43QzkuOCAxMi4xIDkuMjI1IDEyLjQxNjcgOC41NzUgMTIuNjVDNy45MjUgMTIuODgzMyA3LjIzMzMzIDEzIDYuNSAxM0M0LjY4MzMzIDEzIDMuMTQ1ODMgMTIuMzcwOCAxLjg4NzUgMTEuMTEyNUMwLjYyOTE2NyA5Ljg1NDE3IDAgOC4zMTY2NyAwIDYuNUMwIDQuNjgzMzMgMC42MjkxNjcgMy4xNDU4MyAxLjg4NzUgMS44ODc1QzMuMTQ1ODMgMC42MjkxNjcgNC42ODMzMyAwIDYuNSAwQzguMzE2NjcgMCA5Ljg1NDE3IDAuNjI5MTY3IDExLjExMjUgMS44ODc1QzEyLjM3MDggMy4xNDU4MyAxMyA0LjY4MzMzIDEzIDYuNUMxMyA3LjIzMzMzIDEyLjg4MzMgNy45MjUgMTIuNjUgOC41NzVDMTIuNDE2NyA5LjIyNSAxMi4xIDkuOCAxMS43IDEwLjNMMTggMTYuNkwxNi42IDE4Wk02LjUgMTFDNy43NSAxMSA4LjgxMjUgMTAuNTYyNSA5LjY4NzUgOS42ODc1QzEwLjU2MjUgOC44MTI1IDExIDcuNzUgMTEgNi41QzExIDUuMjUgMTAuNTYyNSA0LjE4NzUgOS42ODc1IDMuMzEyNUM4LjgxMjUgMi40Mzc1IDcuNzUgMiA2LjUgMkM1LjI1IDIgNC4xODc1IDIuNDM3NSAzLjMxMjUgMy4zMTI1QzIuNDM3NSA0LjE4NzUgMiA1LjI1IDIgNi41QzIgNy43NSAyLjQzNzUgOC44MTI1IDMuMzEyNSA5LjY4NzVDNC4xODc1IDEwLjU2MjUgNS4yNSAxMSA2LjUgMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    margin-left: 10px;
    height: 20px;
}

.page-introduction {
    width: var(--theme-container-width) !important;
    max-width: var(--theme-normal-container-max-width) !important;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px auto;
}


@media (max-width: 767px) {
    .page-introduction {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}