/*
 Theme Name:   Hello Child (Laura van Dolron)
 Theme URI:    https://www.lauravandolron.com
 Description:  Hello Child theme for Laura van Dolron website
 Author:       Dave Hoeks
 Author URI:   https://unnatural.nl
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
 Text Domain:  hello-elementor
*/

body {
    overflow-x:hidden;
}

.hel-span {
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: -2px;
}

#main-menu .elementor-nav-menu__container {
    position: absolute;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

#main-menu .elementor-nav-menu__container .elementor-nav-menu {
    padding: 6rem 0;
}

.font-sul {
    font-family: "Sul Stencil", sans-serif;
    font-weight: normal;
}

.font-grot {
    font-family: "Sharp Grotesk", sans-serif;
    font-size: 4rem;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .font-grot {
        font-size: 3rem;
    }
}

@media screen and (max-width: 479px) {
    .font-grot {
        font-size: 2rem;
    }
}

.font-dala {
    font-family: "Dala Floda", sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 479px) {
    h1.elementor-heading-title {
        font-size: 6rem;
    }

    h2.elementor-heading-title {
        font-size: 3rem;
    }

    h3.elementor-heading-title {
        font-size: 3rem;
    }

    #main-menu .elementor-nav-menu__container .elementor-nav-menu {
        padding: 1rem 0;
    }
}

#main-menu .elementor-nav-menu li {
    border: 0;
}

#main-menu .elementor-nav-menu li a {
    text-decoration: none;
    font-weight: 300;
}

#main-menu .elementor-nav-menu li:nth-last-child(-n+4) a {
    font-size: 1rem;
    padding: 0.5rem;
}

#main-menu .elementor-nav-menu li:nth-last-child(5) a {
    font-family: "Sul Stencil", sans-serif;
}

#main-menu .elementor-nav-menu li:nth-last-child(4) {
    margin-top: 2rem;
}

#main-menu .elementor-nav-menu li:nth-child(-n+3)::after {
    content: "";
    border-bottom: var( --e-global-color-primary ) 1px solid;
    position: absolute;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 20;
}

.ld-table-container {
    border-collapse: separate;
    border-spacing: 1em 0;
    overflow: hidden;
    word-break: break-word;
}

.ld-table-container .ld-table-grid {
    margin-left: -20px; /* remove outer border spacing */
    margin-right: -20px; /* remove outer border spacing */
}

.ld-table-container .ld-table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 20px 0;
}

.ld-table-container .ld-table-row .ld-date {
    font-weight: 700;
}

.ld-table-container .ld-table-column {
    display: table-cell;
    vertical-align: top;
    padding: 0.5em 0.5em 1em 0.5em;
}

.ld-table-container .ld-table-row:first-child .ld-table-column {
    border-top: 1px solid var( --e-global-color-primary );
}

.ld-table-container .ld-table-column {
    border-bottom: 1px solid var( --e-global-color-primary );
}

.ld-table-container .ld-table-row .ld-title {
    width: 30%
}

.ld-table-container .ld-table-row .ld-number {
    width: 10%;
    text-align: center;
}

.ld-table-container .ld-table-row .ld-number .number {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-secondary );
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto;
}

.ld-table-container.action-writer-ld-table .ld-table-column {
    vertical-align: middle;
}

.ld-table-container + .load-more {
    border: 0;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0.5rem;
}

@media (max-width: 767px) {
    .ld-table-container .ld-table-column {
        display: block;
        padding: 0;
    }

    .ld-table-container .ld-table-row {
        padding: 2.5rem 0;
        border-bottom: 1px solid var( --e-global-color-primary );
    }

    .ld-table-container .ld-table-row:first-child {
        border-top: 1px solid var( --e-global-color-primary );
    }

    .ld-table-container .ld-table-row .ld-date {
        font-size: 1.5em;
    }

    .ld-table-container .ld-table-row .ld-title {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 0.5em;
        width: 100%;
    }

    .ld-table-container .ld-table-column {
        border: 0;
    }

    .ld-table-container .ld-table-column a {
        background-color: var( --e-global-color-primary );
        padding: 1em 2em;
        color: var( --e-global-color-secondary );
        display: inline-block;
        margin-top: 1em;
        text-decoration: none;
    }

    .ld-table-container .ld-table-column a:hover {
        background-color: var( --e-global-color-accent );
    }

    .ld-table-container .ld-table-row:first-child .ld-table-column {
        border: 0;
    }

    .ld-table-container .ld-table-row .ld-number {
        width: 100%;
    }
}

.recensie-swiper.swiper {
    width: 100%;
    height: 100%;
}

.recensie-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
}

.homepage-swiper h1 {
    color: var( --e-global-color-secondary );
}

