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

body {
    background-color: #eae9e7;
    font-family: 'Signika', sans-serif;
    font-size: 1.1rem;
    color: #7d7d7d;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6  {
    font-family: 'Signika', sans-serif;
    color: #0a1825;
    font-weight: 400;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}

h2 {
    line-height: 1;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 400;
}

h3 {
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 2rem;
    }
}

a {
    color: #7d7d7d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0a1825;
}

::-moz-selection {
    background: #0a1825;
    color: #fff;
}

::selection {
    background: #0a1825;
    color: #fff;
}

p,
li {
    line-height: 1.8;
}

/* Default */
.wp-block-group {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wp-block-group .wp-block-group__inner-container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wp-block-group .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-image {
    border-radius: .25rem;
}

.wp-block-image img {
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    object-fit: cover;
}

.wp-block-columns .wp-block-column p:last-of-type:not(:first-of-type),
.wp-block-group .wp-block-group__inner-container > p:last-of-type:not(:first-of-type) {
    margin-bottom: 0;
}

.wp-block-group-background {
	background-color: #fff;
}

/* Buttons */
.page-slider .page-slider-text p:last-of-type,
.wp-block-columns .wp-block-column p:last-of-type,
.wp-block-group .wp-block-group__inner-container > p:last-of-type,
.post-item .post-more a,
.properties .object .object-banner-info .object-banner-button a,
.announcement a.btn {
    display: table;
}

.page-slider .page-slider-text p:last-of-type a,
.wp-block-columns .wp-block-column p:last-of-type a,
.wp-block-group .wp-block-group__inner-container > p:last-of-type a,
.post-item .post-more a,
.properties .object .object-banner-info .object-banner-button a,
.announcement a.btn {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #756557;
    border-radius: .25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none!important;
    display: table;
}

.page-slider .page-slider-text p:last-of-type a:hover,
.wp-block-columns .wp-block-column p:last-of-type a:hover,
.wp-block-group .wp-block-group__inner-container > p:last-of-type a:hover,
.post-item .post-more a:hover,
.properties .object .object-banner-info .object-banner-button a:hover
.announcement a.btn:hover,
.page-slider .page-slider-text p:last-of-type a:focus,
.wp-block-columns .wp-block-column p:last-of-type a:focus,
.wp-block-group .wp-block-group__inner-container > p:last-of-type a:focus,
.post-item .post-more a:focus,
.properties .object .object-banner-info .object-banner-button a:focus,
.announcement a.btn:focus {
    background-color: #0a1825;
}

/* Forms */
div.wpforms-container-full {
    text-align: left;
}

/* Forms */
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 {
    height: 58px!important;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: #fff!important;
    border: 1px solid #cfd3c4!important;
    border-radius: .25rem!important;
    font-size: .9rem!important;
    color: #31493b!important;
    font-weight: 400!important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 160px!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 {
    padding: .75rem 2rem!important;
    background-color: #756557!important;
    border: 0!important;
    border-radius: .25rem!important;
    font-size: 1rem!important;
    color: #fff!important;
    font-weight: 400!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: #0a1825!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: 1rem!important;
    color: #7d7d7d!important;
}

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;
}

/* Navigation */
.navbar:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #0a1825;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.075);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.075);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.075);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    content: '';
}

.navbar .navbar-brand {
    margin-right: 5rem;
    position: relative;
}

.navbar .navbar-brand svg {
    width: 200px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar .navbar-brand svg .svg-logo-1 {
    fill: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar .navbar-brand svg .svg-logo-2 {
    fill: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

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

.navbar .navbar-collapse {
    position: relative;
    z-index: 2;
}

.navbar .navbar-nav .nav-link {
    margin-right: .5rem;
    font-weight: 400;
    color: #fff;
}

.navbar .navbar-nav .nav-link.current-menu-item,
.navbar .navbar-nav .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #c5e7d9;
}

.navbar .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 #fff;
    content: '';
    display: block;
    z-index: 1001;
}

.navbar .dropdown-menu {
    padding: .75rem;
    position: absolute;
    background-color: #fff;
    border: 0;
}

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

.navbar .dropdown-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    color: #1b1c19;
    text-transform: none;
    font-weight: 400;
}

.navbar .dropdown-item span {
    font-size: .7rem;
    opacity: .7;
    display: block;
}

