/*
Theme Name: orion-volleybal
*/

.wp-site-blocks {
    background-color: #FDF8ED;
}
.wp-block-navigation__container a {
    /*.wp-block-navigation-item__label{*/
    font-weight: 600;
    /*    line-height: 60px;*/
    /*    color: red !important;*/
}
/* Uitschakelen van de dots en arrow pijlen van de slider. */
.slick-dots, .slick-prev, .slick-next, .eedee-gutenslider-nav, .eedee-gutenslider-pagination {
/*eedee-gutenslider-pagination, swiper-pagination-clickable, swiper-pagination-bullets, swiper-pagination-horizontal {*/
    display: none !important;
}

.custom-read-more-btn {
    display: inline-block;
    background-color: #ED6D00;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 15px !important;
}

.custom-read-more-btn:hover {
    background-color: darkorange;
    color: white;
}

.sticky {
    position: sticky;
    top: 0px;
    z-index: 9999;
}
@media (max-width: 782px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
    .hide-mobile {
        display: none !important ;
    }
}
.sticky-side {
    position: sticky;
    top: 250px;
    z-index: 999;
}

.wp-block-uagb-modal {
    width: unset !important;
}