#sidebar {
    float: left;
    margin: 0 0 9px;
    padding: 26px 8px 26px 12px;
    width: 230px;
}

.decorated-model-homes #header {
	height: 445px;
}

.decorated-model-homes #header > .img {
	position: absolute;
	top: -1px;
	left: 308px;
	width: 648px;
	height: 428px;
	border: solid 1px #dfdfdf;
	overflow: hidden;
}

.decorated-model-homes #header > .img img {
	position: absolute;
	display: block;
}

.narrow-results label {
	display: block;
}

.narrow-results li {
    margin: 0 0 15px 6px;
}

.narrow-results .bed-count {
	float: left;
	margin: 0 16px 0 6px;
}

.sidebar {
	padding-top: 32px;
}

.decorated-model-homes h1,
.decorated-model-homes h2 {
    font: 26px "minion-pro",sans-serif;
    /* margin: 0 0 9px; << removed by Bret.  It was pushing the page down. */
}

.sidebar h1 {
	margin-left: 6px;
}

#content .homes-wrapper > div > p {
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: 400;
  padding: 45px;
  text-align: center;
}

#content .homes-wrapper a.home-box {
	font-size: 14px;
	width: 312px;
	/* height: 320px; <== ipad doesn't like this */
	padding-top: 10px;
	border: solid 1px #e3e3e3;
	background: #f8f8f8;
	position: relative;
}
.homes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25.5px;
}
.homes-wrapper .home-box:hover {
  text-decoration: none;
}

.homes-wrapper .home-box > div:first-child {
    border: solid 1px #e4e4e4;
    margin-bottom: 7px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.homes-wrapper .home-box > div img {
	display: block;
	width: 100%;
}

.homes-wrapper .home-box > div img.banner-best-of-parade {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  width: auto;
}

#content .homes-wrapper .home-box > div .view-elevations {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 6px;
  color: #ffffff;
  font-family: inherit;
  font-size: 18px;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-decoration: none;
}

#content .homes-wrapper .home-box > div .view-elevations svg {
  margin-right: 3px;
  width: 18px;
}

#content .homes-wrapper .home-box > div .view-elevations svg path,
#content .homes-wrapper .home-box > div .view-elevations svg polygon {
  fill: #ffffff;
}

.fa-stack.photo-gallery,
.fa-stack.tour-video {
    position: absolute;
    right: 19px;
    z-index: 1;
}

.fa-stack.photo-gallery.active,
.fa-stack.tour-video.active {
    cursor: pointer;
}

.fa-stack.photo-gallery {
    top: 219px;
}

.fa-stack.tour-video {
    top: 264px;
}

.photo-gallery .fa-circle,
.tour-video .fa-circle {
    color: #ececec;
}

.photo-gallery.active .fa-circle,
.tour-video.active .fa-circle {
    color: #6FD0C4;
}

.photo-gallery .fa-camera,
.tour-video .fa-video-camera {
    font-size: 15px;
}

.homes-wrapper .home-box header {
	padding: 0 0 0 19px;
}

.homes-wrapper .home-box header h3 {
	/* font: normal 24px "minion-pro", sans-serif; */
	color: #5A5654;
	font: normal 20px "minion-pro", sans-serif;
	margin-top: 15px;
}

#content .homes-wrapper .home-box header .name,
#content .homes-wrapper .home-box header .located-in {
  color: #5A5654;
  font-family: "museo-sans",sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 24px;
}

#content .homes-wrapper .home-box header .name {
  padding-bottom: 0;
}

#content .homes-wrapper .home-box header .located-in {
  padding-bottom: 15px;
}

#content .homes-wrapper .home-box .button {
	margin: 0 9px 13px 9px;
}

#content .homes-wrapper .home-box .button.call {
	display: none;
}

#content .homes-wrapper .view {
    border-top: solid 1px #e3e3e3;
    color: #5A5654;
    float: left;
    font-size: 16px;
    font-style: normal;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
}

#content .homes-wrapper .view {
    border-right: solid 1px #e3e3e3;
    width: 100%;
}





@media screen and (max-width: 579px) {
    body.decorated-model-homes .homes-wrapper {
        width: 270px !important;
    }

    .homes-wrapper .home-box {
        width: 268px;
    }
}