/*

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 {
}

.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;
}

.SubpagesListWrapper a:hover{
    text-decoration: underline;
    color:#fff;
}

.Homeslider.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal{
    margin-bottom:0;
}

/* media queries */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {	
}
