/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.align_center .vc_column_container {
	align-items: center;
}

.w-grid-item.project {
	
}
	.w-grid-item.project .project-horizontal > div:nth-child(1) {
		width: calc(500px + 1.5rem);
	}
	.w-grid-item.project .project-horizontal > div:nth-child(2) {
		width: calc(100% - 500px);
	}
	.w-grid-item.project img {
		width: 100%;
		height: 335px;
		object-fit: cover;
		margin-bottom: 1rem;
	}
		.w-grid-item.project .project-horizontal img {
			height: 250px;
			margin-bottom: 0;
		}
	.w-grid-item.project .post_title {
		margin-bottom: 1rem !important;
	}
	.w-grid-item.project .post_content {
		margin-bottom: 0px;
	}
	.w-grid-item.project .w-btn {
		width: fit-content;
		margin-top: 1rem !important;
	}

.w-iconbox img {
    border-radius: 50% 0 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.balloon {
	width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--color-content-secondary);
    padding: 25px;
	color: var(--color-content-text);
	text-transform: uppercase;
}    
	.balloon.balloon-left {
		position: absolute;
		top: -50px;
		left: 0px;
	    padding: 25px 20px 0px 25px;
	}
	.balloon.balloon-pointed-top-bottom {
		border-radius: 0 50%;
	}
	.balloon.balloon-right {
		position: absolute;
		top: -50px;
		right: -25px;
	    padding: 25px 40px 0px 20px;
	}
	.balloon.balloon-pointed-bottom-top {
		border-radius: 50% 0;
	}
	
	.balloon .w-btn-wrapper {
		margin: 0px;
		margin-inline-end: 0px !important;
		line-height: normal;
	}
		.balloon a {

		}
			.balloon a:hover,
			.balloon a:hover span {
				text-decoration: underline;
				text-underline-offset: 6px;
			}


.property-listing {

}
	.property-listing .w-filter {

	}
		.property-listing .w-filter .type_checkbox .w-filter-item-values {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			align-content: center;
			justify-content: space-evenly;
			align-items: center;
		}
		.property-listing .w-filter .type_checkbox .w-filter-item-values .w-filter-item-value {
			margin-right: 30px;
		}

	.property-listing .properties-list {
		font-size: .9375rem;
	}
		.property-listing .properties-list thead tr th {
			background-color: var(--color-content-bg-alt);
			font-family: var(--h1-font-family);
			font-weight: 400;
		}
		.property-listing .properties-list .property-availability {
			display: inline-block;
			color: #fff;
			padding: 5px 6px;
			min-width: 100px;
			text-align: center;
			font-size: .75rem;
		}
			.property-listing .properties-list [data-value=free] .property-availability {
				background-color: #02B0AE;
			}
			.property-listing .properties-list [data-value=reserved] .property-availability {
				background-color: #FEC630;
			}
			.property-listing .properties-list [data-value=sold] .property-availability {
				background-color: #FC513F;
			}
			
			.property-listing .properties-list thead>tr>th div.dt-column-header {
				gap: 1.5rem;
			}
			.property-listing .properties-list thead>tr>th.dt-orderable-asc span.dt-column-order,
			.property-listing .properties-list thead>tr>th.dt-orderable-desc span.dt-column-order, 
			.property-listing .properties-list thead>tr>th.dt-ordering-asc span.dt-column-order, 
			.property-listing .properties-list thead>tr>th.dt-ordering-desc span.dt-column-order, 
			.property-listing .properties-list thead>tr>td.dt-orderable-asc span.dt-column-order, 
			.property-listing .properties-list thead>tr>td.dt-orderable-desc span.dt-column-order, 
			.property-listing .properties-list thead>tr>td.dt-ordering-asc span.dt-column-order, 
			.property-listing .properties-list thead>tr>td.dt-ordering-desc span.dt-column-order {
				height: 40px;
			}
			.property-listing .properties-list thead>tr>th.dt-orderable-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>td.dt-orderable-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>td.dt-ordering-asc span.dt-column-order:before,
			.property-listing .properties-list thead>tr>th.dt-orderable-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>th.dt-ordering-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>td.dt-orderable-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>td.dt-ordering-asc span.dt-column-order:after {
				position: absolute;
				top: 15px;
				font-size: 1.3em;
			}
			.property-listing .properties-list thead>tr>th.dt-orderable-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>td.dt-orderable-asc span.dt-column-order:before, 
			.property-listing .properties-list thead>tr>td.dt-ordering-asc span.dt-column-order:before {
				left: auto;
				right: 0.5em;
				content: "↑";
			}
			.property-listing .properties-list thead>tr>th.dt-orderable-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>th.dt-ordering-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>td.dt-orderable-asc span.dt-column-order:after, 
			.property-listing .properties-list thead>tr>td.dt-ordering-asc span.dt-column-order:after {
				left: auto;
				right: 0em;
				content: "↓";
			}

