@import "./property_card.css";
@import "./property_detail.css";
@import "./slider.css";

body {
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.elementor.elementor-10 {
	width: 100%;
}


.filter-container {
	margin: 40px 0 0 0;
	padding: 5px;
	background-color: #ffffff73;
}

.filter-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}

.filter-wrapper * {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	text-decoration: none;
}
.filter-wrapper .item {
	box-sizing: border-box;
	width: 20%;
	height: 47px;
	padding: 5px;
}

.item select {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 0px;
	height: 37px !important;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
}
.item > input {
	background-color: #ffffff;
	border: 2px solid #ffffff !important;
	border-radius: 0px !important;
	height: 37px !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.item:last-child {
	flex-grow: 1;
}
.item:last-child input {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 37px !important;
	padding: 0 40px 0 40px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-style: none !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.item {
		width: 50% !important;
		height: 47px !important;
		flex-basis: auto !important;
		flex-grow: 0 !important;
		max-width: 100% !important;
	}
} 
@media (max-width: 450px) {
	.item {
		width: 100%;
	}
}

#header {
	max-width: 1140px;
	margin: 0 auto;
}

#header h1 {
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	color: #917b4c;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}