/******/
/*** GLOBAL ***/
/******/

nav a, li {
	text-decoration: none;
  	font-optical-sizing: auto;
}

nav ul, footer ul {
	padding-inline-start: 0;
	list-style-type: none;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav ul li {
	padding: 0 .5rem;
}

blockquote {
	border-left: solid .125rem red;
	padding: .25rem .25rem .25rem .125rem;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-end: .25rem;
	padding-inline-start: .75rem;
	background-color: var(--light-gray);
}

footer ul {
	padding-inline-start: 0!important;
}

footer ul li {
	padding: 0 1.5rem;
	margin-block-start: .0625rem;
}

footer li a, footer p a {
	color: var(--black);
}

footer p a {
	padding: 0 1.5rem;
}

footer .padding-equalize.padding-top-3x {
	border-top: solid .125rem var(--gold);
}

/* BUTTONS */

.button-container {
	padding: 1.25rem 0 .875rem 0;
	width: 100%;
}

.button-container-small {
	padding: .75rem 0;
	width: 100%;
}

a, a.button, .background-white .gform_footer input.gform_button, .background-white .gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], a .article__body, .tags ul li a, p.button-mimic, .cta-menu a {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

a.button, p.button-mimic, .cta-menu a, p.button-mimic {
	border-radius: .25rem;
	padding: .5rem .75rem .5rem .75rem;
	text-decoration: none;
}

a.text-link, p.text-link {
	text-decoration: none;
}

a.button:hover, nav a:hover, input[type=password]:hover, form.post-password-form input[type=submit]:hover, .gform_footer input.gform_button:hover, form.post-password-form input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, a .article__body:hover, p.button-mimic:hover, .cta-menu a:hover {
	opacity: .6!important;
}

a.text-link:after, p.text-link:after {
	content: '›';
	margin-left: .5rem;
}

/* GRAVITY FORMS */

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container textarea.textarea {
	padding: .5rem;
	font-size: 1rem!important;
	min-height: 2rem!important;
}

.gform_footer input.gform_button, input[type=password] {
	font-size: 1rem!important;
	border-radius: .25rem!important;
	padding: .75rem!important;
}

.gform-theme--foundation .gfield textarea.medium {
	min-height: 20rem!important;
}

label.gform-field-label--type-inline) {
	width: 100%;
	float: left;
}

.gform-theme--foundation {
	--gf-form-gap-y: 1rem;
}

.gform-theme--foundation .gform_fields {
	grid-row-gap: 1rem!important;
	row-gap: 1rem!important;
}

/* BLOG */

a.article {
	text-decoration: none;
}

/* FOOTER */

.footer-menu ul {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
	flex-wrap: wrap;
}

.footer-menu li {
	margin-bottom: .75rem;
}

/* SECTIONS */

/* BACKGROUND-IMAGE-TEXT-COLUMNS */

.background-image-text {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-image-text .grid-45 {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1.5rem;
}

.cta img {
	max-width: 4.5rem;
}

.cta img:last-child {
	max-width: .5rem;
}

.cta a {
	color: var(--black);
}

.cta .cta-text-container {
	width: calc(100% - 5.75rem);
	padding-left: .75rem;
}

.cta p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* CALL TO ACTION */

.call-to-action-text {
	max-width: 40rem;
}

/* COLUMNS */

.column {
	margin-bottom: 1.5rem;
}

#rates {
	padding-top: 0;
	margin-top: 3.75rem;
}

#rates p.eyebrow {
	margin-block-start: 1.5rem;
}

#rates h2 {
	margin-block-end: 1rem;
}

#rates img {
	margin-top: -4.75rem;
}

/* AVAILABLE HOMES LOOP */

.available-homes-loop li.grid-parent.grid-100 {
	border-bottom: solid .125rem var(--light-gray);
}

ul.available-homes-loop, ul.available-homes-loop ul {
	list-style: none;
	list-style-type: none;
}

ul.available-homes-loop p.button-mimic {
	display: inline;
}

ul.available-homes-loop p.button-mimic {
	margin-block-start: 0;
	margin-block-end: 0;
}

ul.all-homes-loop {
	margin-block-start: 0;
	margin-block-end: 0;
}

.interactive-map {
	background-size: cover;
	width: 100%;
	aspect-ratio: 5 / 3;
}

.interactive-map .grid-container, .interactive-map .grid-100, .interactive-map .all-homes-loop {
	width: 100%;
	aspect-ratio: 5 / 3;
}

.interactive-map .map-square {
	list-style-type: none;
	width: 3%;
	padding-left: 0;
	padding-right: 0;
	aspect-ratio: 1 / 1;
}

.interactive-map .map-square.available {
	background-color: #D6BF8E;
	opacity: .6;
}