.homepage-swiper .swiper-slide {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.elementor-shortcode .swiper-button-next {
    right: -30px;
    background-image: url('/wp-content/uploads/2022/02/pijl-rechts-licht.svg');
    background-size: contain;
    z-index: 20;
}

.swiper-button-next.homepage-next {
    right: -160px;
}

.elementor-shortcode .swiper-button-next::after {
    content: '';
}

.elementor-shortcode .swiper-button-prev {
    left: -30px;
    background-image: url('/wp-content/uploads/2022/02/pijl-links-licht.svg');
    background-size: contain;
    z-index: 20;
}

.swiper-button-prev.homepage-prev {
    left: -160px;
}

.elementor-shortcode .swiper-button-prev::after {
    content: '';
}

.recensie-swiper .swiper-slide .recensie-stars {
    margin-top: 1em;
}

.recensie-swiper .swiper-slide .recensie-name {
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 700;
}

.recensie-swiper .swiper-slide .recensie-url {
    margin-top: 0.5rem;
}

.recensie-swiper .swiper-slide .recensie-url a {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .elementor-shortcode .swiper-button-next {
        right: -20px;
    }

    .elementor-shortcode .swiper-button-prev {
        left: -20px;
    }
}

.voorstelling-overview {
    display: flex;
    flex-wrap: wrap;
}

.voorstelling-overview .voorstelling-card a {
    text-decoration: none;
}

.voorstelling-overview .voorstelling-card {
    width: 33%;
    padding: 3rem;
}

.voorstelling-overview .voorstelling-card .year {
    margin-bottom: 2rem;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
}

.voorstelling-overview .voorstelling-card .title {
    margin-bottom: 2rem;
    font-weight: bold;
}

.voorstelling-overview .voorstelling-card .thumbnail-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .voorstelling-overview .voorstelling-card {
        width: 100%;
        padding: 3rem 0;
    }

    .voorstelling-overview .voorstelling-card .thumbnail-image {
        max-width: 400px;
    }
}

.main-voorstelling {
    display: flex;
    flex-wrap: wrap;
}

.main-voorstelling .block-left,
.main-voorstelling .block-right {
    width: 50%;
}

.main-voorstelling .block-left {
    padding-right: 60px;
}

.main-voorstelling .block-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-voorstelling .block-right a {
    text-align: left;
}

.main-voorstelling h2.title {
    margin-bottom: 2rem;
}

.main-voorstelling .content {
    margin-top: 2rem;
}

.main-voorstelling .block-right .ticket-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-voorstelling .block-right .ticket-block .ticket-button-wrapper {
    width: 100px;
    padding-right: 15px;
}

.main-voorstelling .block-right .ticket-block .ticket-text {
    width: 75%;
    padding-left: 30px;
}

.main-voorstelling .block-left .thumbnail-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.main-voorstelling .ticket-block .ticket-button {
    font-size: 1em;
    fill: var( --e-global-color-secondary );
    color: var( --e-global-color-secondary );
    background-color: var( --e-global-color-primary );
    padding: 40px 16px 40px 16px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.main-voorstelling .ticket-block .ticket-button span span {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .main-voorstelling .block-left,
    .main-voorstelling .block-right {
        width: 100%;
        padding: 0;
    }

    .main-voorstelling .block-left {
        text-align: center;
        margin-bottom: 2rem;
    }

    .main-voorstelling .block-left img {
        max-width: 600px;
    }
}

@media screen and (max-width: 479px) {
    .main-voorstelling .block-right .ticket-block {
        flex-direction: column;
    }

    .main-voorstelling .block-right .ticket-block .ticket-button-wrapper,
    .main-voorstelling .block-right .ticket-block .ticket-text {
        width: 100%;
        padding: 0;
    }
}

.voorstellingen-home {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.voorstellingen-home .voorstelling-card {
    border-left: 1px solid var( --e-global-color-primary );
    padding: 1rem;
    width: 20%;
}

.voorstellingen-home .voorstelling-card a {
    text-decoration: none;
}

.voorstellingen-home .voorstelling-card .year {
    color: #ffffff;
    margin-top: 3rem;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
}

.voorstellingen-home .voorstelling-card .title {
    margin-bottom: 2rem;
    height: 3em;
    font-weight: bold;
}

.voorstellingen-home .voorstelling-card .thumbnail-image {
    width: 75%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.voorstellingen-home .voorstelling-card .content {
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    .voorstellingen-home .voorstelling-card {
        width: 50%;
    }

    .voorstellingen-home .voorstelling-card .title {
        height: auto;
    }
}

@media (max-width: 767px) {
    .voorstellingen-home .voorstelling-card {
        width: 100%;
    }
}

.input-form form .wpcf7-submit,
.newsletter-form form .wpcf7-submit,
.input-form form .footer-button,
.newsletter-form form .footer-button {
    font-size: 1rem;
    border: 0;
}

.newsletter-form form input:focus-visible,
.input-form form input:focus-visible,
.input-form form textarea:focus-visible {
    outline: 0;
}

.input-form form .wpcf7-not-valid-tip {
    color: var( --e-global-color-secondary );
    font-size: 1rem;
}

.newsletter-form form .footer-button,
.input-form form .footer-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 16px;
    padding-top: 8px;
}

.input-form.footer-form form .footer-button {
    background-color: var( --e-global-color-secondary );
}

.input-form.newsletter-form form .footer-button {
    background-color: var( --e-global-color-primary );
}

.input-form form label {
    width: 95%;
    margin-bottom: 2rem;
}

.footer-form form + .wpcf7-response-output {
    color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-secondary );
}

.footer-form form .footer-input:not([type="button"]):not([type="submit"]) {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-secondary );
}

