/*** 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;
}

/**** SOCIAL ICONS ****/
.et-social-icons {
    float: right;
}
	.et-social-icons li {
	    display: inline-block;
	    margin-left: 20px;
	}
		.et-social-icon a {
		    display: inline-block;
		    font-size: 24px;
		    position: relative;
		    text-align: center;
		    -webkit-transition: color .3s ease 0s;
		    transition: color .3s ease 0s;
		    color: #666;
		    text-decoration: none;
		}
			.et-social-youtube a.icon:before {
			    content: "\E0A3";
			}


#sub-content {
    padding: 40px 25% 40px 0;
}

.post-type-archive-plans .home-info-top, .post-type-archive-community .home-info-top {
    padding: 10px 5%;
}

/**** AVAILABLE HOMES - ARCHIVE ****/
#home-count {
    text-align: center;
    margin: 40px auto;
    text-transform: uppercase;
    color: #000;
	width: 63%;
    margin: 20px 0;
}
	#home-count span {
	    font-weight: 900;
	    width: 50px;
	    height: 50px;
	    background: #ff4e00;
	    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: 63%;
}
	#homes-top-bar select, #plans-top-bar select {
		width: 260px;
	    background: #d0ae82;
	    color: #fff;
	    font-size: 16px;
	    border: none;
	    height: 40px;
	    margin: 5px 10px;
	    text-transform: capitalize;
	}

#home-list article {
    position: relative;
    width: 65%;
    margin: 20px 5% 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;
}
	#request-info-sidebar h2 {
	    color: #fff;
	    font-weight: 700;
	    text-transform: uppercase;
	}
	
	#request-info-sidebar p.gform_required_legend {
	    visibility: hidden;
	}

	.homes .home-info-top {
	    padding: 30px 2.5% 0px;
	    display: flex;
	    flex-wrap: wrap;
	}
		.homes .home-info-top .address {
		    width: 66%;
		    float: left;
		    display: block;
		    order: 1;
		    margin-right: 9%;
		}
			.homes .home-info-top .address h2 {
			    font-size: 17px;
			    line-height: 1.5;
			    font-weight: 700;
			}
				.homes .home-info-top .address h2 strong {
				    display: block;
				    font-size: 24px;
				    font-weight: 900;
				}
	
	.home-info-top .home-info-icons {
	    display: flex;
	    max-width: 66%;
	    flex-wrap: wrap;
	    order: 3;
	}
		.home-info-top .home-info-icons li {
		    width: 30%;
		    margin-right: 1%;
		    position: relative;
		    padding-left: 40px;
		    background-repeat: no-repeat;
		    background-position: center left;
		}
			.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: #ff4e00;
	            display: inline;
			}
	
	span.sqft {
	    width: 50%;
	}
		span.sqft strong {
		    display: block;
		}
	.home-price-box {
	    width: 25%;
	    padding: 1% 1.5%;
	    background: #ddd;
	    order: 1;
	}
		.home-price-box strong {
		    display: block;
		}
		.home-price-box .price {
		    display: block;
		    font-size: 32px;
		    margin: 10px auto;
		}
			.home-price-box .price.const {
			    font-size: 16px;
			    font-weight: 600;
			    line-height: 1;
			}
		.home-price-box .status {
		    display: block;
		    padding-top: 3px;
		    border-top: 1px solid #aaa;
		}
			.home-price-box .status .const {
			    display: block;
			}
	
	.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: #ff4e00;
				}
				
				.home-info-bottom .btn {
				    display: block;
				    text-align: center;
				    max-width: 75%;
				    margin: 0 auto;
				    background: #ff4e00;
				    color: #fff;
				    border: 1px solid #ff4e00;
				    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;
						}


#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 #et-main-area {
    padding-top: 80px;
    display: block;
}
.post-type-archive #main-content .container:before {
	display: none;
}
	.post-type-archive-community .home-info-top .address {
	    width: 66%;
	    float: left;
	    display: block;
	    margin-right: 9%;
		order: 0;
	}
	.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-price-box {
	    width: 35%;
	}
	.post-type-archive-community .sqft {
	    width: 65%;
	}
	.post-type-archive-community .home-info-bottom {
		padding-top: 40px;
	}

/**** AVAILABLE HOMES - ARCHIVE ****/
#home-count {
    text-align: center;
    margin: 40px auto;
    text-transform: uppercase;
    color: #000;
}
	#home-count span {
	    font-weight: 900;
	    width: 50px;
	    height: 50px;
	    background: #d0ae82;
	    padding: 0.6em;
	    border-radius: 50%;
	    color: #fff;
	    font-size: 20px;
        display: inline-block;
	}
