﻿/*
* Theme: w-estate
* Author: sitesource
* Revision: 1.0
*/


/*
* 0. THEME
*/

body 
 {
	font-weight:normal;
	padding-top: 60px;
 }
 
.divider {
  height: 1px;
  border-top: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
}

.btn-primary {
	background-color:gold !important;
	border-color:#999 !important;
}

.btn-primary:hover {
	background-color:#998F68 !important;
	border-color:#444 !important;
}

.serif 
{
	font-family:"Playfair Display", serif;
}

.sans-serif 
{
	font-family:"Lato", sans-serif;
}

.text-color-brand
{
	color:gold;
}

.bg-color-brand
{
	background-color:gold;
}

/*
* 1. NAVBAR
*/

.page-aanbod .nav-aanbod,
.page-contact .nav-contact,
.page-makelaars .nav-makelaars,
.navbar-nav .active a,
.navbar-nav a:hover {
	color:#ffd700 !important;
	transition:color ease-in-out .2s !important;
}

/* medium screen */
@media (min-width: 768px) and (max-width:992px) {
	
}
/* large screen */
@media (min-width: 992px) {
}
/* extra large screen */
@media (min-width: 1200px) {

}

/*
* 2. HOME
*/

.parallax  
{
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  
}
/* (perspective — distance) / perspective = scaleFactor */
.parallax-container {
  overflow-x: hidden;
  overflow-y: hidden;
  perspective: 8px;
  perspective-origin: 0%;
  -webkit-overflow-scrolling: touch;
}

#immo-search {
	
}

	#immo-search .form-control-inline {
		/*background-color:transparent !important;
		border:none !important;
		color:#333 !important;
		font-weight:bold;*/
	}

#carousel-newest {

}
	#carousel-newest img {
		width:100%;
		display:block;
		background-position:center center;
		background-repeat:no-repeat;
		/* background-size:cover !important; */ 
		height:500px;
	}
	
	#carousel-newest .carousel-caption h2,
	#carousel-newest .carousel-caption h3	
	{
		text-shadow:2px 2px #000;
		font-weight:bold !important;
	}

/* large screen */
@media (min-width: 992px) {
	#carousel-newest img {height:500px;}
}

/* extra large screen */
@media (min-width: 1200px) {
	#carousel-newest img {height:500px;}
}

/*
* 2. CONTENT
*/

#content {
}

    #content h1 img, img.border {
        border: solid 4px #ccc;
    }
	
/*
 * 2.1 IMMO-ITEM
*/

#immo-items {
	
}

.immo-item {
	padding-bottom:2em;
}

.immo-item.hidden {
	display:none;
}

.immo-item .immo-item-container {
	overflow:hidden;
	position:relative;
	border-radius:5px;
}

.immo-item .immo-item-container .text-container {
	color:#fff !important;
	margin:1rem;
}

.immo-item .price {
	font-size:1em;
	font-weight:light !important;
	color:#666;
}

.immo-item .address {
	font-size:1em;
	font-weight:500 !important;
	color:#111;
}

.immo-item .img-container {
    height: 250px !important;
	display:block;
    width: 100%;
    margin:0;
    background-size: cover;
	background-repeat:no-repeat;
	/* background-size: contain; */
    background-position: center center;
	border-radius:5px;

}