.navbar .dropdown-item span:before {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: .25rem;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z' stroke='%23eb5c24' stroke-width='1.5' stroke-miterlimit='10'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    content: '';
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: transparent;
    color: #0d6d44;
}

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

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

.navbar.navbar-scroll:before,
.page-template-gnr-plugin-public-properties-page .navbar:before,
.woningen-template-default .navbar:before {
    top: 0;
}

.navbar.navbar-scroll .navbar-collapse {
    position: relative;
}

.navbar.navbar-scroll .navbar-brand svg {
    width: 120px;
}

@media (max-width: 767.98px) {
    .navbar {
        background-color: #0a1825;
    }

    .navbar .navbar-nav {
        margin-top: 22px;
    }
    
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    
    .navbar .navbar-nav .nav-link.current-menu-item,
    .navbar .navbar-nav .nav-link.current-menu-parent,
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: #0d6d44;
    }
    
    .navbar .navbar-brand svg {
        width: 120px;
    }

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

    .navbar .dropdown-menu {
        padding: 0;
        position: relative;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .navbar .dropdown-item {
        border-bottom: 0;
        color: #fff;
    }
}

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

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

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

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

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

.home .page-slider .carousel-item img {
    animation: carousel-image 6s ease-in-out alternate;
    -webkit-animation: carousel-image 6s ease-in-out alternate;
}

@keyframes carousel-image {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

.page-slider .carousel:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    content: '';
    z-index: 2;
}

.page-slider .page-slider-info {
    top: 0;
    left: 0;
    z-index: 3;
}

.page-slider .page-slider-info .page-slider-text {
    z-index: 5;
}

.page-slider .page-slider-info .page-slider-text h1 {
    line-height: 1.1;
    color: #fff;
}

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

.page-slider-scroll {
    width: 30px;
    height: 30px;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
    cursor: pointer;
    z-index: 12;
}

.page-slider-scroll:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    content: '';
}

