/*** CUSTOM CSS FOR SHAW HOMES ***/
.et_pb_equal_columns.vert-center .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.show-mobile {
	display: none !important;
}

/**** AVAILABLE HOMES - ARCHIVE ****/
#home-count {
	text-align: center;
	margin: 40px auto;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	margin: 20px 0;
}
	#home-count span {
		font-weight: 900;
		width: 50px;
		height: 50px;
		background: #065084;
		padding: 0.6em;
		border-radius: 50%;
		color: #fff;
		font-size: 20px;
		display: inline-block;
	}
#homes-top-bar, #plans-top-bar {
	display: flex;
	justify-content: center;
	margin: 20px;
	text-align: center;
	width: 100%;
}
	#homes-top-bar select, #plans-top-bar select {
		width: 260px;
		background: #065084;
		color: #fff;
		font-size: 16px;
		border: none;
		height: 40px;
		margin: 5px 10px;
		text-transform: capitalize;
	}
#home-list h1 {
	width: 100%;
}
#home-list article {
	position: relative;
	width: 30%;
	margin: 20px 3% 20px 0;
	display: block;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#community-list article {
	position: relative;
	width: 75%;
	margin: 20px auto;
	display: block;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#request-info-sidebar {
	position: absolute;
	top: 80px;
	right: 0;
	width: 33%;
	background: #000;
	padding: 2.5%;
	color: #fff;
	z-index: 10;
	display: none;
}
	#request-info-sidebar h2 {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#request-info-sidebar p.gform_required_legend {
		visibility: hidden;
	}


	
	.home-gallery .envira-pagination.envira-pagination-previous-next-only {
		display: none;
	}
#home-list .home-gallery {
	position: relative;
}
.home-gallery ul {
	display: flex;
	flex-wrap: wrap;
}
	.home-gallery li {
		max-width: 30%;
		margin: .5% 1%;
	}

	a.gallery-more {
		width: 264px;
		height: 187px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		right: 7px;
		bottom: 212px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 700;
		transition: all .2s ease-out;
	}
		a.gallery-more:hover {
			background: rgba(0,0,0,.8);
		}
	
	#single-request-info h2 {
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	#single-request-info .gform_wrapper {
		margin-top: 40px;
	}

	.home-info-bottom {
		padding: 10px 2.5% 20px;
	}
		.home-info-comm-plan {
			display: flex;
			padding: 10px 0;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			margin-bottom: 30px;
		}
			.home-info-comm-plan h4 {
				font-size: 16px;
				text-transform: uppercase;
				width: 50%;
				line-height: 1.2;
				height: 50px;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				padding: 0 20px;
			}
				.home-info-comm-plan h4:first-child {
					width: 75%;
				}
				.home-info-comm-plan h4 a {
					display: block;
					font-size: 22px;
					font-weight: 700;
					color: #065084;
				}
				
				.home-info-bottom .btn {
					display: block;
					text-align: center;
					max-width: 75%;
					margin: 0 auto;
					background: #065084;
					color: #fff;
					border: 1px solid #065084;
					position: relative;
					padding-right: 60px;
					transition: all .2s ease-out;
				}
					.home-info-bottom .btn:hover {
						background: #000;
						color: #fff;
					}
					.home-info-bottom .btn:after {
						content: "»";
						position: relative;
						right: -10px;
						font-size: 22px;
						transition: all .2s ease-out;
					}
						.home-info-bottom .btn:hover:after {
							right: -20px;
						}

				ul#home-buttons {
					display: flex;
					flex-wrap: wrap;
				}	
					#home-buttons li {
						width: 49%;
						margin: 0 1% 1% 0;
					}
						#home-buttons li .btn {
							display: block;
							width: 100%;
							max-width: 100%;
							border-radius: 2em;
							background: #fff;
							color: #333;
							font-weight: 600;
						}
							#home-buttons li .btn:hover {
								background: #085084;
								color: #fff;
							}
						#home-buttons li .btn.blue {
							background: #085084;
							color: #fff;
						}
						#home-buttons li .btn.red {
							background: #75a2cd;
							color: #fff;
						}
						#home-buttons li .btn.blue:hover, #home-buttons li .btn.red:hover {
							background: #333;
							color: #fff;
						}
						
						

#home-more .thrive-modal {
	display: flex;
}
	#modal-gallery-container {
		max-width: 67%;
	}

