.bg-center {
	background-position: center;
    background-size: 100% 140%;
	height: 570px;
    background-blend-mode: hue;
    background-color: rgb(0 0 0 / 32%);
}

.bg-center .text-center:first-child {
	padding-top: 50px;
}

.center-image {
	display: block;
    margin: auto;
}

.padding-index {
	padding: 40px 0;
}

.index-secondary-div {
	background: var(--light-bg);
}

.home-search {
	min-height: 20rem !important;
}

.search-buttons > button {
	background-color: #17569994;
	padding: 8px 16px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.search-bar-container {
	max-width: 800px;
	margin: 0 auto;
}

.search-bar-button {
	padding-top: 0.6rem;
  	padding-bottom: 0.6rem;
}

.search-bar {
	border: 1px solid #000000b4;
}

.search-bar::placeholder {
	color: #000000b4;
}

.btn-ghost-home {
	border: 1px solid var(--prime);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.font-menus {
	font-family: var(--body-font) !important;
}

.font-footer {
	font-family: var(--body-font) !important;
	font-size: 0.85rem;
}

.font-footer a {
	text-decoration: underline;
}

.search-bar {
	margin-right: -8px;
}

.header li.active a {
	border-bottom: solid 2px var(--light-bg) !important;
}

nav a {
	font-variant: normal !important;
}

.gap-1-5 {
	gap: 1.5rem;
}

.paging-input {
	width: 45px;
	text-align:center;
}

.width-15 { 
	width: 15vw;
}

.btn-showmap {
	background: white;
	border: solid 1px var(--secondary);
	padding: 8px 20px;
	margin-left: 0.09rem;
	margin-bottom: 10px;
}

.btn-showmap-modal {
	background: white;
	border: solid 1px var(--secondary);
	color: var(--secondary);
	padding: 5px 9px;
    font-size: 0.95rem;
}

.btn-below-image {
	background: white;
	border: solid 1px var(--secondary);
	color: var(--secondary);
	padding: 10px 15px;
    font-size: 0.95rem;
}

.prop-details {
	font-size: 0.95rem;
	font-weight: 200;
	padding-top: 15px;
}

.text-price { 
	font-size: 2rem;
}

.min-h-120 {
	min-height: 120px;
}

.icon-tabler {
	display: inline;
}

.w-150 {
	width: 100%;
}

.info-alert {
	position: fixed;
    bottom: 0px;
    width: 90%;
    z-index: 9999;
    border-radius: 0px;
}
.agent-img {
	margin-top: 20px;
}
.agent-info {
	min-height: 160px;
}
.search-box {
	padding-top: 50px
}

.listing-thumbnail, .listing {
	background-color: #fff;
}

@media only screen and (max-width: 595px) {
	.search-bar {
		width: 70vw;
	}

	.search-bar::placeholder {
		font-size: 0.8rem;
	}

	.width-15 { 
		width: 68vw;
	}
	.w-150 {
		width: 150px
	}
}