.page-slider-scroll svg {
    height: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

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

    .home .page-slider {
        height: 600px;
    }

    .page-slider .page-slider-info .page-slider-text p {
        width: 100%;
    }

    .page-slider .page-slider-text p:last-of-type a {
        padding-left: 1rem;
        padding-right: 1rem;
        width:  calc(50% - 2rem);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-slider .container {
        max-width: 100%;
    }
}

/* Move.nl */
.move-button {
    top: 30%;
    right: 0;
    z-index: 4;
}

.move-button a {
    background-color: #5494fd;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    font-size: .9rem;
    color: #fff;
    font-weight: 600;
}

.move-button a:hover,
.move-button a:focus {
    background-color: #ee7d12;
}

/* Info */
.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(1) p a {
    text-decoration: underline;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
    padding-top: 210px;
    z-index: 3;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image {
    width: calc(100% + 60px);
    margin-top: -60px;
    margin-left: 60px;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image img {
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(3) .wp-block-image {
    width: calc(100% + 60px);
    margin-left: -60px;
}

.wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(3) .wp-block-image img {
    height: 400px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .wp-block-group.wp-block-group-info .wp-block-group__inner-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(3),
    .wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(2) {
        display: none;
    }

    .wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(1) {
        flex-basis: 100%!important;
        padding-left: 0;
    }

    .wp-block-group.wp-block-group-info .wp-block-columns .wp-block-column:nth-child(1) h2 {
        width: auto;
        left: 0;
    }
}

/* Scrolling text */
.wp-block-group.wp-block-group-scrolling-text {
    height: 300px;
    padding-top: 15rem;
    background-color: #fff;
}

.wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container h2 {
    margin-bottom: 0;
    padding: 0;
    font-size: 10vw;
    font-weight: 300;
    letter-spacing: -10px;
    color: #0a1825;
    display: inline-block;
}

.wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container span {
    padding-right: 6rem;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-scrolling-text {
        height: 80px;
        padding-top: 10rem;
    }

    .wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container h2 {
        font-size: 4rem;
        letter-spacing: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wp-block-group.wp-block-group-scrolling-text {
        padding-top: 16rem;
    }

    .wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container h2 {
        letter-spacing: 0;
    }
}
 
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp-block-group.wp-block-group-scrolling-text {
        padding-top: 25rem;
    }

    .wp-block-group.wp-block-group-scrolling-text .wp-block-group__inner-container h2 {
        letter-spacing: 0;
    }
}

/* Objects */
.wp-block-group.wp-block-group-objects {
    padding-bottom: 0;
}

.wp-block-group.wp-block-group-objects .wp-block-group__inner-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.wp-block-group-objects .wp-block-columns {
    max-width: 1520px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column:nth-child(2) p {
    margin-left: auto;
}

.wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column:nth-child(2) p a {
    margin-top: 0;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column:nth-child(1) h2 {
        text-align: center;
    }

    .wp-block-group.wp-block-group-objects .wp-block-columns .wp-block-column:nth-child(2) p {
        margin-right: auto;
    }
}

/* Contact */
.wp-block-group.wp-block-group-contact {
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-contact .wp-block-group__inner-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wp-block-group.wp-block-group-contact .wp-block-group__inner-container h2 br {
        display: none;
    }

    .wp-block-group.wp-block-group-contact .wp-block-group__inner-container p br {
        display: none;
    }
}

/* Projecten */
.wp-block-group.wp-block-group-projecten .wp-block-columns {
    margin-bottom: 2rem;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column:has(img) {
    padding-bottom: 1.5rem;
    background-color: #fff;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column .wp-block-image .wp-element-caption {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: .5rem .75rem;
    background-color: #f8115b;
    border-radius: 50px;
    font-size: .7rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column h3 {
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.2rem;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.wp-block-group.wp-block-group-projecten .wp-block-columns .wp-block-column p:last-of-type a {
    margin-top: 0;
}

/* Content / image */
.wp-block-group.wp-block-group-image-content .wp-block-image,
.wp-block-group.wp-block-group-content-image .wp-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-image {
    left: 0;
}

.wp-block-group.wp-block-group-content-image .wp-block-image {
    right: 0;
}

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

.wp-block-group.wp-block-group-image-content .wp-block-columns,
.wp-block-group.wp-block-group-content-image .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1),
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image {
    margin-bottom: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) .wp-block-image img,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) .wp-block-image img {
    width: 100%;
    object-fit: cover;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2),
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1),
.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2) {
    padding-right: 5rem;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column h3,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column h4,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column h4 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}


.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required),
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) {
    margin: 0;
    padding: 0;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 35px;
    display: block;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:before,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:before {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: .75rem;
    background-color: #31493b;
    border-radius: 50%;
    content: '';
    display: inline-block;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:after,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column ul:not(.wpforms-field-required) li:after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 11px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '';
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column p:last-of-type a,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column p:last-of-type a {
    margin-right: 1rem;
    float: left;
}

.wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column p:last-of-type a:last-of-type,
.wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column p:last-of-type a:last-of-type {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-image-content .wp-block-group__inner-container,
    .wp-block-group.wp-block-group-content-image .wp-block-group__inner-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1),
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(1) {
        padding-right: 0;
    }

    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(1) {
        display: none;
    }
    
    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column:nth-child(2),
    .wp-block-group.wp-block-group-content-image .wp-block-columns .wp-block-column:nth-child(2) {
        padding-left: 0;
    }

    .wp-block-group.wp-block-group-image-content .wp-block-columns .wp-block-column h2 {
        font-size: 2.5rem;
    }

    .wp-block-group.wp-block-group-image-content .wp-block-image,
    .wp-block-group.wp-block-group-content-image .wp-block-image {
        width: 100%;
        position: relative;
    }
}

/* Team */
.wp-block-group.wp-block-group-team {
    background-color: #31493b;
}

.wp-block-group.wp-block-group-team h2 {
    color: #f2f0ea;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column {
    color: #f2f0ea;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column a {
    color: #f2f0ea;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column .wp-block-image {
    margin-bottom: 2rem;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.wp-block-group.wp-block-group-team .wp-block-columns .wp-block-column p:nth-of-type(1) {
    margin-bottom: 0;
    font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .wp-block-group.wp-block-group-team .wp-block-group__inner-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Properties specials */
.properties-special > .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.properties-special > .row > .col-12 {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.properties-special .object .object-image {
    margin-bottom: 0!important;
    overflow: hidden;
}

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

.properties-special .object .object-image a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 70%);
    content: '';
}

.properties-special .object .object-image .object-image-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 3rem!important;
    text-align: center;
    display: table;
}

.properties-special .object .object-image div.object-status {
    background-color: #31493b;
}

.properties-special .object .object-address {
    line-height: 1.2;
    margin-bottom: 1rem!important;
}

.properties-special .object .object-address .object-street,
.properties-special .object .object-address .object-housenumber,
.properties-special .object .object-address .object-housenumber-addition,
.properties-special .object .object-address .object-place {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.properties-special .object .object-info {
    display: none;
}

.properties-special .object:hover .object-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


@media (max-width: 767.98px) {
    .properties-special .object .object-image img {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .properties-special .object .object-image img {
        height: 300px;
    }

    .properties-special .object .object-image .object-image-info {
        padding: 1rem!important;
    }

    .properties-special .object .object-address .object-street,
    .properties-special .object .object-address .object-housenumber,
    .properties-special .object .object-address .object-place {
        font-size: 1rem;
    }
}


/* Properties / specials */
.properties-filter-extra,
.properties-filter-v-1,
.properties-filter-selections,
.properties {
    position: relative;
}

.properties-filter-extra .properties-filter-show,
.properties-filter-extra .facetwp-sort .facetwp-sort-select,
.properties-filter-extra .facetwp-per-page .facetwp-per-page-select {
    background-color: #fff;
    font-size: .9rem;
}

.properties-filter-extra .properties-filter-extra-main {
    position: relative;
}

.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,
.properties-filter-more-close a {
    background-color: #0a1825;
}

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

.properties-filter-extra {
    margin-top: 120px;
}

.properties-filter-extra .facetwp-per-page {
    margin-bottom: 0;
}

.properties-filter-v-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #e0e0e0;
}

.properties-filter-v-1 .fs-search {
    border-top: 0;
}

.properties-filter-v-1 .properties-filter-default {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: .75rem!important;
    padding-bottom: .75rem!important;
    background-color: #fff;
    font-size: 1rem;
}

.properties-filter-v-1 .properties-filter-range-list {
    margin-bottom: 0;
}

.properties-filter-v-1 .facetwp-facet,
.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect {
    margin-bottom: 0;
    border-right: 1px solid #ebebeb;
}

.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect .fs-search {
    padding-top: 17px;
    padding-bottom: 17px;
}

.properties-filter-v-1 .facetwp-facet-zoeken.facetwp-type-fselect .fs-dropdown {
    border-radius: 50px;
}

.properties-filter-v-1 .col-properties-filter-price-from .properties-filter-range-list {
    border-right: 1px solid #ebebeb;
}

.properties-filter-v-1 .properties-filter-more {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: transparent;
    color: #1b1c19;
}

.properties-filter-v-1 .properties-filter-more a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1b1c19!important;
    text-transform: capitalize!important;
    text-align: left!important;
    text-decoration: underline;
}

.properties-filter-v-1 .properties-filter-more a:before {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6009 4.10156V6.30156C20.6009 7.10156 20.1009 8.10156 19.6009 8.60156L15.3009 12.4016C14.7009 12.9016 14.3009 13.9016 14.3009 14.7016V19.0016C14.3009 19.6016 13.9009 20.4016 13.4009 20.7016L12.0009 21.6016C10.7009 22.4016 8.90086 21.5016 8.90086 19.9016V14.6016C8.90086 13.9016 8.50086 13.0016 8.10086 12.5016L7.63086 12.0116C7.32086 11.6816 7.26086 11.1816 7.51086 10.7916L12.6309 2.57156C12.8109 2.28156 13.1309 2.10156 13.4809 2.10156H18.6009C19.7009 2.10156 20.6009 3.00156 20.6009 4.10156Z' fill='%23222222'/%3E%3Cpath d='M10.3504 3.63156L6.80039 9.32156C6.46039 9.87156 5.68039 9.95156 5.23039 9.48156L4.30039 8.50156C3.80039 8.00156 3.40039 7.10156 3.40039 6.50156V4.20156C3.40039 3.00156 4.30039 2.10156 5.40039 2.10156H9.50039C10.2804 2.10156 10.7604 2.96156 10.3504 3.63156Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    content: '';
    display: inline-block;
}

.properties-filter .properties-filter-range-list .facetwp-counter {
    display: none;
}

.properties-filter .properties-filter-header,
.properties-filter-more-options,
.properties-filter-more-close {
    background-color: transparent;
}

.properties-filter-v-1 .properties-filter-reset {
    top: 19px;
    right: 52px;
    background-color: #8f9192;
}

.properties-filter-selections .facetwp-selections .facetwp-selection-value {
    background-color: #8f9192;
    border-color: #8f9192;
    color: #fff;
}

.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio,
.properties-filter.properties-filter-v-1 .properties-filter-range-list .facetwp-type-checkboxes .facetwp-checkbox {
    padding-left: 45px;
}

.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio:before,
.properties-filter .properties-filter-range-list .facetwp-type-radio .facetwp-radio:after {
    left: 12px;
}

@media (min-width: 768px) {
    .properties-filter-extra .col-12.col-md-4,
    .properties-filter-extra .col-12.col-md-8 {
        width: 50%;
    }
}

.properties-title .facetwp-counts {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
}

.properties .object {
    background-color: #fff;
}

.properties .object .object-image {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

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

.properties .object .object-image a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    content: '';
    opacity: 0;
}

.properties .object .object-image a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 501 355'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M130.476,110.679 C130.476,141.678 130.476,172.688 130.476,203.688 C129.498,204.014 128.519,204.340 127.540,204.666 C125.603,205.350 123.674,205.907 121.841,206.623 C117.960,208.138 114.222,209.492 110.499,211.112 C107.212,212.542 103.993,214.291 100.770,215.717 C90.309,220.342 80.865,226.552 71.581,232.408 C65.064,236.518 59.205,241.273 53.274,245.933 C45.446,252.084 38.119,259.464 32.318,267.631 C29.379,271.770 26.785,276.276 24.777,281.329 C23.815,283.748 23.224,286.372 22.647,289.157 C21.375,295.287 22.730,302.232 25.007,306.136 C30.763,316.004 40.734,321.334 52.583,325.071 C59.301,327.190 66.514,328.418 73.999,329.906 C76.782,330.290 79.565,330.673 82.347,331.057 C87.490,331.537 92.634,332.016 97.776,332.496 C103.859,332.784 109.943,333.072 116.026,333.359 C117.657,333.378 119.288,333.398 120.919,333.417 C124.316,333.455 127.713,333.494 131.109,333.532 C134.815,333.532 138.875,333.907 142.336,333.359 C146.135,333.167 149.935,332.976 153.735,332.784 C156.402,332.554 159.070,332.323 161.737,332.093 C168.272,331.006 174.981,330.857 181.253,329.618 C187.324,328.419 193.389,327.905 199.215,326.625 C202.592,325.992 205.971,325.359 209.348,324.726 C223.194,321.295 237.067,319.009 250.338,315.057 C256.766,313.273 263.196,311.488 269.624,309.704 C278.815,306.903 288.009,304.102 297.200,301.301 C328.158,291.519 358.113,280.349 387.298,268.725 C403.192,262.395 418.835,255.879 434.276,249.156 C441.546,245.991 448.836,243.006 455.922,239.602 C455.903,246.508 455.884,253.416 455.865,260.322 C448.823,263.525 441.778,266.730 434.736,269.934 C420.244,276.306 405.627,282.519 390.925,288.754 C382.072,292.509 373.109,295.817 364.097,299.402 C340.009,308.984 315.035,317.585 289.486,325.647 C279.816,328.698 269.955,331.273 260.125,334.223 C255.692,335.393 251.259,336.563 246.826,337.733 C243.794,338.462 240.762,339.192 237.730,339.921 C228.707,342.220 219.323,344.024 209.981,346.079 C206.585,346.693 203.187,347.307 199.791,347.921 C192.637,349.474 185.175,349.991 177.684,351.374 C172.509,352.329 167.090,352.322 161.679,353.216 C158.475,353.484 155.269,353.753 152.065,354.022 C149.897,354.156 147.728,354.290 145.560,354.424 C143.871,354.501 142.182,354.578 140.493,354.655 C137.170,355.173 133.395,354.885 129.843,354.885 C125.813,354.847 121.783,354.808 117.753,354.770 C116.237,354.731 114.721,354.693 113.205,354.655 C110.710,354.559 108.215,354.463 105.721,354.367 C102.229,354.175 98.735,353.983 95.243,353.791 C93.190,353.619 91.136,353.446 89.083,353.273 C83.170,352.289 77.203,352.220 71.524,351.086 C65.356,349.856 59.182,349.053 53.447,347.345 C34.577,341.726 17.518,334.804 8.081,319.834 C5.124,315.143 3.183,309.967 1.806,303.603 C1.350,301.494 1.530,299.378 1.173,297.042 C0.691,293.893 1.178,289.461 1.691,286.797 C3.315,278.368 5.440,271.351 9.117,265.041 C22.370,242.307 42.201,225.980 64.270,212.091 C68.609,209.360 73.086,206.947 77.569,204.321 C84.176,200.450 91.217,197.024 98.467,193.846 C100.950,192.757 103.469,191.687 106.066,190.623 C107.160,190.201 108.254,189.778 109.348,189.356 C109.348,169.905 109.348,150.447 109.348,130.995 C77.054,130.995 44.750,130.995 12.457,130.995 C12.476,130.957 12.495,130.919 12.514,130.880 C101.087,87.258 189.687,43.622 278.260,0.000 C352.499,36.736 426.761,73.482 500.1000,110.218 C500.1000,110.237 500.1000,110.256 500.1000,110.276 C486.052,110.276 471.100,110.276 456.153,110.276 C396.707,81.041 337.244,51.797 277.799,22.562 C219.006,51.912 160.196,81.271 101.403,110.621 C101.403,110.640 101.403,110.659 101.403,110.679 C111.093,110.679 120.786,110.679 130.476,110.679 ZM187.183,203.342 C192.172,203.342 197.162,203.342 202.151,203.342 C202.132,203.381 202.113,203.419 202.094,203.457 C200.486,204.101 199.020,205.625 197.661,206.623 C194.171,209.186 190.979,212.057 187.471,214.565 C182.411,218.183 177.608,222.051 172.733,225.846 C170.910,227.419 169.087,228.993 167.264,230.566 C161.148,235.463 155.474,241.322 150.741,247.602 C147.778,251.534 145.163,255.509 143.545,260.840 C142.953,262.788 142.403,265.689 142.911,268.149 C144.127,274.033 148.343,277.321 153.274,279.488 C156.919,281.089 160.961,282.264 165.364,283.229 C167.628,283.574 169.893,283.919 172.157,284.265 C174.959,284.495 177.761,284.725 180.562,284.955 C181.484,284.975 182.405,284.994 183.326,285.013 C185.348,285.322 189.028,285.393 191.098,285.071 C193.476,284.700 195.897,285.131 198.121,284.783 C201.690,284.495 205.261,284.207 208.830,283.919 C212.437,283.459 216.045,282.998 219.653,282.538 C230.073,280.543 240.400,279.472 250.338,277.013 C263.866,273.665 277.471,271.340 290.522,267.459 C301.504,264.193 312.663,261.742 323.510,258.365 C340.847,252.967 358.155,247.943 375.266,242.537 C382.538,240.139 389.813,237.741 397.085,235.343 C401.211,233.962 405.337,232.580 409.463,231.199 C416.486,228.820 423.511,226.441 430.534,224.062 C439.034,221.070 447.537,218.076 456.037,215.083 C456.037,216.637 456.037,218.192 456.037,219.745 C456.018,219.784 455.999,219.822 455.980,219.861 C447.710,222.930 439.437,226.000 431.167,229.069 C418.982,233.443 406.794,237.818 394.610,242.192 C390.753,243.535 386.895,244.878 383.038,246.221 C378.471,247.755 373.903,249.291 369.336,250.825 C360.924,254.088 352.091,256.647 343.372,259.401 C335.313,261.952 327.251,264.504 319.192,267.056 C312.975,268.897 306.756,270.739 300.539,272.581 C290.961,275.567 281.068,277.629 271.351,280.524 C268.243,281.272 265.133,282.020 262.025,282.768 C252.038,285.314 241.652,287.159 231.225,289.445 C226.196,290.547 221.123,290.898 215.911,291.862 C212.313,292.527 208.543,292.558 204.742,293.186 C201.557,293.435 198.371,293.685 195.185,293.934 C194.111,293.953 193.036,293.972 191.961,293.992 C189.409,293.992 186.857,293.992 184.305,293.992 C183.096,293.972 181.886,293.953 180.678,293.934 C177.895,293.742 175.112,293.550 172.330,293.358 C169.912,293.052 167.494,292.745 165.076,292.438 C159.703,291.364 154.587,290.329 150.050,288.524 C145.137,286.568 140.215,284.163 137.154,280.351 C134.668,277.255 133.093,274.182 132.261,269.300 C131.723,266.143 132.502,262.781 133.239,260.437 C135.132,254.420 138.310,249.845 141.702,245.357 C143.465,243.026 145.414,240.935 147.229,238.681 C148.054,237.837 148.880,236.993 149.705,236.149 C151.177,234.324 153.061,232.440 154.886,230.969 C157.249,229.064 159.234,226.669 161.622,224.753 C165.688,221.489 169.409,217.728 173.539,214.508 C176.129,212.398 178.720,210.287 181.311,208.177 C183.268,206.565 185.226,204.954 187.183,203.342 Z'/%3E%3C/svg%3E");
    background-size: 280px auto;
    background-repeat: no-repeat;
    background-position: calc(50% - 30px) center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    content: '';
    opacity: 0;
}

.properties .object .object-image div.object-status,
.properties-special .object .object-image div.object-status,
.properties-item .object-detail-photo div.object-status {
    background-color: #1b1c19;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 600;
}

.properties .object .object-info {
    position: relative;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.properties .object .object-address .object-street,
.properties .object .object-address .object-housenumber,
.properties .object .object-address .object-housenumber-addition {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b1c19;
}

.properties .object .object-address .object-place {
    color: #1b1c19;
    opacity: .6;
}

.properties .object .object-price {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    margin-bottom: 0!important;
}

.properties .object .object-features {
    width: 100%;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #c7c7c7;
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: row;
}

.properties .object .object-feature {
    width: 33.3333%;
    font-size: .9rem;
    color: #565656;
}

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

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

.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-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.svg);
}

.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before {
    background-image: url(images/woon-oppervlakte.svg);
}

.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.svg);
}