#request-info-box .thrive-modal {
	max-width: 500px;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}
#request-info-tab {
	font-size: 22px;
	color: #fff;
	transform: rotate(-90deg);
	position: fixed;
	left: calc(100vw - 225px);
	top: 350px;
	background: #000;
	max-width: 400px;
	max-height: 60px;
	z-index: 10;
	padding: 0.5em 3em;
	cursor: pointer;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

	#request-info-box h2 {
		font-size: 42px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	

/**** COMMUNITIES - ARCHIVE ****/
.post-type-archive-community #et-main-area {
	padding-top: 80px;
	display: block;
}
.post-type-archive #main-content .container:before {
	display: none;
}
	.post-type-archive-community .home-info-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.post-type-archive-community .home-price-box {
		width: 40%;
	}
	.post-type-archive-community .address {
		width: 100%;
	}
		.post-type-archive-community .address h2 {
			font-size: 34px;
			padding: 1%;
		}
	.post-type-archive-community .home-price-box, .post-type-archive-community .sqft {
		font-size: 22px;
		font-weight: 600;
		color: #000;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		padding: 10px;
	}
	.post-type-archive-community .home-info-bottom {
		padding-top: 40px;
	}

/**** AVAILABLE HOMES - ARCHIVE ****/
#home-count {
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
	#home-count span {
		font-weight: 900;
		width: 50px;
		height: 50px;
		background: #065084;
		padding: 0.6em;
		border-radius: 50%;
		color: #fff;
		font-size: 20px;
		display: inline-block;
	}
#home-list article {
	position: relative;
	width: 30%;
	margin: 20px 3% 20px 0;
	display: block;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#community-list article {
	position: relative;
	width: 75%;
	margin: 20px auto;
	display: block;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#request-info-sidebar {
	position: absolute;
	top: 140px;
	right: 0;
	width: 33%;
	background: #000;
	padding: 2.5%;
	color: #fff;
	display: none;
}
	#request-info-sidebar h2 {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#request-info-sidebar p.gform_required_legend {
		visibility: hidden;
	}
.post-type-archive-homes #main-content .container {
		max-width: 80%;
		width: 80%;
	}
	.home-info-top {
		padding: 30px 2.5% 0px;
		display: flex;
		flex-wrap: wrap;
	}
		.home-info-top-left {
			width: 55%;
			padding-right: 5%;
		}
		.home-info-top .address {
			width: 100%;
			float: left;
			display: block;
			order: 1;
			margin-right: 9%;
		}
			.home-info-top .address h2 {
				font-size: 14px;
				line-height: 1;
				font-weight: 400;
				margin-top: 0;
			}
				.home-info-top .address h2 strong {
					display: block;
					font-size: 14px;
					font-weight: 900;
					line-height: 1;
				}
	.home-price-box {
		width: 100%;
		padding: 1% 1.5%;
		order: 1;
	}
		.home-price-box strong {
			display: block;
		}
		.home-price-box .price {
			display: block;
			font-size: 32px;
			margin: 5px auto;
		}
		.home-price-box .status {
			display: block;
			padding-top: 3px;
			border-top: 1px solid #aaa;
		}
			.home-price-box .status .const {
				display: block;
			}
	
		.home-price-box h4 {
			padding-bottom: 0;
			margin-bottom: 0;
			font-size: 13px;
		}
		.home-price-box .price.const {
			font-size: 26px;
			font-weight: 600;
			line-height: 1;
		}
		.homes .home-estimate, .single-homes .home-estimate {
			width: 45%;
			background: #eee;
			font-size: 30px;
			line-height: 1.2;
			font-weight: 900;
			padding: 0 2%;
			border-radius: 6px;
		}
			.homes .home-estimate span, .single-homes .home-estimate span {
				font-size: 13px;
			}
			.homes .home-estimate a, .single-homes .home-estimate a {
				display: block;
				font-size: 12px;
				margin-top: 20px;
			}
	
	.home-info-top .home-info-icons	 {
		display: flex;
		max-width: 100%;
		flex-wrap: wrap;
		order: 3;
		margin-top: 15px;
		padding: 5px 0;
		border-top: 2px solid #fafafa;
		border-bottom: 2px solid #fafafa;
	}
		.home-info-top .home-info-icons li {
			width: 32%;
			margin-right: 1%;
			position: relative;
			padding-left: 40px;
			background-repeat: no-repeat;
			background-position: center left 15%;
			background-size: 22px;
			height: 34px;
			font-size: 12px;
			display: flex;
			align-items: center;
		}
			.home-info-top .home-info-icons li.sqft {
				background-image: url(/wp-content/uploads/icon-plans.png);
			}
			.home-info-top .home-info-icons li.baths {
				background-image: url(/wp-content/uploads/icon-baths.png);
			}
			.home-info-top .home-info-icons li.beds {
				background-image: url(/wp-content/uploads/icon-beds.png);
			}
	
		.home-info-top .home-info-icons li.school {
			width: 99%;
			padding-left: 0;
			margin: 10px 0;
		}		
			.home-info-top .home-info-icons li.school h5 {
				font-weight: 600;
				color: #065084;
				display: inline;
			}

	span.sqft {
		width: 50%;
	}
		span.sqft strong {
			display: block;
		}

	.home-gallery .envira-pagination.envira-pagination-previous-next-only {
		display: none;
	}
