/*
 Theme Name:   Bizboost Child
 Template:     bizboost
 Version:      1.0.0
*/

#body {
    font-family: 'Special Elite', cursive;
}

body.home {
    background-image: url("https://clubdewith.nl/wp-content/uploads/2023/10/Club-de-With-Background-website.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
}

.header-animate-wrap:nth-child(2) {
    opacity: 1 !important;
}

.ctl-start{
  display:none;
}

.cdw-header {
    position: fixed;
    width: 90%;
    z-index: 999;
}

.cdw-cover {
    height: 150px;
    min-height: 100px !important;
    z-index: 10;
}

.cdw-cover h1 {
    font-size: large;
    background-image: url("https://clubdewith.nl/wp-content/uploads/2023/10/Club-de-With-Background-website.webp");
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cd-timeline-img {
    border-radius: 0;
    box-shadow: 0 0 0 2px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 2px 0 2px rgba(0, 0, 0, .05);
}

.cd-timeline-block:first-child,
.cd-timeline-block:nth-child(3) {
    text-align: right;
}

#cd-timeline span.fa {
    display: none;
}
.announcement-banner-image{
	opacity: 0;
}

.announcement-banner-image:hover{
	opacity: 1;
}
.cd-timeline-content,
#cd-timeline .cd-timeline-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
}

.cd-timeline-title-container .timeline-date {
    margin: 1px 14px 1px 23px;
}

.cd-timeline-title-container {
    display: flex;
    flex-flow: column;
}

.timeline-date {
    order: 1;
    margin: 3px 13px 0 0;
    font-style: normal !important;
    z-index: 2;
}

.cd-timeline-item-title {
    order: 2;
}


@media only screen and (min-width: 822px) {
    .cd-timeline-img {
        margin-left: -25px;
        margin-top: 12px;
        left: 51.2%;
        width: 30px;
        height: 30px;
    }

    .cd-timeline-content::before {
        left: 66%;
    }

    .cd-timeline-content {
        width: 44%;
        margin-left: 1%;
        padding: 0%;
    }

    #cd-timeline::before {
        left: 50.5%;
        margin-left: -2px;
        height: 135.5%;
        margin-top: -200px;
        width: 2px;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        left: -0%;
        border: 2px solid white !important;
        z-index: 0;
    }
}

.cd-timeline-content h2 {
    font-family: 'Special Elite', cursive;
    margin: 20px 0px -20px 0px;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 80% !important;
}

.cd-timeline-content .timeline-express-read-more-link {
    display: none;
}

.cd-timeline-title-container+.the-excerpt {
    margin-top: .8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}