.properties .object .object-view {
    position: absolute;
    bottom: .5rem;
    right: 1.5rem;
    margin-bottom: .5rem!important;
}

.properties .object .object-view a {
    width: 50px;
    height: 50px;
    padding: 0!important;
    background-color: #0a1825;
    border: 0;
    border-radius: 100%;
    text-indent: -9999px;
    display: table!important;
}

.properties .object .object-view a:after {
    width: 37px;
    height: 20px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve' fill='%23ffffff' %3E%3Cpath d='M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 37px 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: inline-block;
    content: '';
}

.properties .object .object-view a:hover,
.properties .object .object-view a:focus {
    background-color: #0d6d44;
}

.properties .object .object-view a:hover:after,
.properties .object .object-view a:focus:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
} 

.properties .object:hover .object-image a:before {
    opacity: 1;
}

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

.properties-pagination .facetwp-pager a.facetwp-page:first-of-type {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.properties-pagination .facetwp-pager a.facetwp-page:last-of-type {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.properties .object.object-banner {
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.properties .object.object-banner .object-banner-info {
    padding: 5rem;
}

.properties .object.object-banner .object-banner-info .object-banner-title {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #1b1c19;
}

.properties .object.object-banner .object-banner-info .object-banner-title strong {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}

.properties .object.object-banner .object-banner-info .object-banner-content {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 1.1rem;
}

/* Properties item */
.properties-item {
    position: relative;
    margin-top: 132px;
    z-index: 3;
}

.properties-item .object-detail-extra {
    display: none;
}

.properties-item .object-detail-extra .container,
.properties-item .object-detail-photos .container {
    max-width: none;
}

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

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

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

.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: #fff;
    font-size: .9rem;
}

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

.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 {
    font-size: 3rem;
    font-weight: 700;
}

.properties-item .object-detail-header .object-detail-adres h1 span.object-place {
    font-size: 1.5rem;
}

.properties-item .object-detail-information .object-information {
    padding-right: 5rem;
}

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

.properties-item .object-detail-contact .contact-info-appointment a,
.properties-item .object-detail-contact .contact-info-website a,
.properties-item .object-detail-contact .contact-info-brochure a,
.properties-item .object-detail-contact .contact-info-custom-button a {
    background-color: #fff;
    border: 1px solid #fff;
    font-size: .9rem;
    color: #1b1c19!important;
}

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

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

.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(236, 236, 236, 0) 0, rgba(236, 236, 236, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(236, 236, 236, 0) 0, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0) 0, rgba(236, 236, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ececec',endColorstr='#ececec',GradientType=0);
}

.properties-item-scroll li a {
    background-color: transparent;
    border: 1px solid #edeae6;
    border-radius: .25rem;
}

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

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

.properties-item-scroll li.li-scroll-favorite {
    display: none!important;
}

@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: #8f9192;
}

.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: #fff;
    z-index: 2;
    content: '';
    opacity: 0;
}

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

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