.table-row {
	
}
	.table-row .w-grid-list {
		display: table !important;
		width: 100%;
	}
		.table-row .w-grid-list .w-grid-item {
			display: table-row-group;
		}
			.table-row .w-grid-list .w-grid-item .w-grid-item-h {
				display: table-row;
			}
				.table-row .w-grid-list .w-grid-item .w-grid-item-h .w-post-elm {
					display: table-cell;
					border-top: 1px solid #dfdfdf;
					padding: 0.6rem 1rem;
				}
					.table-row .w-grid-list .w-grid-item .w-grid-item-h .w-post-elm.property_availability .w-post-elm-value {
						background: red;
						color: #fff;
						padding: 5px 10px;
						width: 70%;
						display: inline-block;
						text-align: center;
					}

footer {
	font-size: .9375rem;
}


/* Mobile */
@media only screen and (max-width: 480px) {
	html {
		font-size: calc(var(--font-size) * 0.85) !important;
	}
	h1 {
		font-size: calc(var(--h1-font-size) * 0.75) !important;
		margin-bottom: calc(var(--h1-margin-bottom) * 0.25) !important;
	}
	h2 {
		font-size: calc(var(--h2-font-size) * 0.75) !important;
	}
	h3 {
		font-size: calc(var(--h3-font-size) * 0.75) !important;
	}
	h4 {
		font-size: calc(var(--h4-font-size) * 0.75) !important;
	}
	h5 {
		font-size: calc(var(--h5-font-size) * 0.75) !important;
	}
	h6 {
		font-size: calc(var(--h6-font-size) * 0.75) !important;
	}
	.slider {
		padding-bottom: 150px !important;
	}
    .balloon.balloon-left,
    .balloon.balloon-right {
        top: 250px !important;
		left: auto !important;
		width: 100% !important;
		height: 150px !important;
		padding: 25px !important;
		border-radius: 0px !important;
    }
    
    
    .w-grid-item.project {
		
	}
		.w-grid-item.project .project-horizontal > div:nth-child(1),
		.w-grid-item.project .project-horizontal > div:nth-child(2) {
			width: auto;
		}
		.w-grid-item.project .post_image {
			margin-bottom: 1rem;
		}
		.w-grid-item.project img {
			height: 190px;
		}
			.w-grid-item.project .project-horizontal img {
				height: 190px;
			}
		
	.property-listing .w-filter .w-filter-list {
		display: block !important;
	}
	.property-listing .w-filter .type_checkbox .w-filter-item-values {
		justify-content: flex-start;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: dense;
	}
	.property-listing .w-filter .type_checkbox.w-filter-item[data-name=property_floor] .w-filter-item-values {
		grid-template-columns: repeat(3, minmax(0, 1fr));
    }
	
    footer .l-section.height_medium  {
    	padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 700px) {    
	
}

/* Tablet */
@media only screen and (max-width: 1024px) {
	
}

/* Laptop */
@media only screen and (max-width: 1380px) {
	/*hide_on_laptops*/
	.hidden-not-desktop {
		display: none !important;
	}
}

/* Desktop */
@media only screen and (min-width: 1381px) {
	
}