






@media only screen and (max-width: 1200px) /* col--md */ {
	
	.hd-card-description {
		display: block;
			
	}
	
	.hd-card-description a {
		margin-top:20px;
			
	}
	
	.hd-card .hd-floorplan-image {
		  padding-right:30px;
		  padding-left:30px;
	  }
	
	
	
}







@media only screen and (max-width: 1150px) /* col--md */ {

	.component-thumbnail-gallery .gallery-caption {
		padding-right:50px;
	}
	
	
	
	.hd-card .display-home-stats {
		position: relative;
		margin-top: 40px;
	}
		  
	  .hd-card .display-home-stats .block-size {
		  position: absolute;
		  top: -25px;
	  }
	  
	  .hd-filter.hd-filter--row {
	
		  gap: 0 40px;
	  }
	  
	  
	  
	  
	  
	  

}








@media only screen and (max-width: 991px) /* col-sm */ {
	
	

	
	header .desktop-menu ul.menu li {
	margin-left: 20px;
	}
	
	.hd-filter-bar {
		margin-bottom: 5px;
		padding: 22px 0 0 0;
	
	}
	
	.hd-filter-bar .container {
		padding:0;
		width: 100%;
		max-width: 100%;
	}
	  
	  
	  footer .logo {
		  margin-bottom:40px;
	  }
	  
	  
	  .display-home-stats .specs {
	  	gap: 15px;
	  }
	  
	  .display-home-info-inner {
		  padding: 30px;
	  }
	  
	  
	  .row.icons {
		  padding-top: 0;
		  gap: 50px 0;
	  }
	  
	  
	  .layout-inclusion-package .packages .inclusion-image-wrap, .layout-inclusion-package .packages .package-inner  {
		  padding: 0 15px 0 0;
	  }
	
	.hd-filter--row.desktop-view { 
		display: none;
	  }
	  
	
	  
	  
	  .hd-filter--row.mobile-view {
			display: inline-block;
		}
		
		
		  .hd-filter .hd-filter--row.mobile-view span {
			font-size: 12px;
			font-weight: 600;
			letter-spacing: 1.6px;
			text-transform: uppercase;
			position: relative;
			top:-3px;
			cursor: pointer;
		  }
		  
		  
		  .hd-filter .hd-filter--row.mobile-view span:before {
			content: "\f0c9";
			font-family: "Font Awesome 7 Pro";
			font-size: 22px;
			font-weight: 300;
			margin-right:15px;
			position: relative;
			top:3px;
		  }
		  
		  
		  .hd-filter-mobile-header {
		  
		  display: flex;
	  }
	  
	  
	  .hd-no-results {
		padding-left:28px;
		padding-right:28px;
	  }
	  
	  /* OPEN STATE */
	  .hd-filter-mobile-drawer.is-open {
		  max-height: 600px; /* enough for all filters */
		  
	  
	  }
	  
	  
	  .hd-filter-meta {
		  font-size: 10px;
		  margin-top:28px;
	  }

	  
	  .hd-card .display-home-stats {
		  margin-top: 40px;
		  margin-bottom: 40px;
		  position: relative;
	  }
	  
	  
	

		  
	
}