.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;
}

@media (max-width: 767.98px) {
    .properties-item {
        margin-top: 100px;
    }

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

    .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 {
        font-size: 2rem;
    }
}


/* Footer */
.footer {
    background-color: #31493b;
    font-size: 1rem;
    color: #fff;
}

.footer .container {
    max-width: 1520px;
}

.footer svg.footer-logo {
    width: 160px;
}

.footer h5 {
    font-size: 1.2rem;
    color: #fff;
}

.footer a {
    color: #fff;
	text-decoration: none;
}

.footer ul.list-contact-info li strong {
    width: 20px;
    display: inline-block;
}

.footer svg.svg-brand {
    height: 25px;
}

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

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

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

.footer-copyright {
    background-color: #31493b;
    font-size: .8rem;
    color: #6c8375;
    text-align: center;
}

.footer-copyright a {
    color: #6c8375;
}

/* WhatsApp */
.whatsapp-contact {
    bottom: 2rem;
    right: 33px;
    z-index: 999;
}

.whatsapp-contact .whatsapp-contact-title {
    line-height: 50px;
    left: 200px;
    background-color: #2ec960;
    border-radius: 50px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    opacity: 0;
}

.whatsapp-contact .whatsapp-contact-title:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2ec960;
    content: '';
}

.whatsapp-contact .whatsapp-contact-icon {
    width: 50px;
    height: 50px;
    background-color: #2ec960;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.15);
}