#home-list .home-gallery {
	position: relative;
}
	#home-list .home-gallery a:before {
/* 	    content: "Ask how you can save $950-$1,300 per month on this home »"; */
		position: absolute;
		bottom: 7px;
		z-index: 10;
		width: 100%;
		padding: 10px 2.5%;
		background: #065084;
		color: #fff;
		box-sizing: border-box;
		font-size: 18px;
	}
.home-gallery ul {
	display: flex;
	flex-wrap: wrap;
}
	.home-gallery li {
		max-width: 30%;
		margin: .5% 1%;
	}

	a.gallery-more {
		width: 264px;
		height: 187px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		right: 7px;
		bottom: 212px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 700;
		transition: all .2s ease-out;
	}
		a.gallery-more:hover {
			background: rgba(0,0,0,.8);
		}
	
	.promo-offers .et_pb_section {
		padding: 0 !important;
	}
	.post-type-archive-homes .promo-header-text	 {
		display: none;
	}	
	.post-type-archive-homes .promo-offers .et_pb_column_1_4 {
		width: 100% !important;
	}
		.post-type-archive-homes .promo-offers .et_pb_blurb_content {
			background: #eee;
			padding: 2%;
			margin: 5px auto !important;
			height: 90px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
			.post-type-archive-homes .promo-offers .et_pb_blurb_description p, .post-type-archive-homes .promo-offers .et_pb_blurb_description ul {
				display: none;
			}
			.post-type-archive-homes .promo-offers .et_pb_blurb_description, .post-type-archive-homes .promo-offers .et_pb_blurb_description h4 {
				font-size: 12px !important;
				margin: 0;
			}
			.post-type-archive-homes .promo-offers .et_pb_blurb_container {
				width: 65% !important;
				padding-left: 5%;
			}
			.post-type-archive-homes .promo-offers .et_pb_main_blurb_image {
				width: 30%;
			}
				.post-type-archive-homes .promo-offers .et_pb_main_blurb_image img {
					width: 80px;
					height: 80px;
					margin-right: 4%;
					object-fit: contain;
				}
	#single-request-info h2 {
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	#single-request-info .gform_wrapper {
		margin-top: 40px;
	}

	.home-info-bottom {
		padding: 10px 2.5% 20px;
	}
		.home-info-comm-plan {
			display: flex;
			padding: 10px 0;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			margin-bottom: 30px;
		}
			.home-info-comm-plan h4 {
				font-size: 16px;
				text-transform: uppercase;
				width: 50%;
				line-height: 1.2;
				height: 30px;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				padding: 0 20px 0 0;
			}
				.home-info-comm-plan h4:first-child {
					width: 75%;
				}
				.home-info-comm-plan h4 a {
					display: block;
					font-size: 13px;
					font-weight: 700;
					color: #065084;
					line-height: 1;
				}
				
				.home-info-bottom .btn, .single-homes #home-promos .btn {
					display: block;
					text-align: center;
					max-width: 75%;
					margin: 0 auto;
					background: #065084;
					color: #fff;
					border: 1px solid #065084;
					position: relative;
					padding: .5em;
					transition: all .2s ease-out;
				}
					.home-info-bottom .btn:hover {
						background: #000;
						color: #fff;
					}
					.home-info-bottom .btn:after {
						content: "»";
						position: relative;
						right: -10px;
						font-size: 22px;
						transition: all .2s ease-out;
					}
						.home-info-bottom .btn:hover:after {
							right: -20px;
						}

				.promo-offers {
					padding: 5px;
					order: 5;
				}
					.promo-offers ul li {
						margin: 5px;
						padding: 15px;
						background: #efefef;
					}
				
