/*
Theme Name: Factor Noord
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl/
Description: Thema voor Factor Noord
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/

section.full-background-overlay .background-image-wrapper img {
    opacity: 0.5;
}
a.bg-transparent.btn {
  border: 1px solid var(--white);
}
a.bg-transparent.btn:hover {
  color: var(--black);
}
strong {
  font-weight: 800;
}
.margin-min-top img{
  margin-top: -120px;
}
.image-slider .image-outer .image-holder img {
 	max-height: 50px;
  filter: grayscale(1);
}
.socket * {
 	font-size: 12px; 
}
.card.card-reviews {
  border-radius: 0px;
  margin: 0 2px;
}
.card.card-reviews .star-count .icon-star {
  margin: 0;
  color: var(--yellow);
}
.card-no-border .card{
border: none;
}

.extra-padding-card .card{ 
	padding: 32px;
}
.menu-socket-menu-container{
    display: inline-block;
}
.menu-socket-menu-container ul{
	list-style:none;
	padding: 10px;
	margin: 0;
}
.menu-socket-menu-container ul li {
	display: inline-block;
  	padding: 20px;
}
/* stijlen voor de properys dinges*/
/* Card box shared style */
.card-box {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Left column info */
.property-info__item {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #444;
}

.property-info__item .label {
  font-weight: 600;
  color: #222;
  margin-right: 0.4rem;
}

/* Right column stays table but inside card */
.property-repeater {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.property-repeater th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
  padding: 0.75rem;
}

.property-repeater td {
  padding: 0.75rem;
  font-size: 0.95rem;
  color: #555;
}

.property-repeater tr:nth-child(even) td {
  background: #fafafa;
}

/* Image styling */
.property-image img {
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
/* Make category header rows dark gray */
.property-repeater tr.table-secondary th {
    background-color: #333333;  /* dark gray */
    color: #ffffff;             /* white text for contrast */
    font-weight: 600;
}
tr:nth-child(even) > td,
tr:nth-child(even) > th {
    background-color: #fff;
}
/* Remove all borders from the left column table */
.property-basic table,
.property-basic table tr,
.property-basic table th,
.property-basic table td {
    border: none !important;
}

/* Optional: remove padding if you want it tighter */
.property-basic table th,
.property-basic table td {
    padding: 0.4rem 0;
}
/* Override zebra striping for the left table */
.property-basic table tr:nth-child(2n) > td,
.property-basic table tr:nth-child(2n) > th {
    background: #ffffff !important;
}

.property-card {
    background: #ffffff;
    overflow: hidden;
  	padding: var(--general-padding);
  border-radius: 0px;
  border-radius: 12px;
}
.property-card > a {
 	width: 100%; 
}

.property-card .card-body {
    display: flex;
    flex-direction: column;
}

.property-title a {
    color: #222;
    text-decoration: none;
}

.property-title a:hover {
    text-decoration: underline;
}

.property-price {
    font-weight: 600;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    padding: 5px 20px;
    background: var(--primary);
    color: white;
  	z-index: 1;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    border-radius: 8px;
}

.btn-whatsapp:hover {
    background-color: #1ebe57;
    color: #fff;
}
.post-type-archive-real_estate .fake-header, .single-real_estate .fake-header {
    z-index: 3;
}

.page-header-outer {
 height: auto;
  width: 100%;
  position: relative;
}
.page-header {
 	background-size:cover;
  	position: absolute;
  top: 0;
  width: 100%;
    height: auto;
  
}

.property-data {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 590px;
  border: none;
  border-radius: 0px;
}
@media only screen and (max-width: 768px) {
  .page-header-outer {
     height: auto;
    margin-bottom: 30px;
  }
 .property-data {
  	position: relative;
   width: 100%!important;
     max-width: unset;
   margin-top: 0px;
  }
  .page-header {
    position: relative;
   width: 100%;
    height: 30vh;
  }
}
.single-real_estate #main {
  padding-bottom: 100px;
  padding-top: 105px;
}
@media (max-width: 990px) {
  .single-real_estate #main {
    padding-top: 80px;
  }
}
.single-real_estate .page-header-outer {
    position: relative;
    display: flex;
    justify-content: stretch;
  align-items: stretch;
}
.single-real_estate .page-header-outer .property-data {
  margin: 0;
  position: relative;
}
.single-real_estate .page-header-outer .page-header { 
  position: relative;
  background-position: center;
}
.single-real_estate .page-header-outer .page-header img{ 
 height: 100%;
  width: 100%;
    object-fit: cover;
  object-position: center;
      position: absolute;
  top: 0;
  left: 0;
}
span.img-badge {
    display: inline-block;
    padding: 3px;
    font-size: 12px;
    background: var(--white);
    line-height: 1;
    color: var(--black);
    border-radius: 3px;
}
@media (max-width: 990px) {
  .single-real_estate .page-header-outer .page-header img{ 
      position: relative;
}
  .single-real_estate .page-header-outer .page-header { 
  	height: auto;
  }
  .single-real_estate .page-header-outer {
  	display: block;
    height: auto;
  }
  .single-real_estate .page-header-outer .property-data {
    max-width: 100%;
  }
}
.js-fslightbox-open, .js-fslightbox-open img {
      width: 100%;
    display: block;
  z-index: 0;
}
.archive .property-card {
 display: flex; 
  align-items: center;
}

.archive .property-card > a{
  max-width: 370px;
  padding-right: 20px;
  position: relative;
}

.archive .property-card > a img {
 	width: 100%; 
  height: 340px;
  object-fit: cover;
}
.property-card {
  margin: 0;
}
.property-card .card-image img {
    height: 300px;
  object-fit: cover;
  object-position: center;
}
.property-card .content-outer {
 padding-top: 0;  
  padding-bottom: 0; 
}
.property-card .content-outer p{
	margin-bottom: 0;
}
@media (max-width: 768px) {
  .archive .property-card {
    display: block;
  }
  .property-card .content-outer {
      padding: var(--general-padding) 0;
  }
}

/* 
body.logged-in.admin-bar.fixed-header header.scrolled-to-menu {
 	top: 32px; 
}
body.fixed-header header.scrolled:before {
    content: '';
    background: var(--black);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body.fixed-header header.scrolled .container-fluid {
    z-index: 9;
    position: relative;
}
body.fixed-header header.scrolled.bg-transparent {
    z-index: unset!important;
}
body.fixed-header header.scrolled.scrolled-to-menu {
  	z-index: 999!important;
}
.post-type-archive-real_estate main, .single-real_estate main {
 	position: relative;
  	z-index: -2;
}*/
.re-status-filter a {
 	text-decoration: none!important; 
}
.re-status-filter a:hover {
 	opacity: 0.8;
}
span.property-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2em;
    border-radius: 4px;
}
.property-badge-success {
    background: #198754;   /* green */
    color: #fff;
}
.property-badge-primary {
    background: #16a34a;  /* blue */
    color: #fff;
}
.property-badge-danger {
    background: #dc3545;   /* red */
    color: #fff;
}
.property-badge-warning {
    background: #ffc107;   /* yellow */
    color: #212529;
}
.property-badge-secondary {
    background: #6c757d;   /* gray fallback */
    color: #fff;
}
.re-filter-active {
  border: 1px solid var(--primary);
}
.image-slider .slide .image-outer .image-holder img {
    object-fit: contain!important;
}