/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media screen {

    body {
        font-family:museo-sans,sans-serif;
        font-weight:500;
		letter-spacing:0.01em;
        color:#273433;
        background-color:#f2f1ed;
    }

    h1,h2,h3,h4,h5,p,a {
        color:inherit;
    }

    .site_maxwidth {
        background-color:#f2f1ed;
    }

	#fairland_bar {
		display:none;
	}

    #fairland_bar .logo {
		filter:grayscale(1);
		opacity:0.6;
	}

    .box_button {
        display:inline-flex;
		padding:12px 16px;
		background-color:#273433;
		color:#f2f1ed;
		font-size:1em;
		line-height:110%;
		font-weight:700;
		text-decoration:none;
    }

    .box_button.white {
		background-color:#f0efea;
		color:#273433;
	}
	
	.box_button.grey {
		background-color:#e2ddc7;
		color:#273433;
	}
	
	.box_button.yellow {
		background-color:#b79257;
		color:#f2f1ed;
	}

	.box_button.green {
		background-color:#058281;
		color:#f2f1ed;
	}
	
	.box_button.small {
		padding:8px 12px;
		font-size:0.9em;
	}

    .line_button {
		position:relative;
		display:inline-flex;
		padding:8px 2px;
		color:#273433;
		font-size:1em;
		line-height:110%;
		font-weight:700;
		text-decoration:none;
	}
	
	.line_button:before {
		position:absolute;
		display:block;
		content:'';
		right:0;
		bottom:0;
		left:0;
		height:2px;
		background-color:#273433;
	}
	
	.line_button:after {
		display:block;
		content:'▶';
		font-size:0.5em;
		margin-left:16px;
	}
	
	.line_button.white {
		color:#f2f1ed;
	}
	
	.line_button.white:before {
		background-color:#f2f1ed;
	}

    /* ---------------- forms ---------------- */

    .iframe_form {
        color:#273433;
        background-color:#f2f1ed;
    }

    .iframe_form .form_header h2 {
        color:#005551;
    }

    .iframe_form .form_header p {
        color:#058281;
    }

    .freeform-row button {
        background-color:#273433;
    }

    /* ---------------- menu ---------------- */

    #land_site_header .header_bar .nav_open {
        
    }

	#land_site_header .nav_container .background {
		background-color:#273433;
	}

	#land_site_header.open .nav_container .background {
		opacity:0.2;
	}

    #land_site_header .nav_container .foreground {
        background-color:#273433;
		background-color:#005551;
        color:#f2f1ed;
    }

	#land_site_header .nav_container .nav_close_wrap {
		margin-top:0;
	}

    #land_site_header .nav_container .nav_items li a {
        color:#f2f1ed;
    }

    /* ---------------- home ---------------- */
	
    #home_feature {
        position:relative;
        background-color:#273433;
        color:#f2f1ed;
    }

    #home_feature .bg {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:10;
        background-size:cover;
        background-position:80% center;
    }

    #home_feature .bg .img {
        position:absolute;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:80% center;
        z-index:10;
    }

    #home_feature .bg .video {
        position:absolute;
        object-fit:cover;
        width:100%;
        height:100%;
        z-index:15;
        display:none;
    }

    #home_feature .bg .overlay {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-color:#273433;
        opacity:0.3;
        z-index:20;
    }

    #home_feature .bg:after {
        position:absolute;
        display:block;
        content:'';
        top:0;
        right:0;
        left:0;
        height:128px;
        background:transparent;
        background:linear-gradient(180deg, rgba(33,44,44,0.1) 0%, rgba(33,44,44,0) 100%);
        z-index:30;
    }

    #home_feature .panel_maxwidth {
        position:relative;
        display:flex;
        align-items:center;
        min-height:256px;
        z-index:20;
        max-width:1600px;
    }

    #home_feature .action_spacer {
        height:64px;
    }

    #home_feature .headline {
        font-weight:500;
        font-size:1.8em;
    }

    #home_feature .headline br {
        display:none;
    }

    #home_feature .floating {
        position:absolute;
        right:0;
        bottom:0;
        width:100%;
        z-index:30;
        display:flex;
        justify-content:flex-end;
    }

    #home_feature .floating .action {
        box-sizing:border-box;
        display:block;
        padding:16px;
        background-color:#b79257;
        color:#f2f1ed;
        text-decoration:none;
        line-height:110%;
        text-align:center;
    }

    #home_intro {
        background-color:#e6e1ce;
    }

    #home_intro .row_images {
        display:flex;
    }

    #home_intro .row_images .col {
        
    }

    #home_intro .row_images .col_01 {
        flex:0 0 50%; 
    }

    #home_intro .row_images .col_02 {
        flex:0 0 25%;
    }

    #home_intro .row_images .col_03 {
        flex:0 0 25%;
    }

    #home_intro .row_images .col img {
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        color:#f2f1ed;
    }

    #home_intro .row_text {
        
    }

    #home_intro .row_text .cols {
        display:flex;
        flex-direction:column;
        max-width:1280px;
    }

    #home_intro .row_text .col_left {
        margin:0 0 16px 0;
    }

    #home_intro .row_text .headline {
        font-size:1.6em;
        font-weight:500;
        line-height:130%;
        color:#005551;
    }

    #home_intro .row_text .excerpt {
        font-size:1.1em;
        line-height:140%;
    }

    #home_keyitems {
        background-color:#005551;
        color:#f2f1ed;
		background-size:100% auto;
		background-position:center bottom;
		background-repeat:no-repeat;
    }

	#home_keyitems .spacer {
		height:15vw;
	}

    #home_keyitems .items {
		display:flex;
		flex-direction:column;
		margin:-12px;
	}
	
	#home_keyitems .items .item {
		display:flex;
		flex-direction:column;
		margin:12px;
		text-decoration:none;
        color:#f2f1ed;
	}
	
	#home_keyitems .items .item .image {
		position:relative;
		background-color:#004945;
		flex:0 0 192px;
		margin:0 0 12px 0;
		overflow:hidden;
	}
	
	#home_keyitems .items .item .image .img {
		position:relative;
		width:100%;
		height:100%;
		object-fit:cover;
		z-index:10;
	}
	
	#home_keyitems .items .item .image:after {
		position:absolute;
		display:block;
		content:'';
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:#f2f1ed;
		opacity:0;
		z-index:20;
		mix-blend-mode:overlay;
	}
	
	#home_keyitems .items .item .image .logo {
		position:absolute;
		top:0px;
		right:0px;
		width:auto;
		height:auto;
		max-width:128px;
		max-height:128px;
		vertical-align:top;
		z-index:15;
	}
	
	#home_keyitems .items .item .text .headline {
		font-size:1.4em;
		font-weight:500;
		line-height:120%;
        color:#f2f1ed;
	}

    #home_keyitems .items .item .text .excerpt {
        color:#f2f1ed;
    }

	#home_signup {
		
	}
	
	#home_signup {
		display:flex;
		flex-direction:column;
	}
	
	#home_signup .box_image {
		flex:0 0 192px;
		background-color:#e2ddc7;
		background-size:cover;
		background-position:center center;
	}
	
	#home_signup .box_image img {
		width:100%;
		height:100%;
		object-fit:cover;
	}
	
	#home_signup .box_text {
		display:flex;
		justify-content:center;
		align-items:center;
		background-color:#e6e1ce;
		background-size:cover;
		background-position:right bottom;
	}
	
	#home_signup .box_text .inner {
		padding:24px 16px;
	}
	
	#home_signup .box_text .section_headline {
		font-size:1.6em;
		font-weight:500;
		line-height:110%;
		margin:0 0 12px 0;
		max-width:400px;
        color:#005551;
	}

    .simple_subscribe_form .col_submit .submit {
        background-color:#b79257;
    }

	/* ---------------- footer ---------------- */

	#footer.land_site_footer_2022 {
		background-color:#005551;
		color:#f2f1ed;
		letter-spacing:0.02em;
	}

	#footer.land_site_footer_2022 .footer_top .col_contact .contact_item .col_image .circle {
		filter: sepia(0.9) grayscale(0.9) brightness(1);
	}

	#footer.land_site_footer_2022 .footer_top .col_contact .contact_item .col_image .circle .img {
		
	}

	#footer.land_site_footer_2022 .footer_top .col_logos .logo .img {
		filter:grayscale(1) sepia(1) brightness(0.9);
	}

	#footer.land_site_footer_2022 .footer_bot {
		background-color:#004945;
		color:#6ca2a2;
	}

	/* ---------------- pages ---------------- */

	.panel_page_feature {
		background-color:#005551;
		background:linear-gradient(210deg, #058281 0%, #005551 100%);
		background:#005551;
		background-size:cover;
		background-position:right bottom;
	}

	.panel_page_feature .page_headline {
		color:#f2f1ed;
	}

	.land_map_panel .sidebar_actions .action_item {
		background-color:#fbfaf5;
	}

	.land_map_panel .sidebar_item {
		background-color:#fbfaf5;
	}

	.land_map_panel .sidebar_item .button {
		background-color:#e8e6df;
	}

	.dev_layout_downloads {
		background-color:#e8e6df;
	}

	.download_section {
		background-color:#f2f1ed;
	}

	.contact_list .contact_item .image .circle {
		background-color:#fbfaf5;
	}

	#listing_detail {
		background-color:#f2f1ed;
	}

	#listing_detail .box_heading {
		background-color:#005551;
		background:linear-gradient(210deg, #058281 0%, #005551 100%);
	}

	#listing_detail .box_heading .suburb {
		color:#98c6c6;
	}

	#listing_detail .box_contact .contact_person .button {
		background-color:#058281;
	}

	.allotment_table th {
		background-color:#273433;
	}

	.breadcrumb {
		background-color:#058281;
		color:#f2f1ed;
	}

	.breadcrumb .item {
		color:inherit;
	}

	.breadcrumb .divider {
		color:#60b0b0;
	}

	body[data-entry-id='177154'] .panel_page_feature .panel_maxwidth,
	body[data-entry-id='177154'] .panel_basic_content .panel_maxwidth {
		max-width:768px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		background-color:#f2f1ed;
	}
	
	#lifestyle_feature {
		position:relative;
		background-color:#005551;
		z-index:10;
	}
	
	#lifestyle_feature .bg {
		position:absolute;
		z-index:10;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}

	#lifestyle_feature .bg .bg_img {
		width:100%;
		height:100%;
		object-fit:cover;
	}

	#lifestyle_feature .fg {
		position:relative;
		z-index:20;
		height:256px;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		font-weight:500;
	}
		
	#lifestyle_feature .page_headline {
		position:relative;
		color:#fff;
		font-size:2em;
		line-height:110%;
		z-index:20;
	}
	
	#lifestyle_feature .row_bot {
		height:160px;
		z-index:10;
	}
	
	#lifestyle_boxes {
		position:relative;
		z-index:20;
		margin-top:-48px;
	}
	
	#lifestyle_boxes .boxes {
		display:flex;
		flex-direction:column;
		align-items:center;
		margin:-8px;
	}
	
	#lifestyle_boxes .boxes .box {
		display:flex;
		flex-direction:column;
		margin:8px;
		background-color:#fff;
		max-width:256px;
	}
	
	#lifestyle_boxes .boxes .box .image img {
		vertical-align:top;
		width:100%;
	}
	
	#lifestyle_boxes .boxes .box .text {
		padding:16px;
	}
	
	#lifestyle_description {
		
	}
	
	#lifestyle_description .panel_maxwidth {
		width:80%;
		max-width:600px;
	}
	
	#lifestyle_description .description {
		font-size:1.1em;
		line-height:130%;
		font-weight:300;
	}
	
	#lifestyle_description .actions {
		margin:16px 0 0 0;
	}
	
	#lifestyle_banner img {
		width:100%;
		height:auto;
		vertical-align:top;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 480px) {

    /* ---------------- home ---------------- */

    #home_feature .panel_maxwidth {
		min-height:320px;
	}
	
	#home_feature .headline {
        font-size:2.2em;
    }

    #home_feature .floating .action {
        padding:24px;
    }

    #home_intro .row_text .col_left {
        margin-bottom:24px;
    }

	#home_keyitems .items .item .image {
		flex-basis:256px;
	}
	
	#home_signup .box_image {
		flex-basis:256px;
	}
	
	#home_signup .box_text .inner {
		padding:32px 24px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

	#lifestyle_feature .fg {
		height:320px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:3em;
	}
		
	#lifestyle_description {
		text-align:center;
	}
	
	#lifestyle_description .description {
		font-size:1.2em;
	}
	
	#lifestyle_description .actions {
		margin-top:24px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 768px) {

    /* ---------------- home ---------------- */

    #home_feature .bg .overlay {
		opacity:0.2;
	}
	
	#home_feature .panel_maxwidth {
		min-height:384px;
	}

    #home_feature .headline {
        font-size:2.6em;
        margin-bottom:5%;
    }

    #home_feature .headline br {
        display:inline;
    }

    #home_feature .floating .action {
        font-size:1.1em;
        width:50%;
    }

    #home_intro .row_text .cols {
        flex-direction:row;
        align-items:center;
    }

    #home_intro .row_text .cols .col_left {
        margin:0 32px 0 0;
    }

    #home_intro .row_text .cols .col_right {
        flex:0 0 50%;
    }
	
	#home_keyitems .items {
		flex-direction:row;
	}
	
	#home_keyitems .items .item {
		flex:0 0 auto;
		flex-basis:calc(33.333% - 24px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:160px;
		margin-bottom:16px;
	}
	
	#home_signup {
		flex-direction:row;
		min-height:384px;
	}	
	
	#home_signup .box_image {
		flex:0 0 50%;
	}
	
	#home_signup .box_text {
		flex:0 0 50%;
	}
	
	#home_signup .box_text .inner {
		padding:48px;
	}

    #home_signup .box_text .section_headline {
        margin-bottom:16px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

	#lifestyle_feature .fg {
		height:384px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:3.6em;
	}
	
	#lifestyle_boxes {
		margin-top:-64px;
	}
	
	#lifestyle_boxes .boxes {
		flex-direction:row;
		justify-content:center;
		align-items:normal;
	}
	
	#lifestyle_boxes .boxes .box {
		max-width:384px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1024px) {

    /* ---------------- home ---------------- */

    #home_feature .bg .overlay {
		opacity:0.1;
	}

    #home_feature .panel_maxwidth {
		min-height:480px;
	}

    #home_feature .headline {
        font-size:3em;
    }

    #home_feature .floating .action {
        width:30%;
    }

    #home_intro .row_images .col_02 {
        flex-basis:20%;
    }

    #home_intro .row_images .col_03 {
        flex-basis:30%;
    }

    #home_intro .row_text .cols {
        padding:96px 0;
    }
	
	#home_keyitems .items .item .image {
		flex-basis:192px;
	}
	
	#home_signup {
		min-height:480px;
	}
	
	#home_signup .box_text .inner {
		padding:64px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1280px) {

    .standard_button:hover {
		background-color:#2f3e3d;
	}
	
	.box_button {
		padding:16px 24px;
		font-size:1.1em;
	}
	
	.box_button:hover {
		background-color:#2f3e3d;
	}
	
	.box_button:active {
		transform:scale(0.95);
	}
	
	.box_button.white {
		
	}
	
	.box_button.white:hover {
		background-color:#f5f4f1;
	}
	
	.box_button.grey:hover {
		background-color:#ebe7d8;
	}
	
	.box_button.yellow:hover {
		background-color:#c5a868;
	}

	.box_button.green:hover {
		background-color:#069b9a;
	}
	
	.line_button {
		padding:16px 2px;
		font-size:1.1em;
	}
	
	.line_button.small {
		padding:12px 2px;
		font-size:1em;
	}
	
	.line_button:before {
		
	}
	
	.line_button:hover:before {
		animation-name:line-button-hover;
		animation-duration:1s;
		animation-iteration-count:infinite;
	}
	
	.line_button:after {
		margin-left:24px;
	}
	
	.line_button:active {
		transform:scale(0.95);
	}

    /* ---------------- forms ---------------- */

    .freeform-row button:hover {
        background-color:#2f3e3d;
    }

    /* ---------------- home ---------------- */

    #home_feature .bg .video {
		display:block;
	}
	
	#home_feature .bg .overlay {
		opacity:0;
	}
	
	#home_feature .bg:after {
		height:256px;
	}
	
	#home_feature .headline {
        font-size:3.4em;
        margin-bottom:10%;
    }
	
    #home_feature .floating .action {
        padding:32px;
        font-size:1.2em;
    }

    #home_feature .floating .action:hover {
        background-color:#c5a868;
    }

    #home_intro .row_images .col_01 {
        flex-basis:45%;
    }

    #home_intro .row_images .col_02 {
        flex-basis:25%;
    }

    #home_intro .row_images .col_03 {

    }

    #home_intro .row_text .cols {
        padding:160px 0;
    }

    #home_intro .row_text .headline {
        font-size:2em;
    }

    #home_intro .row_text .cols .col_right {
        flex-basis:55%;
    }

    #home_intro .row_text .excerpt {
        font-size:1.2em;
    }
	
	#home_keyitems .panel_padding {
		padding:128px 0;
	}
	
	#home_keyitems .items {
		margin:-16px;
	}
	
	#home_keyitems .items .item {
		margin:16px;
		flex-basis:calc(33.333% - 32px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:256px;
		margin-bottom:24px;
	}	
	
	#home_keyitems .items .item .image:after {
		transition:opacity 0.1s;
	}
	
	#home_keyitems .items .item:hover .image:after {
		opacity:0.1;
		transition:opacity 0s;
	}
	
	#home_signup {
		min-height:512px;
	}
	
	#home_signup .box_text .section_headline {
		font-size:2em;
        margin-bottom:32px;
	}

    .simple_subscribe_form .col_submit .submit:hover {
        background-color:#c5a868;
    }

	/* ---------------- pages ---------------- */

	#listing_detail .box_contact .contact_person .button:hover {
		background-color:#069b9a;
	}

	.breadcrumb a.item:hover {
		color:#f2f1ed;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

	#lifestyle_feature .fg {
		height:420px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:4em;
	}
	
	#lifestyle_boxes .boxes {
		margin:-16px;
	}
	
	#lifestyle_boxes .boxes .box {
		margin:16px;
	}
	
	#lifestyle_boxes .boxes .box .text {
		padding:24px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1600px) {

    /* ---------------- home ---------------- */

    #home_feature .panel_maxwidth {
		min-height:640px;
	}

    #home_intro .row_text .cols {
        padding:192px 0;
    }
	
	#home_keyitems .items .item .image {
		flex-basis:320px;
	}
	
	#home_keyitems .panel_padding {
		padding:160px 0;
	}
	
	#home_keyitems .items {
		margin:-24px;
	}
	
	#home_keyitems .items .item {
		margin:24px;
		flex-basis:calc(33.333% - 48px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:320px;
	}
	
	#home_signup {
		min-height:600px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */


/*-- 18 April 2024 Force remove "Custom" Design name --*/
#lot_listing_tooltip .details .design_name{
	display: none !important;
}
/*-- --*/