@media only screen and (max-width: 860px) {
	
	
	
	.component-banner .row.full {
		min-height: 0;
		height:460px;
	}
	
	
	p:last-of-type {
		margin-bottom: 1rem;
	}
	
	.container {
		width: 100%;
		max-width: 1220px;
		padding-left: 28px;
		padding-right: 28px;
	}
	
	header {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	header .container {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	}
	
	
	header ul.menu {
		display: none;
		
	}
	
	header img { 
	width:189px;
	height:auto;
	margin-bottom:0;
	}
	
	.menu-active .mobile-menu, .menu-active .mobile-menu ul.menu  {
		display: block;
	}
	
	
	.mobile-menu {
	position: absolute;
	z-index: 2;
	background: #042335;
	width: 100%;
	left: 0;
	top: 63px;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	padding-top: 60px;
	padding-bottom: 60px;
	height:100vh;
	}
	
	header .mobile-menu ul.menu li {
		display: block;
		margin-left: 0;
		text-align: center;
		margin: 40px 0;

	}
	
		
	header .mobile-menu ul.menu .sub-menu li {
		display: block;
		margin-left: 0;
		text-align: center;
		margin: 25px 0;
	
	}
	
	header .mobile-menu ul.menu .sub-menu li a {
		font-weight: 200;
	}
	
	
	header ul.menu li a {
		font-size: 16px;
		letter-spacing: 2px;
		transition: all 250ms linear;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	header ul.menu li a:hover {
		opacity: 0.6;
	}
	
	.menu-trigger {
		display: inline-block;
		height: 15px;
		width: 23px;
		position: relative;
		bottom: 9px;
		cursor: pointer;
	}
	
	.menu-trigger span,
	.menu-trigger span::before,
	.menu-trigger span::after {
		content: '';
		position: absolute;
		height: 1px;
		width: 23px;
		background: #fff;
		left: 0;
		transition: all 0.3s ease;
	}
	
	.menu-trigger span {
		top: 7px;
	}
	
	.menu-trigger span::before {
		top: -7px;
	}
	
	.menu-trigger span::after {
		top: 7px;
	}
	
	/* Animation when active */
	body.menu-active .menu-trigger span {
		background: transparent;
	}
	
	body.menu-active .menu-trigger span::before {
		transform: rotate(45deg);
		top: 0;
	}
	
	body.menu-active .menu-trigger span::after {
		transform: rotate(-45deg);
		top: 0;
	}
	
	
	
	.mobile-menu .sub-menu {
	  display: none;
	}
	
	.mobile-menu .mobile-primary-menu.active > li {
	  display: none;
	}
	
	.mobile-menu .mobile-primary-menu.showing-submenu > li.showing,
	.mobile-menu .mobile-primary-menu.showing-submenu > li.back-button {
	  display: block;
	}
	
	
		
	header .mobile-menu ul.menu.showing-submenu li {
		display: none;
	}
	
	header .mobile-menu ul.menu.showing-submenu li.showing, header .mobile-menu ul.menu.showing-submenu li.showing li  {
		display: block;
	}
	
	header .mobile-menu ul.menu.showing-submenu li.showing > a {
		font-weight: 600;
	}
	
	header .mobile-menu ul.menu.showing-submenu li.showing > a:hover {
		opacity: 1;
	}

	
	.mobile-menu-header {
		text-align: center;
		height:22.5px;
	}
	
	
	header .mobile-menu .back-button {
		background:none;
		border:0;
		color:#fff;
	}
	
	
	h1 {}
	
	h2 {}
	
	h3 {font-size:22px;margin-bottom:24px;line-height:1.3;}
	
	h4 {}
	
	
	html {
	  padding-top:63px;
  }
	
	.component-display-homes h3 {
		margin-bottom:0;
		font-size: 30px;
	}
	
	.banner h2 {
		font-size: 18px;
	}
	
	.padding {
		padding-top:70px;
		padding-bottom:70px;
	}
	
	.padding-top {
	  padding-top:70px;
	}
	
	
	.padding-bottom {
	  padding-top:70px;
	}
	
	.layout-multi-column .padding-bottom {
	  padding-top:0;
	}

	
	.component-image-carousel.padding {
	  padding-bottom:90px;
	}

	

	.text-cta img {
	  margin-top: 15px;
	  margin-bottom: 10px !important;
	  max-width:142px;
	  height:auto;
	  margin-left:auto;
	  margin-right:auto;
	}
	

	.component-banner h4 {
		font-size: 13px;
	}
	
	.component-banner:after {
		background-color: rgba(0, 0, 0, 0.15);
	}
	
	.text-cta .button {
		margin-top:20px;
	}
	
	.text-cta h3 {
		margin-bottom:30px;
	}
	
	.text-cta h2 {
		font-size: 18px;
	}
	
	.grid h3 {
		margin-bottom:30px;
	}
	

	
	.banner .row {
	min-height: 460px;
	height: 50vh;
	max-height: 480px;

	}
	
	.banner h1 {
		font-size: 38px;
	}
	
	.banner {
		background-position: right center;
	}
	
	
	/* Base hidden state for stagger */
	.mobile-menu .mobile-primary-menu > li,
	.mobile-menu .mobile-primary-menu .sub-menu > li {
	  opacity: 0;
	  transform: translateY(10px);
	}
	
	/* Animated in state */
	.mobile-menu .mobile-primary-menu > li.in,
	.mobile-menu .mobile-primary-menu .sub-menu > li.in {
	  opacity: 1;
	  transform: translateY(0);
	  transition: opacity .28s ease, transform .28s ease;
	}
	
	
	.grid-holder:hover .hover-content {
		top: 0;
		display: none!important;
	}
	
	.grid-holder:hover h3 {
		opacity: 1;
	}
	
	.grid-holder h3 {
	bottom: 20px;
	left: 30px;
	}
	
	
	.grid-holder .hover-content {
		display: none!important;
	}
	
	
	
	.text-icon h2 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom:30px;
	}
	
	.text-icon img {
		max-width:130px ;
		margin-bottom:40px;
	}
	
	
	.text-icon {
		font-size: 18px;
	}

	header {
		height:63px;
	}
	
	
}

@media only screen and (max-width: 767px) /* col-xs */  {
	
	.horizontal .hd-floorplan-image {
		max-width: 100%;
	}
	  
	  .hd-card-description a.button-desktop {
		  display: none;
	  } 
	
	
	.hd-floorplan-image .fp-zoom {
		width:48px;
		height:48px;
	}
	
	.hd-floorplan-image .fp-zoom img {
		width:28px;
		height:28px;
	}
	
	
	.home .banner .banner-media, .home .component-banner .banner-media {
		object-position: 58%!important;
	}
	
	
	.single-home_design .row.horizontal{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	  }
	  
	  
	  .single-home_design .row.horizontal .hd-floorplan-image {
		  margin-top: 40px;
		  padding-left:28px;
		  padding-right:28px;
	  }
	
	
	.component-image-gallery-two.padding {
		padding-bottom:40px;
	}
	
	.layout-inclusion-package.padding.maybe-no-padding {
		padding-top:60px;
	}
	
	.hd-list-section .horizontal .gallery-nav.gallery-prev {
		right: 80px;
	}
	
	.hd-floorplan-image .fp-zoom-controls {
		
	}
	
	
	.horizontal .mobile-position .hd-content-holder {
			width: 100%;
			padding-left: 0;

	}
	
	.horizontal .mobile-position .taxonomy-thumb {
		width: 100%;
		float: left;
		padding-right: 0;
		padding-left: 0;
	}
	
	
	
	
	.hd-floorplan-image {
		touch-action: auto;
	}
	
	
	.hd-floorplan-image {
		text-align: center;
		margin-top:30px;
	}
	
	.hd-card .hd-card-title {
		margin-top:30px;
	}
	
	.hd-floorplan-image img {
		max-height:370px;
		width:auto;
	}
	
	
	
	.gallery-two-info { 
	padding-left: 28px;
	padding-right: 28px;
}


.hd-card .mobile-position {
	
}

.horizontal .hd-floorplan-image {
	padding-left: 28px;
padding-right: 28px;

max-width: 100%;
}


	section.component-thumbnail-gallery.component-image-gallery-two .gallery-hero, .component-thumbnail-gallery.component-image-gallery-two .gallery-hero-bar {
	width: 100%;
}

section.component-thumbnail-gallery.component-image-gallery-two h3.gallery-title {
	font-size: 20px;
}


.layout-inclusion-package .underlined-title, section.component-thumbnail-gallery.component-image-gallery-two h3.gallery-title {
	margin-bottom:35px;
}

.layout-inclusion-package .packages .inclusion-image-wrap {
	padding: 0;
}

.layout-inclusion-package .packages .underlined-title {
	margin-bottom: 15px;
	margin-top: 20px;
}

.package-inner p {
	margin-bottom:0;
}

.layout-inclusion-package .row.packages .row {
	padding-bottom: 40px;
}

.page.page-id-740 .text-icon h1 {
	text-align: center;
}

.gallery-two-title {
	margin-bottom: 20px;
}



	
	.single-home_design .hd-floorplan-details .hd-terms {
		padding-left:0;
		padding-right:0;
	}
	
	.single-home_design .hd-terms p {
		font-size: 12px;
	
	}
	
	.tax-hd_category h1 {
		font-size: 30px;
		margin-bottom:10px;
	}
	
	.tax-hd_category .text-icon h4 {
		margin-bottom:30px;
	
	}
	
	.single-home_design .hd-floorplan-image {
		text-align: center;
		margin-top:40px;
		margin-bottom:20px;
	}
	
	
	.single-home_design .hd-terms.mobile {
	  display: block;
	}
	
	.single-home_design .hd-terms.desktop {
	  display: none;
	}
	
	.single-home_design .hd-floorplan-image img {
		max-width: 100%;
		width: auto;
		margin: auto;
		max-height: 500px;
		margin-top:0;
		margin-bottom:20px;
	}
	
	
	.single-home_design .hd-floorplan-image button img {
		margin-bottom:0;
	}
	
	
	
	.hd-card .hd-card-title {
		font-size: 30px;
	}
	
	  
	  
	  .hd-card a.button-mobile {
		display: inline-block;
		max-width: calc(100% - 52px);
		margin:30px 26px 0 26px;
	
	  }
	  
	 
	  
	  
	  .component-thumbnail-gallery .gallery-hero-bar {
		  margin-top:10px;
	  }
	  
	 
	  
	  .component-image-carousel h3 {
		  font-size: 20px;
		  margin-bottom: 20px;
	  }
	
	.hd-card .mobile-position {
		display: flex;
		flex-direction: column;
	  }
	
	  .hd-card .mobile-position .hd-content-holder {
		order: 1;
	  }
	
	  .hd-card .mobile-position .taxonomy-thumb {
		order: 2;
		margin-top:35px;
	  }
	  
	  .layout-cta.padding {
		  padding-top: 70px;
	  }
	
	.hd-card-title, .hd-card .display-home-stats, .hd-card-description {
		margin-left:28px;
		margin-right:28px;
	}
	
	
	.hd-filter__item {
		display: block;
		margin: 15px 0;
	}
	
	.hd-list-section .container {
		padding-left:0;
		padding-right:0;
	}
	
	.hd-card .display-home-stats {
		position: relative;
		border-top:0.5px solid #000;
		padding-top:15px;
		padding-bottom:15px;
		margin-top:60px;
	}

	
	.hd-list-section .gallery-nav.gallery-prev {
		left: auto;
		right: 80px;
		position: absolute;
	}
	
	.hd-card {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 0 0 25px 0;
	margin: 0 auto 50px auto;
	width: calc(100% - 10px);
	}
	
	
	
	.hd-list-section.padding {
		padding-top:30px;
		padding-bottom:20px;
	}
	
	
	.layout-cta h3 {
	font-size: 20px;
	}
	
	.layout-inclusion-package .packages .package-inner {
		padding: 0;
	}
	
	
	section p, section ul, section ol {
		font-size: 16px;
	}
	
	
	.layout-team .team-member {
		--anim-delay: 0s !important;
	  }
	
	.layout-anchors.padding {
		padding-bottom:55px;
	}
	
	.layout-anchors h1 {
		margin-bottom: 45px;
		font-size: 30px;
	}

	
	.timeline-image {
	  margin-bottom:20px;
	  aspect-ratio: 4 / 2.9;
	}
	
	
	.layout-timeline .col-sm-8 {
		padding-left:0;
	}

	
	.layout-timeline .container {
	padding-right:0;
	}

 .timeline-row {
		position: relative;
 padding-left: 65px;
 margin-bottom: 40px;
 padding-bottom: 100px;
  }
  
  .timeline-row::before {
	top:40px;
  }
  
  .timeline-index {
	font-size:35px;
  }
  
  .timeline-title {
		margin: 0 6px 28px 0;
  padding: 0 20px 3px 0;
  line-height: 1.1;
}

.timeline-content {
	font-size: 18px;
	padding-right:15px;
}

.timeline-content p:last-of-type {
	margin-bottom:0;
}
  
  .timeline-inner {
	padding-left:0;
  }
  
  
  .content-only .timeline-inner {
	  padding-left: 0;
	  padding-bottom: 0;
  }
  

	
	
	.component-banner .row.large  {
		aspect-ratio: 11 / 9;
	}
	
	.component-banner .row.small {
		aspect-ratio: 8 / 9;
	}
	

	
	.row.hide-mobile {
		display: none;
	}
	
	.display-home-item {
		margin-top:0;
		margin-bottom:50px;
	}
	
	.display-home-info-inner .block-size.mobile {
	  display: block;
	  margin-top:30px;
	}
	
	
	.display-home-info-inner .block-size.desktop {
		display: none;
	}
	
	.component-image-carousel.padding {
		padding-top:50px;
		padding-bottom:60px;
	}
	
	.text-icon.padding {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	
	
	
	.display-home-stats {
		margin-top:10px;
	}
	
	.display-home-item:last-child {
		margin-top:0;
		margin-bottom:0;
	}
	
	.component-display-homes .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.display-home-stats .specs {
		  gap: 20px;
	  }
	  
	  
	  .acf-map {
		height:390px;
	  }
	  
	  .mobile-directions {
		display: block;
		padding: 35px 30px 60px 30px;
	  }

	  
		.desktop-directions {
		  display: none;

		}
		
		.mobile-directions a.button {
			line-height:1;
		}
		
		section.layout-map-location.padding {
			padding-bottom: 30px;
			padding-top: 0;
		}
		
		
		.component-testimonials {
			font-size: 18px;
		}
		
		.testimonial-cta {
		  margin-top:25px;
		}

/* .single-home_design .component-banner {
		height: 270px;
}*/
	  
	  .display-home-info-inner {
		  padding: 30px;
	  }
	  
	  .display-home-stats .specs li {
		  margin-right:10px;
	  }

	  .display-home-stats .specs li span {
		position: relative;
		top: -3px;
	  }
	  
	  /*.display-home-stats img {
		  width:40px;
	  }*/
	
	
	.single-home_design h1 {
		font-size: 35px;
	}

	.dh-details h1 {
		font-size: 35px;
	}
	
	.single-home_design .hd-floorplan-header {
		padding: 18px 10px;
	}
	
	.single-home_design .hd-floorplan-list li {
		padding: 15px 10px 5px 10px;
	}
	
	.dh-specs.desktop {
	  display: none;
	}
	
	.display-home-stats.mobile {
	display: flex
	;
			border-top: 0;
			padding-top: 0;
			margin-top: -10px;
			margin-bottom: 30px;
	}



	/* Mobile specs: full-width, equal columns */
	.display-home-stats {
	  display: block;               /* parent doesn’t need to be flex */
	  border-top: 0;
	  padding-top: 0;
	  margin-top: -15px;
	}
	
	.display-home-stats .specs {
	  list-style: none;
	  margin: 0;
	  padding: 0 0;
	  display: block;                 /* put items on one row */
	  width: 100%;

	  gap: 0;                        /* spacing handled by column centering */
	}
	
	.display-home-stats .specs li {
		flex: 1 1 0;
	min-width: 0;
	display: inline-block;
	align-items: center;
	justify-content: center;
	column-gap: 6px;
	text-align: center;
	margin: 0 15px 0 0;
	}
	
	.display-home-stats img {
		margin-right: 0px;
	}
	
	.display-home-info-inner .display-home-stats {
		display: block;
		border-top: 0.5px solid #000;
		padding-top: 10px;
		margin-top: 15px;
	}
	
	.display-home-stats .specs li img {
	  display: inline-block;
	 width:auto;

	}
	
	.display-home-stats .specs li:nth-child(1) {
		text-align: left;
		justify-content: start;
	}
	
.display-home-stats .specs li:nth-child(3) {
		text-align: right;
		justify-content: end;
	}
	
	
	.dh-details .desktop-download {
	  display: none;
	}
	
	.dh-contact-details-row {
	margin-top: 0;
	}
	
	.dh-contact-details-row h4 {
		margin-top:50px;
	}
	
	.dh-details.padding {
		padding-top:50px;
	}
	
	.dh-details .mobile-download {
	  display: block;
	  margin-top:30px;
	}
	
	
	footer .logo {
		margin-bottom: 20px;
	}
	
	
	footer p.copyright {
		margin:25px 0;
		font-size: 14px;
		font-weight: 400;
		padding-right:20px;
	}
	
	
	footer .social a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	}
	
	footer {
		font-size: 14px;
	}
	
	
	footer .mobile-terms {
	  display: block;
	}
	
	
	footer .desktop-terms {
	  display: none;
	}
	
		
	footer .logo {
	 display: none;
	}
	
	
	footer .logo.mobile {
	 display: block;
	 max-width: 205px;
	}
	
	
	.menu-trigger {
		bottom:-4px;
	}
	
	header .row {  
	min-height: 43px;
	}
	
		
	.grid-holder {
		position: relative;
		line-height: 0;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	
	
	.container.full-mobile {
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
	
	.arrow-link {
	position: relative;
	display: inline-block;
	width: 50px;
	}
	
	footer .col-sm.footer_menu_1 {
	  max-width:100%;
	}
	
	footer .col-sm.footer_menu_3 {
	  max-width:100%;
	}
	
	
	.owl-carousel .owl-nav button.owl-next {
		left: 30px;
	}
	
	
	.component-image-carousel .owl-nav button.owl-prev {
		left: 10px;
		
	}
	
	.component-image-carousel  .owl-carousel .owl-nav button.owl-next {
		left: 40px;
	}
	
	.banner .banner-media,
	  .component-banner .banner-media {
		object-position: center center !important;
	  }
	  
	  
	  .grid-holder .hover-content h4 {
	  margin-bottom: 20px;
  	}
	  
	  .component-banner h1 {
		font-size: 38px;
	  }

	  
	  footer div.icons * {
		  margin-left:0;
		  margin-right:20px;
	  }
	
	.arrow-link-outer:hover .arrow-link {
		width: 65px;
	}
	
	.arrow-link::after, .arrow-link::before {
	width: 13px;
	}
	
	.component-faqs h3 {
		margin-bottom:0;
	}
	
	footer ul {
		margin-top:20px;
	}
	
	footer ul li {
		margin-bottom:6px;
	}
	
	footer p.social {
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
	.footer-social.two-per-row {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.grid-holder a{
	  display:block;
	  height: 80vw;                 
	  position: relative;           
	  background: #f2f2f2;       
	}
	
	.grid-holder a img{
	  display:block;             
	  width:100%;
	  height:100%;             
	  object-fit: cover;         
	  object-position: center;      
	}
	
	
	.footer-social {
	  margin-top: 30px;
	  margin-bottom: 20px;
	}
	
	
	.gallery-nav.gallery-prev {
		position: absolute;
		right:72px;
	}
	
	.gallery-nav.gallery-next {
		position: absolute;
		right:26px;
	}
	
	.component-thumbnail-gallery .gallery-caption {
		padding-right: 120px;
		font-size: 12px;
		padding-left: 26px;
	
	}
	
	
	.component-thumbnail-gallery .gallery-hero-images.owl-carousel .owl-stage-outer {
	aspect-ratio: 16 / 10;
	}
	
	
	.faq-answer.open {
	  padding-top:10px;
	}
	
	
	.faqs-accordion {
		margin-top: 20px;
	}
	
	.logo-item {
	padding-top: 0.75rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	}
	
	.faq-question {
		font-size: 18px;
	}
	
	
	.two-column-content form {
		margin-top:30px!important;
	}
	
	.component-thumbnail-gallery .gallery-hero-bar {
		margin-bottom:5px;
	}
	
	
	.two-column-content .row div.col-xs-12:first-child {
		padding-bottom:20px;
	}

	
				
		.layout-team .team-holder {
			max-width: 450px;
			margin: auto;
		}
		
		
		  
		  .row.icons {
			  padding-top: 0;
			  gap: 45px 0;
		  }
		  
		  
		  .layout-multi-column .padding-bottom {
			  padding-bottom:50px;
		  }
		  
		  
		  .layout-multi-column p:last-of-type {
			  margin-bottom:0;
		  }
		  
		  
		  section.layout-multi-column ul:last-of-type {
			  margin-bottom:0;
		  }
		
		
		.layout-multi-column .icons h4 {
	
			margin: 0 0 20px 0;
			padding: 0 0 6px;
		}
		
		.layout-multi-column .icons p, section.layout-multi-column ul {
			padding-right:15px;
		
		}
		
		.padding-half.home-design-details {
			padding-top:50px;
		}
		 
		 .hd-mobile-button {
		   display: block;
		   margin-top: 40px;
		 }
		 
		  
		  .hd-desktop-button {
			display: none;
		  }
		
		
		  .component-image-gallery .gallery-nav.gallery-prev {
			position: absolute;
			right: 72px;
			left:auto;
		}
		
		
		  .component-image-gallery .gallery-nav.gallery-next {
			position: absolute;
			right: 26px;
			left:auto;
		}
		
		
		.single-home_design .hd-floorplan-details {
		margin-top: 15px;
		max-width: 100%;
		}
		
		.component-thumbnail-gallery.component-image-gallery .gallery-caption {
		padding-left:26px;
		padding-right:26px;
		margin-left: 0;
		
		margin-top: 33px;
		}
		
		.single-home_design .padding-half-top.hd-information {
 	   	padding-top:40px;
		}
		
		.layout-cta img, .layout-cta h3 {
			margin-bottom:20px;
		}
		
		.single-home_design .component-thumbnail-gallery .gallery-caption {
			opacity: 0;
			transition-delay: 300ms;
			transition: opacity 50ms ease;
			padding-right: 120px;
			font-size: 10px;	
		}
		
		.single-home_design .component-thumbnail-gallery .owl-item.active .gallery-caption {
			transition-delay: 300ms;
			opacity: 1;
		}
		
		.single-home_design .component-thumbnail-gallery .count {
			float:none;
		
		}
		
		.single-home_design .component-thumbnail-gallery .name {
			margin-right:3px;
		}
		
		.single-home_design .component-thumbnail-gallery .gallery-hero-bar {
			width: 100%;
			z-index: 2;
			position: absolute;
			bottom: 6px;
		}
		
		.container.hd-facades-slider {
			padding-left:5px;
			padding-right:5px;
		}
		
		.single-home_design .hd-facades-slider .gallery-hero {
			width:100%;
		}
		
		
		.single-home_design .banner-media { 
			transform:none;
		}
		
		
		.single-home_design .banner-media-wrap {
			position: absolute;
			inset: 0;
			z-index: 1;
		}
	
	
}	



@media only screen and (max-width: 479px) {
		.button {
			width:100%;
		}
		
		
		.layout-team h3 {
		  margin-bottom:50px;
		}
			
		.layout-team .team-holder {
			max-width: 196px;
			margin: auto;
		}
}





@media only screen and (max-width: 390px) {
	.banner-video-wrap .banner-vimeo{
	
	min-width: 200%;
	min-height: 200%;
	
	}
	
	.single-home_design .hd-floorplan-header {
		font-size: 10px;
	}
	
}

