/* CSS Document */
:root {
	--global-mv-real-estate-font-family: Verdana;
	--global-mv-real-estate-font-weight: normal;
	--global-mv-real-estate-color-primary: #000000;
	--global-mv-real-estate-color-alternate: #FFFFFF;
	--global-mv-real-estate-color-text: #333333;
	--global-mv-real-estate-color-color0: #af2424;
	--global-mv-real-estate-color-color1: #5226b8;
	--global-mv-real-estate-color-color2: #000000;
	--global-mv-real-estate-color-color3: #000000;
	--global-mv-real-estate-color-color4: #000000;
	--global-mv-real-estate-color-color5: #000000;
}

.mv-real-estate-listings-widget {
	display: flex;
	flex-wrap: wrap;
}

.mv-real-estate-listings-block {
	font-family: var( --global-mv-real-estate-font-family ), Sans-serif;
	font-weight: var( --global-mv-real-estate-font-weight );
	color: var( --global-mv-real-estate-color-primary );
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 25px;
	width: 360px;
}

.mv-real-estate-listings-image-container {
	width: 360px;
	height: 260px;
	overflow: hidden;
}

.mv-real-estate-listings-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-real-estate-listings-type-rent, .mv-real-estate-listings-type-sale {
	text-transform: uppercase;
	color: var( --global-mv-real-estate-color-alternate );
	margin: -40px 100px 15px 25px;
	padding: 15px 0px 15px 15px;
	position: relative;
	font-size: 1.18rem;
}

.mv-real-estate-listings-type-rent  {
	background-color: var( --global-mv-real-estate-color-color1 );
}

.mv-real-estate-listings-type-sale {
	background-color: var( --global-mv-real-estate-color-color0 );
}

.mv-real-estate-listings-body {
	margin-left: 25px;
}

.mv-real-estate-listings-class-residential {}

.mv-real-estate-listings-class-condo {}

.mv-real-estate-listings-class-commercial {}

.mv-real-estate-listings-price {
	line-height: 1.6;
	text-transform: uppercase;
	font-size: 1.47rem;
}

.mv-real-estate-listings-address {
	color: var( --global-mv-real-estate-color-text );
	line-height: 1.7;
	text-transform: uppercase;
	font-size: 1.18rem;
}

.mv-real-estate-listings-details {
	color: var( --global-mv-real-estate-color-text );
}

.mv-real-estate-search-container {}

.mv-real-estate-search-basic {}

.mv-real-estate-search-basic-row {
	display: flex;
}

.mv-real-estate-search-label {
	margin-right:10px;
	text-transform: uppercase;
}

.mv-real-estate-search-input {
	width: 100%;
}