	<style>
	.home_evaluation_popup
	.social-nav,
	#ihf-main-container {
		display: none !important;
	}
	</style>
	
	<style>
	/*General Style Reset*/
	html,body{
		overflow: hidden;
		font-size: 10px;
		font-family: 'Raleway', sans-serif;
	}
	body{
		margin: 0;
	}
    div#construction-wrap {
		position: relative;
        width: 100vw;
        height: 100vh;
	}
	/*Helper Class Style*/
	.under-construction #construction-wrap .font-w-100{
		font-weight: 100;
	}
	.under-construction #construction-wrap .font-w-200{
		font-weight: 200;
	}
	.under-construction #construction-wrap .font-size-xl{
		font-size: 8rem;
	}
	.under-construction #construction-wrap .color-white{
		color: white;
	}
	.under-construction #construction-wrap .color-primary{
		color: #193541;
	}
	.under-construction #construction-wrap .padding-1x{
		padding: 1rem;
	}
	.under-construction #construction-wrap .padding-h-1x{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.under-construction #construction-wrap .padding-v-1x{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.under-construction #construction-wrap .padding-h-2x{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.under-construction #construction-wrap .padding-v-2x{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.under-construction #construction-wrap .padding-2x{
		padding: 2rem;
	}
	.under-construction #construction-wrap .bg-color-white{
		background-color: white;
	}
	.under-construction #construction-wrap .text-right{
		text-align: right;
	}
	/*Construction Section Style*/
	.under-construction #construction-wrap .const-msg-container{
		background-image: url("/wp-content/mu-plugins/images/rooftops.jpg");
		background-size: cover;
		background-position: center;
		width: 100vw;
		height: 100vh;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		position: relative;
		z-index: 9999999999999999999;
	}
	.under-construction #construction-wrap .const-msg-container:after {
		content: " ";
		z-index: 10;
		display: block;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
	}
	.under-construction #construction-wrap .const-msg{
		padding: 3rem;
		text-align: right;
		position: relative;
		z-index: 15;
	}
	.under-construction #construction-wrap .const-msg .const-text{
		margin-top: 1rem;
	}
	.under-construction #construction-wrap .under-text{
		display: inline-block;
	}
	.under-construction #construction-wrap .text-uppercase{
		text-transform: uppercase;
	}
	/*Socials Links Style*/
	.under-construction #construction-wrap .const-msg .socials{
		margin-top: 2rem 0;
	}
	.under-construction #construction-wrap .socials .links{
		padding: 0;
		margin-top: 1.5rem;
	}
	.under-construction #construction-wrap .links li{
		list-style: none;
		margin: 0 0.5rem;
		padding: 0.75rem;
		font-size: 1.75rem;
		/*background-color: white;*/
		border-radius: 50%;
		width: 45px;
		height: 45px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: white;
		border:1px solid white;
		transition: all 0.35s;
		cursor: pointer;
	}
	.under-construction #construction-wrap .links li:hover{
		background-color: white;
	}
	.under-construction #construction-wrap .links li a{
		color: white;
	}
	.under-construction #construction-wrap .links li:hover a{
		color:#193541;
	}
	/*SVG GEAR*/
	/*Credits:Philip Meissner (https://codepen.io/pmeissner/pen/GoaXjP) */
	.under-construction #construction-wrap .const-msg .gears{
		padding: 2rem 3.5rem;
	}
	.under-construction #construction-wrap .const-msg .text{
		border-bottom: 1px solid rgba(255, 255, 255, 0.51);
	}
	.under-construction #construction-wrap .svg-icon {
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
	.under-construction #construction-wrap .svg-icon-large {
		width: 10em;
		height: 10em;
		animation-duration: 6000ms;
		animation-name: spinLeft;
	}
	.under-construction #construction-wrap .svg-icon-small {
		width: 6em;
		height: 6em;
		position: absolute;
		margin-left: -15px;
		margin-top: -25px;
		animation-duration: 4000ms;
		animation-name: spinRight;
	}
	.under-construction #construction-wrap .svg-icon path, .svg-icon polygon, .svg-icon rect {
		fill: white;
	}
	.under-construction #construction-wrap .svg-icon-small path {
		stroke: white;
		stroke-width: .3;
	}
	@keyframes spinLeft {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
	@keyframes spinRight {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(-360deg);
		}
	}
	/*Media Queries*/
	@media (max-width: 700px) {
		.under-construction #construction-wrap .const-msg-container{
			justify-content: center;
		}
		.under-construction #construction-wrap .const-msg{
			text-align: center;
		}
		.under-construction #construction-wrap .const-msg .text div{
			font-size: 6rem;
		}
	}
	@media (max-width: 500px) {
		.under-construction #construction-wrap .const-msg .text div{
			font-size: 5rem;
		}
	}
    .login-footer a {
        color: #fff;
    }
	</style>

	<div id="construction-wrap">
		<div class="const-msg-container">
			<div class="const-msg">
				<div class="gears">
					<svg class="svg-icon svg-icon-large" viewBox="0 0 20 20"><path d="M17.498,11.697c-0.453-0.453-0.704-1.055-0.704-1.697c0-0.642,0.251-1.244,0.704-1.697c0.069-0.071,0.15-0.141,0.257-0.22c0.127-0.097,0.181-0.262,0.137-0.417c-0.164-0.558-0.388-1.093-0.662-1.597c-0.075-0.141-0.231-0.22-0.391-0.199c-0.13,0.02-0.238,0.027-0.336,0.027c-1.325,0-2.401-1.076-2.401-2.4c0-0.099,0.008-0.207,0.027-0.336c0.021-0.158-0.059-0.316-0.199-0.391c-0.503-0.274-1.039-0.498-1.597-0.662c-0.154-0.044-0.32,0.01-0.416,0.137c-0.079,0.106-0.148,0.188-0.22,0.257C11.244,2.956,10.643,3.207,10,3.207c-0.642,0-1.244-0.25-1.697-0.704c-0.071-0.069-0.141-0.15-0.22-0.257C7.987,2.119,7.821,2.065,7.667,2.109C7.109,2.275,6.571,2.497,6.07,2.771C5.929,2.846,5.85,3.004,5.871,3.162c0.02,0.129,0.027,0.237,0.027,0.336c0,1.325-1.076,2.4-2.401,2.4c-0.098,0-0.206-0.007-0.335-0.027C3.001,5.851,2.845,5.929,2.77,6.07C2.496,6.572,2.274,7.109,2.108,7.667c-0.044,0.154,0.01,0.32,0.137,0.417c0.106,0.079,0.187,0.148,0.256,0.22c0.938,0.936,0.938,2.458,0,3.394c-0.069,0.072-0.15,0.141-0.256,0.221c-0.127,0.096-0.181,0.262-0.137,0.416c0.166,0.557,0.388,1.096,0.662,1.596c0.075,0.143,0.231,0.221,0.392,0.199c0.129-0.02,0.237-0.027,0.335-0.027c1.325,0,2.401,1.076,2.401,2.402c0,0.098-0.007,0.205-0.027,0.334C5.85,16.996,5.929,17.154,6.07,17.23c0.501,0.273,1.04,0.496,1.597,0.66c0.154,0.047,0.32-0.008,0.417-0.137c0.079-0.105,0.148-0.186,0.22-0.256c0.454-0.453,1.055-0.703,1.697-0.703c0.643,0,1.244,0.25,1.697,0.703c0.071,0.07,0.141,0.15,0.22,0.256c0.073,0.098,0.188,0.152,0.307,0.152c0.036,0,0.073-0.004,0.109-0.016c0.558-0.164,1.096-0.387,1.597-0.66c0.141-0.076,0.22-0.234,0.199-0.393c-0.02-0.129-0.027-0.236-0.027-0.334c0-1.326,1.076-2.402,2.401-2.402c0.098,0,0.206,0.008,0.336,0.027c0.159,0.021,0.315-0.057,0.391-0.199c0.274-0.5,0.496-1.039,0.662-1.596c0.044-0.154-0.01-0.32-0.137-0.416C17.648,11.838,17.567,11.77,17.498,11.697 M16.671,13.334c-0.059-0.002-0.114-0.002-0.168-0.002c-1.749,0-3.173,1.422-3.173,3.172c0,0.053,0.002,0.109,0.004,0.166c-0.312,0.158-0.64,0.295-0.976,0.406c-0.039-0.045-0.077-0.086-0.115-0.123c-0.601-0.6-1.396-0.93-2.243-0.93s-1.643,0.33-2.243,0.93c-0.039,0.037-0.077,0.078-0.116,0.123c-0.336-0.111-0.664-0.248-0.976-0.406c0.002-0.057,0.004-0.113,0.004-0.166c0-1.75-1.423-3.172-3.172-3.172c-0.054,0-0.11,0-0.168,0.002c-0.158-0.312-0.293-0.639-0.405-0.975c0.044-0.039,0.085-0.078,0.124-0.115c1.236-1.236,1.236-3.25,0-4.486C3.009,7.719,2.969,7.68,2.924,7.642c0.112-0.336,0.247-0.664,0.405-0.976C3.387,6.668,3.443,6.67,3.497,6.67c1.75,0,3.172-1.423,3.172-3.172c0-0.054-0.002-0.11-0.004-0.168c0.312-0.158,0.64-0.293,0.976-0.405C7.68,2.969,7.719,3.01,7.757,3.048c0.6,0.6,1.396,0.93,2.243,0.93s1.643-0.33,2.243-0.93c0.038-0.039,0.076-0.079,0.115-0.123c0.336,0.112,0.663,0.247,0.976,0.405c-0.002,0.058-0.004,0.114-0.004,0.168c0,1.749,1.424,3.172,3.173,3.172c0.054,0,0.109-0.002,0.168-0.004c0.158,0.312,0.293,0.64,0.405,0.976c-0.045,0.038-0.086,0.077-0.124,0.116c-0.6,0.6-0.93,1.396-0.93,2.242c0,0.847,0.33,1.645,0.93,2.244c0.038,0.037,0.079,0.076,0.124,0.115C16.964,12.695,16.829,13.021,16.671,13.334 M10,5.417c-2.528,0-4.584,2.056-4.584,4.583c0,2.529,2.056,4.584,4.584,4.584s4.584-2.055,4.584-4.584C14.584,7.472,12.528,5.417,10,5.417 M10,13.812c-2.102,0-3.812-1.709-3.812-3.812c0-2.102,1.71-3.812,3.812-3.812c2.102,0,3.812,1.71,3.812,3.812C13.812,12.104,12.102,13.812,10,13.812"></path></svg>
					<svg class="svg-icon svg-icon-small" viewBox="0 0 20 20"><path d="M17.498,11.697c-0.453-0.453-0.704-1.055-0.704-1.697c0-0.642,0.251-1.244,0.704-1.697c0.069-0.071,0.15-0.141,0.257-0.22c0.127-0.097,0.181-0.262,0.137-0.417c-0.164-0.558-0.388-1.093-0.662-1.597c-0.075-0.141-0.231-0.22-0.391-0.199c-0.13,0.02-0.238,0.027-0.336,0.027c-1.325,0-2.401-1.076-2.401-2.4c0-0.099,0.008-0.207,0.027-0.336c0.021-0.158-0.059-0.316-0.199-0.391c-0.503-0.274-1.039-0.498-1.597-0.662c-0.154-0.044-0.32,0.01-0.416,0.137c-0.079,0.106-0.148,0.188-0.22,0.257C11.244,2.956,10.643,3.207,10,3.207c-0.642,0-1.244-0.25-1.697-0.704c-0.071-0.069-0.141-0.15-0.22-0.257C7.987,2.119,7.821,2.065,7.667,2.109C7.109,2.275,6.571,2.497,6.07,2.771C5.929,2.846,5.85,3.004,5.871,3.162c0.02,0.129,0.027,0.237,0.027,0.336c0,1.325-1.076,2.4-2.401,2.4c-0.098,0-0.206-0.007-0.335-0.027C3.001,5.851,2.845,5.929,2.77,6.07C2.496,6.572,2.274,7.109,2.108,7.667c-0.044,0.154,0.01,0.32,0.137,0.417c0.106,0.079,0.187,0.148,0.256,0.22c0.938,0.936,0.938,2.458,0,3.394c-0.069,0.072-0.15,0.141-0.256,0.221c-0.127,0.096-0.181,0.262-0.137,0.416c0.166,0.557,0.388,1.096,0.662,1.596c0.075,0.143,0.231,0.221,0.392,0.199c0.129-0.02,0.237-0.027,0.335-0.027c1.325,0,2.401,1.076,2.401,2.402c0,0.098-0.007,0.205-0.027,0.334C5.85,16.996,5.929,17.154,6.07,17.23c0.501,0.273,1.04,0.496,1.597,0.66c0.154,0.047,0.32-0.008,0.417-0.137c0.079-0.105,0.148-0.186,0.22-0.256c0.454-0.453,1.055-0.703,1.697-0.703c0.643,0,1.244,0.25,1.697,0.703c0.071,0.07,0.141,0.15,0.22,0.256c0.073,0.098,0.188,0.152,0.307,0.152c0.036,0,0.073-0.004,0.109-0.016c0.558-0.164,1.096-0.387,1.597-0.66c0.141-0.076,0.22-0.234,0.199-0.393c-0.02-0.129-0.027-0.236-0.027-0.334c0-1.326,1.076-2.402,2.401-2.402c0.098,0,0.206,0.008,0.336,0.027c0.159,0.021,0.315-0.057,0.391-0.199c0.274-0.5,0.496-1.039,0.662-1.596c0.044-0.154-0.01-0.32-0.137-0.416C17.648,11.838,17.567,11.77,17.498,11.697 M16.671,13.334c-0.059-0.002-0.114-0.002-0.168-0.002c-1.749,0-3.173,1.422-3.173,3.172c0,0.053,0.002,0.109,0.004,0.166c-0.312,0.158-0.64,0.295-0.976,0.406c-0.039-0.045-0.077-0.086-0.115-0.123c-0.601-0.6-1.396-0.93-2.243-0.93s-1.643,0.33-2.243,0.93c-0.039,0.037-0.077,0.078-0.116,0.123c-0.336-0.111-0.664-0.248-0.976-0.406c0.002-0.057,0.004-0.113,0.004-0.166c0-1.75-1.423-3.172-3.172-3.172c-0.054,0-0.11,0-0.168,0.002c-0.158-0.312-0.293-0.639-0.405-0.975c0.044-0.039,0.085-0.078,0.124-0.115c1.236-1.236,1.236-3.25,0-4.486C3.009,7.719,2.969,7.68,2.924,7.642c0.112-0.336,0.247-0.664,0.405-0.976C3.387,6.668,3.443,6.67,3.497,6.67c1.75,0,3.172-1.423,3.172-3.172c0-0.054-0.002-0.11-0.004-0.168c0.312-0.158,0.64-0.293,0.976-0.405C7.68,2.969,7.719,3.01,7.757,3.048c0.6,0.6,1.396,0.93,2.243,0.93s1.643-0.33,2.243-0.93c0.038-0.039,0.076-0.079,0.115-0.123c0.336,0.112,0.663,0.247,0.976,0.405c-0.002,0.058-0.004,0.114-0.004,0.168c0,1.749,1.424,3.172,3.173,3.172c0.054,0,0.109-0.002,0.168-0.004c0.158,0.312,0.293,0.64,0.405,0.976c-0.045,0.038-0.086,0.077-0.124,0.116c-0.6,0.6-0.93,1.396-0.93,2.242c0,0.847,0.33,1.645,0.93,2.244c0.038,0.037,0.079,0.076,0.124,0.115C16.964,12.695,16.829,13.021,16.671,13.334 M10,5.417c-2.528,0-4.584,2.056-4.584,4.583c0,2.529,2.056,4.584,4.584,4.584s4.584-2.055,4.584-4.584C14.584,7.472,12.528,5.417,10,5.417 M10,13.812c-2.102,0-3.812-1.709-3.812-3.812c0-2.102,1.71-3.812,3.812-3.812c2.102,0,3.812,1.71,3.812,3.812C13.812,12.104,12.102,13.812,10,13.812"></path></svg>
				</div>
				<div class="text">
					<div class="under-text text-right font-size-xl color-primary bg-color-white padding-h-2x padding-v-1x text-uppercase">Under</div>
					<div class="const-text text-uppercase font-size-xl font-w-10 color-white">Construction</div>
				</div>
				<div class="socials">
					<ul class="links">
						<li><a title="Facebook Link" target="_blank" rel="nofollow" href="https://www.facebook.com/michael.shapourian.1/"><i class="mdi mdi-facebook"></i></a></li>						<li><a title="Twitter Link" target="_blank" rel="nofollow" href="https://twitter.com/shapourianhomes"><i class="mdi mdi-twitter"></i></a></li>						<li><a title="Linkedin Link" target="_blank" rel="nofollow" href="https://www.linkedin.com/in/michael-shapourian-a63774121"><i class="mdi mdi-linkedin"></i></a></li>																																			</ul>
				</div>
                <h3 class="login-footer"><a href="https://realestatewithmike.com/wp-login.php?redirect_to=%2Fsitemap_index.xml">Log in</a></h3>
                			</div>
		</div>


	</div>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//realestatewithmike.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://realestatewithmike.com/post-sitemap.xml</loc>
		<lastmod>2023-09-22T19:22:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/page-sitemap.xml</loc>
		<lastmod>2023-08-15T19:41:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/local_resources-sitemap.xml</loc>
		<lastmod>2023-09-12T18:15:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/landing-page-sitemap.xml</loc>
		<lastmod>2024-04-01T22:08:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/community-sitemap.xml</loc>
		<lastmod>2023-08-04T14:35:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/agents-sitemap.xml</loc>
		<lastmod>2023-08-03T21:24:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/listing_reports-sitemap.xml</loc>
		<lastmod>2026-04-03T19:25:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/listing-page-sitemap.xml</loc>
		<lastmod>2024-02-13T09:07:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/category-sitemap.xml</loc>
		<lastmod>2024-04-01T22:08:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/profession-sitemap.xml</loc>
		<lastmod>2023-09-12T18:15:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/position-sitemap.xml</loc>
		<lastmod>2023-08-03T21:24:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://realestatewithmike.com/author-sitemap.xml</loc>
		<lastmod>2023-09-22T18:58:11+00:00</lastmod>
	</sitemap>
<sitemap>
<loc>https://realestatewithmike.com/listings-sitemap.xml</loc>
<lastmod>2026-04-03T08:22:34+00:00</lastmod>
</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->