.interactive-map .map-square.sold {
	background-color: red;
	opacity: .6;
}

.interactive-map .map-square.availableleased {
	background-color: green;
	opacity: .6;
}

/* 1900 */

#x1900-albury-cove-a {
	bottom: 22%;
	left: 11.75%;
}

#x1900-albury-cove-b {
	bottom: 22%;
	left: 16.25%;
}

#x1900-albury-cove-c {
	bottom: 14%;
	left: 16.25%;
}

#x1900-albury-cove-d {
	bottom: 14%;
	left: 11.75%;
}

/* 1901 */

#x1901-albury-cove-c {
	left: 16%;
	top: 8.5%;
}

#x1901-albury-cove-d {
	left: 20.25%;
	top: 8.5%;
}

#x1901-albury-cove-a {
	left: 16%;
	top: 16.5%;
}

#x1901-albury-cove-b {
	left: 20.25%;
	top: 16.5%;
}

/* 1902 */

#x1902-albury-cove-a {
	bottom: 20.5%;
	left: 24%;
}

#x1902-albury-cove-b {
	bottom: 20.5%;
	left: 28.5%;
}

#x1902-albury-cove-c {
	bottom: 13%;
	left: 24%;
}

#x1902-albury-cove-d {
	bottom: 13%;
	left: 28.25%;
}

/* 1903 */

#x1903-albury-cove-c {
	left: 27%;
	top: 8%;
}

#x1903-albury-cove-d {
	left: 31.25%;
	top: 8%;
}

#x1903-albury-cove-a {
	left: 27%;
	top: 16%;
}

#x1903-albury-cove-b {
	left: 31.25%;
	top: 16%;
}

/* 1904 */

#x1904-albury-cove-a {
	bottom: 20.5%;
	left: 35.25%;
}

#x1904-albury-cove-b {
	bottom: 20.5%;
	left: 39.75%;
}

#x1904-albury-cove-c {
	bottom: 13%;
	left: 35.25%;
}

#x1904-albury-cove-d {
	bottom: 13%;
	left: 39.75%;
}

/* 1905 */

#x1905-albury-cove-c {
	left: 38%;
	top: 8%;
}

#x1905-albury-cove-d {
	left: 42.25%;
	top: 8%;
}

#x1905-albury-cove-a {
	left: 38%;
	top: 16%;
}

#x1905-albury-cove-b {
	left: 42.25%;
	top: 16%;
}

/* 1906 */

#x1906-albury-cove-a {
	bottom: 20.5%;
	left: 46%;
}

#x1906-albury-cove-b {
	bottom: 20.5%;
	left: 50.5%;
}

#x1906-albury-cove-c {
	bottom: 13%;
	left: 46%;
}

#x1906-albury-cove-d {
	bottom: 13%;
	left: 50.5%;
}

/* 1907 */

#x1907-albury-cove-c {
	left: 49%;
	top: 8%;
}

#x1907-albury-cove-d {
	left: 53.125%;
	top: 8%;
}

#x1907-albury-cove-b {
	left: 48.875%;
	top: 16%;
}

#x1907-albury-cove-a {
	left: 53.25%;
	top: 16%;
}

/* 1908 */

#x1908-albury-cove-a {
	bottom: 22.75%;
	left: 57.5%;
}

#x1908-albury-cove-b {
	bottom: 22.75%;
	left: 62%;
}

#x1908-albury-cove-c {
	bottom: 14.75%;
	left: 57.5%;
}

#x1908-albury-cove-d {
	bottom: 14.75%;
	left: 62%;
}

/* 1909 */

#x1909-albury-cove-c {
	left: 60.5%;
	top: 8%;
}

#x1909-albury-cove-d {
	left: 64.5%;
	top: 8%;
}

#x1909-albury-cove-a {
	left: 60.5%;
	top: 16%;
}

#x1909-albury-cove-b {
	left: 64.5%;
	top: 16%;
}

/* 1910 */

#x1910-albury-cove-a {
	bottom: 18.5%;
	left: 68.5%;
}

#x1910-albury-cove-b {
	bottom: 18.5%;
	left: 73%;
}

#x1910-albury-cove-c {
	bottom: 10.75%;
	left: 68.75%;
}

#x1910-albury-cove-d {
	bottom: 10.75%;
	left: 73%;
}

/* 1911 */

#x1911-albury-cove-c {
	left: 71.625%;
	top: 8%;
}

#x1911-albury-cove-d {
	left: 75.75%;
	top: 8%;
}

#x1911-albury-cove-a {
	left: 71.625%;
	top: 16%;
}

#x1911-albury-cove-b {
	left: 75.75%;
	top: 16%;
}

