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



/* Fonts */

.font-playfair-display{
	font-family: playfair-display, serif;
	font-weight: 400;
	font-style: normal;
}



/* Template A. Generic */
body{
	background-color: #f4f4f4;
}

#fairland_bar{
	display: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: playfair-display, serif;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	color: #7c4b50;
}

.button.d2{
    color: #7c4c50;
    display: block;
    padding: 10px 20px;
    border-bottom: 2px solid #7c4c50;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
	transition-duration: .2s;
	text-decoration: none;
}

.button.d2:hover{
	cursor: pointer;
}

.button.d2.white{
	color: #fff;
	border-color: #fff;
}

.button.d2.white:hover{
	color: #eac8a9;
	border-color: #eac8a9;
}


/* Template C. Header */
#land_site_header .nav_container .foreground{
	background-color: #7c4b50;
}

#land_site_header .nav_container .foreground .icon-home{
	display: none;	
}

header.homepage-v2 .header-bar-tahlia{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	background: none;
}

header.homepage-v2 .nav-logo{
	opacity: 0;
	pointer-events: none;
}

header.homepage-v2 .header-bar-tahlia .nav-desktop .nd-1{
	background-color: #f4f4f4;
}


/**/

header .nav-logo{
	position: relative;
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}




/**/
header .header-bar-tahlia .nav-desktop{
	display: none;
}

header .header-bar-tahlia .nav-mobile{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
    text-align: center;
	background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

header .header-bar-tahlia .nav-mobile a{
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #5a6781;
	margin: 0;
	padding: 0;
}

header .header-bar-tahlia .nav-mobile a img{
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

/**/
header .header-bar-tahlia .nav-logo a.logo{
	position: relative;
	display: block;
	width: 80%;
	max-width: 150px;
	padding: 20px;
}

header .header-bar-tahlia .nav-logo a.logo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

header .header-bar-tahlia .nav-logo .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

header .header-bar-tahlia .nav-logo .bg img{
	width: 100%;
	height: auto;
	display: block;
}



/**/

header .header-bar-tahlia .nav-desktop .nd-1 ul li.icon-home a img{
	display: inline-block;
	width: 13px;
	height: 13px;
}

header .header-bar-tahlia .nav-desktop .nd-1 ul li.register a{
	background-color: #7c4b50;
	color: #fff;
	padding: 15px 20px;
	transition-duration: .2s;
}

header .header-bar-tahlia .nav-desktop .nd-1 ul li.register a:hover{
	background-color: #a27075;
	cursor: pointer;
}


/**/

.panel_page_feature{
	display: none;
}

.backpage-header{
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	overflow: hidden;
}

body[data-section-id="4"] .backpage-header{
	height: 10px;
}

body[data-section-id="4"] .backpage-header .left,
body[data-section-id="4"] .backpage-header .right > div{
	display: none;
}



.backpage-header .left{
	position: relative;
	overflow: hidden;
}

.backpage-header .left img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.backpage-header .right{
	display: flex;
	flex: 1;
	align-items: center;
	background-color: #7c4c50;
}

.backpage-header .right > div{
	padding: 50px;
	width: 100%;
}

.backpage-header .right h1{
	color: #Fff;
	margin: 0 0 10px;
}

.backpage-header .right p{
	color: #fff;
    max-width: 480px;
}

@media(min-width:768px){
	header .header-bar-tahlia{
		display: flex;
		flex-wrap: wrap;
		background-color: #f4f4f4;
	}

	header .header-bar-tahlia .nav-logo{
		position: relative;
		background-color: #5a6781;
        display: flex;
        align-items: center;
        justify-content: center;
		height: 100px;
		aspect-ratio: 1 / 1;
	}

	header .header-bar-tahlia .nav-logo,
	.backpage-header .left{
        flex: 0 0 40%;
		transition-duration: .2s;
	}

	header .header-bar-tahlia .nav-logo .bg img{
		width: 350px;
	}

	header .header-bar-tahlia .nav-mobile{
		display: none;
	}
	
	header .header-bar-tahlia .nav-desktop{
		display: block;
		flex: auto;
	}

	header .header-bar-tahlia .nav-desktop > div{
		display: flex;
		flex-direction: row-reverse;

	}

	header .header-bar-tahlia .nav-desktop .nd-1{
		position: absolute;
		flex: 0 0 100%;
		padding: 0 50px 0 0;
		z-index: 1;
		width: -webkit-fill-available;
		height: 100px;
	}

	header .header-bar-tahlia .nav-desktop .nd-1 ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	header .header-bar-tahlia .nav-desktop .nd-1 ul li{
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
	}

	header .header-bar-tahlia .nav-desktop .nd-1 ul li a{
        color: #7c4b50;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        padding: 10px 15px;
	}

	header .header-bar-tahlia .nav-desktop .nd-1 ul li.register{
		margin-left: 20px;
	}

	header .header-bar-tahlia .nav-desktop .nd-1 ul li.register a{
		padding: 15px 20px;
	}


	/**/
	.backpage-header{
		height: 400px;
	}

	.backpage-header .right > div{
		padding: 50px 80px;
	}

	
}


@media(min-width:1400px){
	header .header-bar-tahlia .nav-logo,
	.backpage-header .left{
		flex: 0 0 40%;
	}

	.backpage-header{
		height: 500px;
	}


	

	header .header-bar-tahlia .nav-logo a.logo{
        max-width: 200px;
	}
	
}





/* Template D. Footer */
footer{
    margin: 0 auto;
}

footer #newsletter-signup{
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80% 0;
	align-items: center;
	background-color: #dee8ea;
	padding: 50px 0;
	min-height: 250px;
}

footer #newsletter-signup .panel_maxwidth{
	max-width: 1400px;
}

