/*
Theme Name: Bert Stadman theme
Theme URI: https://www.bertstadman.nl
Author: Goes & Roos
Author URI: https://www.goesenroos.nl
Description: Bert Stadman theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bertstadman-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
    font-size: .9rem;
    font-weight: 300;
    overflow-x: hidden;
/*     background-color: #091b2b; */
	background-color:#0c2134;
	color: #fff;
    font-weight: 300;
    font-family: 'Raleway',sans-serif;
}

b, strong {
    font-weight: 700;
}

.woningen-template-default {
    background-color: #091b2b;
}

.page-template-gnr-plugin-public-properties-page {
    padding-top: 100px;
}

h1,
h2 {
    
    font-family: 'DM Serif Display', sans-serif;
    letter-spacing: 3px;
    font-size: 40px !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

h3,
h4 {
    font-family: 'DM Serif Display', sans-serif;
    letter-spacing: 3px;
    font-size: 26px !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

h5,
h6  {
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 300;
}


h2 {
    font-weight: 300;
    color: #fff;
}

.announcement-open-house .announcement-open-house-title h4 {
    font-size: 18px !important;
}

@media(max-width: 767px) {
    h1, h2, h3 ,h4 {
        font-size: 20px !important;
    }
}

a {
    color: #434343;
    text-decoration: none;
}

.wp-block-column a {
    color: #fff;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #b18663;
}

::-moz-selection {
    background: #b18663;
    color: #fff;
}

::selection {
    background: #b18663;
    color: #fff;
}

/* ul */
ul {
    padding-left: 0;
    list-style: none;
}

ul strong {
    width: 250px;
    font-weight: normal;
    display: inline-block;
}

/* buttons */
.wp-block-button__link {
    border-radius: 0px;
}

/* color */
.bg-blauw {
    background-color:#091b2b;
}

.navbar>.container,
.container,
.alignwide.wp-block-columns, .alignwide .wp-block-group__inner-container {
    max-width: 75vw;
    padding: 0;
}

.footer-brands .container {
    max-width: calc(75vw + 30px);
}

.nieuwbouw-content .alignwide.wp-block-columns, .nieuwbouw-content .alignwide .wp-block-group__inner-container {
    max-width: 970px;
}
@media(min-width: 768px) {
    .pr-5 {
        padding-right: 4rem;
    }
}

@media (max-width:  1540px) {
    .navbar>.container {
        max-width: 100%;
    }
}

@media (max-width:  767px) {
    .nieuwbouw-content .alignwide.wp-block-columns, .nieuwbouw-content .alignwide .wp-block-group__inner-container,
    .alignwide.wp-block-columns, .alignwide .wp-block-group__inner-container {
        max-width: 90vw;
    }
}


p,
li {
    line-height: 1.8;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff!important;
    border: 0!important;
    border-bottom: 1px solid #b18663!important;
    border-radius: 0!important;
    font-family: 'Poppins', sans-serif!important;
    font-size: .85rem!important;
    color: #181818!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #b18663!important;
    border-color: #b18663!important;
    font-size: .85rem!important;
    color: #fff!important;
    text-transform: uppercase!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #181818!important;
    border-color: #181818!important;
}

/*
div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    font-size: .85rem!important;
    color: #181818!important;
} */

.wpforms-container .wpforms-form .wpforms-field-privacy-checkbox a {
    color: #181818;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description {
    margin-top: 5px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: calc( 25% - 15px) !important;
}


/* Loader */
.page-loader {
    background-color: #0f0f0f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
}

.page-loader.page-loader-top {
    top: 0;
    left: 0;
}

.page-loader.page-loader-top.page-loaded {
    top: -50%;
}

.page-loader.page-loader-bottom {
    bottom: 0;
    left: 0;
}

.page-loader.page-loader-bottom.page-loaded {
    bottom: -50%;
}

/* Mouse cursor */
:root {
    --cursorX: 50vw;
    --cursorY: 50vh;
}

:root:before {
    width: 100%;
    height: 600px;
    position: absolute;
    background: radial-gradient(
    circle 12vmax at var(--cursorX) var(--cursorY),
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.15) 80%,
        rgba(0,0,0,.20) 100%
    );
    pointer-events: none;
    content: '';
    display: block;
    z-index: 9999;
    display: none;
}

html.home-page:root:before {
    height: 100%;
}

/* Navigation */
.navbar {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #132c43;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    content: '';
}

.navbar .navbar-brand {
    margin-right: 3rem;
}

.navbar-brand img,
.navbar .navbar-brand svg image,
.navbar .navbar-brand svg {
    width: 100px;
    fill: #fff;
    height: 78px;
    mix-blend-mode: difference;
}

.navbar-scroll .navbar-brand img {
    mix-blend-mode: multiply;
    width: auto;
    height: 60px;
}

.navbar .navbar-brand svg image:before {
    background: url(https://bertstadman.nl/wp-content/uploads/2022/07/logo-bert-stadman.gif);
   width: 100px;
    fill: #fff;
    height: 78px;
    content: ''; 
    display: inline-block;
}

.navbar-toggler .navbar-toggler-line {
    background-color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: .9rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media(min-width: 1494px) {

/*    .navbar .navbar-nav .menu-item-173,
    .navbar .navbar-nav .menu-item-473 {
        position: absolute;
        top: 50%;
        right: 3rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .navbar .navbar-nav .menu-item-173 {
        right: 270px;
    }

    .navbar .navbar-nav .menu-item-473 {
        right: 3rem;
    }*/

}

.navbar .navbar-nav .menu-item-173 .nav-link,
.navbar .navbar-nav .menu-item-473 .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .6);
}

.navbar .navbar-nav .menu-item-173 .nav-link span,
.navbar .navbar-nav .menu-item-473 .nav-link span {
    padding: .25rem .5rem;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    border-radius: .25rem;
    font-size: .5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}

.navbar .navbar-nav.current-menu-item .nav-link,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #b18663;
    text-decoration: none;
}

.navbar .navbar-nav .menu-item-173 .nav-link:hover,
.navbar .navbar-nav .menu-item-473 .nav-link:hover,
.navbar .navbar-nav .menu-item-173 .nav-link:focus,
.navbar .navbar-nav .menu-item-473 .nav-link:focus {
    border: 1px solid #b18663;
}

.navbar .navbar-nav .menu-item-173 .nav-link:hover span,
.navbar .navbar-nav .menu-item-473 .nav-link:hover span,
.navbar .navbar-nav .menu-item-173 .nav-link:focus span,
.navbar .navbar-nav .menu-item-473 .nav-link:focus span {
    background-color: #b18663;
    color: #fff;
}

.navbar .navbar-nav .nav-link.show:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -2px;
    left: 2rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b18663;
    content: '';
    display: block;
    z-index: 1001;
}

.navbar .navbar-nav .dropdown-menu {
    padding: .75rem;
    background-color: #b18663;
    border: 0;
    border-radius: 0;
}

.navbar .navbar-nav .dropdown-menu li {
    margin-right: 0;
    float: none!important;
}

.navbar .navbar-nav .dropdown-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px dotted #826b2c;
    font-size: .8rem;
    text-transform: none;
    font-weight: 300;
    color: #fff;
}

.navbar .navbar-nav .dropdown-item:hover,
.navbar .navbar-nav .dropdown-item:focus {
    background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li:last-of-type .dropdown-item {
    border-bottom: 0;
}

.navbar.navbar-scroll {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}

.navbar.navbar-scroll:before {
    top: 0;
}

.navbar.navbar-scroll .navbar-collapse,
.navbar.navbar-scroll .navbar-brand {
    z-index: 2;
}

.navbar.navbar-scroll .navbar-brand svg {
    fill: #4a4a49;
}


.navbar.navbar-scroll .navbar-nav .nav-link {
    color: #fff;
}

.navbar.navbar-scroll .navbar-nav .nav-link.current_page_item {
    color: #fff;
}

.navbar.navbar-scroll .navbar-nav .menu-item-173 .nav-link,
.navbar.navbar-scroll .navbar-nav .menu-item-473 .nav-link {
    border: 1px solid rgba(74, 74, 73, .6);
}

.navbar.navbar-scroll .navbar-nav.current-menu-item .nav-link,
.navbar.navbar-scroll .navbar-nav .nav-link:hover,
.navbar.navbar-scroll .navbar-nav .nav-link:focus {
    color: #b18663;
    text-decoration: none;
}

.navbar.navbar-scroll .navbar-nav .menu-item-173 .nav-link:hover,
.navbar.navbar-scroll .navbar-nav .menu-item-473 .nav-link:hover,
.navbar.navbar-scroll .navbar-nav .menu-item-173 .nav-link:focus,
.navbar.navbar-scroll .navbar-nav .menu-item-473 .nav-link:focus {
    border: 1px solid #b18663;
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: #091b2b !important;
    }



    .navbar:before {
        display: none;
    }

    .navbar .navbar-brand svg {
        fill: #4a4a49;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar .navbar-nav .menu-item-173,
    .navbar .navbar-nav .menu-item-473 {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .navbar .navbar-nav .menu-item-173 {
        margin-bottom: 2rem;
    }

    .navbar .navbar-nav .menu-item-173 .nav-link,
    .navbar .navbar-nav .menu-item-473 .nav-link {
        border: 1px solid rgba(74, 74, 73, .6);
        display: table;
    }

    .navbar .navbar-nav.current-menu-item .nav-link,
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: #b18663;
        text-decoration: none;
    }

    .navbar .navbar-nav .menu-item-173 .nav-link:hover,
    .navbar .navbar-nav .menu-item-473 .nav-link:hover,
    .navbar .navbar-nav .menu-item-173 .nav-link:focus,
    .navbar .navbar-nav .menu-item-473 .nav-link:focus {
        border: 1px solid #b18663;
    }

    .navbar .navbar-nav .nav-link.show:before {
        display: none;
    }

    .navbar .navbar-nav .dropdown-menu {
        padding: 0;
        background-color: transparent;
    }

    .navbar .navbar-nav .dropdown-item {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        color: #fff;
    }

    .navbar .navbar-nav .dropdown-item:hover,
    .navbar .navbar-nav .dropdown-item:focus {
        background-color: transparent;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }

    .navbar .navbar-brand {
        margin-right: 1.5rem;
    }
}

/* Slider */
.page-slider {
    height: 600px;
}

.home .page-slider {
    height: 100vh;
}

.page-slider .carousel-item-image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    content: '';
}