/* HOME DETAILS GALLERY */

.home-details-gallery .grid-parent.grid-100 {
	padding-right: 0;
}

.home-details-gallery .grid-50{
	padding: 3rem 0 0 2.25rem;
}

.home-details-gallery ul {
	padding-inline-start: 0;
}

.home-details-gallery ul li {
	list-style-type: none;
}

.home-details-gallery ul li.price:before {
	content: url("../images/icons/price.svg");
	margin-right: .25rem;
}

.home-details-gallery ul li.finish-out:before {
	content: url("../images/icons/finish-out.svg");
}

.home-details-gallery ul li.yard:before {
	content: url("../images/icons/yard.svg");
}

.home-details-gallery ul li.size:before {
	content: url("../images/icons/size.svg");
}

.home-details-gallery ul li.rooms:before {
	content: url("../images/icons/rooms.svg");
}

.home-details-gallery ul li:before, ul.contact li:before, ul.address li:before {
	margin-right: .25rem;
}

/* IMAGE TEXT COLUMNS */

.image-text-columns .box {
	margin-bottom: .75rem;
}

/* INTRO PERSONA */

.intro-persona .background-gold {
	padding-left: 0;
	padding-right: 0;
}

/* PROCESS */

.process p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.process .step-number {
	width: 3rem;
	aspect-ratio: 1/1;
}

.process .step-number {
	margin-top: -3.5rem;
	margin-bottom: 1rem;
	padding: .375rem;
}

.process .step-number p {
	font-size: 1.5rem;
	line-height: 1.75;
	border: solid .125rem var(--gold);
	border-radius: 50%;
	height: 2.625rem;
	width: 2.625rem;
	text-align: center;
}

.process .grid-50 .grid-100 {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	border-bottom: solid .125rem var(--gold);
}

/* PROMO */

#promo {
	background-color: var(--gold);
	position: fixed;
	opacity: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: opacity 0.3s linear 2s;
	width: 100%;
	padding: 0;
	z-index: 3;
}

#promo.show {
	opacity: 1;
}

#promo a.button {
	background-color: var(--blue);
	color: var(--white);
}

/* SHARE BUTTON */

.share-button-wrapper img {
	max-width: 2rem;
}

/* SLIDER */

.images .bx-controls {
	display: none!important;
}

.bx-pager {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
  	justify-content: flex-start;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: var(--medium-gray);
	text-indent: -9999px;
	display: block;
	width: .5rem;
	height: .5rem;
	margin: 0 .375rem;
	outline: 0;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: var(--gold)!important;
	opacity: 1;
}

.properties .bx-controls {
	padding-top: 1.5rem;
}

.testimonial-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* TESTIMONIALS */

.testimonial-author p {
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

.testimonials .bx-pager {
	padding-left: 1.25rem;
}

/* TEXT FORM */

.text-form ul {
	padding-inline-start: 0;
}

.text-form p {
	margin-top: 2rem;
}

.text-form ul li {
	list-style-type: none;
}

ul.contact li:before {
	content: url("../images/icons/mail.svg");
}

ul.contact li:first-child:before {
	content: url("../images/icons/phone.svg");
}

ul.contact li:last-child:before {
	content: url("../images/icons/web-form.svg");
}

ul.address li:first-child:before {
	content: url("../images/icons/address-pin.svg");
}

@media screen and (min-width: 48rem) {
	
	/* NAV */
	
	.cta-container, .navigation__logo {
		width: 15rem;
	}
	
	.navigation__logo img {
		width: 75%;
	}
	
	/* BACKGROUND IMAGE TEXT */
	
	.background-image-text .padding-equalize {
		height: 80vh;
	}
	
	/* CALL TO ACTION */
	
	.call-to-action-text {
		padding-left: 5rem;
	}
	
	/* COLUMNS */
	
	#rates img {
		max-width: 20rem;
	}
	
	/* HOMES */
	
	.home-details-gallery .grid-50 {
		max-width: 33.3333%!important;
	}
	
	.home-details-gallery .bx-wrapper {
		max-width: 66.6666%!important;
	}
	
	/* IMAGE TEXT COLUMNS */
	
	.box-style-secondary {
		width: calc(100% - .75rem);
	}
	
	#difference .box-container:nth-child(odd) .box-style-secondary {
		margin-right: 1.5rem;
	}
	
	/* PROPERTIES */
	
	.properties .bx-wrapper img {
		width: 50%;
	}
	
	.properties .bx-wrapper .grid-50 {
		padding-left: 3rem;
	}
	
	/* TESTIMONIALS */

	.testimonial-container p {
		font-size: 1.5rem;
	}
	
}

@media screen and (min-width: 87.5rem) {
	
}

