/*
Theme Name: sintinhooglanderveen.nl
Theme URI: https://sintinhooglanderveen.nl
Author: 10-us.nl
Author URI: https://10-us.nl
Description: Shop 10-us.nl
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 10-us
*/

/* Login WP Admin */
.login {
    background-color: #f8f7fa;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.login #login {
    width: 800px;
    padding: 0;
    position: relative;
    z-index: 2;
}

.login form {
    height: 370px;
    margin-top: 0;
    position: relative;
    padding: 30px 25px 0 425px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.login form:before {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/img/login-frame.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    content: '';
}

.login form:after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 155px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(assets/img/logo.svg);
    background-repeat: no-repeat;
    content: '';
}

.login label {
    font-size: .8rem;
    color: #939393;
}

.login form .input,
.login form input[type="checkbox"],
.login input[type="text"] {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dbdade;
    border-radius: .375rem;
    box-shadow: none;
    font-size: .8rem;
}

.login form .input:focus,
.login form input[type="checkbox"]:focus,
.login input[type="text"]:focus {
    box-shadow: none;
}

.login .button.wp-hide-pw {
    min-height: 49px;
    border-radius: 0;
}

.login .button.wp-hide-pw:focus {
    border: 0;
    box-shadow: none;
}

.login .button.wp-hide-pw span:before {
    color: #7367f0;
}

.login .button-primary {
    padding: .5rem 1rem!important;
    background-color: #7367f0;
    border-color: #7367f0;
    border-radius: 0;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.login .button-primary:hover,
.login .button-primary:focus {
    background-color: #7367f0;
    border-color: #7367f0;
    box-shadow: none;
}

.login p.forgetmenot {
    margin-top: 15px;
}

.login #nav {
    width: 45%;
    padding: .5rem 0 0 .5rem;
    margin: 0;
    float: left;
}

.login #backtoblog {
    width: 45%;
    padding: .5rem .5rem 0 0;
    margin: 0;
    text-align: right;
    float: right;
}

.login #backtoblog a,
.login #nav a {
    color: rgba(255, 255, 255, .6);
}

.login #backtoblog a:hover,
.login #nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.login h1 {
    display: none;
}

.login .language-switcher {
    display: none;
}

/* Default */
body {
    overflow-x: hidden;
}

body:not(.login):before {
    width: calc(100vw + 700px);
    height: calc(100vh + 700px);
    position: fixed;
    top: -400px;
    left: -200px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background-image: url(https://sintinhooglanderveen.nl/wp-content/uploads/2024/11/pattern.png);
    background-repeat: repeat;
    content: '';
    z-index: -1;
}

body:not(.login):after {
    position: fixed;
    width: 840px;
    height: 840px;
    bottom: -420px;
    left: -420px;
    overflow: visible;
    pointer-events: none;
    border-radius: 50%;
    border: 4.4rem solid rgba(105, 2, 20, 0.2);
    border-left-color: transparent;
    stroke-width: 4.4rem;
    stroke-dasharray: 150rem;
    stroke-dashoffset: 150rem;
    stroke-linecap: round;
    stroke: rgba(105, 2, 20, 0.2);
    fill: transparent;
    transform-origin: center center 0px;
    animation: circle-animation 10s linear infinite normal both;
    content: '';
    z-index: -1;
}

@keyframes circle-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--primary);
}

/* Mobile */
@media (max-width: 971px) {
    .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
        margin-left: auto;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-left: var(--wp--preset--spacing--40)!important;
        padding-right: var(--wp--preset--spacing--40)!important;
    }

    .wp-block-navigation__responsive-container-close {
        top: 10px;
        right: 10px;
    }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-start;
        --navigation-layout-justify: flex-start;
    }
}

@media (min-width: 971px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none !important;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block !important;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
}

