html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

* {
	/* transition: transform .2s, filter .2s; */
	transition: all .2s;
	margin: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* =========================== */

/* html,
body {
	min-height: 100%;
	height: 100%;
}

main {
	display: flex;
	justify-content: center;
	background-color: var(--black);
	min-height: 100%;
	padding: 3em 0;
} */


#eaplw-widget-20 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	/* background-color: yellowgreen; */
}

section .eaplw-listings {
	/* background-color: rebeccapurple;
	height: 15em; */
}

/* section .eaplw-listings article {
	margin: 0;
} */

/* .properties-container {
	background-color: red;
} */


.featured-listings .listing img.attachment-properties {
	height: 240px;
}

.facetwp-input-wrap-custom {
	float: none;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 10px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 5px;
	color: black;
}

.gallery .gallery-item {
	width: 100%;
}

.gallery .gallery-item img {
	height: 200px;
	object-fit: cover;
}

.listings-padding {
	padding-top: 5em;
}

h2 {
	text-align: center;
}

input.facetwp-slider-reset {
	display: none;
}

.slider-container {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-content: center; */
	/* color: white !important; */
}


.slider {
	/* height: 1em; */
	width: 15em;
	/* border: 3px solid yellowgreen; */
	/* font-size: .8em; */
	padding: 0 16px;
	margin-top: .6em;
}

.price,
.price * {
	color: white !important;
}

label {
	color: white;
}

.AAA {
	background-color: rebeccapurple !important;
}