#home-list article {
    position: relative;
    width: 65%;
    margin: 20px 5% 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;
}
	#request-info-sidebar h2 {
	    color: #fff;
	    font-weight: 700;
	    text-transform: uppercase;
	}
	
	#request-info-sidebar p.gform_required_legend {
	    visibility: hidden;
	}

	.homes .home-info-top, .post-type-archive-community .home-info-top {
	    padding: 30px 2.5% 0px;
	    display: flex;
	    flex-wrap: wrap;
	}
		.homes .home-info-top .address {
		    width: 66%;
		    float: left;
		    display: block;
		    order: 1;
		    margin-right: 9%;
		}
			.homes .home-info-top .address h2, .post-type-archive-community .home-info-top .address h2 {
			    font-size: 17px;
			    line-height: 1.5;
			    font-weight: 700;
			}
				.homes .home-info-top .address h2 strong, .post-type-archive-community .home-info-top .address h2 strong {
				    display: block;
				    font-size: 24px;
				    font-weight: 900;
				}
	
	.home-info-top .home-info-icons {
	    display: flex;
	    max-width: 66%;
	    flex-wrap: wrap;
	    order: 3;
	}
		.home-info-top .home-info-icons li {
		    width: 30%;
		    margin-right: 1%;
		    position: relative;
		    padding-left: 40px;
		    background-repeat: no-repeat;
		    background-position: center left;
		    background-size: 32px;
		    height: 34px;
		}
			.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: #d0ae82;
	            display: inline;
			}

	.home-price-box {
	    width: 25%;
	    padding: 1% 1.5%;
	    background: #ddd;
	    order: 1;
	}
		.home-price-box .price {
		    display: block;
		    font-size: 32px;
		    margin: 10px auto;
		}
			.home-price-box .price.const {
			    font-size: 16px;
			    font-weight: 600;
			    line-height: 1;
			}
			.home-price-box .price.const2 {
			    font-size: 25px;
			}
		.home-price-box .status {
		    display: block;
		    padding-top: 3px;
		    border-top: 1px solid #aaa;
		}
			.home-price-box .status .const {
			    display: block;
			    line-height: 1.2;
			}
	
	.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: #d0ae82;
	    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);
		}
	
	#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: #d0ae82;
				}
				
				.home-info-bottom .btn {
				    display: block;
				    text-align: center;
				    max-width: 75%;
				    margin: 0 auto;
				    background: #d0ae82;
				    color: #fff;
				    border: 1px solid #d0ae82;
				    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;
						}


#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 ***/
#home-title {
    margin-bottom: 0 !important;
    border-bottom: 5px solid #d0ae82;
    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: #d0ae82;
	    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 #d0ae82;
	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.2em;
		    border: 1px solid #ceae83;
		    display: block;
		    line-height: 1;
		    transition: all .2s ease-out;
		}
			.single-plans #single-home-row-4 h4 a:hover strong {
			    background: #ceae83;
			    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: #d0ae82;
		}
		
	#single-specs {
	    width: 100%;
	}
		#single-specs li {
		    font-size: 18px;
		    width: 30%;
		    padding-left: 40px;
		    position: relative;
		}
			#single-specs li:before {
			    content: "";
			    display: block;
			    position: absolute;
			    left: 0;
			    width: 32px;
			    height: 32px;
			}
			#single-specs li#baths:before {
			    background: url(/wp-content/uploads/icon-baths.png) no-repeat center / contain;
			}
			#single-specs li#beds:before {
			    background: url(/wp-content/uploads/icon-beds.png) no-repeat center / contain;
			}
			#single-specs 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: #d0ae82;
		}
		
	.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 ***/

#plan-tour {
    margin: 40px auto -14px !important;
}
/*
	#plan-tour iframe, #home-title iframe {
	    width: 100%;
	    height: 900px;
	}
*/
#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;
	}
	#home-list article .home-info-icons {
	    flex-direction: row;
	    flex-wrap: wrap;
	}
		#home-list article .home-info-icons li {
		    width: 30%;
		    margin-right: 1%;
		    padding-left: 0;
		    padding-top: 44px;
		}
		#home-list article .home-info-icons li:last-child {
		    width: 100%;
		    padding-top: 10px;
		    padding-left: 5%;
		}
	#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 {
		    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;
			}
	

		
}