@media screen and (min-width: 64rem) {
	
}

@media screen and (max-width: 63.9375rem) {

}

@media screen and (max-width: 47.9375rem) {
	
	/* NAV */
	
	/* COLUMNS */

	.column:first-child {
		margin-bottom: 1.5rem;
	}
	
	#rates .grid-50 img {
		margin-top: -2.5rem;
	}
	
	#rates .grid-50:last-child img {
		margin-top: 0!important;
	}
	
	/* FOOTER */
	
	#menu-footer-menu {
		flex-direction: column;
		width: 100%;
	}
	
	/* AVAILABLE */
	
	.available-homes-loop li.grid-100 ul {
		padding-inline-start: 0;
	}
	
	.available-homes-loop {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	/* 1900 */

	#x1900-albury-cove-a {
		bottom: 19.5%;
	}

	#x1900-albury-cove-b {
		bottom: 19.5%;
	}

	#x1900-albury-cove-c {
		bottom: 10.5%;
	}

	#x1900-albury-cove-d {
		bottom: 10.5%;
	}

	/* 1902 */

	#x1902-albury-cove-a {
		bottom: 17%;
	}

	#x1902-albury-cove-b {
		bottom: 17%;
	}

	#x1902-albury-cove-c {
		bottom: 10.5%;
	}

	#x1902-albury-cove-d {
		bottom: 10.5%;
	}

	/* 1904 */

	#x1904-albury-cove-a {
		bottom: 17%;
	}

	#x1904-albury-cove-b {
		bottom: 17%;
	}

	#x1904-albury-cove-c {
		bottom: 9.5%;
	}

	#x1904-albury-cove-d {
		bottom: 9.5%;
	}

	/* 1906 */

	#x1906-albury-cove-a {
		bottom: 17%;
	}

	#x1906-albury-cove-b {
		bottom: 17%;
	}

	#x1906-albury-cove-c {
		bottom: 9.5%;
	}

	#x1906-albury-cove-d {
		bottom: 9.5%;
	}

	/* 1908 */

	#x1908-albury-cove-a {
		bottom: 19.25%;
	}

	#x1908-albury-cove-b {
		bottom: 19.25%;
	}

	#x1908-albury-cove-c {
		bottom: 11.25%;
	}

	#x1908-albury-cove-d {
		bottom: 11.25%;
	}

	/* 1910 */

	#x1910-albury-cove-a {
		bottom: 15%;
	}

	#x1910-albury-cove-b {
		bottom: 15%;
	}

	#x1910-albury-cove-c {
		bottom: 7.25%;
	}

	#x1910-albury-cove-d {
		bottom: 7.25%;
	}
	
	/* TOP ROW ADJUSTMENTS */
	
	#x1901-albury-cove-a, #x1901-albury-cove-b, #x1903-albury-cove-a, #x1903-albury-cove-b, #x1905-albury-cove-a, #x1905-albury-cove-b, #x1907-albury-cove-a, #x1907-albury-cove-b, #x1909-albury-cove-a, #x1909-albury-cove-b, #x1911-albury-cove-a, #x1911-albury-cove-b {
		top: 13.5%;
	}

	#x1901-albury-cove-c, #x1901-albury-cove-d, #x1903-albury-cove-c, #x1903-albury-cove-d, #x1905-albury-cove-c, #x1905-albury-cove-d, #x1907-albury-cove-c, #x1907-albury-cove-d, #x1909-albury-cove-c, #x1909-albury-cove-d, #x1911-albury-cove-c, #x1911-albury-cove-d {
		top: 5.5%;
	}
	
	/* BACKGROUND IMAGE TEXT */
	
	body .background-image-text:first-child {
		background-size: contain;
		background-position: center top;
	}
	
	.background-image-text .grid-45 {
		padding-left: .75rem;
		padding-right: .75rem;
		padding-bottom: .75rem;
	}
	
	body .background-image-text:first-child {
		padding-top: 8rem;
	}
	
	/* CALL TO ACTION */
	
	.call-to-action-text {
		padding: 1.5rem;
		padding-left: 1.5rem;
	}
	
	/* HOMES */
	
	.home-details-gallery .grid-50 {
		padding: 1.25rem .75rem .75rem .75rem;
	}
	
	/* INTRO PERSONA */
	
	.intro-persona .padding-equalize {
		padding-left: 0;
		padding-right: 0;
	}
	
	.intro-persona .grid-50 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	/* PROPERTIES */
	
	.properties .grid-50 {
		padding: 1.5rem;
	}
	
	.properties .bx-pager {
		margin-top: 1rem;
	}

	/* TESTIMONIALS */

	.testimonial-container p {
		font-size: 1rem;
	}

}
