/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.ct-sticky-container .ct-container {
    /*box-shadow: 0px 10px 20px rgb(0 0 0 / 50%) !important;*/
    /*border:1px solid #ccc!important;*/
    margin-top:10px;
}

/* ===== DEELNEMERS LOGO ROW ===== */

.cpt-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 20px 0;
    background: #ffffff;
    border-top: 1px solid #cccccc88;
    border-bottom: 1px solid #cccccc88;
}

.cpt-slider .cpt-slide {
    flex: 0 0 140px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.cpt-slider .cpt-slide.active {
    display: flex;
}

.cpt-slider .cpt-slide img {
    max-height: 55px;
    max-width: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 1.2s ease, filter 0.3s ease;
}

.cpt-slider .cpt-slide.fade-out img {
    opacity: 0;
}

.cpt-slider .cpt-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* De hero-container met p5-canvas + logos */
.vectorfield {
    position: relative;
    isolation: isolate;
    background-color: #3b7f92;
    overflow: hidden;
}