#home-more .thrive-modal {
	display: flex;
}
	#modal-gallery-container {
		max-width: 67%;
	}

#request-info-box .thrive-modal {
	max-width: 500px;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}
#request-info-tab {
	font-size: 22px;
	color: #fff;
	transform: rotate(-90deg);
	position: fixed;
	left: calc(100vw - 225px);
	top: 350px;
	background: #000;
	max-width: 400px;
	max-height: 60px;
	z-index: 10;
	padding: 0.5em 3em;
	cursor: pointer;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

	#request-info-box h2 {
		font-size: 42px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	
	
/*** SINGLE HOMES ***/
body.single-homes #home-info {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
	body.single-homes #home-info #et-boc {
		width: 65%;
	}
	body.single-homes #home-info-left {
		width: 35%;
		padding: 2.5%;
	}
		body.single-homes .home-info-top .home-info-icons li:not(:last-child) {
			padding-left: 55px;
		}
	body.single-homes #et-boc .et-l .et_pb_row {
		width: 100%;
		max-width: 100% !important;
	}
	body.single-homes #home-promos #et-boc {
		width: 100%;
		max-width: 100%;
	}
	body.single-homes #home-promos .et_pb_row_4col {
		display: flex;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
		padding: 27px 0;
	}
		body.single-homes #home-promos .et_pb_row_4col .et_pb_column {
			width: 23%;
			margin-right: 1%;
			margin-left: 1%;
		}
	
	

#home-title {
	margin-bottom: 0 !important;
	border-bottom: 5px solid #065084;
	padding-bottom: 40px;
}
#home-title.video {
	padding-bottom: 40px;
}

#home-title .fluid-width-video-wrapper {
	position: relative;
	bottom: 27px;
}
#home-title > iframe, #plan-tour > iframe {
	height: 900px!important;
	position: relative;
	bottom: 27px;
	margin-bottom: 15px;
	width: 100% !important;
}
/*
	#plan-tour>iframe {
		bottom: 0;
		margin-bottom: 27px;
	}
*/
#home-title .fluid-width-video-wrapper iframe{
	position: absolute;
	bottom: 27px;
	margin-bottom: 0; 
}
	#home-title h1 {
		background: #065084;
		color: #fff !important;
		display: block;
		padding: 1em;
		font-weight: 700;
		text-transform: uppercase;
		position: absolute;
		bottom: -44px;
		width: 100%;
	}
/*
		#home-title h1:before {
			content: "";
			display: block;
			border-top: 35px solid rgba(0,0,0,.5);
			border-left: 36px solid transparent;
			position: absolute;
			left: -36px;
			bottom: -5px;
		}
*/

#single-home-gallery {
	border-left: 2px solid #065084;
	max-height: 800px;
	overflow: hidden;
}
	#single-request-info input:not([type=submit]), #single-request-info textarea {
		background: #eee;
		color: #000;
	}
	#single-request-info input::placeholder, #single-request-info textarea::placeholder {
		color: #000;
	}
	

#plan-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
}
	#plan-gallery .et_pb_gallery_item {
		width: 24% !important;
		margin: 1% 1% 0 0 !important;
	}


#single-home-sub-menu ul {
	padding: 0 !important;
	display: flex;
	justify-content: flex-start;
}
	#single-home-sub-menu li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
		#single-home-sub-menu li a {
			padding: 0.4em 1.5em;
			color: #fff !important;
			text-transform: uppercase;
			display: flex;
			flex-direction: column;
			justify-content: center;
			transition: all .2s ease-out;
			background: transparent;
		}
			#single-home-sub-menu li a:hover {
				background: #fff;
				color: #000 !important;
			}
			
