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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #222;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6  {
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
    color: #263692;
    font-weight: 200;
    letter-spacing: 3px;
}

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

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

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

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

p,
li {
    line-height: 1.8;
}

/* 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 {
    border: 0!important;
    border-bottom: 1px solid #181818!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: #282526!important;
    border-color: #282526!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: #282526!important;
    border-color: #282526!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: #282526!important;
}

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

.wpforms-container .wpforms-form .wpforms-field-privacy-checkbox .wpforms-field-description {
    float: none;
}


/* Phone / E-mail */
.contact-info {
    top: 150px;
    right: 0;
    z-index: 5;
}

.contact-info .contact-phone a,
.contact-info .contact-email a {
    background-color: #f18f00;
    color: #fff;
}

.contact-info .contact-phone a svg,
.contact-info .contact-email a svg {
    height: 15px;
    fill: #fff;
}

@media (max-width: 767.98px) {
    .contact-info {
        width: 100%;
        top: auto;
        bottom: 0;
        display: none;
    }

    .contact-info .contact-phone,
    .contact-info .contact-email {
        width: 50%;
        margin-bottom: 0!important;
        float: left;
    }

    .contact-info .contact-phone a {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .contact-info .contact-phone a,
    .contact-info .contact-email a {
        text-align: center;
    }
	
	.footer-brands .footer-brand a svg, 
	.footer-brands .footer-brand a img {
    	height: 30px!important;
	}
}


/* 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-brand img {
    max-width: 240px;
}

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

.navbar .navbar-nav {
    width: 100%;
}

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

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

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

.navbar .navbar-nav .menu-item-291 {
    margin-left: auto;
    margin-right: .5rem;
}

.navbar .navbar-nav .nav-link.nav-link-special {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    background-color: #f18f00;
    border-radius: 50%;
    text-align: center;
}

.navbar .navbar-nav .nav-link.nav-link-special svg {
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
}

.navbar .navbar-nav .dropdown-menu {
    padding: .75rem;
    background-color: #f18f00;
    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 solid rgba(255, 255, 255, .2);
    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-scroll {
    background-color: #263692;
}

.navbar-scroll .navbar-brand img {
    max-width: 140px;
}

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

    .navbar .menu-item-327 {
        position: relative;
    }

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

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

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

/* Slider */
.page-slider,
.page-slider .carousel {
    height: calc(70vh - 98px);
    min-height: 440px;
}

.home .page-slider,
.home .page-slider .carousel {
    height: calc(100vh - 98px);
    min-height: 440px;
}

.page-slider {
    background-color: #263692;
}

.page-slider:after {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #f18f00;
    content: '';
    z-index: 2;
}

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

.page-slider .carousel .carousel-overlay {
    top: 0;
    left: -1px;
    z-index: 2;
}

.page-slider .carousel .carousel-overlay svg {
    /* width: 100%; */
    height: 100%;
    fill: #263692;
}

.page-slider .carousel-item {
	height: 100%;
}

.page-slider .carousel-item:after {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(203,209,210,1) 0%, rgba(203,209,210,0) 100%);
    background: -webkit-linear-gradient(top, rgba(203,209,210,1) 0%,rgba(203,209,210,0) 100%);
    background: linear-gradient(to bottom, rgba(203,209,210,1) 0%,rgba(203,209,210,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd1d2', endColorstr='#00cbd1d2',GradientType=0 );
    content: '';
    display: none;
}

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

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

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

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

.page-slider .page-slider-info .container {
    position: relative;
    z-index: 2;
}

.page-slider .page-slider-info .page-slider-text p:nth-child(1) {
    font-size: .9rem;
    letter-spacing: 3px;
    color: #fff;
}

.page-slider .page-slider-info .page-slider-text h1 {
    line-height: 1.2;
    font-size: 2.2rem;
    color: #fff;
}

.single-woningen .page-slider .page-slider-info .page-slider-text p {
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #fff;
}

.page-slider .page-slider-info .page-slider-text p a {
    font-size: .9rem;
    letter-spacing: 3px;
    color: #f48c00;
}

.page-slider .page-slider-info .page-slider-text p a:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f48c00;
    transition: width ease .25s;
    content: '';
}

.page-slider .page-slider-info .page-slider-text p a:after {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f48c00;
    transition: width ease .25s;
    content: '';
}

.page-slider .page-slider-info .page-slider-text p a:hover:before {
    width: 0;
}

.page-slider .page-slider-info .page-slider-text p a:hover:after {
    width: 100%;
    transition-delay: .4s;
}

.page-slider .page-slider-grades {
    bottom: 0;
    right: 0;
    z-index: 2;
}

.page-slider .page-slider-grades .page-slider-grade {
    width: 175px;
    height: 175px;
    bottom: -50px;
    border-radius: 50%;
    text-align: center;
}

.page-slider .page-slider-grades .page-slider-grade-1 {
    right: 250px;
} 

.page-slider .page-slider-grades .page-slider-grade-2 {
    right: 50px;
} 

.page-slider .page-slider-grades .page-slider-grade a {
    width: 175px;
    height: 175px;
    background-color: #f18f00;
    border-radius: 50%;
    color: #fff;
}

.page-slider .page-slider-grades .page-slider-grade-2 a {
    background-color: #eea63d;
}

.page-slider .page-slider-grades .page-slider-grade a p {
    line-height: 1.4;
    margin-bottom: 0;
}

.page-slider .page-slider-grades .page-slider-grade a p:nth-child(1),
.page-slider .page-slider-grades .page-slider-grade a p:nth-child(3) {
    font-size: .7rem;
    text-transform: uppercase;
}

.page-slider .page-slider-grades .page-slider-grade a p:nth-child(2) {
    font-size: 2rem;
    font-weight: 700;
}


@media (max-width: 767.98px) {	
	.page-slider .page-slider-grades .page-slider-grade {
		width: 75px;
		height: 75px;
		border-radius: 50%;
		text-align: center;
	}

	.page-slider .page-slider-grades .page-slider-grade-1 {
		right: 250px;
		top: -350px;
	} 

	.page-slider .page-slider-grades .page-slider-grade-2 {
		right: 50px;
		top: -350px;
	} 

	.page-slider .page-slider-grades .page-slider-grade a {
		width: 75px;
		height: 75px;
		background-color: #f18f00;
		border-radius: 50%;
		color: #fff;
	}

	.page-slider .page-slider-grades .page-slider-grade-2 a {
		background-color: #eea63d;
	}

	.page-slider .page-slider-grades .page-slider-grade a p {
		line-height: 1.4;
		margin-bottom: 0;
	}

	.page-slider .page-slider-grades .page-slider-grade a p:nth-child(1),
	.page-slider .page-slider-grades .page-slider-grade a p:nth-child(3) {
		font-size: .7rem;
		text-transform: uppercase;
	}

	.page-slider .page-slider-grades .page-slider-grade a p:nth-child(2) {
		font-size: 2rem;
		font-weight: 700;
	}
	
    .page-slider,
    .page-slider .carousel {
        height: 520px;
    }

    .page-slider {
        margin-top: 78px;
    }

    .page-slider .carousel {
        width: 100%!important;
        height: 200px!important;
        min-height: 440px!important;
    }

    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 1.2rem;
    }

    .page-slider .page-slider-info .page-slider-text p a {
        font-size: .7rem;
		float: left;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-slider .page-slider-info .page-slider-text {
        padding-top: 5rem;
    }

    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 1.4rem;
    }

    .page-slider .page-slider-info .page-slider-text p a {
        margin-bottom: 2rem;
        margin-left: 0!important;
        display: table;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-slider .page-slider-info .page-slider-text {
        padding-top: 5rem;
    }

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

    .page-slider .page-slider-info .page-slider-text p a {
        font-size: .8rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .page-slider .page-slider-info .page-slider-text h1 {
        font-size: 2rem;
    }
}


/* Content */
.page-main h2 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-size: 2.3rem;
}

.page-main h3 {
    font-size: 1.2rem;
}

.page-main p,
.page-main li {
    line-height: 2;
}

.page-main p a {
    text-decoration: underline;
}

.page-main #funda-widget {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Content Layouts */
.wp-block-columns.wp-block-columns-image-image-text,
.wp-block-columns.wp-block-columns-text-image-image {
    position: relative;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.wp-block-columns.wp-block-columns-text-image-image:before {
    width: calc(100vw + 50%);
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: #ebebeb;
    content: '';
    z-index: -1;
}

.wp-block-columns.wp-block-columns-image-image-text:after,
.wp-block-columns.wp-block-columns-specials:after,
.wp-block-columns.wp-block-columns-services-2:after,
.wp-block-columns.wp-block-columns-team:after {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #f18f00;
    content: '';
    z-index: 2;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column {
    position: relative;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(1) .wp-block-image,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(3) .wp-block-image {
    position: absolute;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(1) .wp-block-image,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(3) .wp-block-image,
.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-text-image-image .wp-block-column:nth-child(3) .wp-block-image img {
    height: 100%;
    max-height: 720px;
    object-fit: cover;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(2) .wp-block-image,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(2) .wp-block-image {
    width: 180%;
    height: 80%;
    position: absolute;
    bottom: -3rem;
    margin-left: -80%;
}

.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(2) .wp-block-image {
    margin-left: 0;
    z-index: 2;
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(2) .wp-block-image img,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(2) .wp-block-image img {
    height: 100%;
    max-height: 580px;
    object-fit: cover;
}

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

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(1) p:last-of-type a,
.wp-block-columns.wp-block-columns-specials p:last-of-type a {
    position: relative;
    margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    color: #f18f00;
    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-text-image-image .wp-block-column:nth-child(1) p:last-of-type a:before,
.wp-block-columns.wp-block-columns-specials p:last-of-type a:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f18f00;
    transition: width ease .25s;
    content: '';
}

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:after,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(1) p:last-of-type a:after,
.wp-block-columns.wp-block-columns-specials p:last-of-type a:after {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f18f00;
    transition: width ease .25s;
    content: '';
}

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

.wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3) p:last-of-type a:hover:after,
.wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(1) p:last-of-type a:hover:after,
.wp-block-columns.wp-block-columns-specials p:last-of-type a:hover:after {
    width: 100%;
    transition-delay: .4s;
}


@media (max-width: 767.98px) {
    .wp-block-columns.wp-block-columns-image-image-text .wp-block-column:nth-child(3),
    .wp-block-columns.wp-block-columns-text-image-image .wp-block-column:nth-child(1) {
        padding: 3rem 1rem 3rem 1rem;
    }
}

.wp-block-columns.wp-block-columns-text,
.wp-block-columns.wp-block-columns-specials {
    position: relative;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wp-block-columns.wp-block-columns-text:before,
.wp-block-columns.wp-block-columns-specials:before {
    width: calc(100vw + 50%);
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: #263692;
    content: '';
    z-index: -1;
}

.wp-block-columns.wp-block-columns-text h2,
.wp-block-columns.wp-block-columns-specials h2,
.wp-block-columns.wp-block-columns-text h3 {
    color: #fff;
}

.wp-block-columns.wp-block-columns-text {
    color: #fff;
}

.wp-block-columns.wp-block-columns-specials p {
    font-size: .9rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.wp-block-columns.wp-block-columns-services-title {
    position: relative;
    margin-bottom: 0;
    padding-top: 5rem;
}

.wp-block-columns.wp-block-columns-services-title p {
    font-size: .9rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-block-columns.wp-block-columns-services {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 5rem;
}

.wp-block-columns.wp-block-columns-services.wp-block-columns-services-1 {
    padding-bottom: 1rem;
}

.wp-block-columns.wp-block-columns-services-title:before,
.wp-block-columns.wp-block-columns-services:before {
    width: calc(100vw + 50%);
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: #cbd1d2;
    content: '';
    z-index: -1;
}

.wp-block-columns.wp-block-columns-services.wp-block-columns-services-1 .wp-block-column:nth-child(2) {
    margin-top: 5rem;
}

.wp-block-columns.wp-block-columns-services.wp-block-columns-services-2 .wp-block-column:nth-child(1) {
    margin-top: -5rem;
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image {
    position: relative;
    overflow: hidden;
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    content: '';
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
    -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;
}

.wp-block-columns.wp-block-columns-services .wp-block-column:hover .wp-block-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    */
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image figcaption {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .9rem;
    color: #fff;
    z-index: 3;
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image figcaption strong {
    margin-bottom: .5rem;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    display: table;
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image figcaption a {
    color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wp-block-columns.wp-block-columns-services .wp-block-column .wp-block-image figcaption a:after {
    display: none;
}

.wp-block-columns.wp-block-columns-team-title {
    position: relative;
    margin-bottom: 0;
    padding-top: 5rem;
}

.wp-block-columns.wp-block-columns-team-title p {
    font-size: .9rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-block-columns.wp-block-columns-team {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 5rem;
}

.wp-block-columns.wp-block-columns-team h4 {
    font-size: 1.2rem;
}

.wp-block-columns.wp-block-columns-team h4 a {
    color: #222;
}

.page-id-232 .page-home {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .wp-block-columns.wp-block-columns-services-title:before,
    .wp-block-columns.wp-block-columns-services:before,
    .wp-block-columns.wp-block-columns-text:before,
    .wp-block-columns.wp-block-columns-specials:before {
        width: 100vw;
        left: -15px;
    }

    .wp-block-columns.wp-block-columns-text:before,
    .wp-block-columns.wp-block-columns-specials:before

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

    .wp-block-columns.wp-block-columns-services.wp-block-columns-services-1 .wp-block-column:nth-child(2),
    .wp-block-columns.wp-block-columns-services.wp-block-columns-services-2 .wp-block-column:nth-child(1) {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .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) {
        flex-basis: 100%!important;
        margin-left: 0;
    }


    .wp-block-columns.wp-block-columns-team h4 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .page-main h2 {
        font-size: 1.8rem;
    }
}


/* Properties / Properties specials */

.properties-title h2 {
	font-size: 1.3rem;
}

/* Color */
.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: #f18f00;
}

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

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

.properties-filter-extra {
    margin-top: 3rem;
}

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

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

.properties .object .object-image .object-image-info,
.properties-special .object .object-image .object-image-info {
    padding: 2rem!important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    -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,
.properties-special .object .object-image {
    position: relative;
    overflow: hidden;
}

.properties .object .object-image img,
.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 .object .object-image img {
    height: 375px;
}

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

.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: #f18f00;
    font-size: .7rem;
    text-transform: uppercase;
}

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

.properties .object .object-address .object-place,
.properties-special .object .object-address .object-place {
    font-family: 'Exodus-Sharpen';
    font-size: 1.2rem;
}

.properties .object .object-price,
.properties-special .object .object-price {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .8rem;
}

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

.properties-special .object .object-info {
    min-height: 38px;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.properties .object .object-features,
.properties-special .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,
.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;
}

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

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

.properties .object .object-feature > .row > .col-7,
.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,
.properties-special .object-features .object-feature-info {
    line-height: 24px;
}

.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before,
.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: '';
}

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

.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte-wit.svg);
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .properties .object .object-image div.object-status,
    .properties-special .object .object-image div.object-status,
    .properties-item .object-detail-photo div.object-status {
        font-size: .6rem;
    }

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

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

    .properties-special .object .object-address .object-place {
        font-size: .8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .properties-special .object .object-image img {
        height: 320px;
    }
}


/* Layout fix */
@media (min-width: 768px) {
    .properties .facetwp-template > .col-12:nth-child(8n+1),
    .properties .facetwp-template > .col-12:nth-child(8n+2),
    .properties .facetwp-template > .col-12:nth-child(8n+4),
    .properties .facetwp-template > .col-12:nth-child(8n+6) {
        width: 50%;
    }

    .properties .facetwp-template > .col-12:nth-child(9n+3),
    .properties .facetwp-template > .col-12:nth-child(9n+5),
    .properties .facetwp-template > .col-12:nth-child(9n+7),
    .properties .facetwp-template > .col-12:nth-child(9n+8) {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .properties .facetwp-template > .col-12:nth-child(9n+3),
    .properties .facetwp-template > .col-12:nth-child(9n+5),
    .properties .facetwp-template > .col-12:nth-child(9n+7),
    .properties .facetwp-template > .col-12:nth-child(9n+8) {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .properties .object,
    .properties-special .object {
        margin-bottom: 2rem;
    }

    .properties .object .object-image img,
    .properties-special .object .object-image img {
        height: 350px;
    }
}

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

    .properties .object .object-image img,
    .properties-special .object .object-image img {
        height: 350px;
    }

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

/* Properties item */
.properties-item {
    padding-top: 3rem;
}

/* Footer Widget */
.footer-widget {
    background-color: #263692;
}

.footer-widget p:last-of-type a {
    position: relative;
    margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    color: #f18f00;
    display: table;
}

.footer-widget p:last-of-type a:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f18f00;
    transition: width ease .25s;
    content: '';
}

.footer-widget p:last-of-type a:after {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f18f00;
    transition: width ease .25s;
    content: '';
}

.footer-widget p:last-of-type a:hover:before {
    width: 0;
}

.footer-widget p:last-of-type a:hover:after {
    width: 100%;
    transition-delay: .4s;
}


/* Brands */
.footer-brands {
    background-color: #fff;
}

.footer-brands .footer-brand a {
    padding: 1.5rem;
    border: 1px solid #ddd;
}

.footer-brands .footer-brand a svg,
.footer-brands .footer-brand a img {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

/* Footer */
.footer {
    background-color: #263692;
    color: #fff;
}

.footer .footer-blocks {
    bottom: 0;
    right: 0;
    z-index: 2;
}

.footer a {
    color: #fff;
}

.footer h4 {
    font-size: 3.5rem;
}

.footer h5 {
    font-size: 1rem;
}

.footer ul.list-social li a {
    width: 30px;
    height: 30px;
    position: relative;
}

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

.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: #fff;
}

.footer a.btn-footer {
    font-size: .9rem;
    letter-spacing: 3px;
}

.footer a.btn-footer:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transition: width ease .25s;
    content: '';
}

.footer a.btn-footer:after {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: width ease .25s;
    content: '';
}

.footer a.btn-footer:hover:before {
    width: 0;
}

.footer a.btn-footer:hover:after {
    width: 100%;
    transition-delay: .4s;
}

.footer-copyright {
    background-color: #fff;
    font-size: .7rem;
    color: #9a9a9a;
}

.footer-copyright a {
    color: #9a9a9a;
}


/* Announcement */
.announcement {
    max-width: 300px;
    bottom: 30px;
    left: 30px;
    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: #f18f00!important;
    box-shadow: none;
    color: #fff;
}

.announcement .announcement-image img {
    width: 100%;
    max-height: 200px;
}

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

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

.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: #008b29;
}

.announcement .btn-announcement-close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    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: #263692;
    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: 310px;
        bottom: 0;
        left: 0;
    }

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

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

}

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

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