/*
Theme Name: Eigen Theme
Theme URI: https://www.goesenroos.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: theme1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html,
body {
	height: 100%;
}
body {
	color: #0c3f46;
    font-size: 17px;
    line-height: 34px;
	font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}
p {
	margin-bottom: 20px;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}

/* Navigation */
.navbar-custom {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0c3f46;
}
.navbar-custom .container-fluid {
	max-width: 1360px;
}
.navbar-custom .navbar-brand {
	padding: 0;
	position: relative;
}
.navbar-custom .navbar-toggler .navbar-toggler-line {
    background-color: #ffffff;
}
.navbar-custom .navbar-nav > .nav-item > .menu-item {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
}
.navbar-custom .current-menu-item {
	color: #f59e37;
}
.navbar-custom .dropdown-menu {
	color: #bf9c7e;
	font-size: 14px;
}

/* Slider */
.slider {
	position: relative;
	min-height: 450px;
}
.slider.vh-100 {
	height: calc(100% - 152px)!important;
}
.slider::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(12, 63, 70, 0.3);
	z-index: 2;
}

/* Content */
.page-content {
	overflow: hidden;
}
body:not(.home) .page-content .container-fluid {
	max-width: 1360px;
}
.home .page-content .container-fluid > .row > .col-12 {
    padding-right: 0;
    padding-left: 0;
}
.page-content .entry-title {
	color: #0c3f46;
	font-size: 36px;
	font-weight: 500;
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
.page-content .entry-title::after {
	content: "";
	display: block;
	height: 2px;
	width: 120px;
	background-color: #0c3f46;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.page-content h1:not(.entry-title) {
	color: #0c3f46;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .5rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
.page-content h2 {
	color: #0c3f46;
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
}
.page-content h2.has-text-align-center {
    color: #0c3f46;
    position: relative;
    font-size: 32px;
    line-height: 36px;
    font-weight: 200;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-content h2.has-text-align-center::after {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    display: block;
    height: 2px;
    border-radius: 12px;
    background-color: #c4c4c4;
    margin-bottom: 30px;
}
.page-content h3 {
	color: #0c3f46;
	font-size: 15px;
	font-weight: 500;
	margin-top: 40px;
}
.page-content hr {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #cccccc;
	margin-bottom: 40px;
}
.page-content a {
	font-weight: 600;
	color: #0c3f46;
	text-decoration: underline;
}
.page-content a:hover {
	text-decoration: underline;
}
.page-content .wp-block-image {
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #d5d5d5;
}
.page-content .wp-block-image img {
	width: 100%;
}
.page-content .wp-block-button {
	margin-bottom: 60px;
}
.page-content .wp-block-button a {
	margin-top: 20px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 9999px;
    border: 2px solid #0c3f46;
    background-color: #0c3f46;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
}
.page-content .wp-block-button a:hover {
	background-color: #f59e37;
	border-color: #f59e37;
}
.page-content .kernwaarde {
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	color: #8cc1c9;
	background-color: #0c3f46;
	padding: 50px;
}
.wpforms-container .wpforms-form .wpforms-field .wpforms-field-divider {
	margin-top: 40px;
	display: block;
}
.wpforms-container .wpforms-form .wpforms-field-privacy-checkbox .wpforms-field-label,
.wpforms-container .wpforms-form .wpforms-field-privacy-checkbox .wpforms-field-description {
	float: none;
}
@media only screen and (max-width: 991px) {
	.page-content .tiles-box {
		padding-bottom: 0;
	}
	.page-content .wp-block-button {
		margin-bottom: 20px;
	    width: 100%;
	    text-align: center;
	}
	.page-content .wp-block-button a {
		margin-top: 0;
	}
}

/* Featured */
.featured {
	overflow: hidden;
	background-color: #0c3f46;
}
.featured .wp-block-column {
	margin: 0!important;
}
.featured .wp-block-column .properties-special,
.featured .wp-block-column .properties-special .row {
	height: 100%;
}
.featured .wp-block-column .object {
	position: relative;
}
.featured .wp-block-column .properties-special .object-image-info .object-address {
	text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.featured .wp-block-column .properties-special .object-image-info .object-address * {
	font-weight: 600;
}
.featured .wp-block-column .properties-special .object-image-info .object-address .object-street {
	font-weight: 600;
}
.featured .wp-block-column .properties-special .object-image-info .object-price {
	font-weight: 200;
	text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.featured .wp-block-column .object .object-image {
	margin-bottom: 0!important;
}
.featured .wp-block-column .object .object-image a .object-image-img {
	overflow: hidden;
	opacity: 0.7;
	transition: opacity ease 0.2s;
	margin-bottom: 0!important;
}
.featured .wp-block-column .object:hover .object-image a .object-image-img {
	opacity: 1;
}
.featured .wp-block-column .object,
.featured .wp-block-column .object .object-image,
.featured .wp-block-column .object .object-image a,
.featured .wp-block-column .object .object-image a .object-image-img,
.featured .wp-block-column .object .object-image a .object-image-img img {
	height: 100%;
}
.featured .wp-block-column .properties-special .object-image-info {
	color: #ffffff;
	position: absolute;
}
.featured .wp-block-column:first-of-type .row > div,
.featured .wp-block-column:first-of-type .carousel,
.featured .wp-block-column:first-of-type .carousel-inner,
.featured .wp-block-column:first-of-type .carousel-item {
	height: 100%;
}
.featured .wp-block-column:first-of-type .carousel-item .row {
	margin: 0;
}
.featured .wp-block-column:first-of-type .carousel-item .row .col-12 {
	padding: 0;
}
.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info {
	left: 10%;
	top: 42%;
	bottom: auto;
}
.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info .object-address {
	margin-bottom: 10px!important;
	line-height: 52px;
}
.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info .object-address * {
	font-size: 40px;
}
.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info .object-price {
	font-size: 20px;
}
.featured .wp-block-column:first-of-type .properties-special .carousel-control-prev,
.featured .wp-block-column:first-of-type .properties-special .carousel-control-next {
	display: none;
}
.featured .wp-block-column:last-of-type .properties-special .row {
	height: 100%;
}
.featured .wp-block-column:last-of-type .properties-special .row .col-12 {
	height: 50%;
}
.featured .wp-block-column:last-of-type .properties-special .row .col-12:first-of-type {
	display: none;
}
.featured .wp-block-column:last-of-type .properties-special .object-image-info {
	padding: 30px!important;
	bottom: 0;
}
.featured .wp-block-column:last-of-type .properties-special .object-image-info .object-address {
	margin-bottom: 6px!important;
}
.featured .wp-block-column:last-of-type .properties-special .object-image-info .object-address * {
	font-size: 24px;
}
.featured .wp-block-column:last-of-type .properties-special .object-image-info .object-price {
	font-size: 20px;
}
@media only screen and (min-width: 992px) {
	.featured {
		height: calc(100vh - 132px);
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 991px) {
	.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info {
		left: 0;
		bottom: 0;
		padding: 30px!important;
	}
	.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info .object-address {
		line-height: 34px;
	}
	.featured .wp-block-column:first-of-type .properties-special .object .object-image .object-image-info .object-address * {
		font-size: 24px;
	}
}

/* Tiles */
.tiles-box {
	clear: both;
	display: table;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1360px;
}
.tile-item {
	width: 100%;
	float: left;
	padding: 0 10px 0 10px;
	height: 340px;
	margin-bottom: 20px;
}
.tile-item:first-of-type {
	margin-left: 0;
}
.tile-item:last-of-type {
	margin-right: 0;
}
.tile-item .tile {
	text-align: center;
	height: 100%;
	display: block;
	color: #ffffff;
	background-color: #0c3f46;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.tile-item .tile a {
	color: inherit;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: none;
}
.tile-item .tile a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	background-color: #0c3f46;
	transition: opacity ease 0.6s;
}
.tile-item .tile a:hover::before {
	opacity: 0.6;
}
.tile-item .tile span {
	font-size: 25px;
	font-weight: 200;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
@media only screen and (min-width: 992px) {
	.tile-item-1 {
		width: 66.66%;
	}
	.tile-item-2 {
		width: 33.33%;
	}
	.tile-item-3 {
		width: 33.33%;
		height: 700px;
		margin-bottom: 0;
	}
	.tile-item-4 {
		width: 66.66%;
	}
	.tile-item-5 {
		width: 66.66%;
		margin-bottom: 0;
	}
}

/* About */
.section-about {
	padding: 60px 0;
	background-color: #0c3f46;
}
.section-about .container-fluid {
	max-width: 1360px;
}
.section-about .container-fluid .row > div {
	position: relative;
}
.section-about .section-inner {
	font-size: 16px;
    position: absolute;
    right: 0;
    width: 580px;
	z-index: 1;
    padding: 50px;
    color: #4a4a4a;
    background-color: #ffffff;
    margin-top: 100px;
}
.section-about .section-inner .section-title {
	margin-top: 0;
	margin-bottom: 20px;
}
.section-about .section-inner .read-more {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
	display: inline-block;
    border-radius: 9999px;
    border: 2px solid #0c3f46;
    background-color: #0c3f46;
    color: #ffffff;
    padding: 14px 30px;
    text-decoration: none;
}
.logo-box .row > div:first-of-type {
	border-left: 0;
}
.logo-box .row > div {
	margin: 20px 0;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.logo-box .logo {
	display: table;
	padding: 0 20px;
}

/* Featured carousel */
.featured-carousel {
	background-color: #efefef;
}
.featured-carousel {
	padding: 40px;
}
.featured-carousel .properties-special {
	margin: auto;
	max-width: 1700px;
}
.featured-carousel .properties-special .active {
	display: block!important;
}
.featured-carousel .object {
	height: calc(100% - 30px);
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin-bottom: 30px;
}
.featured-carousel .carousel-item {
	padding: 20px;
}
.featured-carousel .carousel-item .row {
	width: auto!important;
}
.featured-carousel .object-image {
	margin-bottom: 0!important;
}
.featured-carousel .object-image-img img {
	border-radius: 10px 10px 0 0;
}
.featured-carousel .object-image-info {

	position: static!important;
	padding: 20px 30px;
	border-radius: 0 0 10px 10px;
}
.featured-carousel .object-image-info .object-address {
	font-weight: 600;
	font-size: 18px;
	color: #0c3f46!important;
	margin-bottom: 0!important;
}
.featured-carousel .object-image-info .object-price {
	color: #0c3f46!important;
	margin-bottom: 0!important;
}
.featured-carousel .object-image-info {
	position: relative;
}

/* Contact */
.contact-information {
	padding: 20px 30px;
	border: 1px solid #cccccc;
}
.contact-information h2 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.contact-tel {
	border-top: 1px solid #cccccc;
	margin-bottom: 0;
}
.contact-mail {
	margin-bottom: 30px;
}
.contact-tel a,
.contact-mail a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.contact-tel a::before,
.contact-mail a::before {
	float: left;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-right: 10px;
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-tel a::before {
	background-image: url(images/detail-bellen.svg);
}
.contact-mail a::before {
	background-image: url(images/detail-mailen.svg);
}

/* Aanbod */
.properties-filter-extra .properties-title {
	color: #0c3f46;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0!important;
}
.properties-filter-extra .properties-title h1 {
	font-size: 22px;
}
.properties-filter-extra .properties-title .facetwp-counts {
	margin-top: 0;
    padding: 0 10px;
    background-color: #cfb590;
    font-size: 15px;
}
.properties-filter-extra .properties-filter-favorite a {
	line-height: 54px;
}
.properties-filter-extra .properties-filter-favorite a span.properties-filter-favorite {
	height: 54px;
}
.properties-filter-extra .facetwp-sort {
	height: auto;
}
.properties-filter-extra .facetwp-sort .facetwp-sort-select {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid #f2f2f2;
}
.properties-filter {
	margin-bottom: 0!important;
}
.properties-filter .fs-dropdown .fs-options {
	padding-bottom: 20px;	
}
.properties-filter .fs-wrap.multiple .fs-option {
	padding-top: 10px;
	padding-bottom: 10px;
}
.properties {
	padding-top: 40px;
    background-color: #ffffff;
}
.properties .object {
	height: calc(100% - 20px);
	padding-bottom: 20px;
	margin-bottom: 20px!important;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.properties .object .object-image div.object-status {
	background-color: rgba(0, 28, 87, 0.9);
}
.properties .object .object-info {
	padding: 10px 30px;
}
.properties .object .object-info .object-features {
	float: left;
	width: 100%;
}
.properties .object .object-info .object-feature {
	width: 50%;
	float: left;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}
.properties .object .object-info .object-feature-woonoppervlakte {
    background-image: url(images/square-meters.png);
}
.properties .object .object-info .object-feature-aantalkamers {
    background-image: url(images/rooms.png);
}
.properties .object .object-info .object-feature .row {
	margin: 0;
	width: 100%;
}
.properties .object .object-info .object-feature .row .col-5 {
	padding: 0;
	display: none;
}
.properties .object .object-info .object-feature .row .col-7 {
	padding: 0;
	width: 100%;
}
.properties-filter .properties-filter-button {
	background-color: #0c3f46;
}

/* Detail */
.properties-item {
	margin-top: 20px;
}
.object-detail-extra {
	padding-bottom: 20px!important;
}
.object-detail-navigation {
	margin-top: 20px;
}
.object-detail-adres h1 {
	color: #0c3f46;
}
.object-detail-title {
	color: #0c3f46;
	font-weight: 600;
	font-size: 24px;
}
.object-detail-title-sub {
	color: #0c3f46;
	font-weight: 500;
	font-size: 20px;
}

/* Footer */
.page-template-default .footer {
	margin-top: 20px;
}
.footer {
	padding-top: 60px;
	padding-bottom: 20px;
	color: #7b9ea3;
	background-color: #0c3f46;
}
.footer .container-fluid {
	max-width: 1360px;
}
.footer-title {
	font-size: 18px;
	font-weight: 700;	
	color: #ffffff;
}
.footer .fa {
	margin-right: 8px;
}
.footer a:hover {
	color: #ffffff;
}

/* Footer - logo's */
.logo-link {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	display: table;
	border: 1px solid #4b67a2;
}

/* Footer - copyright */
.footer-copyright {
	font-weight: 400;
	color: #64868b;
	background-color: #0c3f46;
}
.footer-copyright .container {
	width: 100%;
	max-width: 1360px;
}