.single-homes #overview {
	background: #ddd;
	padding: 20px;
}
	div[id*=single-home-row], div[id*=single-home-row] ul {
		display: flex;
	}
	div[id*=single-home-row] {
		border-bottom: 1px solid #aaa;
		padding: 10px 1%;
	}
		div[id*=single-home-row]:last-child {
			border-bottom: 0;
		}
		div[id*=single-home-row] h4 {
			padding-bottom: 0;
		}
		#single-home-row-5 {
			display: none;
		}
	
	.single-plans #single-home-row-4 h4 {
		display: block;
		width: 100%;
	}
		.single-plans #single-home-row-4 h4 a strong {
			padding: 0.3em;
			border: 1px solid #065084;
			display: block;
			line-height: 1;
			transition: all .2s ease-out;
		}
			.single-plans #single-home-row-4 h4 a:hover strong {
				background: #065084;
				color: #fff;
			}


	#single-street {
		width: 75%;
		font-size: 20px;
		line-height: 1;
	}
		#single-street strong {
			display: block;
			font-size: 28px;
		}

	
	#single-price {
		font-size: 35px;
	}
		#single-price .const {
			font-size: 20px;
			line-height: 1;
			display: flex;
			text-align: right;
		}
		
	.single-community #single-price {
		font-size: 23px;
		line-height: 0.8;
	}
		.single-community #single-price span {
			font-size: 35px;
			display: block;
		}

	#single-status {
		font-size: 22px;
	}
		#single-status strong {
			color: #065084;
		}
		
	#single-specs {
		width: 100%;
	}
		#single-specs li, .single-plans #overview li {
			font-size: 18px;
			width: 30%;
			padding-left: 40px;
			position: relative;
		}
			#single-specs li:before, .single-plans #overview li:before {
				content: "";
				display: block;
				position: absolute;
				left: 0;
				width: 32px;
				height: 32px;
			}
			#single-specs li#baths:before, .single-plans #overview li#baths:before {
				background: url(/wp-content/uploads/icon-baths.png) no-repeat center / contain;
			}
			#single-specs li#beds:before, .single-plans #overview li#beds:before {
				background: url(/wp-content/uploads/icon-beds.png) no-repeat center / contain;
			}
			#single-specs li#sqft:before, .single-plans #overview li#sqft:before {
				background: url(/wp-content/uploads/icon-plans.png) no-repeat center / contain;
			}
			
			.single-community #sqft {
				font-size: 22px;
				margin-left: 5%;
				line-height: 1;
			}
				.single-community #sqft span {
					display: block;
					font-size: 26px;
				}
		
		#single-home-row-4 h4 {
			width: 50%;
		}
		#single-home-row-4 h4 a strong {
			display: block;
			font-size: 22px;
			color: #065084;
		}
		
	.single-community #single-home-row-1 {
		justify-content: space-between;
		padding: 10px 5%;
		background: #e1e1e1;
	}

	
	#floor-plan a strong {
		display: block;
		font-size: 20px;
		padding: 10px 0;
		text-decoration: underline;
	}
	
	#schools h2 {
		padding-bottom: 30px;
	}
	#schools ul {
		display: flex;
		flex-wrap: wrap;
	}
		#schools li {
			padding: 0.6em 1em;
			border-bottom: 1px solid #aaa;
			line-height: 1.2;
		}
		#schools li:nth-child(even) {
			width: 70%;
		}
		#schools li:nth-child(odd) {
			width: 30%;
			background: #ddd;
		}


/*** FLOOR PLANS ***/
.post-type-archive-plans #content-area ~ p {
	width: 65%;
}

#plan-tour {
	margin: 40px auto -14px !important;
}
/*
	#plan-tour iframe, #home-title iframe {
		width: 100%;
		height: 900px;
	}
*/
.single-plans #home-title .et_pb_title_container {
	position: absolute;
	top: 100%;
}
#plan-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
}
	#plan-gallery .et_pb_gallery_item {
		width: 24% !important;
		margin: 1% 1% 0 0 !important;
	}


#footer-bottom .container {
	padding-top: 0 !important;
}