.immo-item a {
    display: block;
    padding: 0;
    background: #fff;
    text-decoration: none;
    color: #000;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}

.immo-item a:hover   {
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  margin-top:-3px;
}



/*
*  2.2 AANBOD
*/

.headtypes a {
    cursor:pointer;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 50px;
    background: #333;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 .3em;
	
}

    .headtypes a span {
        font-weight: normal;
		padding:0 .3em;
    }

    .headtypes a:hover,
    .headtypes a:active,
	.headtypes a:focus
	{
        color: #333;
        background-color: #ffed00;
		text-decoration:none !important;
    }

/*
*  2.3 DETAIL
*/

.immo-item-properties td{
    text-align:right;
	word-break: break-all !important;
}

.immo-item-properties th{
	word-break: break-all !important;
}

.immo-item-properties address{
    margin-bottom:0;
}

/* flickety customization */


.flickity-enabled {
	z-index:9999 !important;
}

.flickity-viewport {
	border-radius:.3em;
}
	
.carousel-cell {
  background: #fff;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(50%);
}

.carousel-cell.is-selected {
	filter: brightness(100%);
}

	
/*
* 2.4 ZOEKFICHE
*/
	
.page-zoekfiche	h4 {font-size:1em;padding:8px 0 !important;margin:0 !important;}
.page-zoekfiche	h5 {font-size:.9em;padding:8px 0 !important;margin:0 !important;}
.list-group-item label {margin:0 !important;}
.list-group-item .btn-primary {padding:2px 10px; !important;}

	
/*
* 3 WIDGETS
*/

.epc-bar {
	margin-top:10px;
	background-image: linear-gradient(to right, #38883b,#56b61f,#9bde28,#d8da1a,#fff200,#ffd300,#fa9100,#d52016);
    background-size: contain;
    width: 100%;
    height: 30px;
}

    .epc-bar .epc-indicator {
		text-align:left;
		color:#333;
		border-left:1px dotted #333;
    }
	
	.epc-bar .epc-indicator:before {
		content: "\1F837";
		font-size:20px;
		position:relative;
		left:-7px;
		top:-20px;
	}
	
	.epc-bar .scale
	{
		width:100%; 
		height:8px;
		display:block;
		text-align:left;
		background: repeating-linear-gradient(
			to right,
			rgba(0,0,0,.5),
			rgba(0,0,0,.5) 1px,
			rgba(255,255,255,0) 1px,
			rgba(255,255,255,0) 14%
		)
	}
	
/* IOS like switch */

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

	.switch input {
	  display:none;
	}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* gallery */

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}	
	
/*
* 4 FOOTER
*/



footer section h1 {
    
}

/*
* RECENSIES
*/

#reviews { color:#fff;}
	#reviews .carousel-item 
	{
		min-height:250px;
	}
		#reviews blockquote {
			margin: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width:100%;
			font-weight:300;
		}
	
/*
* 3.1 INFORMATION
*/
#information {
    background: #eee;
    padding: 20px 0;
}
	#information p:first-of-type
	{
		
	}


    #information .btn-primary {
        text-transform: uppercase;
        font-size: 1em;
		padding:.75em 0 !important;
    }
	#information .row {
	
	}
/*
* 3.2 REGIONS
*/
#regions {
    background: #aaa;
}

    #regions h1,
    #regions a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

/*
* 3.3 LEGAL
*/
#legal {
	font-size:.8em !important;
}

#legal p {margin:0 !important;}
/*
* 3.3.1 GDPR cookie consent 
*/


/*
* 3.4 CONTACT
*/
.contact-form .row > div {
    margin-bottom:5px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

/*
4. PRINT STYLES    
*/
@media print {
    #printheader {
        margin-top: -50px;
        text-align:left;
    }
    #printheader .contact {float:left;}
    #printheader .logo {float:right;}
    #printheader .contact h1 {display:none;}
    a[href]:after {
        content: none
    }
}

.btn-social {
	line-height:20px; 
	display:inline-block; 
	padding:0 10px;
	text-align:center; 
	font-size:11px;
	margin:0 !important;
}

.btn-social.social-facebook {
	background:#3b5998;
	color:#fff;
}
.btn-social.social-whatsapp {
	background:#075e54;
	color:#fff;
}
.btn-social.social-print {
	background:silver; 
	color:white; 
}	
.btn-social.social-mail {
	background:silver; 
	color:white; 
}	
.btn-social.social-twitter {
	background:#1da1f2; 
	color:white; 
}	


.btn-social:hover, .btn-social:hover {
	color:#fff;
	text-decoration:none;
	background:#666;
}

/*
5. SEARCH STYLES    
*/

#search .btn-default.active {background:#ffed00;} /* hightlight selected checkboxes a bit more */


