/* Pricing Strikethrough Updates*/
.salePrice{
	color:#dd4466;
	width: fit-content;
	position:relative;
}

.salePrice::after{
	display:inline-block;
	content:'';
	width:100%;
	height: 2px;
	background: #dd4466;
	position:absolute;
	top:50%;
	left:0;
	transform:rotate(deg)
	
}

.single-homes .salePrice{
	font-size:0.7em;
	display:block;
	margin: 0 auto;

	text-align:center;
}

/* End Pricing Strikethrough Updates*/


.cat-list_item{
	text-decoration:underline; 
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color 0.3s ease;
	cursor:pointer;
}

.cat-list_item.active{
	font-weight:900;
	text-decoration-color: var(--red);
}

.available-home h2 a{
	color:var(--black);
	text-decoration:none;
}
.available-home h2 span a{
  padding: 0.25rem 0.5rem;
  border: 2px solid var(--tan);
}

.available-home h2 a:hover{
	background:var(--red);
	color:#fff;
}
.compare-footer, .compare-modal, .favorite, .compare{
	display:none;
}

/* Available Homes */
/* Main page */
.available-homes .categories li {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.25em;
  font-size: 0.8rem;
  padding: 1rem 2rem;
}
/* Individual search result */
.available-home h2 {
  color: var(--red);
  display: flex;
  align-items: center;
  line-height: 1em;
}
.available-home h2 span {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.25em;
  display: inline-block;
  margin: 0.5rem 1rem 0 1rem;
  font-size: 1rem;
  border:none!important;
}
.available-home .lot-status {
  color: var(--red);
  white-space: nowrap;
  margin: 0 0 1.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.25em;
  border-bottom: 2px solid var(--tan);
  font-size: 0.8rem;
}
.available-home .floorplan-detail {
  font-weight: 300;
}
.available-home .deets-row .wp-block-column:not(:first-child) {
  padding-left: 1.5rem;
}
.available-home img {
  border-left: 4px solid var(--red);
}
.available-home {
  align-items: start;
}
.available-home .wp-block-separator {
  border-width: 2px;
  border-color: color-mix(in srgb, var(--tan), transparent);
}
.available-home .is-style-border-left-light-blue {
	border-left: 1px solid;
	border-color: var(--tan);
  border-color: color-mix(in srgb, var(--tan), transparent);
}
.available-home:not(:last-child) {
  margin-bottom: 4rem;
}
.available-home:not(:last-child)::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--red);
  margin-bottom: 4rem;
  opacity: .2;
}
.available-home .wp-block-button {
  font-size: 0.8rem;
}
.available-home .wp-block-button:not(.is-style-rectangular-fill-button) .wp-block-button__link::after {
  display: none;
}
.available-home .wp-block-button.is-style-rectangular-outline-button a {
  border-color: transparent;
}
.available-home .wp-block-button.is-style-rectangular-fill-button .wp-block-button__link::after {
  background-image: linear-gradient(135deg, #ffffff00 0%, #ffffff00 50%, var(--tan) 50%, var(--tan) 100%);
}
.available-home .wp-block-button.is-style-rectangular-fill-button .wp-block-button__link:hover::after {
  background-image: linear-gradient(135deg, #ffffff00 0%, #ffffff00 50%, #2d3d43 50%, #2d3d43 100%);
}
.available-home ul {
  display: flex;
  justify-content: end;
  list-style-type: none;
}
.available-home ul li {
  margin: 0.5rem;
}
.available-home > .container{
	align-items:stretch!important;
}
.available-home > .container > .wp-block-column:first-child{
	align-self:stretch!important;
	height:100%;
	display:flex;
	align-items:stretch;
}
.available-home > .container > .wp-block-column:first-child img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center center;
}
.single-homes .entry-header > :first-child {
  width: max-content;
  margin: 0 auto;
  color: var(--black);
}
.single-homes .entry-header .lot {
  width: max-content;
  margin: 0 auto;
  color: var(--red);
}
.single-homes .entry-header > :first-child a, .single-homes .entry-header .lot a {
  text-underline-offset: calc(0.3rem + 2px);
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
.single-homes .entry-header > :first-child a:hover, .single-homes .entry-header .lot a:hover {
  text-decoration-color: var(--tan);
}
.single-homes .entry-header > :first-child::after, .single-homes .entry-header .lot::after {
  display: block;
  content: "";
  margin: 0.3rem auto;
  width: 100%;
  height: 2px;
  background-color: var(--tan);
}
.single-homes .entry-header + img {
  width: 100%;
  height: auto;
}
.single-homes .is-style-border-left-light-blue {
  padding-left: 1rem;
}
.single-homes .is-style-border-left-light-blue .is-style-subtitle + p {
  margin: 0;
}

.available-home .wp-block-separator {
  border-width: 2px;
  border-color: color-mix(in srgb, var(--tan), transparent);
}
.available-home .is-style-border-left-light-blue {
  border-color: color-mix(in srgb, var(--tan), transparent);
	
}
.is-style-border-left-light-blue {
  border-left: 2px solid var(--tan);
}


.single-homes .deets p.is-style-subtitle {
  color: var(--red);
}

/*Contact Form*/
.homes .wp-block-contact-form-7-contact-form-selector label,
.homes .wp-block-contact-form-7-contact-form-selector label span.wpcf7-quiz-label{
  color: var(--red)!important;
}

@media  screen and (min-width: 781px) {
.single-homes.single .is-style-padded-max-width-columns{
	padding-left: 6rem!important;
	padding-right:6rem!important;
}
}

@media  screen and (max-width: 781px) {
  .available-home .deets-row .is-style-border-left-light-blue {
    border-left: none;
    padding-left: 0!important;
  }

  .homes .is-style-padded-group.is-style-padded-max-width-columns{
    padding: 1rem!important;
  }

  .deets-row .wp-block-column,
	.deets .wp-block-column{
		margin-bottom:1.5rem;
	}
  
}
@media  screen and (max-width: 400px) {
  .available-home h2{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8em;
  }

  .available-home h2 span{
    margin: 0;
  }
}