.page-slider .carousel-item-info {
    width: 100%;
    max-width: 1120px;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page-slider .carousel-item-info .carousel-item-title {
    line-height: 1.2;
    font-size: 3.5rem;
    color: #fff;
}

.page-slider .carousel-item-info .carousel-item-button a {
    position: relative;
    margin-top: 2rem;
    padding-left: 16px;
    -webkit-transition: padding-left .5s ease,right .5s ease,opacity .5s ease;
    transition: padding-left .5s ease,right .5s;
    font-size: .8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: table;
}


.page-slider .carousel-item .carousel-item-inside:nth-child(2) .carousel-item-button {
    display: none;
}

.page-slider .carousel-controls {
    width: 200px;
    height: 20px;
    top: calc(50% + 50px);
    right: 150px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 4;
}

.page-slider .carousel-controls:after {
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: .6;
    content: '';
}

.page-slider .carousel-control-prev,
.page-slider .carousel-control-next {
    width: 20px;
    height: 20px;
    top: 0;
    opacity: 1;
}

.page-slider .carousel-control-prev {
    left: 0;
}

.page-slider .carousel-control-next {
    right: 0;
}

.page-slider .carousel-control-prev:before,
.page-slider .carousel-control-prev:after,
.page-slider .carousel-control-next:before,
.page-slider .carousel-control-next:after {
    width: 6px;
    height: 1px;
    background-color: #fff;
}

.page-slider .carousel-control-prev:before {
    top: calc(50% - 2px);
}

.page-slider .carousel-control-prev:after {
    top: calc(50% + 2px);
}

.page-slider .carousel-control-next:before {
    top: calc(50% - 2px);
}

.page-slider .carousel-control-next:after {
    top: calc(50% + 2px);
}

.page-slider .carousel-inner .carousel-item.active,
.page-slider .carousel-inner .carousel-item-next,
.page-slider .carousel-inner .carousel-item-prev {
    display: block;
}


.page-slider .page-slider-social {
    bottom: 3rem;
    left: 3rem;
    z-index: 10;
}

.page-slider .page-slider-social a {
    width: 20px;
    height: 20px;
    margin-right: 1.5rem;
    float: left;
}

.page-slider .page-slider-social a:nth-child(3) {
    margin-top: -2px;
}

.page-slider .page-slider-social a svg {
    width: 20px;
}

.page-slider .page-slider-social a svg.svg-social .svg-facebook,
.page-slider .page-slider-social a svg.svg-social .svg-twitter,
.page-slider .page-slider-social a svg.svg-social .svg-linkedin,
.page-slider .page-slider-social a svg.svg-social .svg-youtube,
.page-slider .page-slider-social a svg.svg-social .svg-instagram,
.page-slider .page-slider-social a svg.svg-social .svg-whatsapp {
    fill: #fff;
}

@media (max-width: 991.98px) {
    .home .page-slider {
        height: 600px;
    }

    .page-slider .carousel-item-info {
        width: 90%;
    }

    .page-slider .carousel-item-info .carousel-item-title {
        font-size: 2rem;
    }

    .home .page-slider .carousel-item .carousel-item-inside:nth-child(1) {
        width: 100%;
    }

    .page-slider .carousel-controls {
        top: auto;
        bottom: 130px;
        right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-slider .carousel-item-info {
        width: 90%;
    }  
}

.page-slider {
    /*
    height: 60vh;
    min-height: 600px;
    */
    height: 600px;
    background-color: #3c3c3b;
}

.home .page-slider {
    height: 100vh;
    min-height: 800px;
}

.single-woningen .page-slider {
    height: 60vh;
    min-height: 600px;
}

.page-slider .carousel-indicators {
    margin-left: 3rem;
    justify-content: left;
}

.page-slider .carousel-indicators [data-bs-target] {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 2rem;
    background-color: transparent;
    border: 0;
    text-indent: 0;
    font-size: .8rem;
    color: #fff;
}

.page-slider .carousel-indicators .active {
    padding-left: 2rem;
    border-left: 2px solid #fff;
}

.page-slider .carousel-indicators span.carousel-indicators-count {
    font-weight: 700;
}

.page-slider .carousel-indicators span.carousel-indicators-title {
    font-weight: 700;
}

.page-slider .img-cover-top {
    object-position: top;
}

.page-slider .img-cover-center {
    object-position: center;
}

.page-slider .img-cover-bottom {
    object-position: bottom;
}

.page-slider .carousel-item {
    background-color: #3c3c3b;
}

.page-slider .carousel-item .carousel-item-info {
    max-width: 85vw;
    margin: 0 auto;
    z-index: 3;
}

.page-slider .carousel-item .carousel-item-info p {
    color: #fff;
}

.page-slider .carousel-item .carousel-item-info p:nth-child(1) {
    font-size: 1.5rem;
}

.page-slider .carousel-item .carousel-item-info p:nth-child(1) span {
    font-weight: 700;
    color: #fff;
}

.page-slider .carousel-item .carousel-item-info h1 {
    font-size: 3rem;
}

.page-slider .carousel-item .carousel-item-info p:last-of-type a {
    color: #fff;
    font-size: .8rem;
    letter-spacing: 4px;
}

.page-slider .carousel-item .carousel-item-info p:last-of-type a:before {
    width: 20px;
    height: 1px;
    margin-bottom: 5px;
    margin-right: 20px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    content: "";
}

.page-slider .carousel-item .carousel-item-info p:last-of-type a:hover:before,
.page-slider .carousel-item .carousel-item-info p:last-of-type a:focus:before {
    width: 10px;
}

.page-slider .carousel-item .carousel-item-image {
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-slider .carousel-item .carousel-item-image:after {
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    content: '';
}

.page-slider .carousel-item .carousel-item-image img {
    animation: zoomout 8s forwards;
}

@keyframes zoomout {
    0%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

.page-slider .scroll-down {
    width: 40%;
    bottom: 0;
    right: 0;
    background-color: #3c3c3b;
    color: #fff;
    font-size: .7rem;
    letter-spacing: 4px;
    z-index: 2;
}

.page-slider .scroll-down span {
    padding-right: 2rem;
    position: relative;
    cursor: pointer;
    display: block;
}

.page-slider .scroll-down span:before {
    width: 10px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 6px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}

.page-slider .scroll-down span:after {
    width: 10px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

@media (max-width: 767.98px) {
    .page-slider {
        height: 400px;
        min-height: 400px;
        margin-top: 100px;
    }

    .home .page-slider {
        height: 480px;
        min-height: 480px;
    }

    .page-slider .carousel-item .carousel-item-info {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    .page-slider .carousel-item .carousel-item-info h1 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-slider .carousel-item .carousel-item-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Content */
@media (max-width: 991.98px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}

.wp-block-columns.wp-block-columns-about {
    padding-top: 3rem;
    padding-left: 15%;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(2) .wp-block-image img,
.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(1) .wp-block-image img,
.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(2) .wp-block-image img {
    object-fit: cover;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(1) {
    padding-top: 5rem;
    padding-bottom: 10rem;
    padding-right: 10rem;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(1) h2 {
    text-transform: uppercase;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(2) {
    position: relative;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(2) .wp-block-image {
    width: 100%;
    height: calc(100% + 200px);
    position: absolute;
}

.wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(2) .wp-block-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .wp-block-columns.wp-block-columns-about {
        margin-bottom: 0;
        padding-left: 1rem;
    }

    .wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(1) {
        padding-top: 3rem;
        padding-bottom: 0;
        padding-right: 1rem;
    }

    .wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(2) {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-columns.wp-block-columns-about {
        padding-left: 1rem;
    }

    .wp-block-columns.wp-block-columns-about .wp-block-column:nth-child(1) {
        padding-right: 3rem;
    }
}

.wp-block-columns.wp-block-columns-image-image-text {
    padding-bottom: 5rem;
/*    padding-left: 15%;*/
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(1) .wp-block-image img  {
    height: 500px;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(2) {
    margin-top: -100px;
    margin-left: -100px;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) {
    padding-top: 15rem;
    padding-left: 5rem;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a {
    position: relative;
    margin-top: 2rem;
    padding-left: 16px;
    -webkit-transition: padding-left .5s ease,right .5s ease,opacity .5s ease;
    transition: padding-left .5s ease,right .5s;
    font-size: .8rem;
    color: #3a3e4b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: table;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:before,
.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:after {
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    background-color: rgba(58,62,75,.2);
    display: block;
    content: '';
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:before {
    width: 8px;
    left: 0;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:after {
    width: 56px;
    left: calc(100% + 9px);
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:hover {
    padding-left: 64px;
} 

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:hover:before {
    width: 56px;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:hover:after {
    width: 8px;
} 

@media (max-width: 991.98px) {
    .wp-block-columns.wp-block-columns-image-image-text {
        padding-bottom: 3rem;
        padding-left: 0;
    }

    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(1),
    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(2) {
        display: none;
    }

    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) {
        padding-top: 0;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-columns.wp-block-columns-image-image-text {
        padding-left: 1rem;
    }

    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) {
        flex-basis: 50%!important;
    }

    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(4) {
        display: none;
    }
}

.wp-block-group.wp-block-group-specials {
    position: relative;
    padding: 10rem 1rem 10rem 1rem;
    width: 70vw;
    margin:  0 auto;
}

.wp-block-group.wp-block-group-specials:before {
    width: calc(100vw + 50%);
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background: radial-gradient(50% 50% at 50% 50%,#324b5e 0,#091b2b 100%);
    content: '';
    z-index: -1;
}

.wp-block-group.wp-block-group-specials h2 {
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.wp-block-group.wp-block-group-specials p {
/*    max-width: 1120px;
*/    margin-bottom: 0rem;
    margin-left: auto;
    margin-right: auto;
    color: #8e8e8e;
}

.wp-block-group-specials .properties-special .carousel-control-prev {
    left: -50px;
}
.wp-block-group-specials .properties-special .carousel-control-next {
    right: -50px;
}

.wp-block-group-specials .properties-special .carousel-control-prev:before, .wp-block-group-specials .properties-special .carousel-control-prev:after, .wp-block-group-specials .properties-special .carousel-control-next:before, .wp-block-group-specials .properties-special .carousel-control-next:after {
    background-color: #fff;
}

.wp-block-group.wp-block-group-why-title {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.wp-block-group.wp-block-group-why-title h2 {
    text-transform: uppercase;
}

.wp-block-group.wp-block-group-why {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.wp-block-group.wp-block-group-why .wp-block-columns {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
    min-height: 620px;
    padding: 3rem;
    position: relative;
    background-color: #091b2b;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:after {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b18663;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    content: '';
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column h3 {
    width: 100%;
    line-height: 1;
    position: relative;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p {
    width: 100%;
    position: relative;
    color: #fff;
    z-index: 2;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:nth-child(2) {
    min-height: 140px;
    margin-bottom: 3rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, .7);
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #fff;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:before {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    position: relative;
    top: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    content: '';
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:after {
    position: absolute;
    top: 21px;
    left: 15px;
    font-size: 1rem;
    color: #fff;
    content: '+';
    opacity: .8;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:hover:after {
    height: 100%;
}

.wp-block-group.wp-block-group-why .wp-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wp-block-group.wp-block-group-why .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:nth-child(1) img,
.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:nth-child(2) img,
.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:nth-child(3) img {
    /*filter: grayscale(100%);*/
    transition: all ease 0.5s;
}

.wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:hover .wp-block-image img {
    filter: grayscale(0%);
}


@media (max-width: 991.98px) {
    .wp-block-group.wp-block-group-why-title h2 {
        font-size: 1.5rem;
    }

    .wp-block-group.wp-block-group-why .wp-block-columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
        min-height: 10px;
        margin-bottom: 1rem;
    }
}

.wp-block-columns.wp-block-columns-form {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

.wp-block-columns.wp-block-columns-form h4 {
    line-height: 1;
    margin-bottom: 8rem;
    font-size: 2rem;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .wp-block-columns.wp-block-columns-form {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wp-block-columns.wp-block-columns-form .wp-block-column:nth-child(1),
    .wp-block-columns.wp-block-columns-form .wp-block-column:nth-child(3) {
        display: none;
    }

}

/* property filters */
.properties-filter .facetwp-checkbox, .properties-filter .facetwp-radio {
    color: #000;
}

.properties-filter-v-1 .fs-wrap.multiple .fs-option, .properties-filter-v-search .fs-wrap.multiple .fs-option, .properties-filter-v-1 .fsearch-wrap.multiple .fs-option, .properties-filter-v-search .fsearch-wrap.multiple .fs-option {
    color: #091b2b;
}

.properties-filter-favorite a {
    color: #fff;
}


/* Properties / Properties specials */
/* Color */

.properties-filter .properties-filter-range-list,
.properties-filter-v-1 {
    background-color: #091b2b;
}
.properties-title .facetwp-counts,
.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
.properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fs-checkbox i,
.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i,
.properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i,
.properties-filter-selections .facetwp-selections .facetwp-selection-value:before {
    background-color: #b18663;
}
.properties-filter .properties-filter-range-list:after,
.properties-filter .fs-arrow {
    border-top: 5px solid #fff;
}

.properties-filter .facetwp-checkbox.checked:before,
.properties-filter .facetwp-radio.checked:before {
    background-color: #b18663;
    border-color: #b18663;
}

.properties-filter-v-1 .fs-label-wrap {
    background-color: #091b2b;
}

.properties-filter-more-close a {
    background-color: #b18663;
}

.properties-title h1 {
    font-size: 1.2rem;
}

.properties-title .facetwp-counts {
    margin-top: 9px;
}


/* .properties .object .object-info 
.properties .object .object-features,
.properties .object .object-image .object-image-info { 
     padding: 2rem!important;
    background-color: rgba(170, 125, 79, 0.6);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} */

.properties .object .object-image,
.wp-block-group-specials .properties-special .object .object-image {
    position: relative;
    overflow: hidden;
}

.wp-block-group-specials .properties-special .object .object-image {
    margin-bottom: .5rem!important;
}


.wp-block-group-specials .properties-special .col-md-6:nth-child(3) {
    width: 100%;
}

.wp-block-group-specials .properties-special .col-md-6:nth-child(3) .object .object-image img {
    height: 800px;
}


.properties .object .object-image img {
    height: 475px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* .properties .object:hover .object-image img, */
.wp-block-group-specials .properties-special .object:hover .object-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.properties .object .object-image div.object-status,
.wp-block-group-specials .properties-special .object .object-image div.object-status,
.properties-item .object-detail-photo div.object-status {
    background-color: #b18663;
    font-size: .7rem;
    text-transform: uppercase;
}

.properties .object .object-address .object-street,
.wp-block-group-specials .properties-special .object .object-address .object-street,
.properties .object .object-address .object-housenumber,
.wp-block-group-specials .properties-special .object .object-address .object-housenumber,
.properties .object .object-address .object-housenumber-addition,
.wp-block-group-specials .properties-special .object .object-address .object-housenumber-addition {
    text-transform: uppercase;
}

.properties .object .object-price,
.wp-block-group-specials .properties-special .object .object-price {
    font-weight: 400;
    letter-spacing: 1px;
    font-size:1rem;
    text-transform: capitalize;
}

.properties .object .object-image-img{
    background-color:#b18663;
}

.properties .object .object-image-img{
	position:relative;
}

.properties .object:hover .object-image-img img{
	opacity:0.6;
}

.properties .object .object-image-img:after{
	background-image:url(/wp-content/uploads/2022/06/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	transition:0.6s;
	height:118px;
	width:145px;
	content:'';
	z-index:9;
	margin:auto;
	opacity:0;
	bottom:0;
	right:0;
	left:0;
	top:0;
}

.properties .object:hover .object-image-img:after{
	transition:0.6s;
	opacity:1;
}

.properties .object .object-features,
.wp-block-group-specials .properties-special .object .object-features {
    width: 100%;
	justify-content:space-between;
    /*margin-bottom: 0!important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .object .object-feature,
.wp-block-group-specials .properties-special .object .object-feature {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .7rem;
    letter-spacing: 1px;
}

.wp-block-group-specials .properties-special .object .object-feature {
    color: #000;
}

.properties .object .object-feature > .row > .col-5,
.wp-block-group-specials .properties-special .object .object-feature > .row > .col-3 {
    display: none;
}

.properties .object .object-feature > .row > .col-7,
.wp-block-group-specials .properties-special .object .object-feature > .row > .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.properties .object-features .object-feature-info,
.wp-block-group-specials .properties-special .object-features .object-feature-info {
    line-height: 24px;
    font-size: 16px;
}

.properties .object .object-feature.object-feature-woonoppervlakte .object-feature-info:before,
.properties .object .object-feature.object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object .object-feature.object-feature-aantalkamers .object-feature-info:before,


.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.wp-block-group-specials .properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.wp-block-group-specials .properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before,
.wp-block-group-specials .properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 18px;
    display: table;
    float: left;
    content: '';
}

.wp-block-group-specials .properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.png);
}

.wp-block-group-specials .properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before {
    background-image: url(images/woon-oppervlakte.png);
}

.wp-block-group-specials .properties-special .object-features .object-feature-aantalkamers .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.png);
}


.properties .object .object-address .object-street, .properties .object .object-address .object-housenumber, .properties .object .object-address .object-housenumber-addition {
        font-size: 30px;
}

.properties .object .object-image.mb-3  {
    margin-bottom: 0 !important;
}



/* specials custom */

#carouselSpecialObjects:hover {
    cursor: pointer;
}

.wp-block-group-specials .properties-special .object .object-image .object-image-img:before {
    Width: 220px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(images/logo.gif);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: '';
    display: inline-block;
    opacity: 0;
    z-index: 2;
    background-size: cover;
}

.wp-block-group-specials .properties-special .object .object-image .object-image-img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b18663;
    mix-blend-mode: multiply;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
}

.wp-block-group-specials .properties-special .object:hover .object-image .object-image-img:after,
.wp-block-group-specials .properties-special .object:hover .object-image .object-image-img:before {
    opacity: 1;
}

.wp-block-group-specials .properties-special .object-info {
    display: grid;
}
.wp-block-group-specials .properties-special .object-address  {
    order: 1;
}

.wp-block-group-specials .properties-special .object-description  {
    background-color: #96a0d0;
    padding: 1rem; 
    order: 2;
    margin-bottom: 0!important;
}

.wp-block-group-specials .properties-special .object-description p {
    color: #091b2b;
    height: 123px;
    overflow: hidden;
}






.wp-block-group-specials .properties-special .object-features  {
    background-color: #96a0d0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    order: 3;
    margin-bottom: 1rem !important;
}

.wp-block-group-specials .properties-special .object-price {
    order: 4;
    margin-bottom: 0!important;
}

.wp-block-group-specials .properties-special .object-address {
    background-color: #091b2b;
    color: #fff;
    background-image: url(https://bertstadman.nl/wp-content/uploads/2022/06/logo.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 70px;
    padding: 2rem 1rem;
}



.wp-block-group-specials .properties-special .object-price {
    background-color: #b18663;
    padding:  3rem 1rem;
}

.wp-block-group-specials .properties-special .object .object-price {
    color: #fff;
    font-weight: 700 !important;
    font-size: 18px;
}

.wp-block-group-specials .properties-special .object .object-image img {
    height: 510px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    object-fit: cover;
}

.aanbod-verkocht .properties-special .object .object-image img {
    height: auto;
}

.wp-block-group-specials .properties-special .object .object-image {
    float: left;
    width: 66.666667%;
}
.wp-block-group-specials .properties-special .object .object-info {
    /*display: none;*/
    background-color: #fff;
    padding: 1rem ;
    float: left;
    width: 33.333333%;
    height: 510px;
}

.aanbod-verkocht .properties-special .object .object-image {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
.aanbod-verkocht .properties-special .object .object-info {
    /*display: none;*/
    background-color: #fff;
    padding:1rem 1rem 0 1rem ;
    float: left;
    width: 100%;
    height: auto;
}

.aanbod-verkocht .properties-special .object-features  {
    background: none;
    padding: 0;
    order: 3;
}

.aanbod-verkocht .properties-special .object-features,
.aanbod-verkocht .properties-special .object-price {
    margin-bottom: 1rem !important;
}



.aanbod-verkocht .properties-special .object .object-image img {
    height: auto;
}

.wp-block-group-specials .properties-special .active {
    display: block !important;
}

.aanbod-verkocht .properties-special .object-info {
    display: block;
}

.aanbod-verkocht .properties-special .object-address {
    background-color: #fff;
    color: #091b2b;
    background-image:none;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding:  0rem;
}
.aanbod-verkocht .properties-special .object .object-price {
    background: none;
    color: #091b2b;
    padding: 0;
}

.aanbod-verkocht .properties-special .object-price {
    margin-bottom: 1rem;
}


.aanbod-verkocht .properties-special .object-description  {
   display: none;
}



.btn-line {
    padding-top: 2rem;
}
.btn-line a {
    background-color: #182936;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: auto;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-line:hover a {
    margin-left: 80px;
}

.btn-line a:hover {
    color: #b98e1a;;
}


.btn-line:after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: #ccc;
    position: relative;
    z-index: 0;
    margin-top: -15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-line:hover:after {
    background-color: #b98e1a;
}


@media(max-width:  767px) {
    .wp-block-group.wp-block-group-specials {
        padding: 3rem 1rem 3rem 1rem;
        width: 100%;
    }

    .wp-block-group-specials .properties-special .object .object-image,
    .wp-block-group-specials .properties-special .object .object-info {
        width: 100%;
        float: none;
        height: auto;
    }
}



@media (max-width: 767.98px) {
    .properties .object,
    .wp-block-group-specials .properties-special .object {
        margin-bottom: 1rem;
    }

    .properties .object .object-image img,
    .wp-block-group-specials .properties-special .object .object-image img,
    .wp-block-group-specials .properties-special .col-md-6:nth-child(3) .object .object-image img {
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .properties .object .object-image .object-image-info,
    .wp-block-group-specials .properties-special .object .object-image .object-image-info {
        padding: 1.5rem!important;
    }

    .properties .object .object-image img,
    .wp-block-group-specials .properties-special .object .object-image img,
    .wp-block-group-specials .properties-special .col-md-6:nth-child(3) .object .object-image img {
        height: 350px;
    }

    .properties .object .object-features,
    .wp-block-group-specials .properties-special .object .object-features {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group-specials .properties-special .object .object-image img,
    .wp-block-group-specials .properties-special .col-md-6:nth-child(3) .object .object-image img {
        height: 450px;
    }
}



/* Properties item */
.object-share-pinterest,
.object-share-twitter {
    display: none;
}   

.properties-item .object-detail-features .object-features-energy-A .object-feature-info,
.properties-item .object-detail-features .object-features-energy-B .object-feature-info,
.properties-item .object-detail-features .object-features-energy-C .object-feature-info,
.properties-item .object-detail-features .object-features-energy-D .object-feature-info,
.properties-item .object-detail-features .object-features-energy-E .object-feature-info,
.properties-item .object-detail-features .object-features-energy-F .object-feature-info {
    font-weight: 700;
}

.properties-item .object-detail-title-sub {
    font-size: 1.2rem !important;
    font-weight: 700;
}

.properties-item .object-detail-features .object-feature-info {
    font-weight: 700;
}

.properties-item .object-detail-features .object-features-energy .object-feature-info {
    line-height: 28px;
}

/* .properties-item .object-detail-photos {
    height: calc(100vh - 8px);
} */

.object-detail-photos .container{
	max-width:100%;
}

.properties-item .swiper-button-next,
.properties-item .swiper-button-prev {
    background-color: transparent;
}

@media (min-width: 768px) {
    
}

.object-detail-navigation ul li {
    margin-right: 1em !important;
}

.properties-item .swiper-thumbs .swiper-slide {
    opacity: .8;
    margin: 10px;
}

.properties-item .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.properties-item .swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #c4ad4d;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
}

.properties-item .object-detail-header .container,
.properties-item .object-detail-navigation .container,
.properties-item .object-detail-information .container,
.properties-item .object-detail-features .container,
.properties-item .object-detail-photos-full .container,
.properties-item .object-detail-other-media .container,
.properties-item .object-detail-related .container {
    /* max-width: 1100px; */
/*    padding-left: calc(100px + 1rem);*/
}

.properties-item .object-detail-information .object-detail-title,
.properties-item .object-detail-features .object-detail-title,
.properties-item .object-detail-photos-full .object-detail-title {
    display: none;
}

.properties-item .object-detail-features .object-detail-features-more,
.properties-item .object-detail-information .object-detail-description-more,
.properties-item .object-detail-photos-full .object-detail-photos-more,
.properties-item .object-detail-maps .object-detail-maps-more {
    margin-top: 2rem;
    padding: 0!important;
    border: 0!important;
}

.properties-item .object-detail-features .object-detail-features-more:hover,
.properties-item .object-detail-information .object-detail-description-more:hover,
.properties-item .object-detail-photos-full .object-detail-photos-more:hover,
.properties-item .object-detail-maps .object-detail-maps-more:hover {
    background-color: transparent;
}

.properties-item .object-detail-navigation li a {
    background-color: transparent;
    border: 1px solid #b18663;
}

.properties-item .object-detail-navigation li a:hover,
.properties-item .object-detail-navigation li a:focus {
    background-color: #b18663;
    border-color: #b18663;
    color: #fff;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-place {
    font-style: italic;
}

.properties-item .object-detail-contact {
    padding: 0!important;
    border: 0;
}

.properties-item .object-detail-contact .object-detail-title {
    display: block;
}

.properties-item .object-detail-contact .object-share li a {
    background-color:#b18663;
	transition:0.6s;
}

.properties-item .object-detail-contact .object-share li a:hover{
	transform:scale(1.15);
	transition:0.6s;

}

.properties-item-scroll ul li{
	    margin-right: .925rem !important;
}

.properties-item .object-detail-contact .object-share li a svg {
    fill: #fff;
}

.properties-item .object-detail-features .object-detail-features-small:after,
.properties-item .object-detail-information .object-detail-description-small:after {
    background: -moz-linear-gradient(top, rgba(238, 237, 219, 0) 0, rgba(238, 237, 219, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 237, 219, 0) 0, rgba(238, 237, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 237, 219, 0) 0, rgba(238, 237, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeddb',endColorstr='#eeeddb',GradientType=0);
}

/* .properties-item-scroll {
    background-color: #eeeddb!important;
} */

.properties-item-scroll li a {
    background-color: #222;
    border: 0!important;
    color: #fff;
}

.properties-item-scroll li a svg path {
    fill: #fff;
}

.properties-item-scroll li a:hover,
.properties-item-scroll li a:focus {
    background-color: #222;
}

.properties-item .object.object-new-construction .object-view-items {
    color: #222;
}

.properties-item .object.object-new-construction .object-view-items:before,
.properties-item .object.object-new-construction .object-view-items:after {
    background-color: #222;
}

.properties-item .object.object-new-construction-items {
    background-color: transparent;
}

/* @media (min-width: 768px) {
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) {
        width: 100%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) .object-detail-photos-item {
        height: 700px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) {
        width: 50%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) .object-detail-photos-item  {
        height: 450px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) {
        width: 33.3333333333%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) .object-detail-photos-item {
        height: 450px;
    }
} */

.properties-item .object-detail-photos-full .object-detail-photos-item a {
    background-color:#b18663;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:before,
.properties-item .object-detail-photos-full .object-detail-photos-item a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #222;
    z-index: 2;
    content: '';
    opacity: 0;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:before {
    width: 5px;
    height: 70px;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:after {
    width: 70px;
    height: 5px;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:hover img {
    opacity: .3;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:hover:before,
.properties-item .object-detail-photos-full .object-detail-photos-item a:hover:after {
    opacity: 1;
}

.properties-item .object-detail-features .object-detail-features-more span:after, .properties-item .object-detail-information .object-detail-description-more span:after, .properties-item .object-detail-photos-full .object-detail-photos-more span:after,
.properties-item .object-detail-features .object-detail-features-more span:before, .properties-item .object-detail-information .object-detail-description-more span:before, .properties-item .object-detail-photos-full .object-detail-photos-more span:before {
    background-color: #fff;
}

.contact-info a,
.woningen-template-default,
.properties-item .object-detail-title-sub,
.properties-item .object-detail-contact .object-detail-title,
.object-information,
.properties-item .object-detail-navigation li a,
.properties-item .object-detail-header .object-detail-adres h1 span.object-address-line,
.properties-item .object-detail-header .object-detail-adres h1 span.object-street, .properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber, .properties-item .object-detail-header .object-detail-adres h1 span.object-housenumber-addition {
    color: #fff !important;
}

@media(min-width: 767px) {
    .properties-item .object-information {
        padding-right: 5rem;
    }
}

.properties-item .object-detail-contact .contact-info-appointment a, .properties-item .object-detail-contact .contact-info-brochure a, .properties-item .object-detail-contact .contact-info-custom-button a {
    background-color: #b18663;
}

.properties-item .object-detail-features .object-detail-features-small:after, .properties-item .object-detail-information .object-detail-description-small:after {
    background: -moz-linear-gradient(top, rgba(9,27,43, 0) 0, rgba(9,27,43, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,27,43, 0) 0, rgba(9,27,43, 1) 100%);
    background: linear-gradient(to bottom, rgba(9,27,43, 0) 0, rgba(9,27,43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeddb',endColorstr='#eeeddb',GradientType=0);
}


.swiper-slide:after {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    content: '';
}

/* Footer */
.footer {
    background-color: #091b2b;
    font-size: .7rem;
    color: #fff;
    letter-spacing: 1px;
}

@media(min-width:768px) {
    .footer ul#menu-footer {
        column-count: 2;
        list-style: none;
        padding-left: 0;
        display: block;
    }
}

.footer ul#menu-footer {
    padding-left: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #b18663;
}

.footer h5 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer ul.list-social li a {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 40px;
    background-color: #fff;
}

.footer ul.list-social li a svg {
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer ul.list-social li a svg.svg-brand .svg-nvm-1,
.footer svg.svg-social .svg-facebook,
.footer svg.svg-social .svg-twitter,
.footer svg.svg-social .svg-linkedin,
.footer svg.svg-social .svg-youtube,
.footer svg.svg-social .svg-instagram,
.footer svg.svg-social .svg-whatsapp {
    fill: #0c2134 !important;
}

.footer ul.list-social li a:hover {
    background-color: #b18663;
}




.footer svg.svg-social .svg-facebook:hover,
.footer svg.svg-social .svg-twitter:hover,
.footer svg.svg-social .svg-linkedin:hover,
.footer svg.svg-social .svg-youtube:hover,
.footer svg.svg-social .svg-instagram:hover,
.footer svg.svg-social .svg-whatsapp:hover {
    fill: #fff;
}

.footer .footer-brands svg.svg-brand {
    height: 21px;
}

.footer .footer-brands svg.svg-brand .svg-nvm-1,
.footer .footer-brands svg.svg-brand .svg-nvm-business-1,
.footer .footer-brands svg.svg-brand .svg-mva-1,
.footer .footer-brands svg.svg-brand .svg-mva-expats-1,
.footer .footer-brands svg.svg-brand .svg-funda-1,
.footer .footer-brands svg.svg-brand .svg-funda-ib-1,
.footer .footer-brands svg.svg-brand .svg-funda-3,
.footer .footer-brands svg.svg-brand .svg-funda-ib-3,
.footer .footer-brands svg.svg-brand .svg-funda-ib-4,
.footer .footer-brands svg.svg-brand .svg-pararius-1,
.footer .footer-brands svg.svg-brand .svg-pararius-2,
.footer .footer-brands svg.svg-brand .svg-vbo-2,
.footer .footer-brands svg.svg-brand .svg-vastgoedcert-1,
.footer .footer-brands svg.svg-brand .svg-vastgoedcert-2,
.footer .footer-brands svg.svg-brand .svg-nwwi-2,
.footer .footer-brands svg.svg-brand .svg-tmi-1,
.footer .footer-brands svg.svg-brand .svg-tmi-2,
.footer .footer-brands svg.svg-brand .svg-nrvt-2,
.footer .footer-brands svg.svg-brand .svg-scvm-1,
.footer .footer-brands svg.svg-brand .svg-scvm-2,
.footer .footer-brands svg.svg-brand .svg-scvm-3,
.footer .footer-brands svg.svg-brand .svg-scvm-4,
.footer .footer-brands svg.svg-brand .svg-vastgoedpro-1,
.footer .footer-brands svg.svg-brand .svg-vastgoedpro-2,
.footer .footer-brands svg.svg-brand .svg-qualis-1,
.footer .footer-brands svg.svg-brand .svg-qualis-2 {
    fill: #fff;
}

.footer .footer-brands svg.svg-brand .svg-nrvt-1 {
    fill: #a89c8c;
}

.footer .footer-brands svg.svg-brand .svg-nwwi-3 {
    fill: #fff;
    opacity: .4;
}

.footer .footer-brands svg.svg-brand .svg-vbo-1,
.footer .footer-brands svg.svg-brand .svg-funda-2,
.footer .footer-brands svg.svg-brand .svg-funda-ib-2,
.footer .footer-brands svg.svg-brand .svg-nwwi-1,
.footer .footer-brands svg.svg-brand .svg-qualis-3 {
    fill: transparent;
}

.footer-copyright {
    background-color: #091b2b;
    border-top: 1px solid #282e36;
    font-size: .6rem;
    color: #7a8087;
    letter-spacing: 1px;
}

.footer-copyright a {
    color: #7a8087;
}



/* NIEUWBOUW */
/* Slider */
.nieuwbouw.slider {
    height: 570px;
}

.nieuwbouw.slider .carousel-control-prev:before, .nieuwbouw.slider .carousel-control-prev:after, .nieuwbouw.slider .carousel-control-next:before, .nieuwbouw.slider .carousel-control-next:after {
    background-color: #071622;
}

.carousel-item-afbeelding {
    height: 570px;
;
}
.carousel-item-afbeelding img {
    object-fit: contain;
}

/* nieuwbouw kenmerken */
.nieuwbouw ul {
    padding-left: 0;
}
.nieuwbouw ul li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:  1px solid #f5f5f5;
}

.nieuwbouw ul li strong {
    width:  200px;
    display: inline-block;
    font-weight: normal;
    opacity: 0.7;
}

.nieuwbouw h4,
.nieuwbouw h3 {
    margin-top: 40px;
    font-size:  20px;
}

.tab-menu ul li {
    width:  auto !important;
    display: inline-block;
    padding-right:  40px;
    border-bottom: 0px;
    line-height: ;
}

.tab-menu ul li .glyphicons {
    top: 7px;
}


/* nieuwbouw tijdlijn */


.nieuwbouw ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

@media(min-width:768px) {

    .nieuwbouw ol {
        display: table;
        width: 100%;
        margin-top: 20px;
        table-layout: fixed
    }
    .nieuwbouw ol li {
        display: table-cell;
        position: relative;
        width: 100%;
        padding: 30px 5px 0;
        text-align: center;
        border-top: 2px solid #ccc;
        font-size: 13px;
        line-height: 1.2em
    }
    .nieuwbouw ol:before {
        content: "";
        display: block;
        position: absolute;
        left: 12px;
        right: 12px;
        top: -4px;
        width: 2px;
        background-color: #ccc
    }
    .nieuwbouw ol li:before {
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #ccc;
        position: absolute;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        left: 50%;
        top: -10px;
        margin-left: -10px
    }
    .nieuwbouw ol li:after {
        border-radius: 50%;
        content: "";
        display: none;
        position: absolute;
        left: 50%;
        top: -6px;
        background-color: #f47602;
        height: 12px;
        width: 12px;
        margin-left: -6px
    }
}

@media(max-width:767px) {
    .nieuwbouw ol {
        margin-left: 14px
    }
    .nieuwbouw ol li {
        margin: 0;
        padding: 0;
        border-left: 2px solid transparent;
        left: -4px;
        padding-left: 20px;
        position: relative;
        min-height: 30px;
        padding-bottom: 8px
    }
    .nieuwbouw ol:before {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: -4px;
        width: 2px;
        background-color: #ccc
    }
    .nieuwbouw ol li:before {
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #ccc;
        position: absolute;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        left: -11px;
        top: 0
    }
    .nieuwbouw ol li:after {
        border-radius: 50%;
        content: "";
        display: none;
        position: absolute;
        left: -7px;
        top: 4px;
        background-color: #b18663;
        height: 12px;
        width: 12px
    }
    .nieuwbouw ol li:last-child {
        border-color: #fff
    }
}

.nieuwbouw ol li.is-complete {
    border-color: #00ac4f
}

.nieuwbouw ol li.is-complete:before {
    border-color: #00ac4f
}

.nieuwbouw ol li.is-complete:after {
    display: block
}



/* home 2 */


/*navbar */
.page-id-778 .navbar .navbar-nav .menu-item-173 .nav-link span, .page-id-778 .navbar .navbar-nav .menu-item-473 .nav-link span {
    display: none !important;
}

.page-id-778 .navbar .navbar-nav .menu-item-173 .nav-link {
    background-color: #b18663;
    margin-right: 10px;
}

.page-id-778 .navbar .navbar-nav .menu-item-473 .nav-link {
    background-color:#091b2b;
    color: #fff;
}

.img-square img {
    height: 60vh;
    object-fit: cover;
}

.wp-home-2 p:last-of-type a {
    position: relative;
    margin-top: 2rem;
    padding-left: 16px;
    -webkit-transition: padding-left .5s ease,right .5s ease,opacity .5s ease;
    transition: padding-left .5s ease,right .5s;
    font-size: .8rem;
/*    color: #3a3e4b;*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: table;
}

.wp-home-2 p:last-of-type a:before, .wp-home-2 p:last-of-type a:after {
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    background-color: rgba(58,62,75,.2);
    display: block;
    content: '';
}

/*.wp-home-2 p:last-of-type a:hover {
    padding-left: 64px;
}*/

.wp-home-2 p:last-of-type a:before {
    width: 8px;
    left: 0;
}

.wp-home-2 p:last-of-type a:hover:before {
    width: 56px;
}

.wp-home-2 p:last-of-type a:after {
    width: 56px;
    left: calc(100% + 9px);
}

.wp-home-2 p:last-of-type a:hover:after {
    width: 8px;
}

html.home-page-custom:root:before {
    width: 100%;
    height: 0px;
    position: absolute;
    background: radial-gradient(
    circle 12vmax at var(--cursorX) var(--cursorY),
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.15) 80%,
        rgba(0,0,0,.20) 100%
    );
    pointer-events: none;
    content: '';
    display: block;
    z-index: 9999;
}

/* navbar */

.home-page-custom .navbar.navbar-scroll {
    background-color: #091b2b;
}

.home-page-custom .navbar .navbar-toggler {
    background-color: #091b2b;
}
.home-page-custom .navbar {
    position: fixed;
}

.navbar .navbar-nav .menu-item-173 .nav-link span, .navbar .navbar-nav .menu-item-473 .nav-link span {
    display: none !important;
}

.navbar {
    background-color: transparent;
    position: fixed;
    box-shadow: none;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

.navbar .navbar-nav .menu-item-173 .nav-link {
    background-color: #b18663;
    border-color: #b18663;
    margin-right: 10px;
}

.navbar .navbar-nav .menu-item-473 .nav-link {
    background-color:#091b2b;
    border-color:#091b2b;
    color: #fff;
}

.navbar .navbar-nav .menu-item-173 .nav-link:hover {
    color: #fff;
}

.navbar .navbar-nav .menu-item-473 .nav-link,
.navbar .navbar-nav .menu-item-173 .nav-link {
    border-radius: 7px;
    text-transform: lowercase;
}

/* header */

.header-custom h1 {
    line-height: 44px;
}

.header-custom .wp-block-column p a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.header-custom button {
    background-color: #b18663;
    border-color: #b18663;
}

.header-custom button:hover {
    background-color: #b98907;
    border-color: #b98907;
}


.home-page-custom .navbar.navbar-scroll {
    position: fixed;
}


.navbar .navbar-nav .nav-link.current_page_item,
.navbar .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}


/* specials custom */
 /*
.wp-block-group-specials-custom {

    background: radial-gradient(50% 50% at 50% 50%,#324b5e 0,#091b2b 100%);
}

.properties-special .col-md-6,
.wp-block-group-specials-custom .properties-special .object .object-image {
    height: 800px !important;
    overflow: hidden ;
}

.wp-block-group-specials-custom .properties-special .object .object-image img {
    height: 800px;
    width:  100%;
    object-fit: cover;
    -webkit-filter: contrast(1.25);
    filter: contrast(1.25);
}

.wp-block-group-specials-custom .properties-special .object .object-image .object-image-img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0.4;
}

.wp-block-group-specials-custom .properties-special .object-info {
    position: absolute;
    bottom: 0px;
    color:#fff;
    padding:50px;
    transition: all ease 0.5s;
    height: 220px;
    overflow: hidden;
    font-size: 22px;
}

.wp-block-group-specials-custom .properties-special .object:hover .object-info {
    position: absolute;
    bottom: -20px;
    color: #fff;
    padding: 50px;
    transition: all ease 0.5s;
    
    overflow: hidden;
    height: 350px;
}


.wp-block-group-specials-custom .properties-special .object .object-price,
.wp-block-group-specials-custom .properties-special .object .object-info .object-address {
    transition: all ease 0.5s;
}


.wp-block-group-specials-custom .properties-special .object:hover .object-price {
    font-size: 34px;
}


@media(min-width: 768px) {
    .wp-block-group-specials-custom .properties-special .object-info {

        width: 100%;
        margin-left: 0%;
        background-color: rgba(170, 125, 79, 0.8);
    }
}

.wp-block-group-specials-custom .properties-special .object .object-info:hover {
    transition: all ease 0.5s;
}

.wp-block-group-specials-custom .properties-special .object-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 780px;
}

.wp-block-group-specials-custom .properties-special .carousel-control-prev {
    left: 50px;
}

.wp-block-group-specials-custom .properties-special .carousel-control-next {
    right: 50px;
}

.wp-block-group-specials-custom .properties-special .carousel-control-prev:before, .properties-special .carousel-control-prev:after, .properties-special .carousel-control-next:before, .properties-special .carousel-control-next:after {
    background-color: #fff;
}

.wp-block-group-specials-custom .properties-special .active {
    display: block !important;
}

.wp-block-group-specials-custom .properties-special .carousel-control-next,
.wp-block-group-specials-custom .properties-special .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 40%;
    border: 1px solid #fff;
}

*/





.carousel-control-prev:before, .carousel-control-prev:after, .carousel-control-next:before, .carousel-control-next:after {
    width: 15px;
}

.carousel-control-prev:before,
.carousel-control-next:before {
    top: calc(50% - 5px);
}

.carousel-control-prev:after,
.carousel-control-next:after {
    top: calc(50% + 5px);
}

.wp-block-group-specials-custom .properties-special .object .object-price.mb-3 {
    margin-bottom: 3rem !important;
}

.object-price-kind-of {
    text-transform: capitalize;
}


.wp-block-group-specials-custom .properties-special .object .object-address .object-street, .wp-block-group-specials-custom .properties-special .object .object-address .object-housenumber, .wp-block-group-specials-custom .properties-special .object .object-address .object-housenumber-addition {
    font-size: 30px;
}

/* .wp-block-group-specials-custom .properties-special .object .object-address {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
} */

.wp-block-group-specials-custom .properties-special .object .object-feature {
    width:auto;
    padding-right: 20px;
    float: left;
    color: #fff;
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-aantalkamers.object-feature {
    width: auto;
    margin-right: 15px;
}

.wp-block-group-specials-custom .properties-special .object .object-image {
    margin-bottom: 0!important;
}

.wp-block-group-specials-custom .properties-special .object .object-feature > .row > .col-3 {

    display: none;
}

.wp-block-group-specials-custom .properties-special .object .object-feature > .row > .col-9 {

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-info {

    line-height: 24px;
}




.wp-block-group-specials-custom .properties-special .object-features .object-feature-bouwjaar .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-feature-inhoud .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-A .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-B .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-C .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-D .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-E .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-F .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 18px;
    display: table;
    float: left;
    content: '';
}

.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-A .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-B .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-C .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-D .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-E .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-F .object-feature-info:before,
.wp-block-group-specials-custom .properties-special .object-features .object-features-energy-E .object-feature-info:before,
.properties .object-features .object-features-energy-a .object-feature-info:before,
.properties .object-features .object-features-energy-b .object-feature-info:before,
.properties .object-features .object-features-energy-C .object-feature-info:before,
.properties .object-features .object-features-energy-D .object-feature-info:before,
.properties .object-features .object-features-energy-E .object-feature-info:before,
.properties .object-features .object-features-energy-F .object-feature-info:before,
.properties .object-features .object-features-energy-E .object-feature-info:before,
.properties .object-features .object-feature-energy .object-feature-info:before {
    background-image: url(images/energielabel.png);
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-bouwjaar .object-feature-info:before,
.properties .object-features .object-feature-bouwjaar .object-feature-info:before {
    background-image: url(images/bouwjaar.png);
}


.wp-block-group-specials-custom .properties-special .object-features .object-feature-inhoud .object-feature-info:before,
.properties .object-features .object-feature-inhoud .object-feature-info:before {
    background-image: url(images/inhoud.png);
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.png);
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before {
    background-image: url(images/woon-oppervlakte.png);
}

.wp-block-group-specials-custom .properties-special .object-features .object-feature-aantalkamers .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.png);
}


/*.wp-block-group-specials-custom .properties-special .object-features {
    background-color: rgba(170, 125, 79, 0.8);    

    margin-bottom: 0!important;
    float: right;
    min-height: 204px;
    width: 100%;
    padding: 1rem;
}*/

.wp-block-group-specials-custom .properties-special .object-description {
    background-color: #091b2b !important;
    background:linear-gradient(0deg, rgba(9,27,43, 0.95), rgba(9,27,43, 0.95)), url(https://bertstadman.nl/wp-content/uploads/2022/07/logo-bert-stadman.gif);
    background-repeat: no-repeat;
    background-position: right bottom -50px;
    float: left;
    width: 65%;
/*    min-height: 204px;*/
    padding: 2rem;
    font-size: 18px;
}

@media(min-width: 767px) and (max-width:1200px ) {
    .wp-block-group-specials-custom .properties-special .object-features,
    .wp-block-group-specials-custom .properties-special .object-description {
        min-height: 300px;
    }
    .wp-block-group-specials-custom .properties-special .object-info {
        position: absolute;
        bottom: 0px !important;
    }

    .wp-block-group-specials-custom .properties-special .object-info:hover {
        bottom: -50px;
    }

}




.btn-specials-custom a {
/*    border: 1px solid #fff;
    padding: 1rem;
    right: 50px;
    top: -150px;
    position: relative;
    display: inline-block;
    width: auto;
    color: #fff;*/
}

/*.wp-block-group-specials-custom .object-view {
    z-index: 999;
    position: relative;
    left: 65%;
    margin-left: -144px;
    margin-top: -100px;
    float: left;
    width: 100%;
}*/

.wp-block-group-specials-custom .object-view {
    z-index: 999;
    position: absolute;
    right: 50px;
    margin-left: 0;
    margin-top: -40px;
    float: right;
    opacity: 0;
}

.wp-block-group-specials-custom .object:hover .object-view {
    opacity: 1;
}

/* Properties V2 */
/* Color */

.properties .object-address{
	margin-top:1rem;
    height: 30px;
}

/* .properties .object .object-info   {
    padding: 2rem!important;
    background-color: rgba(170, 125, 79, 0.8);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 90px;
    margin-top: -90px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    color: #fff;
} */
/* .properties .object:hover .object-info   {
    margin-top: -190px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 190px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
} */

.properties .object .object-image {
    position: relative;
    overflow: hidden;
}

.properties .object .object-image {
    margin-bottom: .0rem!important;
}


.properties .col-md-6:nth-child(3) {
    width: 100%;
}

.properties .col-md-6:nth-child(3) .object .object-image img {
    height: 800px;
}

.wp-block-group-specials-custom .object .object-image img {
    height: 475px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* .properties .object:hover .object-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
} */

.properties .object .object-image div.object-status {
    background-color: #b18663;
    font-size: .7rem;
    text-transform: uppercase;
}


.properties .object .object-address .object-place,
.properties .object .object-address .object-street,
.properties .object .object-address .object-housenumber,
.properties .object .object-address .object-housenumber-addition {
    text-transform: uppercase;
}

.properties .object .object-address .object-place,
.properties .object .object-address .object-housenumber-addition {
    font-size: 1rem;
    font-weight: 700;
}

.properties .object .object-address .object-address-line {
    display: inline;
    width: auto;
}

.properties .object .object-address .object-address-line:nth-child(2){
	margin-left: 40px;
}

.properties .object .object-address .object-address-line:nth-child(1){
	position:relative;
}

.properties .object .object-address .object-address-line:nth-child(1):after {
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -30px;
	background-color:#fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
}

/* .properties .object .object-price {
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1rem;
    font-style: italic;
    text-transform: lowercase;
    width: 50%;
    float: right;
    text-align: right;
    top: -40px;
    position: relative;
} */

.properties .object-view {
    float: right;
    position: relative;
    top: -60px;
}

.wp-block-group-specials-custom  .object-view a {
    border: 2px solid #fff;
    color: #fff;
} 

.wp-block-group-specials-custom  .object-view a:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #091b2b;
}

.properties .object .object-features {
    width: 100%;
    /*margin-bottom: 0!important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .object .object-feature {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .7rem;
    letter-spacing: 1px;
}

.properties .object .object-feature {
    color: #000;
}

.properties .object .object-feature > .row > .col-3 {
    display: none;
}

.properties .object .object-feature > .row > .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.properties .object-features .object-feature-info {
    line-height: 24px;
    color: #fff;
}

.properties .object-features .object-feature-info.text-truncate {
    overflow: inherit;
    width: auto;
    display: inline-block;
    padding-right: 40px;
}

.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 18px;
    display: table;
    float: left;
    content: '';
}

.properties .object .object-feature {
    padding-right: 15px;
    flex-grow: 0;
}


.properties .object .object-address .object-street, .properties .object .object-address .object-housenumber, .properties .object .object-address .object-housenumber-addition,
.properties .object .object-address .object-place, .properties .object .object-address .object-housenumber-addition {
    font-size: 20px;
}

.properties .object .object-view a {
    color: #fff;
}

.properties .object .object-view a:hover {
    color: #091b2b;
}


/* slider home 2 */

.slider-cta {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 990;
}

.wp-block-cover:after {
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 999;
}



@media(min-width:1200px ) {
    .slider-cta.alignwide.wp-block-columns {
        margin-top: -260px;
        width: 770px;
        gap: 1rem;
    }
}

.page-id-778 .navbar .navbar-nav .menu-item-173 .nav-link:hover {
    color: #fff;
}

.slider-cta .wp-block-column a {
    background: #fff;
    padding:3rem  2rem;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.slider-cta .wp-block-column a:hover {
    background-color: #091b2b;
}

.slider-cta .btn  {
    color: #fff;
    background-color: #b18663;
    border-color: #b18663;
}

.wp-block-cover__inner-container h1 {
    font-size: 60px !important;
    line-height: 70px;
    font-weight: 300;
}

.home-page-custom .wp-block-group.wp-block-group-why {
    padding-top: 0rem !important;   
    padding-bottom: 0rem!important;
}

.home-page-custom .wp-block-group.wp-block-group-why-title {
    padding-bottom: 2rem;
}

.home-page-custom h2 {
    line-height: 1.3 ;
    margin-bottom: 30px;
}


.home-page-custom .wp-block-group.wp-block-group-why .wp-block-column:hover .wp-block-image img {
}

.home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:after {
    width: 80%;
}
.home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:hover:after {
    height: 50%;
    width: 80%;
    border-top-right-radius: 60px;
}

@media(max-width: 767px) {
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:after {
        width:100%;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:hover:after {
        height: 100%;
        width: 100%;
        border-top-right-radius: 60px;
    }
}



.wp-block-group-specials-custom h2 {
    padding-top: 2rem;
}

.wp-block-group-specials-custom {
    padding-top: 10rem;
    padding-bottom: 5rem;
    margin-top: -10rem;
}

.home-page-custom h2 {
    font-weight: 300;
    letter-spacing: 2px;
}

.border-radius-right img {
    border-top-right-radius: 100px;
    height: 80vh;
}

.home-page-custom .wp-home-2 p:last-of-type a {
    position: relative;
    margin-top: 2.5rem;
    -webkit-transition: padding-left .5s ease,right .5s ease,opacity .5s ease;
    transition: all .5s ease,right .5s;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: table;
    border-radius: 30px;
}

.home-page-custom .wp-home-2 p:last-of-type a:hover {
    background: #b18663;
}



.home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:before {
    position: absolute;
    right: -100px;
    background-color: #fff;
    color: #091b2b ;
}

.home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:after {
    right: -70px;
    left: inherit;
    content: '>';
    color:#091b2b;
}

.home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
    padding: 3rem 7rem 3rem 3rem;
    height: 620px;
    overflow: hidden;
}

.home-page-custom .properties-special {
    width:100%;
    left:0%;
    border-radius:0px;
    overflow: hidden;
}

.wp-block-group-specials-custom .properties-special .object-features {
    border-bottom-right-radius: 50px;
}





.footer-brands {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.footer-brands .footer-brand a {
    text-align: center;
    border: 1px solid #d9d9d9;
    padding: 30px 20px;
    margin: 0 15px;
}

.footer-brands .footer-brand a:hover {
    background-color: rgba(255,255,255, 0.1);
}


svg.svg-brand .svg-nvm-1,
svg.svg-brand .svg-nvm-business-1,
svg.svg-brand .svg-mva-1,
svg.svg-brand .svg-mva-expats-1,
svg.svg-brand .svg-funda-1,
svg.svg-brand .svg-funda-ib-1,
svg.svg-brand .svg-funda-3,
svg.svg-brand .svg-funda-ib-3,
svg.svg-brand .svg-funda-ib-4,
svg.svg-brand .svg-pararius-1,
svg.svg-brand .svg-pararius-2,
svg.svg-brand .svg-vbo-2,
svg.svg-brand .svg-vastgoedcert-1,
svg.svg-brand .svg-vastgoedcert-2,
svg.svg-brand .svg-nwwi-2,
svg.svg-brand .svg-tmi-1,
svg.svg-brand .svg-tmi-2,
svg.svg-brand .svg-nrvt-2,
svg.svg-brand .svg-scvm-1,
svg.svg-brand .svg-scvm-2,
svg.svg-brand .svg-scvm-3,
svg.svg-brand .svg-scvm-4,
svg.svg-brand .svg-vastgoedpro-1,
svg.svg-brand .svg-vastgoedpro-2,
svg.svg-brand .svg-qualis-1,
svg.svg-brand .svg-qualis-2 {
    fill: #fff;
}

svg.svg-brand .svg-nwwi-3 {
    fill: #fff;
    opacity: .4;
}

.footer {
    border-top-right-radius: 150px;
    overflow: hidden;
    font-size: 13.5px;
}

.footer-brands .footer-brand a {
    border: 1px solid #b18663;
}

svg.svg-brand .svg-vbo-1,
svg.svg-brand .svg-funda-2,
svg.svg-brand .svg-funda-ib-2,
svg.svg-brand .svg-nwwi-1,
svg.svg-brand .svg-qualis-3 {
    fill: transparent;
}

svg.svg-brand {
    max-height: 36px;
}


.wp-block-group.wp-block-group-why .wp-block-image img {
    -webkit-filter: contrast(1.25);
    filter: contrast(1.25);
}

video {
     -webkit-filter: contrast(1.25);
    filter: contrast(1.25);
}

.wp-block-column ul {
    list-style: outside;
    padding-left: 15px;
}

.wp-block-column ul li::marker {
    color: #b18663;
}


@media(min-width: 768px) {
    /*.duo-image .wp-block-column:nth-child(2) figure {
        position: absolute;
        width: 27%;
        margin-left: -3%;
    }
*/
    .duo-image .wp-block-column:nth-child(3) figure {
        margin-top: 7rem;
        position: relative;
        z-index: 1;
        width: 150%;
        margin-left: -50%;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    }



    .duo-image .wp-block-column:nth-child(2) figure img {
        height: 520px;
        object-fit: cover;
        -webkit-filter: contrast(1.25);
        filter: contrast(1.25);
        z-index: 1;
        position: relative;
        margin-left: 25px;
    }

    .duo-image .wp-block-column:nth-child(2).image-left figure img {
        margin-left: 0;
    }

    .duo-image .wp-block-column:nth-child(3) figure img {
        height: 480px;
        object-fit: cover;
        -webkit-filter: contrast(1.25);
        filter: contrast(1.25);
        position: relative;
        z-index: 2;
    }

    .wp-block-group:nth-child(even) .duo-image .wp-block-column:nth-child(1) figure {
        position: absolute;
        width: 27%;
        margin-left: 0%;
    }

    .wp-block-group:nth-child(even) .duo-image .wp-block-column:nth-child(2) figure {
        margin-top: 7rem;
        position: relative;
        z-index: 1;
        width: 150%;
        margin-left: -60%;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    }



    .wp-block-group:nth-child(even) .duo-image .wp-block-column:nth-child(1) figure img {
        height: 520px;
        object-fit: cover;
        -webkit-filter: contrast(1.25);
        filter: contrast(1.25);
        z-index: 1;
        position: relative;
    }

    .wp-block-group:nth-child(even) .duo-image .wp-block-column:nth-child(2) figure img {
        height: 480px;
        object-fit: cover;
        -webkit-filter: contrast(1.25);
        filter: contrast(1.25);
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .duo-image .img-square img {
        height: auto;
        object-fit: cover;
    }

    .footer-brands .footer-brand a {
        min-height: 100px;
    }
    .footer img {
        width: 80%;
    }

    .footer-brands {
        padding-top: 3rem;
        padding-bottom: 3rem;
    } 
}


/* buttons  */

.wp-block-button__link {
    font-family: 'DM Serif Display', sans-serif;
}

.wp-home-2 strong {
    color: #b18663;
}

.slider-cta.alignwide.wp-block-columns {
    width: 880px;
}

.slider-cta .wp-block-column a {
    font-family: 'DM Serif Display', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 1rem 15px;
    border-radius: 0px;
    color: #fff;
    outline: 0;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.slider-cta .wp-block-column a:hover {
    border-color: #b18663;
    background-color: rgba(255,255,255, 0.1);
}


.wp-home-2 p:last-of-type a {
    background-image: url(images/arrow-wit.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    padding-left: 80px;
    background-color: transparent;
}


.home-page-custom .wp-home-2 p:last-of-type a:hover {
    background-color: transparent;
    background-image: url(images/arrow-wit.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    padding-left: 80px;
    color: #b18663;
}

.wp-block-button__link {
    background-image: url(images/arrow-wit.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    padding-left: 80px;
    color: #fff;
    background-color: transparent;
    font-size: .8rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-family: 'Raleway', sans-serif;
}

.wp-block-button__link:hover {
    background-color: transparent;
    color: #fff;
    border:0px;
    color: #b18663;
}

.wp-block-button__link:before {
    background-color: transparent;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-left: -55px;
    position: absolute;
    margin-top: -10px;
}

.wp-block-button__link:hover:before {
    margin-top: -10px;
    position: absolute;
    background-color: transparent;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border:solid 1px #b18663;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
/*     -webkit-transition: all 0.5s ease-in;*/
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1.0s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
        
/*         transition: all 0.5s ease-in;*/
    animation-name:             rotate; 
    animation-duration:         1.0s; 
/*    animation-iteration-count:  infinite;*/
    animation-timing-function: linear;
}

 @keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
 

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}


.wp-home-2 p:last-of-type a:before {
    background-color: transparent;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border:solid 1px #fff;
    border-radius: 50%;
    margin-left: 24px;
    position: absolute;
}

.wp-home-2 p:last-of-type:hover a:before {
    margin-top: -20px;
    position: absolute;
    background-color: transparent;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border:solid 1px #b18663;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
/*     -webkit-transition: all 0.5s ease-in;*/
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1.0s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
        
/*         transition: all 0.5s ease-in;*/
    animation-name:             rotate; 
    animation-duration:         1.0s; 
/*    animation-iteration-count:  infinite;*/
    animation-timing-function: linear;
}


.logo-slider {
    width:  100%;
    top: 30%;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}

 .logo-slider img {
    display: block;
    margin: 20px auto;
}


@media(min-width:768px) {
     .wp-home-2  {
        padding-right: 5rem;
    }
}

@media(max-width:767px) {
    .logo-slider {
        top: 10%;
    }

    .logo-slider img:nth-child(2) {
        width: 80%;
    }
    .slider-cta.alignwide.wp-block-columns {
        gap: 0;
        padding-top: 3rem;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
        height: 300px;
    }

    .wp-block-group.wp-block-group-why .wp-block-image {
        z-index: 1;
    }
}




 .wp-block-group-specials-custom {
     padding-top: 0rem; 
     padding-bottom: 0rem; 
     margin-top: 0rem; 
}

 .wp-block-group-specials-custom .properties-special .object-features {
    border-radius: 0;
}


 .properties-special,
 .wp-block-group-specials-custom .properties-special .object .object-image img {
    border-radius: 0px;
}

.pattern {
    background-image: url(images/bg-1.png);
}

 .footer h4 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0!important;
}


 .footer {
    background-color: #0c2134;
}

 .footer img {
    margin-bottom: 3rem;
}


 .page-slider {
    box-shadow: 10px 30px 40px rgba(0,0,0,.5);
    content: '';
}

.scroll-cirle {
    position: absolute;
    bottom: 103px;
    right: -72px;
    z-index: 1;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.scroll-cirle a {color:#fff;}


.scroll-cirle i {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 4px 3px 4px 5px;
    margin-left: 45px;
}



 .page-slider {
    border-bottom-right-radius: 150px;
    overflow: hidden;
}

 .pattern {
    border-top-left-radius: 150px;
    overflow: hidden;
}

.footer-logo {
    width: 300px;
    margin-bottom: 1rem !important;
}


/* medewerker */

.medewerker .wp-block-image img {
    width: 100%;
    object-fit: cover;
}
.duo-image .medewerker .wp-block-column:nth-child(3) figure,
.duo-image .medewerker .wp-block-column:nth-child(2) figure {
    width: auto;
    position: relative;
}

.duo-image .medewerker .wp-block-column figure figcaption {
    font-size: 13px;
}   

.duo-image .medewerker .wp-block-column:nth-child(3) figure,
.duo-image .medewerker .wp-block-column:nth-child(2) figure {
    margin-left: auto;
}

.duo-image .medewerker .wp-block-column:nth-child(3) figure {
    margin-top: 0;
}

.duo-image .medewerker .wp-block-column:nth-child(3) figure img,
.duo-image .medewerker .wp-block-column:nth-child(2) figure img {
    width: 100%;
    object-fit: cover;
    height: auto;
}


.properties .object, .properties .object .object-image img, .properties-special .object{
    /* height: 78vh; */
    height: auto;
}

.properties .object .object-image img{
    height:450px!important;
}

.object .object-image img {
    width: 100%;
    /* height: 568px; */
    object-fit: cover;
    width: auto;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .slider-cta.alignwide.wp-block-columns {
        width: 880px;
        margin-top: -380px;
        gap: 0.5rem !important;
    }
    .duo-image .wp-block-column:nth-child(2) figure img {
        margin-left: 0;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .slider-cta.alignwide.wp-block-columns {
        margin-top: -180px;
    }

    .slider-cta .wp-block-column a {
        font-size: 16px;
    }

    .scroll-cirle {
        bottom: 71px;
    }
}


@media(max-width: 767px) {
    .properties-filter-extra .properties-filter-show, .properties-filter-extra .facetwp-sort .facetwp-sort-select, .properties-filter-v-search .facetwp-sort .facetwp-sort-select, .properties-filter-extra .facetwp-per-page .facetwp-per-page-select {
        color: #091b2b;
    }
    .properties-filter-v-1 .properties-filter-header {
        background-color: #fff;
        color: #091b2b;
    }

    .properties-filter .properties-filter-header, .properties-filter-more-options, .properties-filter-more-close {
        background-color: #091b2b;
    }

    .properties .object-address {
        height: 30px;
        line-height: 22px;
        padding-right: 30%;
        margin-top: -10px;
    }

    .properties .object .object-price {
        top: -20px;
        line-height: 17px;
        font-size: 15px;
    }

    .properties .object .object-price-kind-of {
        display: block;
    }
    .properties .object .object-address .object-street, .properties .object .object-address .object-housenumber, .properties .object .object-address .object-housenumber-addition, .properties .object .object-address .object-place, .properties .object .object-address .object-housenumber-addition {
        font-size: 16px;
    }

    .properties-item .object-detail-photos {
        height: calc(50vh - 8px);
        margin-top: 100px;
    }
    .swiper-slide:after {
        display: none;
    }

    .swiper-large {
        width: 100%;
        height: 70%;
    }


    .swiper-thumbs {
        height: 30%;
    }
}

/* 
.home-page-custom h2 {
    width: 64%;
} */

@media(max-width: 767px) {
    .home-page-custom h2 {
        width: 100%;
    }
    .properties-special .col-md-6, .wp-block-group-specials-custom .properties-special .object .object-image {
        height: auto !important;
        overflow: inherit;
    }

    .wp-block-group-specials-custom .properties-special .object .object-image img {
        height: 270px;
    }

    .wp-block-group-specials-custom .properties-special .object-info {
        position: relative;
        bottom: 0px;
        color: #fff;
        padding: 20px;
        transition: all ease 0.5s;
        height: auto;
        overflow: hidden;
        background: #091b2b;
    }

    .wp-block-group-specials-custom .properties-special .object .object-address .object-street, .wp-block-group-specials-custom .properties-special .object .object-address .object-housenumber, .wp-block-group-specials-custom .properties-special .object .object-address .object-housenumber-addition {
        font-size: 20px;
    }

    .wp-block-group-specials-custom .properties-special .carousel-control-next, .wp-block-group-specials-custom .properties-special .carousel-control-prev {
        top: 30%;
    }

    .wp-block-group-specials-custom .properties-special .object-features {
        font-size:  13px;
    }

    .wp-block-group-specials-custom .properties-special .object .object-image.mb-3 {
        margin-bottom: 0!important;
    }

    .page-slider .page-slider-social {
        bottom: 4rem;
        left: 2rem;
    }

    .wp-block-group-specials-custom h2 {
        padding-top: 0;
    }

    .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column h3 {
        margin-bottom: 1rem;
    }

    .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
        margin-bottom: 0;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column {
        padding:1rem 3rem 5px 1.5rem !important;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:before {
        top: -15px;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:after {
        top: -11px;
    }
    .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:after,
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column:hover:after {
        height: 60% !important;
    }

    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:before {
        right: -44px !important;
    }
    .home-page-custom .wp-block-group.wp-block-group-why .wp-block-columns .wp-block-column p:last-of-type a:after {
        right: -15px !important;
    }
    .properties .object .object-info {
        padding: 1.5rem 0.5rem !important;
    }

    .navbar>.container, .container, .alignwide.wp-block-columns, .alignwide .wp-block-group__inner-container {
        max-width: 90vw;
    }

    .wp-block-group.wp-block-group-why-title {
        padding-top: 4rem;
    }
    
    .footer.container.py-5,
    .footer.py-5 {
        padding:0!important;
    }
    .py-5.duo-image,
    .py-5.pattern {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pattern {
        border-top-left-radius: 0;
    }

    .nieuwbouw.slider {
        height: auto;
    }

    .nieuwbouw.slider .carousel-item-afbeelding,
    .nieuwbouw.slider .carousel-item-afbeelding img,
    .nieuwbouw.slider .carousel-item.h-100 {
        height: auto !important;
    }
    .container-fluid.px-0 {
        /*padding-left: inherit !important;
        padding-right: inherit !important;*/
    }

    .properties-special .col-md-6, .wp-block-group-specials-custom .properties-special .object .object-image {
/*        height: 570px !important;*/
    }

    .wp-block-group-specials-custom .properties-special .object:hover .object-price {
        font-size: 22px;
    }

    .wp-block-group-specials-custom .properties-special .object:hover .object-info {
        position: absolute;
        bottom: -20px;
        color: #fff;
        padding: 50px;
        transition: all ease 0.5s;
        overflow: hidden;
        height: 350px;

        position: relative;
        bottom: 0px;
        color: #fff;
        padding: 20px;
        transition: all ease 0.5s;
        height: auto;
        overflow: hidden;
        background: #091b2b;
    }

    .wp-block-group-specials-custom .object-view {
        position: relative;
        right: 0;
        margin-top: 0;
        font-size: 14px;
    }
}

@media (max-height: 680px) {
	.slider-cta.alignwide.wp-block-columns {
		padding-top: 6rem;
	}
	
	.wp-block-group-specials-custom .properties-special .object:hover .object-info,
	.wp-block-group-specials-custom .properties-special .object-info {
		background: #b18663 !important;
	}
	
	nav.navbar {
		padding: 0rem !important;
	}
}

@media (orientation: landscape) and (max-height: 400px) {
	.swiper-large {
		height: 100%;
	}
}

.wpforms-field-required{
	transform: none!important;
	opacity: 1!important;
}

.wp-forms-privacy-link,
.wp-forms-privacy-link:visited{
	color:#fff!important;
}

body.page-id-1394 .carousel-item-afbeelding{
	padding-top:51.25%;
	position:relative;
	display:block;
	height:auto;
}


body.page-id-1394 .carousel-item-afbeelding img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

/* Announcement */

.page-id-1184 .announcement {
	display:block!important;
}

.announcement {
	display:none;
    max-width: 400px;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    box-shadow: 0 0 40px rgb(0 0 0 / 50%);
}

.announcement .collapse {
    max-width: 400px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.announcement .well {
    box-shadow: none;
    display: inline-block;
    height: 100%;

}
.announcement .announcement-image {
    border:  4px solid #b18663;
}

.announcement .announcement-image img {
    width: 400px;
}

.announcement h4 {
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 800;
}

.announcement a.btn {
    padding-right: 2.5rem;
    font-size: .9rem;
    background-color: #000;
}

.announcement a.btn:before,
.announcement a.btn:after {
    width: 8px;
    height: 2px;
    position: absolute;
    right: 1rem;
    background-color: #fff;
    border-radius: 5px;
    content: '';
}

.announcement a.btn:before {
    top: calc(50% - 2.5px);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.announcement a.btn:after {
    top: calc(50% + 2.5px);
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.announcement a.btn:hover,
.announcement a.btn:focus {
    background-color: var(--rood);
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    top: -15px;
    right: -15px;
}

.announcement .btn-announcement-close:before,
.announcement .btn-announcement-close:after {
    width: 13px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    content: "";
}

.announcement .btn-announcement-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.announcement .btn-announcement-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}


.announcement-info {
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .announcement {
        max-width: 310px;
        bottom: 0;
        left: 0;
    }

    .announcement h4 {
        font-size: 1rem;
    }

    .announcement .announcement-image img {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .announcement {
        max-width: 310px;
        bottom: 0;
        left: 0;
    }

    .announcement .announcement-image img {
        max-height: 150px;
    }
}

#ModalChristmas  ul {
	column-count: 2;
}


#ModalChristmas  ul li,
#ModalChristmas p {
	color: #091b2b;
}

.foto-vacature img{
	height:auto!important;
}


.properties-item .object-detail-photos .object-detail-photo-large img{
	height:700px;
}

.properties-item .object-detail-photos .object-detail-photo-medium img, .properties-item .object-detail-photos .object-detail-photo-small img {
    height: 346px;
}

.properties-item-scroll.w-100.py-3.position-fixed.bg-white.border-top.shadow-sm {
    background-color: #132c43 !important;
}

.object-detail-extra.position-relative.pb-5 {
    display:none!important;
}

.properties-item {
    padding-top: 10rem;
}

.properties-item-scroll li a{
    background-color:#b18663;
    line-height: 23px;
	transition:0.6s;
    color: #fff;
}

.properties-item-scroll li a:hover {
    background-color:#b18663!important;
	transform:scale(1.1);
	transition:0.6s;
}



/* Propeties specials */
.properties-special .object .object-image img {
    height: 450px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.properties-special .object .object-image a {
    background-color: #212a2b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.properties-special .object .object-image a:hover:after,
.properties-special .object .object-image a:focus:after {
    opacity: 1;
}

.properties-special .object:hover .object-image img {
    opacity: .3;
}

.properties-special .object .object-image-img{
	background-color:#b18663!important;
}

.properties-special .object:hover .object-image-img:after{
	opacity:1;
}

.properties-special .object .object-image-img:after {
    background-image: url(/wp-content/uploads/2022/06/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transition: 0.6s;
    height: 118px;
    width: 145px;
    content: '';
    z-index: 9;
    margin: auto;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

/*
.properties-special .object .object-image:after {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48px' height='48px'%3E%3Cpath fill-rule='evenodd' fill='rgb(248, 246, 243)' d='M46.460,22.747 C46.72,22.747 45.757,22.433 45.757,22.45 L45.757,3.65 L1.24,47.799 L0.30,46.806 L44.764,2.72 L25.784,2.72 C25.397,2.72 25.82,1.757 25.82,1.370 C25.82,0.982 25.397,0.667 25.784,0.667 L45.742,0.667 C46.130,0.667 46.444,0.982 46.444,1.370 C46.444,1.376 46.441,1.382 46.441,1.389 C46.447,1.388 46.453,1.385 46.460,1.385 C46.848,1.385 47.162,1.699 47.162,2.87 L47.162,22.45 C47.162,22.433 46.848,22.747 46.460,22.747 Z'/%3E%3C/svg%3E");
    content: '';
}
*/

.properties-special .object .object-image .object-image-info {
    width: 90%!important;
    background-color: #d1ad53;
}

.properties-special .object .object-address .object-street,
.properties-special .object .object-address .object-housenumber,
.properties-special .object .object-address .object-housenumber-addition {
    font-size: 1.7rem;
    color: #13132a;
    font-weight: 300;
}

.properties-special .object .object-address .object-place {
    color: #13132a;
}

@media (max-width: 991.98px) {
    .properties-special .object {
        margin-bottom: 3rem;
    }
}


.properties-special .object .object-address .object-street, .properties-special .object .object-address .object-housenumber, .properties-special .object .object-address .object-housenumber-addition {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 300;
}

.properties-special .object .object-address .object-place {
    color: #fff;
}

.properties-special .object .object-price {
    font-weight:700;
	font-size:1rem;
	color:#fff;
}

.properties .object .object-image div.object-status, .properties-special .object .object-image div.object-status, .properties-item .object-detail-photo div.object-status{
	top: .5rem;
    left: .5rem;
    background-color:#b18663;
    color: #fff;
}

@media (min-width: 768px) {
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) {
        width: 100%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(1) .object-detail-photos-item {
        height: 700px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) {
        width: 50%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(2) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(3) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(7) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(8) .object-detail-photos-item  {
        height: 450px;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5),
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) {
        width: 33.3333333333%;
    }

    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(4) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(5) .object-detail-photos-item,
    .properties-item .object-detail-photos-full .col-12.col-lg-3:nth-child(6) .object-detail-photos-item {
        height: 450px;
    }
}

.properties-item .object-detail-photos-full .object-detail-photos-item a{
	position:relative;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:before{
	display:none;
}

.properties-item .object-detail-photos-full .object-detail-photos-item a:after{
	background-image: url(/wp-content/uploads/2022/06/logo.png);
	transform: translate(0%, 0%);
	background-color:rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transition: 0.6s;
    height: 118px;
    width: 145px;
    content: '';
    z-index: 9;
    margin: auto;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.properties-item .object-detail-photos-full .object-detail-photos-item:hover a:after{
    opacity: 1;
}