.whatsapp-contact .whatsapp-contact-icon svg {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
}

.whatsapp-contact.whatsapp-contact-scroll .whatsapp-contact-title {
    left: 0;
    opacity: 1;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-20px);
    }
    10% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-15px);
    }
    20% {
        transform: translateY(0);
    }
}

.whatsapp-contact .whatsapp-contact-icon {
    animation: bounce 5s ease infinite;
}

@media (max-width: 767.98px) {
    .whatsapp-contact {
        bottom: 1rem;
        right: 1rem;
    }
}

/* Announcement */
.announcement {
    max-width: 300px;
    bottom: 0;
    left: 1rem;
    font-size: .9rem;
    z-index: 9999;
}

.announcement .collapse {
    max-width: 300px;
    -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 {
    background-color: #fff!important;
    box-shadow: none;
}

.announcement .announcement-image img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
}

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

.announcement a.btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #0a1825;
    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);
}

@media (max-width: 767.98px) {
    .announcement {
        max-width: 200px;
        bottom: 0;
        left: 0;
		font-size: 13px;
    }

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

    .announcement .announcement-image img {
        max-height: 70px;
    }
	
	.announcement a.btn {
		padding: .75rem 0.25rem;
		border-radius: .25rem;
		font-size: .7rem;
		color: #fff;
	}
	
	.announcement-info.p-3 {
		padding: 0.5rem !important;
	}
	
	.announcement-info p {
		line-height:1.2 !important;
	}
}

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

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

