/*

Theme Name: MVH
Template: kadence
Author: Cloudwise
Version: 1.0.1
Text Domain: MVH
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root {
    --blauw:#0971ce;
    --rood:#DA1025;
}

.home .content-area{
    margin-top:0;
    margin-bottom:0;
}

.breadcrumb-item{
    font-family: Bungee, cursive;
}
.breadcrumb-item a{
    text-decoration: none;
}

ul.wp-block-list{
    list-style-type: square;
}

/* zijmenu */
.SubpagesListWrapper{
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #da1025 !important;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.single-content .SubpagesListWrapper ul{
    list-style-type: none;
    padding-left:0;
}

.SubpagesListWrapper a{
    min-width: 100px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 17px;
    border-radius: 10px;
    text-decoration: none;
}

.SubpagesListWrapper a:before {
    content: "\f10a";
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.SubpagesSubList{
    display:none;
    
}
.SubpagesListItem.current .SubpagesSubList{
    display:block;
    margin-left:20px;
}

.SubpagesListWrapper a:hover{
    text-decoration: underline;
    color:#fff;
}

.Homeslider.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal{
    margin-bottom:0;
}
.entry-content.single-content .kb-button, .post-more-link{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #0971ce;
    border-radius: 5px;
    padding: 3px 10px !important;
    border: 2px solid #0971ce;
    transition: 0.3s;
    margin: 10px 0px;
    font-size:18px;
    
}

.post-more-link span,.post-more-link {
    color:#fff !important;
    font-size:18px !important;
    text-transform: none !important;
    
}

.post-more-link svg{
    display: none;
}

.entry-content.single-content .kb-button::before,  .post-more-link:before{
    content: "\f10a";
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    color:#fff ;
    position:relative;
    opacity: 1;
    top:inherit;
    left:inherit;
    right: inherit;
    bottom: inherit;
}
.post-more-link:before{
    vertical-align:auto;
}
.entry-content.single-content .kb-button:hover::before,  .post-more-link:hover:before{
    color:var(--blauw);
}
.entry-content.single-content .kb-button:hover,  .post-more-link:hover{
    background-color: #fff;
    color:#0971ce !important;
}

.wp-site-blocks .post-thumbnail:not(.kadence-thumbnail-ratio-inherit) img{
    border-radius: 25px;
}

.image-overlay-title{
    border-radius: 0;
}
.image-overlay-subtitle{
    border-radius: 25px 25px 0 0 ;
}

.kt-image-overlay-inner{
    display: flex;
    flex-direction: column-reverse;
}

.homepageNieuwsLijst h2{
    font-family: Oswald, sans-serif;
}

.homepageNieuwsLijst .entry-header{
    display: flex;
    flex-direction: column-reverse;
}
.homepageNieuwsLijst  .loop-entry .entry-header .entry-meta{
    margin:0;
}
.homepageNieuwsLijst  .loop-entry .entry-header .entry-meta span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    color:var(--blauw);

}
.nieuwshome  .kb-button{
    font-family: bungee,cursive;
}

footer.site-footer *,
footer.site-footer h2,
footer.site-footer a{
    color:#fff !important;
}
footer.site-footer{
    background-image:url(images/footer_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom:100px;
    background-color:var(--rood)
}

.videohome .kadence-video-popup-wrap{
    max-height:310px;
}


.wp-block-kadence-off-canvas-trigger::before {
    content: attr(aria-label);
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family:'Bungee', cursive;
    font-weight: 900;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0px 7px;
    font-size:18px;
    line-height:18px;
}

.wp-block-kadence-off-canvas-trigger {
    display: flex;
    align-items: center;
    padding:5px;
}

.wp-block-kadence-off-canvas-trigger136_02937f-35:hover,
.wp-block-kadence-off-canvas-trigger136_02937f-35:focus{
    background-color:var(--rood) !important;
    color:#fff !important;
}

.headersearch .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
    border:none;
    background-color:var(--blauw);
    padding:0;
    display: flex;
    align-items: center;
}
.wp-block-search .wp-block-search__button{
    border:none;
    margin:0;
    color: #fff;
    height: 32px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size:25px;
    padding:0 5px 0 0;
}

.wp-block-search .wp-block-search__button:after{
    content:'';
    font-family: "Ionicons";
    font-size: 25px;
    color: #fff;
    height: 32px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input::placeholder {
  color: white;
  opacity: 1;
  font-family:'Bungee', cursive;
}


.wp-block-search .wp-block-search__input{
    background-color:var(--blauw);
    color:#fff;
    border:none;
    padding: 3.5px 0 3.5px 7px;

}

.wp-block-search .wp-block-search__button svg{
    display:none;
}
.headersearch input[type=search]:focus{
    color:#fff;
}

.Websitemenu .leftsection p{
    margin-bottom:0;
    margin-top:10px;
}

.Websitemenu .leftsection p:has( + h2){
    margin-bottom:10px
}

.Websitemenu .leftsection .menulinks a {
    text-decoration: none;
    font-size:22px;
    line-height:37px;
}
.Websitemenu .leftsection .menulinks ul{
    display:none;
}
.Websitemenu .leftsection a:hover{
    text-decoration: underline;
}

.Websitemenu .leftsection .menulinks{
    list-style-type: none;
    margin-left:0;
    padding-left: 0;
}

.LinkUrl a{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
        font-family:Bungee, cursive;
    font-size:16px;
    text-decoration: none;
}

.LinkUrl:before {
    content: "\f10a";
    font-family: "Ionicons";
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;

}


.LinkUrl.oranje a{
    color: #ffb100;
}
.LinkUrl.oranje::before{
    color: #ffb100;
}

.LinkUrl.blauw a{
    color: #0971ce;
}
.LinkUrl.blauw::before{
    color: #0971ce;
}

.LinkUrl.lichtblauw a{
    color: #009fdf;
}
.LinkUrl.lichtblauw::before{
    color: #009fdf;
}


/*dots slider */
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .cb-pagination-bullet{
    background-color: #fff;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    opacity:1;
}

.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .cb-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #da1025;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal{
    justify-content: flex-end;
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: auto;
}

@media only screen and (min-width: 1024px) {
    .Websitemenu .leftsection .menulinks{
        display: flex;
        flex-wrap: wrap;
    }
    .Websitemenu .leftsection .menulinks li{
        padding-right:30px;
        position: relative;
    }
    .Websitemenu .leftsection .menulinks li:after{
        content:'|';
        font-size:22px;
        line-height:37px;
        color:#fff;
        position: absolute;
        right:15px;
    }
    .Websitemenu .leftsection .menulinks li:last-child:after{
        display: none;
    }
}

/* media queries */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {	
}