.newsletter-form form .footer-input::placeholder {
    color: var( --e-global-color-primary );
}
.footer-form form .footer-input::placeholder {
    color: var( --e-global-color-secondary );
}

.newsletter-form form .footer-button img {
    width: 15px;
}

.footer-form form .footer-button img {
    width: 15px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(4795%) hue-rotate(255deg) brightness(71%) contrast(139%);
}

.gastenboek-overview {

}

.gastenboek-overview .gastenboek-card {
    width: calc(50% - 32px);
    background-color: #ffffff;
    padding: 4rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.gastenboek-overview .gastenboek-card .text-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.gastenboek-overview .gastenboek-card .gastenboek-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.gastenboek-overview .gastenboek-card .fellow-traveller-image {
    width: 150px;
    height: auto;
    position: absolute;
    right: -60px;
    top: -60px;
}

.gastenboek-overview .gastenboek-card .title {
    font-family: "Dala Floda", sans-serif;
}

@media screen and (max-width: 1200px) {
    .gastenboek-overview .gastenboek-card .fellow-traveller-image {
        right: 0;
        top: 0;
    }
}

.gastenboek-overview .gastenboek-card.blue-bg {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-secondary );
}

.gastenboek-overview .gastenboek-card.blue-bg .title,
.gastenboek-overview .gastenboek-card.blue-bg .date {
    color: var( --e-global-color-secondary );
}

.nieuws-overview {
    display: flex;
    flex-wrap: wrap;
}

.nieuws-overview .nieuws-item {
    width: 50%;
    padding: 3rem;
}

.nieuws-overview .nieuws-item:nth-child(n+3):nth-child(-n+5) {
    width: 33%;
}

.nieuws-overview .nieuws-item .title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.nieuws-overview .nieuws-item a {
    text-decoration: none;
    display: inline-block;
}

.nieuws-paginations {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .nieuws-overview .nieuws-item:nth-child(n+3):nth-child(-n+5) {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .nieuws-overview .nieuws-item,
    .nieuws-overview .nieuws-item:nth-child(n+3):nth-child(-n+5) {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .gastenboek-overview {
        columns: 1 auto;
    }

    .gastenboek-overview .gastenboek-card {
        width: 100%;
        margin: 0 0 2rem;
    }
}

@media screen and (max-width: 479px) {
    .gastenboek-overview .gastenboek-card {
        padding: 2rem;
    }
}

#timer .timer-element {
    position: absolute;
    margin: 0;
    z-index: 10;
    transform-origin:top right;
    right:3rem;
    top:50%;
    transform: rotate(90deg) translateX(50%);
    font-weight: 700;
}

#timer.dark-timer .timer-element {
    color: var(--e-global-color-secondary);
}

@media screen and (max-width: 1200px) {
    #timer .timer-element {
        display: none;
    }
}

.grecaptcha-badge { visibility: hidden; }

.spin-circle {
    animation: spin 20s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.flow-animation-1 {
    animation: flow-left 60s linear infinite;
    animation-timing-function: ease-in-out;
    overflow: hidden;
}

.flow-animation-2 {
    animation: flow-right 60s linear infinite;
    animation-timing-function: ease-in-out;
    overflow: hidden;
}

.flow-animation-3 {
    animation: flow-all 120s linear infinite;
    animation-timing-function: ease-in-out;
    overflow: hidden;
}

@keyframes flow-left {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50vw, -20vh) rotate(-180deg);
        transform: translate(-50vw, -20vh) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
}


@keyframes flow-right {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(50vw, 20vh) rotate(-180deg);
        transform: translate(50vw, 20vh) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes flow-left {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate(-50vw, -20vh) rotate(-180deg);
        transform: translate(-50vw, -20vh) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
}


@keyframes flow-all {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        -webkit-transform: translate(-50vw, -20vh) rotate(180deg);
        transform: translate(-50vw, -20vh) rotate(180deg);
    }
    66% {
        -webkit-transform: translate(50vw, 20vh) rotate(-180deg);
        transform: translate(50vw, 20vh) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
}