footer #newsletter-signup h2{
	color: #455368;
}

footer #newsletter-signup p{
    color: #455368;
    font-weight: 500;
    max-width: 440px;
}

footer #newsletter-signup .simple_subscribe_form{
	max-width: 400px;
	margin: 26px 0 0;
}

footer #newsletter-signup .simple_subscribe_form .headline{
	display: none;
}

footer #newsletter-signup .simple_subscribe_form a.submit{
	background-color: #455368;
	transition-duration: .2s;
}

footer #newsletter-signup .simple_subscribe_form a.submit:hover{
	background-color: #4e5d76;
}

footer #newsletter-signup .simple_subscribe_form input{
	outline: none;
	box-shadow: none;
	font-size: 16px;
}

footer #newsletter-signup .simple_subscribe_form input::placeholder{
	font-size: 16px;
	color: #455368;
}

footer #footer-top{
	display: flex;
	align-items: center;
	background-color: #4e5d76;
	color: #fff;
	min-height: 300px;
}

footer #footer-top > div{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
 }

footer #footer-top .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #455368;
	width: 150px;
	height: 150px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

footer #footer-top .logo img{
	display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

footer #footer-top .links{
	text-align: right;
}

footer #footer-top .links a{
    display: block;
	color: #edf3ff;
    text-align: right;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 0;
    font-size: 20px;

}

footer #footer-top .links a:hover{
    color: #fff;
}


footer #footer-bottom .rect-bottom p{
	color: #aaafb6;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

footer #footer-bottom .rect-content{
    height: 100px;
    background-color: #455368;
}

footer #footer-bottom .rect-content > div{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 5px 0 0;
	height: 100%;
}

footer #footer-bottom .rect-content .rc-left a{
	display: inline-block;
}

footer #footer-bottom .rect-content .rc-left a img{
	display: block;
	width: 100px;
	height: auto;
	object-fit: contain;
	margin-right: 10px;
}

footer #footer-bottom .rect-content .rc-left a.ff img{
	width: 120px;
}

footer #footer-bottom .rect-content .rc-right p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

footer #footer-bottom .rect-content .rc-right span{
    color: #ffffff61;
    margin: 0 8px;
}

footer #footer-bottom .rect-content .rc-right p a{
	color: #fff;
	text-decoration: none;
}

@media(min-width: 768px){

	footer #footer-top .logo{
		position: absolute;
	}

	footer #footer-top .logo{
		width: 300px;
		height: 300px;
		margin: auto;
	}

	footer #footer-top .logo img{
		width: 150px;
		height: 150px;
	}

	footer #footer-top{
		height: 500px;
	}
	
	footer #footer-top .links a{
		font-size: 28px;
		padding: 8px 0;
	}

	footer #newsletter-signup{
		min-height: 300px;
	}

}


/* 1.Home */
#home-hero{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition-duration: .2s;
	overflow: hidden;
}

#home-hero .hero-main{
	position: relative;
	background-color: #5a6781;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 0 0 100%;
    min-height: 600px;
}

#home-hero .hero-main .main{
	position: relative;
	font-weight: 500;
	max-width: 420px;
	padding: 0 50px;
	z-index: 1;
}

#home-hero .hero-main .main h3{
	color: #fff;
}

#home-hero .hero-main .main .button{
    margin: 30px auto 0;
}

#home-hero .hero-main .texture{
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 400px;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#home-hero .logo {
    display: block;
	z-index: 1;
    width: 120px;
    height: 120px;
    object-fit: contain;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#home-hero .hero-photo{
	background-color: #c8a88a;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: left;
	width: 100%;
	min-height: 400px;
}