/* Slider */
.wp-block-group-slider svg {
    width: 90%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.wp-block-group-slider svg path {
    transform: translateY(-100%);
    animation: fall .5s ease-in-out forwards;
}

.wp-block-group-slider svg path:nth-child(7) {
    animation-delay: 0.1s;
}

.wp-block-group-slider svg path:nth-child(8) {
    animation-delay: 0.2s;
}

.wp-block-group-slider svg path:nth-child(9) {
    animation-delay: 0.3s;
}

.wp-block-group-slider svg path:nth-child(10) {
    animation-delay: 0.4s;
}

.wp-block-group-slider svg path:nth-child(11) {
    animation-delay: 0.5s;
}

.wp-block-group-slider svg path:nth-child(12) {
    animation-delay: 0.6s;
}

.wp-block-group-slider svg path:nth-child(13) {
    animation-delay: 0.7s;
}

.wp-block-group-slider svg path:nth-child(14) {
    animation-delay: 0.8s;
}

.wp-block-group-slider svg path:nth-child(15) {
    animation-delay: 0.9s;
}

.wp-block-group-slider svg path:nth-child(16) {
    animation-delay: 1s;
}

.wp-block-group-slider svg path:nth-child(17) {
    animation-delay: 1.1s;
}

.wp-block-group-slider svg path:nth-child(18) {
    animation-delay: 1.2s;
}

.wp-block-group-slider svg path:nth-child(19) {
    animation-delay: 1.3s;
}

.wp-block-group-slider svg path:nth-child(20) {
    animation-delay: 1.4s;
}

.wp-block-group-slider svg path:nth-child(1) {
    animation-delay: 1.5s;
}

.wp-block-group-slider svg path:nth-child(2) {
    animation-delay: 1.6s;
}

.wp-block-group-slider svg path:nth-child(3) {
    animation-delay: 1.7s;
}

.wp-block-group-slider svg path:nth-child(4) {
    animation-delay: 1.8s;
}

.wp-block-group-slider svg path:nth-child(5) {
    animation-delay: 1.9s;
}

.wp-block-group-slider svg path:nth-child(6) {
    animation-delay: 2s;
}

@keyframes fall {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.wp-block-group-slider p {
    position: absolute;
    bottom: 10rem;
    left: 5rem;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media (max-width: 767.98px) {
    .wp-block-group-slider p {
        left: 0;
        font-size: 12rem!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group-slider p {
        font-size: 12rem!important;
    }
}

/* Info */
.wp-block-group-info .wp-block-image.wp-block-image-pepernoot-1 {
    position: absolute;
    top: 80px;
    left: 70%;
}

.wp-block-group-info .wp-block-image.wp-block-image-pepernoot-2 {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 10;
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(1) {
    position: relative;
    padding-bottom: 14rem;
    align-content: end;
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group {
    position: absolute;
    bottom: 130px;
    right: 0;
    margin-left: auto;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    display: table;
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group .wp-block-image {
    margin-top: -3.5rem;
    margin-bottom: 0;
    -webkit-transform: rotateY(180deg) rotate(-70deg);
    -ms-transform: rotateY(180deg) rotate(-70deg);
    transform: rotateY(180deg) rotate(-70deg);
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) {
    position: relative;
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image:after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    position: absolute;
    top: -40px;
    right: -20px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    background-color: #e0a4ad;
    border-radius: 2rem;
    z-index: -1;
    content: '';
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2rem;
    object-fit: cover;
    display: none;
}

.wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) p {
    position: absolute;
    bottom: 1rem;
    left: -50px;
}

@media (max-width: 767.98px) {
    .wp-block-group-info .wp-block-image.wp-block-image-pepernoot-1,
    .wp-block-group-info .wp-block-image.wp-block-image-pepernoot-2 {
        display: none;
    }

    .wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group {
        display: none;
    }

    .wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) p {
        left: 1rem;
    }

    .wp-block-group-info .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-image:after {
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        position: absolute;
        top: -40px;
        right: 1rem;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
        background-color: #e0a4ad;
        border-radius: 2rem;
        z-index: -1;
        content: '';
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .wp-block-group-info .wp-block-columns {
        max-width: 100%;
    }
}

/* Tour */
.wp-block-group-tour .wp-block-columns .wp-block-column:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.wp-block-group-tour .wp-block-columns .wp-block-column:nth-of-type(2) svg {
    margin-left: auto;
    animation: rotation 12s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@media (max-width: 767.98px) {
    .wp-block-group-tour .wp-block-columns .wp-block-column:nth-of-type(2) {
        display: none;
    }
}

/* Count */
.wp-block-group-count .wp-block-columns .wp-block-column .wp-block-group {
    margin-left: auto;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    display: table;
}

.wp-block-group-count .wp-block-columns .wp-block-column .wp-block-group figure {
    position: absolute;
    top: 80px;
    left: -30px;
}

.wp-block-group-count .wp-block-columns .wp-block-column .wp-block-group p {
    padding-left: 3rem;
    float: left;
}

@media (max-width: 767.98px) {
    .wp-block-group-count .wp-block-columns .wp-block-column:nth-of-type(2) {
        padding-top: 2rem;
    }

    .wp-block-group-count .wp-block-columns .wp-block-column .wp-block-group {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
   .wp-block-group-count .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
   .wp-block-group-count .wp-block-columns .wp-block-column {
        flex-basis: 100%!important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group-count .wp-block-columns .wp-block-column h2 {
        font-size: var(--wp--preset--font-size--large);
    }
}

/* Contact */
.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group {
    position: relative;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    display: table;
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group figure {
    position: absolute;
    top: 200px;
    left: 150px;
    -webkit-transform: rotateY(180deg) rotate(-70deg);
    -ms-transform: rotateY(180deg) rotate(-70deg);
    transform: rotateY(180deg) rotate(-70deg);
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group p {
    padding-left: 3rem;
    float: left;
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) {
    position: relative;
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-video {
    position: absolute;
    top: -150px;
    border-radius: 2rem;
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-video:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    right: -60px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    background-color: #b70e29;
    border-radius: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    content: '';
    z-index: -1;
}

.wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-video video {
    border-radius: 2rem;
}

@media (max-width: 767.98px) {
    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-group {
        display: none;
    }

    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-group {
        padding-top: var(--wp--preset--spacing--60)!important;
        padding-right: var(--wp--preset--spacing--60)!important;
        padding-bottom: var(--wp--preset--spacing--60)!important;
        padding-left: var(--wp--preset--spacing--60)!important;
    }

    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) .wp-block-video:before {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1),
    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(3) {
        display: none;
    }
    
    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) {
        flex-basis: 100%!important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(3) {
        display: none;
    }

    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(1) {
        flex-basis: 40%!important;
    }

    .wp-block-group-contact .wp-block-columns .wp-block-column:nth-of-type(2) {
        flex-basis: 60%!important;
    }
}

/* Over ons */
.wp-block-group-over-ons .wp-block-cover {
    overflow: inherit;
}

.wp-block-group-over-ons .wp-block-cover__image-background {
    max-height: 80%;
    border-radius: 2rem;
    z-index: 3;
}

.wp-block-group-over-ons .wp-block-cover__background {
    background-color: transparent!important;
    opacity: 1!important;
}

.wp-block-group-over-ons .wp-block-cover__background:after {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 1rem;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    background-color: #e0a4ad;
    border-radius: 2rem;
    content: '';
    z-index: -1;
}

.wp-block-group-over-ons .wp-block-columns {
    position: relative;
    z-index: 4;
}

@media (max-width: 767.98px) {
    .wp-block-group-over-ons .wp-block-cover__background:after {
        display: none;
    }
}

/* Route */
/*
.wp-block-group.wp-block-group-route {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #860b1fde;
    z-index: 20;
    display: none;
}

.wp-block-group.wp-block-group-route.show {
    display: block;
}

.wp-block-group.wp-block-group-route .wp-block-image {
    width: 100%;
    max-width: 700px;
    position: relative;
}

.wp-block-group.wp-block-group-route .wp-block-image figcaption {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    border-radius: 50%;
    color: #d90a2c;
    font-weight: 700;
    cursor: pointer;
    content: '';
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-route {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
*/

/* FlipClock */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper {
    font-family: var(--wp--preset--font-family--sunny-spells);
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: auto;
    margin: 1em auto;
    display: table;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}

.flip-clock-wrapper ul:before,
.flip-clock-wrapper ul:after {
    width: 3px;
    height: 9px;
    position: absolute;
    top: 41px;
    background-color: #f5b8c0;
    border-radius: 3px;
    content: '';
    z-index: 5;
}

.flip-clock-wrapper ul:before {
    left: -2px;
}

.flip-clock-wrapper ul:after {
    right: -2px;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none!important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0!important;
    overflow: visible!important;
    cursor: default!important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-family: var(--wp--preset--font-family--sunny-spells);
    font-size: 80px;
    overflow: hidden; 
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div.down:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-align: center;
    background-color: #860b1f;
    border-radius: 6px;
    font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* play */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    width: 20px;
    height: 100px;
    position: relative;
    float: left;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    background: #860b1f;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: block;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #fff;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

/* Disable seconds */
.flip-clock-divider.seconds, .flip-clock-divider.seconds ~ .flip.play {
    display: none;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
    z-index: 2;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
    z-index: 2;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .flip-clock-wrapper {
        margin: 0;
    }

    .flip-clock-wrapper ul {
        width: 37px;
        height: 67px;
        margin: 3px;
    }

    .flip-clock-wrapper ul:before,
    .flip-clock-wrapper ul:after {
        top: 29px;
    }

    .flip-clock-wrapper ul li {
        line-height: 67px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
    }

    .flip-clock-dot {
        width: 4px;
        height: 4px;
        left: 4px;
    }

    .flip-clock-dot.top {
        top: 35px;
    }

    .flip-clock-dot.bottom {
        bottom: 35px;
    }

    .flip-clock-divider {
        width: 10px;
    }

    .flip-clock-divider .flip-clock-label {
        position: absolute;
        right: -36px;
    }

    .flip-clock-divider.minutes .flip-clock-label {
        right: -48px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        right: -58px;
    }     
}

/* WP Forms */
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"] {
    height: 58px!important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: #fff!important;
    border: 0!important;
    border-radius: 1rem!important;
    font-size: 1rem!important;
    color: #6f6f6f!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    background-color: #fff!important;
    border: 0!important;
    border-radius: 1rem!important;
    font-size: 1rem!important;
    color: #6f6f6f!important;
    font-weight: 400!important;
}

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 {
    height: auto!important;
    padding: calc(0.667em + 2px) calc(1.333em + 2px)!important;
    background-color: var(--wp--preset--color--base)!important;
    border-radius: 50px!important;
    color: var(--wp--preset--color--primary)!important;
    font-family: var(--wp--preset--font-family--jost)!important;
    font-size: inherit!important;
    font-weight: 700!important;
    line-height: inherit!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
}

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 {
    background-color: var(--wp--preset--color--secondary)!important;
    color: var(--wp--preset--color--primary)!important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    footer .wp-block-columns .wp-block-column {
        flex-basis: 48%!important;
    }
}

/* Recaptcha */
.grecaptcha-badge {
  right: -300px !important;
}



/* TEMP */
#post-voor-sinterklaas {
    display: none;
}