/*
Theme Name: TenZer Template
Theme URI: http://www.tenzer.nl
Author: Dennis of TenZer
Author URI: http://www.tenzer.nl
Description: TenZer Template is a custom WordPress theme designed for modern websites.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tenzer-template
Tags: responsive, modern

-------------------------------------------------------------- */



/* New CSS 4 feb  */

@media screen and (min-width: 1201px) {
    body header .container.nav-container .logo {
        align-items: flex-start !important;
    }
}

body #main .wp-block-columns.highlight-block-wrapper .wp-block-column.highlight-block-right a.wp-block-button__link {
    background: #9c785c;
}

body #main .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button a.wp-block-button__link {
    border: 1px solid #9c785c;
    border-radius: 24px;
    font-weight: 200;
    background: #9c785c;
}

body #main .wp-block-columns.highlight-block-wrapper .wp-block-column.highlight-block-right a.wp-block-button__link:hover,
body #main .wp-block-buttons.wp-block-buttons-is-layout-flex .wp-block-button a.wp-block-button__link:hover {
    background: #b49074;
    border-color: #b49074;
}


body footer .container .footerblok ul li a:hover {
    color: #313131;
}

body section.omgeving.omgeving-full-width::before {
    content: none;
}

/* 19-feb css  */

ul li {
    font-weight: 300;
    display: inline-flex;
    align-items: baseline;
}

body section.omgeving .omgeving-inner .omgeving-text .text h2 {
    line-height: 48px;
}

body header .container.nav-container .tz-nav .tz-mobile-menu:after {
    color: #9c785c;
}

body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu,
body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu {
    background: #f7f3ef;
    border-radius: 0;
}

body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:hover a,
body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:hover a {
    background: transparent;
}

body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:first-child:hover a,
body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:first-child:hover a {
    border-radius: 0;
}

body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current_page_item>a::after,
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-item>a::after,
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-ancestor>a::after,
body header .container.nav-container .tz-nav nav .menu-inner .menu li.current_page_item>a::after,
body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-item>a::after,
body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-ancestor>a::after {
    z-index: 0;
}

section.gallery-section.masonblue {
        background-color: #f7f3ef;
}

section.gallery-section.masonblue::before, section.gallery-section.masonblue::after {
    content: none;
}

@media screen and (max-width: 991px) {
    .home .header-heights.home {
        height: 50vh;
    }
}

@media screen and (max-width: 650px) {
    body .tz-logo .row {
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media screen and (max-width: 1199.99px) {

    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current_page_item>a::after,
    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-item>a::after,
    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-ancestor>a::after,
    body header .container.nav-container .tz-nav nav .menu-inner .menu li.current_page_item>a::after,
    body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-item>a::after,
    body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-ancestor>a::after {
        width: 108px;
    }

    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:first-child:hover a,
    body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:first-child:hover a,
    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:last-child:hover a,
    body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:last-child:hover a {
        border-radius: 0;
    }
}

@media screen and (max-width: 1200px) {
    body header .container.nav-container .tz-nav nav .menu-inner>div .menu .sub-menu.open {
        background: transparent;
        border-radius: 0;
    }

    body header .container.nav-container .tz-nav nav .menu-inner>div .menu .sub-menu.open li a {
        padding: 5px 20px 5px 28px;
    }

}

.status-publish ul.wp-block-list {
    display: flex;
    flex-direction: column;
}