@media screen and (max-width: 768px) {
	#home-list article {
		width: 100%;
	}
		.homes .home-info-top .address {
			width: 100%;
			margin-right: auto;
		}
			.homes .home-info-top .address h2 {
				line-height: 1;
			}
		.home-info-top .home-info-icons {
			display: flex;
			max-width: 100%;
			flex-wrap: nowrap;
			order: 3;
			flex-direction: column;
		}
			.home-info-top .home-info-icons li {
				width: 100%;
				padding: 10px 10px 10px 40px;
			}
		.home-price-box {
			width: 100%;
			margin: 10px auto;
			padding: 5%;
		}
		.home-info-top .home-info-icons li.school h5 {
			display: block;
			width: 100%;
		}
		.home-info-comm-plan {
			flex-wrap: wrap;
		}
		.home-info-comm-plan h4, .home-info-comm-plan h4:first-child {
			width: 100%;
			padding: 1em;
			height: auto;
		}
		.home-info-comm-plan h4:first-child {
			border-bottom: 1px solid #ddd;
		}
	#request-info-tab {
		top: 490px;
		width: 100%;
		max-height: 100%;
		padding: 0.5em 10px;
		left: calc(100vw - 170px);
		max-width: 300px;
	}
	
/*
	#plan-tour iframe, #home-title iframe {
		height: 450px;
	}
*/
}




@media screen and (max-width: 630px) {
	
	.show-mobile {
		display: block !important;
	}
	
	
	#home-title .fluid-width-video-wrapper {
/* 		margin-bottom: 100px !important; */
	}	
/*
	#home-title iframe {
		height: 220px !important;
	}
*/
.post-type-archive-community #et-main-area {
	padding-top: 0;
}
	h1 {
		font-size: 35px;
	}

	#single-home-sub-menu ul {
		flex-wrap: wrap;
	}
		#single-home-sub-menu li {
			width: 100%;
			text-align: center;
		}
	div[id*=single-home-row] {
		flex-direction: column;
	}
		#single-street, #single-home-row-4 h4 {
			width: 100%;
			margin: 10px auto;
		}
		#schools li:nth-child(odd), #schools li:nth-child(even) {
			width: 100%;
		}
	#request-info-tab {
		top: 400px;
		width: 100%;
		max-height: 100%;
		padding: 0.5em 10px;
		left: calc(100vw - 133px);
		max-width: 230px;
		font-size: 18px;
		z-index: 100000;
	}
	#request-info-sidebar {
		display: none;
	}
	
	
#home-list article {
	width: 100%;
	display: flex;
	flex-direction: column;
}
	#home-list article .home-info-top {
		order: 1;
	}
		.homes .home-info-top-left {
			padding-left: 5%;
		}
		.homes .home-info-top-left, .homes .home-estimate {
			width: 100%;
			text-align: center;
		}
		.homes .home-estimate span:first-child {
			display: block;
			margin-top: 5px;
		}
		.homes .home-estimate a {
			margin-bottom: 5px;
		}
	#home-list article .home-info-icons {
		flex-direction: row;
		flex-wrap: wrap;
		width: 55%;
	}
		#home-list article .home-info-icons li {
			width: 32%;
			margin-right: 1%;
			padding-left: 0;
			padding-top: 44px;
		}
		#home-list article .home-info-icons li:last-child {
			width: 30%;
			margin-right: 1%;
			padding-left: 0;
			padding-top: 44px;
		}
	#home-list article .home-info-bottom {
		order: 2;
	}
	
	.post-type-archive-community .address h2 {
		font-size: 28px;
		padding: 1% 5%;
		text-align: center;
	}
	.post-type-archive-community .home-price-box strong, .post-type-archive-community .sqft span {
		display: block;
	}
	.post-type-archive-community .home-price-box, .post-type-archive-community .sqft {
		padding: 4%;
		width: 100%;
		text-align: center;
	}
	
	.single-community #single-price {
		padding-bottom: 20px;
		font-weight: 700;
	}
		.single-community #single-price span {
			font-size: 34px;
			font-weight: 400;
		}
	.single-community #single-price {
		font-size: 23px;
		line-height: 0.8;
	}
	.single-community #sqft {
		margin-left: 0;
	}
		.single-community #sqft span {
			font-weight: 400;
		}
	
	#home-title > iframe, #plan-tour > iframe {
		height: 400px !important;
	}
	#single-specs {
		flex-direction: column;
	}
		#single-specs li, .single-plans #overview li {
			width: 100%;
			margin-bottom: 25px;
			padding-left: 60px;
			height: 50px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			font-weight: 600;
		}
			#single-specs li:before {
				width: 44px;
				height: 44px;
			}
	
		
}