/*
ul#menu-menu a.nav-link.mobile-only.menu-item.menu-item-type-custom.menu-item-object-custom{
	display:none;
}

@media (max-width:978.98px){
	h2{
		font-size:calc(1.375rem + 1.5vw)!important;
	}

	.wp-block-group.wp-block-group-contact {
		padding-bottom: 5rem;
	}

	ul#menu-menu li a{
		color:#fff;
	}
	
	ul#menu-menu li a.current-menu-item{
		color:rgb(197, 231, 217);
	}
	
	.facetwp-facet.facetwp-facet-per_pagina.facetwp-type-pager.facetwp-per-page,
	.facetwp-sort{
		margin-top:10px;
		width:100%;
	}
	
	.properties-filter-extra .properties-filter-show,
	.properties-filter-extra .facetwp-sort .facetwp-sort-select,
	.properties-filter-extra .facetwp-per-page .facetwp-per-page-select{
		width:100%;
	}
	
	ul#menu-menu a.nav-link.mobile-only.menu-item.menu-item-type-custom.menu-item-object-custom{
		display:block;
	}

	.move-button a,
	.whatsapp-contact .whatsapp-contact-title{
		display:none!important;
	}
	
	.whatsapp-contact {
		bottom: 1rem;
		right: 1.25rem;
		z-index: 999;
	}
}
*/






