/*
 Theme Name:   Suncrest Homes GeneratePress Child
 Description:  Suncrest GeneratePress child theme
 Author:       Jesse Hodges
 Author URI:   https://www.twoloonsoftware.com
 Template:     generatepress
 Version:      1.0
*/

.sc-home-price{
	font-size:1.5em;
	display:inline-block;
	margin-right:15px;
}
.sc-home-info strong{
	color:#111;
}
.sc-home-info .light{
	opacity:.5;
	display:inline-block;
	margin:0 5px;
}

.sc-home-wrapper .wp-block-kadence-dynamiclist{
	margin-top:5px !important;
}

.sc-home-wrapper .wp-block-kadence-dynamiclist .kb-dynamic-list-item{
	margin-right:15px;
}
.sc-home-wrapper .wp-block-kadence-dynamiclist .kb-dynamic-list-item a{
	text-decoration:underline;
}

.sc-home-short-description{
	margin-top:30px;
}

.sc-floorplan{
	font-weight:bold;
}

.sc-home-video{
	margin-top: 40px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.sc-home-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}