#home-hero .hero-photo > div{
	padding: 0 50px;
	margin: 0 auto;
}

#home-hero .hero-photo h1{
	color: #fff;
	text-shadow: 2px 2px 10px #7c4b50ba;
}

#home-cta{
	background-color: #7c4c50;
	display: flex;
	align-items: center;
	padding: 50px 0;
	text-align: center;
}

#home-cta h2{
	color: #fff;
}

#home-cta h2 br{
	display: none;
}

/**/
#home-featured-items{
	max-width: 1600px;
    margin: 0 auto;
}


#home-featured-items .hf-r1{
	display: flex;
	flex-wrap: wrap;
}

#home-featured-items .hf-r1 .photo{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 300px;
	background-color: #c5d4e1;
	width: 100%;
}

#home-featured-items .hf-r1 .texture{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #929459;
}

#home-featured-items .hf-r1 .featured-item{
	background-color: #4e5d76;
}

#home-featured-items .hf-r1 .featured-item .fi-photo{
	position: relative;
	background-color: #c8a88a;
	height: 350px;
	overflow: hidden;
}

#home-featured-items .hf-r1 .featured-item .fi-photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home-featured-items .hf-r1 .featured-item .fi-content > div{
	width: 80%;
	padding: 60px 0;
	margin: 0 auto;
	color: #fff;
}

#home-featured-items .hf-r1 .featured-item .fi-content h4{
    color: #ffffff;
	text-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
    line-height: 170%;
}

#home-featured-items .hf-r1 .featured-item .fi-content a.button{
    color: #fff;
    background-color: #7c4c50;
    display: block;
    width: fit-content;
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}

#home-featured-items .hf-r2{
	display: flex;
	flex-wrap: wrap;
	padding: 40px 10%;
}

#home-featured-items .hf-r2 .fis .fi h3{
	color: #7c4c50;
}

#home-featured-items .hf-r2 .fis .fi:first-of-type{
	margin-bottom: 40px;
}

#home-featured-items .hf-r2 .fis .fi .button{
	margin-top: 30px;
}

#home-featured-items .hf-r2 .photo{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #929459;
	aspect-ratio: 3 / 2;
}

/**/

@media(min-width:768px){



	/**/
	#home-hero{
		height: 700px;
	}

	#home-hero .hero-main{
		flex: 0 0 40%;
	}

	#home-hero .hero-main .main .button{
		margin: 50px auto 0;
	}

	#home-hero .logo{
		width: 160px;
		height: 160px;
	}

	#home-hero .hero-photo{
		flex: 0 0 60%;
	}

	#home-hero .hero-photo > div{
		margin: 0;
	}

	/**/
	#home-cta{
		height: 150px;
		text-align: left;
	}

	#home-cta h2{
		font-size: 50px;
		width: 90%;
		margin: 0 auto;
	}

	#home-cta h2 br{
		display: block;
	}

	/**/
	#home-featured-items{
		width: 94%;
	}

	#home-featured-items .hf-r1 .featured-item{
		flex: 1;
	}

	#home-featured-items .hf-r1 .featured-item .fi-photo{
		margin-top: -150px;
	}
	
	#home-featured-items .hf-r1 .featured-item .fi-content > div{
		padding: 80px 0;
	}

	#home-featured-items .hf-r1 .photo{
		flex: 0 0 50%;
	}

	#home-featured-items .hf-r1 .texture{
		flex: 0 0 80px;
	}
		
	#home-featured-items .hf-r2{
		padding: 80px 0;
	}

	#home-featured-items .hf-r2 .fis{
		flex: 0 0 50%;
		display: flex;
		align-items: center;
	}

	#home-featured-items .hf-r2 .fis > div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin-left: auto;
	}

	#home-featured-items .hf-r2 .fis .fi{
		flex: 0 0 46%;
	}

	#home-featured-items .hf-r2 .fis .fi:first-of-type{
		margin-bottom: 0;
	}
	
	#home-featured-items .hf-r2 .photo{
		background-color: #303d1a;
		min-height: 300px;
		flex: auto;
		margin-left: 80px;
	}

}



@media(min-width:1200px){
	#home-hero{
		height: 80vh;
	}

	#home-hero .hero-photo h1{
		font-size: 80px;
	}
}



/*-- Page: Masterplan (Stages 1 2 & 3) ------------------------------------------ --*/

body[data-section-id="5"] .panel_page_feature h1.page_headline{
	color: #fff;
}

body[data-section-id="5"] .land_map_panel{
	padding: 30px 0;
}

body[data-section-id="5"] .land_map_panel .land_map.stage{
	max-width: 1200px;
    margin: 0 auto;
}



/*-- Page: News ------------------------------------------ --*/
.news_panel, .panel_news_list {
    background-color: #f4f4f4;
}

.news_list .news_item .text .headline{
	margin: 10px 0 20px;
    color: #455368;
}

.news_list .news_item .text .headline a{
    color: #455368;
}

.news_list .news_item .text .date{
	color: #834e52;
}

.news_list .news_item .text .excerpt{
	font-size: 1em;
	line-height: 160%;
}

.news_list .news_item .text a.standard_button{
	background-color: #455368;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 30px;
}

@media(min-width:768px){
	.news_list .news_item .image{
		flex: 0 0 30%;
	}

	.news_list .news_item .text{
		max-width: none;
		padding: 60px;
	}
}




/*-- Page: Location ------------------------------------------ --*/
.section_dev_location_diagram .diagram_box,
.section_dev_location_diagram .diagram_box:hover{
	box-shadow: none;
}

.section_dev_location_panels .panel .text h2{
	color: #7C4C55;
}


/*-- Page: Homes for Sale ------------------------------------------ --*/

body[data-entry-id="270350"]{
    background-color: #f4f4f4;
}

body[data-entry-id="270350"] .land_map_panel{
    position: relative;
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 0;
} 

body[data-entry-id="270350"] .land_map_panel > .panel_maxwidth{
    position: relative;
    max-width: 1280px;
}

body[data-entry-id="270350"] .land_map_panel .main{
    margin-bottom: 0;
}

body[data-entry-id="270350"] .land_map_panel .sidebar .sidebar_actions{
    display: none;
}

body[data-entry-id="270350"] .land_map_panel .sidebar table tr td{
    font-size: 14px;
    font-weight: 600;
    color: #858b95;
}

body[data-entry-id="270350"] .land_map svg a.houseland_icon.has_package{
    display: none;
}

.land_map svg a.lot_listing.over[data-package-status="onHold"] {
    fill: rgb(255 235 0 / 50%);
}

.land_map svg a.lot_listing.over[data-package-status="onHold"]:hover{
    fill: rgb(255 235 0 / 70%);
}


body[data-entry-id="270350"] #fairland-house-and-land-entries{
    padding-top: 0;
}

body[data-entry-id="270350"] #fairland-house-and-land-entries.page-home-designs .designs_filter{
    display: none;
}

body[data-entry-id="270350"]  #fairland-house-and-land-entries.page-home-designs .house_listings .item a{
	border-radius: 0;
}

@media(min-width:768px){
    body[data-entry-id="270350"] .land_map_panel .sidebar{
        position: absolute;
        top: 50px;
        right: 50px;
        text-align: right;
    }

    body[data-entry-id="270350"] .land_map_panel .sidebar table tr{
        display: flex;
        flex-direction: row-reverse;
    }

    body[data-entry-id="270350"] .land_map_panel .sidebar table tr span.swatch,
    body[data-entry-id="270350"] .land_map_panel .sidebar table tr img{
        margin-left: 10px;
    }

}



/*-- Page: Contact ------------------------------------------ --*/
.dev_layout_contact > .panel_maxwidth{
	padding: 80px 0;
}

/*-- Page: Homes For Sale Individual ------------------------------------------ --*/
body[data-section-id="9"]{
	background-color: #5a6781;
}

body[data-section-id="9"] .land_site_header_spacer{
	display: none;
}

#listing_detail .box_heading{
	background: #4e5d76;
	background: #7c4b50;
} 

#listing_detail .box_heading h1{
	color: #fff;
}

#listing_detail .box_contact .contact_person .name{
	color: #7c4b50;;
}

#listing_detail .box_contact .contact_person .button{
	background: #7c4b50;
	font-size: 14px;
	padding: 15px 20px;
}

#listing_detail .box_heading .turnkey .line.turnkey_available{
	display: none !important;
}


@media (min-width:768px){

	#listing_detail{
		overflow: hidden;
	}

	#listing_detail .grid_container{
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}

	#listing_detail .box_heading,
	#listing_detail .box_contact,
	#listing_detail .box_actions,
	#listing_detail .box_specs{
		margin-left: 25%;
	}

	#listing_detail .box_images,
	#listing_detail .box_floorplan{
		margin-right: 20%;
	}

	#listing_detail .box_smallprint{
		margin: 0 15% 0 10%;
	}


}


/*-- Klik Override 26 March 2026 - Hide Breadcrumbs --*/


body[data-section-id="4"] .breadcrumb{
	display: none;
}

/*-- END of: Klik Override 26 March 2026 - Hide Breadcrumbs --*/