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

@media screen {

  body {
    font-family:museo-sans,sans-serif;
    font-weight:500;
    letter-spacing:0.01em;
    color:#273433;
    background-color: #fc782d;
    background: linear-gradient(4deg, #fc782d, #fcb62d);
    background-size: cover;
    background-attachment: fixed;
  }

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

  .site_maxwidth {
    background-color:#f2f1ed;
  }

	#fairland_bar {
		display:none;
	}

  #fairland_bar .logo {
		filter:grayscale(1);
		opacity:0.6;
	}
  
  .standard_button{
    background-color: #fc782d;
    font-size: 16px;
    border-radius: 30px;
    transition-duration: .2s;
  }
  
  .standard_button:hover{
    background-color: #fb982e;
    cursor: pointer;
  }

  .box_button {
    display:inline-flex;
		padding:12px 16px;
		background-color: #fc782d;
		color:#f2f1ed;
		font-size:1em;
		line-height:110%;
		font-weight:700;
		text-decoration:none;
    font-size: 16px;
    border-radius: 30px;
    transition-duration: .2s;
  }

	.box_button:hover {
		background-color: #fb982e;
    cursor: pointer;
	}

  .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:#fc782d;
		font-size:1em;
		line-height:110%;
		font-weight:700;
		text-decoration:none;
	}
  .line_button.white {
		color:#ffffff;
	}

	.line_button:before {
		position:absolute;
		display:block;
		content:'';
		right:0;
		bottom:0;
		left:0;
		height:2px;
		background-color:#fc782d
	}
	
	.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;
	}

  .display_toggles {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 30px;
  }

  .status_bar {
    padding: 0;
  }

  .status_bar .panel_maxwidth {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .status-container {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .status-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .status-circle {
      width: 20px;
      height: 20px;
      border-radius: 50%;
  }

  .sold {
      background-color: #b43c3c;
  }

  .on-hold {
      background-color: #7d7d7d;
  }

  .for-sale {
      background-color: #4a934a;
  }

  .display_toggles .panel_maxwidth {
    max-width: 1280px;
  }

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

    .iframe_form {
      color:#273433;
      background:#fff !important;
    }

    .iframe_form .form_header h2 {
      color:#fa782e;
      font-weight: 500;
      letter-spacing: 0;
    }

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

    .freeform-row button {
      padding: 25px 35px;
      border-radius: 40px;
      background-color: #fc782d;
    }

  

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

    #land_site_header .header_bar{
      display: none;
    }
    #land_site_header .header_bar .nav_open {
      display: none;
    }

	#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:#fa782e;
    color:#f2f1ed;
    background-color: #00b2a5;
    background: linear-gradient(45deg, #017a8f, #00b2a5);
  }

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

  #land_site_header .nav_container .nav_items li a {
    color:#f2f1ed;
    color: #e2ff22;
  }
  
  #land_site_header .nav_container .nav_items li.active a{
    color: #ffffff;
  }
  
  #land_site_header .nav_container .nav_items li a:hover{
    color: #fff;
  }
  
  #land_site_header .nav_container .nav_items li.active > a:before{
    background-color: #e2ff22;
  }
    /* ---------------- home ---------------- */
	
    #home_feature {
        position:relative;
        background-color:#f3f3f3;
        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:30% 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:#fff;
        opacity:0.6;
      opacity: 0;
        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 .text{
  
    }
  
    #home_feature .logo{
      display: block;
      width: 180px;
      height: auto;
    }
  
    #home_feature .logo img{
      display: block;
      width: 100%;
      height: auto;
    }

    #home_feature .headline {
      font-weight:500;
      line-height: 100%;
      font-size:1.8em;
      letter-spacing: -3px;
      text-shadow: 1px 1px 5px rgb(255 255 255 / 100%);
      color: #000;
    }

    #home_feature .headline br {
      display:none;
    }

    #home_feature .actions .box_button{
      color: #fff;
      background-color: #000;
      padding: 12px 20px;
      border-radius: 40px;
      background-color: #fc782d;
    }

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

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


    #home_intro{
      background-color: #00b2a5;
      color: #fff;
    }

    #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{
      padding: 30px 5% 25px;
    }

    #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:#fff;
    }

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

    #home_keyitems {
      background-color:#f3f3f3;
      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;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
	}
	
	#home_keyitems .items .item .image {
		position:relative;
		background-color:#b7b7b7;
		flex:0 0 192px;
		margin: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{
    color: #000;
    padding: 40px 40px 90px;
  }
	
	#home_keyitems .items .item .text .headline {
		font-size:1.4em;
		font-weight:500;
		line-height:120%;
    color:#333;
    font-weight: 700;
	}

  #home_keyitems .items .item .text .excerpt {
    color:#333;
  }
  
  
  #home_keyitems .items .item .text .actions{
    position: absolute;
    bottom: 40px;
  }
  
  #home_keyitems .items .item.orange{
    background-color: #fc782d;
    background: linear-gradient(45deg, #fc782d, #fcb62d);
  }
  
  #home_keyitems .items .item.orange .text .headline,
  #home_keyitems .items .item.orange .text .excerpt{
    color: #fff; 
  }
	
	#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;
    max-height: 800px;
	}
	
	#home_signup .box_image img {
		width:100%;
		height:100%;
		object-fit:cover;
    object-position: 50% 50%;
	}
	
	#home_signup .box_text {
		display:flex;
		justify-content:center;
		align-items:center;
		background-color:#f3f3f3;
		background-size:cover;
		background-position:right bottom;
	}
	
	#home_signup .box_text .inner {
		padding: 80px 10%;
	}
	
	#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:#fa782e;
	}
  
  .simple_subscribe_form .headline{
    display: none;
  }
  
  .simple_subscribe_form .col_email input{
    outline: none !important;
  }

  .simple_subscribe_form .col_submit .submit {
    background-color: #fa782e;
    transition-duration: .2s;
  }
  
  .simple_subscribe_form .col_submit .submit:hover{
    background-color: #fa962e;
  }

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

	#footer.footer_sunfields {
    z-index: 10;
		background-color:#fb782e;
    background-color: #00b2a5;
    background: linear-gradient(45deg, #017a8f, #00b2a5);
		color:#fff;

	}

  #footer.footer_sunfields.full-width {
    z-index: 10;
		background-color:#fb782e;
    background-color: #00b2a5;
    background: linear-gradient(210deg, #fc782d 0%, #fb982e 100%);
		color:#fff;

	}
  
  #footer.footer_sunfields .footer_top{
    display: flex;
    flex-wrap: wrap;
  }

  #footer.footer_sunfields .footer_top .consultant{
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 100%;
    background-color: #fc782d;
    background: linear-gradient(45deg, #fc782d, #fb982e);
    display: flex;
    align-items: flex-end;
  }
  
  #footer.footer_sunfields .footer_top .consultant > div{
    display: flex;
    flex-wrap: wrap;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-cutout{
    overflow: hidden;
    flex: 0 0 100%;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-cutout img{
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
  }

  #footer.footer_sunfields .footer_top .consultant .consultant-content{
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    background: #f07624;
    width: 100%;
    padding: 20px 10%;
    word-break: break-word;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content > div{
    
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content p{
    margin: 0 0 20px;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content h3{
    color: #fff;
    margin: 0;
    font-size: 25px;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    margin: 10px 0 0
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content a img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: 0 8px 0 0;
  }
  
    
  #footer.footer_sunfields .footer_top .consultant .consultant-content a{
    
  }
  
  
  /**/
  
  #footer.footer_sunfields .footer_top .fairland{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 100%;
    padding: 25px 0 20px 0;
  }
  
  #footer.footer_sunfields .footer_top .fairland > div{
    padding: 0 6%;
  }
  
    
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul{
    list-style-type: none;
    padding: 0;
  }
  
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul li{
    text-align: right;
    margin: 10px 0;
  }
  
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul li a{
    display: table;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition-duration: .2s;
  }
  
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul li a:hover{
    color: #e2ff22;
  }
  
     
  #footer.footer_sunfields .footer_top .fairland .logos{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 100px;
    border-top: 2px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
  
  #footer.footer_sunfields .footer_top .fairland .logos a.logo{
    align-items: center;
    margin: 0 10px;
  }

  #footer.footer_sunfields .footer_top .fairland .logos a.logo img{
    display: block;
    width: 90%;
    max-width: 150px;
    height: auto;
    margin: 10px 5px;
  }
  
  #footer.footer_sunfields .footer_top .fairland .logos a.logo:first-of-type,
  #footer.footer_sunfields .footer_top .fairland .logos a.logo:first-of-type img{
    margin-left: 0; 
  }
  
  #footer.footer_sunfields .footer_top .fairland .logos a.logo:last-of-type,
  #footer.footer_sunfields .footer_top .fairland .logos a.logo:last-of-type img{
    margin-right: 0; 
    margin-top: 0;
    margin-bottom: 0;
    max-height: 90px;
  }

	#footer.footer_sunfields .footer_bot{
    text-align: center;
		background-color:#e4651e;
    background-color: #ee732c;
    width: 100%;
		color:#fff;
    font-size: 16px;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px 0;
	}

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

	.panel_page_feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
		background-color:#fa782e;
		background:linear-gradient(210deg, #058281 0%, #fa782e 100%);
		background:#fa782e;
		background-size:cover;
		background-position:50% 50%;
    min-height: 400px;
    padding: 0;
	}
  
  
	.panel_page_feature:after{
    content: "";
    background-image:url("https://sunfields.com.au/images/site_sunfields/page_features/art-circles-3.svg");
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 50%;
    height: 100px;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .panel_page_feature .panel_maxwidth:after{
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #f2f1ed;
    background: linear-gradient(180deg, #c6c6c6 20%, #f2f1ed 40%);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  
  
	.panel_page_feature .land_site_header_spacer{
    display: none;
  }

	.panel_page_feature .page_headline {
		color:#fff;
    margin: 60px 0 0 0;
    text-shadow: 2px 2px 10px #00000024;
    letter-spacing: -1px;
	}

	.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:#00b2a5;
    background-color: #037b8b;
	}

	.dev_layout_downloads h2{
    color: #fff;
  }

	.download_section {
		background-color:#f2f1ed;
	}
  
  #listing_detail .box_contact .contact_person{

  }
  
  #listing_detail .box_contact .contact_land{
     display: none;
  }
  
  #listing_detail .box_contact .contact_land#contact_land_person_973{
    display: flex;
  }
  
  #listing_detail .box_contact .contact_person .image{
    background: none;
  }

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

	#listing_detail {
		background-color:#f2f1ed;
	}

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

	#listing_detail .box_heading .suburb {
		color:#ffffff;
	}

	#listing_detail .box_contact .contact_person .button {
		background-color:#fc782d;
    transition-duration: .2s;
    
    padding: 12px 18px 11px;
    line-height: 110%;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    border-radius: 30px;
	}
  
  
	#listing_detail .box_contact .contact_person .button:hover {
		background-color:#fb982e;
	}

  .listing_items .item[data-status='onHold'] .image .status,
	.listing_items .item[data-status='underContract'] .image .status{
		position: absolute;
		top: 10px;
		right: 10px;
		background: linear-gradient(210deg, #fc782d 0%, #fb982e 100%);
		color: #fff;
		padding: 8px 12px;
		opacity: 1;
		font-weight: 800;
		border-radius: 20px;
		font-size: 13px;
	}


  /* ---------- build status  ------------- */

  .designs_filter{
    max-width: 1280px;
  }
  
  
  .designs_filter h3{
      margin: 20px 0 10px;
  }

  
  .house_listings .item.hidden{
    display: none;
  }
  
  
  .house_listings .item a{
    border-radius: 15px;
    overflow: hidden;
  }
  
  .house_listings .page-listing-filter-result{
    display: none;
    margin: 0 10px 0;
      color: #898989;
      font-weight: 600;
      font-size: 14px;
  }
  
  .house_listings .page-listing-filter-result.active{
    display: block;
  }



  .designs_filter{
    display: flex;
    flex-wrap: wrap;
  }
  
  .designs_filter > div.width{
    margin: 0 15px 30px 0;
  }
  
  .designs_filter > div.sort a{
  
  }
  
  .designs_filter h3{
    color: #fc782d;
    font-size: 22px;
  }
  
  .designs_filter .controls{
    display: inline-block;
    margin: 0;
  }
  
  .designs_filter .controls a{
    display: inline-block;
    background: #f7f7f7;
    box-shadow: 2px 2px 15px #0000001c;
    padding: 8px 20px 7px 20px;
    font-size: 14px;
    cursor: pointer;
    transition-duration: .2s;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  
  .designs_filter .controls a:hover,
  .designs_filter .controls a.active{
    color: #fc782d;
    background: #fff;
  }



  @media (min-width: 768px){    
    .designs_filter .controls a{
      padding: 10px 18px;
      font-size: 14px;
      border-radius: 0;
      margin-bottom: 0;
    }


    .designs_filter .controls a:first-of-type{
      border-radius: 30px 0 0 30px;
    }
    
    .designs_filter .controls a:last-of-type{
      border-radius: 0 30px 30px 0;
    }

    .designs_filter h3{
      margin: 0 0 15px;
    }
    
  }
  
  
  @media (min-width: 1000px){
    .designs_filter > div.width{
      margin: 0 30px 0 0;
    }
  }
  

  /*------------   ------------------*/


	.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:#fa782e;
		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 > div{
    padding-bottom: 0; 
  }
	
	#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:356px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
	}
	
	#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:750px;
	}
	
	#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_signup .box_image {
		flex-basis:256px;
	}
	
	#home_signup .box_text .inner {

	}

	/* ---------------- 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;
      opacity: 0;
    }
	
    #home_feature .panel_maxwidth {
      min-height:384px;
    }


    #home_feature .bg .img {
      object-position:80% center;
    }


    #home_feature .headline br {
        display:inline;
    }

    #home_feature .floating .action {
        font-size:1.1em;
        width:50%;
    }
  
    #home_feature .actions .box_button{
      padding: 25px 35px;
    }

    #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_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;
	}

  
  .panel_page_feature .panel_maxwidth:after{
    height: 100px;
  }
      
      
	/* ---------------- 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;
	}
  
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul{
    margin-top: 80px;
  }
  
  #footer.footer_sunfields .footer_top .fairland .footer-menu ul li a{
    margin-left: auto;
  }
  

  /* --------- homes for sale - status bar --------------- */

  .status_bar .panel_maxwidth {
    flex-direction: row;
  }

  .status_bar {
    padding: 20px 0 30px 0;
  }


}

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

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

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

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

    #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_signup {
		min-height:480px;
	}
	
	#home_signup .box_text .inner {
		padding:64px;
	}

}

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

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

	
	.box_button {
		padding:16px 24px;
	}
	
	.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: 0 0 300px;
  }
	
	#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;
	}


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


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

	/* ---------------- 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:40px;
	}

}

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

@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 .panel_padding {
		padding:160px 0;
	}
	
	#home_keyitems .items {
		margin:-24px;
	}
	
	#home_keyitems .items .item {
		margin:24px;
		flex-basis:calc(33.333% - 48px);
	}
	

	
	#home_signup {
		min-height:600px;
	}


}

/* ================================================================================================================================ */
/* ===== October 2023 =========================================================================================================================== */
/* ================================================================================================================================ */


  
  #land_site_header .header_bar,
  #land_site_header .header_bar .nav_open{
    display: flex; !important;
  }
  
  #land_site_header .header_bar .logo{
    filter: brightness(10);
  }





  
  body[data-entry-id="201736"] #land_site_header .header_bar .logo{
    filter: none;
  }
  
  body[data-entry-id="201736"] #home_feature .logo{
    display: none;
  }



@media(min-width: 768px){
  #land_site_header .header_bar .logo img{
    width: 200px;  
  }

  #footer.footer_sunfields .footer_top .consultant{
    flex: 0 0 50%;
    padding: 50px 0 0;
  }
  
  
  #footer.footer_sunfields .footer_top .consultant > div{

    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-cutout{
    flex: 0 0 55%;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-content{
    flex: 0 0 45%;
    background: none;
    width: auto;
    padding: 0;
  }
  
  #footer.footer_sunfields .footer_top .consultant .consultant-cutout img{

  }
  
  #footer.footer_sunfields .footer_top .fairland{
    flex: 0 0 50%;
    padding: 0;
  }

  #footer.footer_sunfields .footer_top .fairland.full-width{
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  
  #footer.footer_sunfields .footer_top .fairland > div{
    padding: 0 80px;
  }
  
	#footer.footer_sunfields .footer_bot{
    width: 50%;
    padding: 0;
  }

  #footer.footer_sunfields .footer_bot.full-width{
    width: 100%;
    padding: 0;
  }
}
  

@media(min-width: 1000px){
    #home_feature .logo{
      width: 240px;
    }

    #home_feature .text{
      margin-top: -40px;
    }
  
    #home_intro .row_text{
      padding: 30px 0;
    }
}


/*-- 1. Page Homes for Sale aka Project Releases ----------------------------- */
	#page_project_releases {
		background-color:#f2f1ed;
	}
	
	#page_project_releases #project_releases_feature {
		position:relative;
		background-color:#fa782e;
		z-index:10;
	}
	
	#page_project_releases #project_releases_feature .bg {
		position:absolute;
		z-index:10;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}

	#page_project_releases #project_releases_feature .bg .bg_img {
		width:100%;
		height:100%;
		object-fit:cover;
    object-position: 50% 0;
	}

	#page_project_releases #project_releases_feature .fg {
		position:relative;
		z-index:20;
		height:256px;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		font-weight:500;
	}
		
	#page_project_releases #project_releases_feature .page_headline {
		position:relative;
		color:#fff;
		font-size:2em;
		line-height:110%;
		z-index:20;
    letter-spacing: -1px;
    text-shadow: 2px 2px 10px #00000024;
	}
	
	#page_project_releases #project_releases_feature .row_bot {
		height:160px;
		z-index:10;
	}

  #page_project_releases #project_releases_feature .texture{
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10;
  }

	#page_project_releases #project_releases_feature .texture img{
    display: block;
    width: 80%;
    max-width: 800px;
    height: auto;
    margin-left: auto;
  }
	
	#page_project_releases #project_releases_boxes {
		position:relative;
		z-index:20;
		margin-top:-48px;
	}

	#page_project_releases #project_releases_boxes > div.panel_maxwidth{
    max-width: 1200px;
  }
	
	#page_project_releases #project_releases_boxes .boxes {
		display:flex;
		flex-wrap: wrap;
		align-items:center;
		margin:-8px;
	}
	
	#page_project_releases #project_releases_boxes .boxes .box {
		display:flex;
		flex-direction:column;
		margin:8px;
		background-color:#fff;
		max-width:94%;
    flex: 0 0 100%;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
	}

  #page_project_releases #project_releases_boxes .boxes .box .image{
    position: relative;
    height: 300px;
    overflow: hidden;
  }

	#page_project_releases #project_releases_boxes .boxes .box .image img {
		vertical-align:top;
		width:100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
	}
	
	#page_project_releases #project_releases_boxes .boxes .box .text {
		padding: 40px 5%;
	}

  #page_project_releases #project_releases_boxes .boxes .box .text h3{
    margin: 0 0 10px 0;
    font-size: 1.5em;
  }

	#page_project_releases #project_releases_boxes .boxes .box .text h3 span{
    font-weight: 100;
    color: #979797;
    letter-spacing: -1px;   
  }

	#page_project_releases #project_releases_boxes .boxes .box .text p{
    color: #fc782d;
    margin: 0;
  }

	#page_project_releases #project_releases_boxes .boxes .box .text a.box_button{
    margin-top: 30px;  
  }

	#page_project_releases #project_releases_boxes .boxes .box.pending{
    pointer-events: none;
  }

	#page_project_releases #project_releases_boxes .boxes .box.pending .image .sticker{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
    height: 80%;
    width: 300px;
    height: 200px;
    width: 200px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #00b2a5;
    background: linear-gradient(45deg, #017a8f, #00b2a5);
    opacity: .8;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
  }

  #page_project_releases #project_releases_boxes .boxes .box.pending .image .sticker h3{
    color: #fff;  
    text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }

	#page_project_releases #project_releases_boxes .boxes .box.pending .text .box_button{
    background: none;
    color: #000;
    pointer-events: none;
  }


	#page_project_releases #project_releases_boxes .boxes .box.pending.register,
	#page_project_releases #project_releases_boxes .boxes .box.pending.register .text .box_button{
    pointer-events: all !important;
  }

	#page_project_releases #project_releases_boxes .boxes .box.pending.register .text .box_button:hover{
    color: #979797;
    cursor: pointer !important;
  }



	#page_project_releases #project_releases_description .panel_maxwidth {
		width:80%;
		max-width:600px;
	}
	
	#page_project_releases #project_releases_description .description {
		font-size:1.1em;
		line-height:130%;
		font-weight:300;
	}

	#page_project_releases #project_releases_description .actions {
		margin:16px 0 0 0;
	}
	
	#page_project_releases #project_releases_banner img {
		width:100%;
		height:auto;
		vertical-align:top;
	}

  .listing_view_options {
    display: flex;
  }

  .listing_view_options .item {
    background-color: #fc782d;
    border: 1px solid #fc782d;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 30px;
    transition-duration: .2s;
    color: #fff;
    padding: 8px 20px 7px 20px;
    margin-right: 5px;
  }

  .listing_view_options .item.outline {
    background-color: #f2f1ed;
    border: 1px solid #fc782d;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 30px;
    transition-duration: .2s;
    color: #ff8138;
    padding: 8px 20px 7px 20px;
    margin-right: 5px;
  }
  
  .listing_view_options .item:hover{
    background-color: #ff843c;
    cursor: pointer;
    color: #fff;
  }

  .listing_view_options .item.outline:hover{
    background-color: #f2f1ed;
    cursor: pointer;
    color: #ff8138;
  }

  .hide_listings {
    display: none;
  }

  .standard_map {
    background-color: #f2f1ed !important;
    background-image: none !important;
    padding: 20px 0 70px 0 !important;
  }

  .standard_map h2 {
    display: none;
  }

@media (min-width: 480px){
	#page_project_releases #project_releases_feature .fg {
		height:320px;
	}
	#page_project_releases #project_releases_feature .page_headline {
		font-size:3em;
	}
	#page_project_releases #project_releases_description {
		text-align:center;
	}
	#page_project_releases #project_releases_description .description {
		font-size:1.2em;
	}
	#page_project_releases #project_releases_description .actions {
		margin-top:24px;
	}
}

@media (min-width: 768px){
  .panel_page_feature {
    min-height: 600px; 
  }
  
	#page_project_releases #project_releases_feature .fg {
		height:384px;
	}
	#page_project_releases #project_releases_feature .page_headline {
		font-size:3.6em;
	}
	#page_project_releases #project_releases_boxes {
		margin-top:-64px;
	}
	#page_project_releases #project_releases_boxes .boxes {
		flex-direction:row;
		justify-content:center;
		align-items:normal;
	}
	#page_project_releases #project_releases_boxes .boxes .box {
    flex: 0 0 32.33%;
    margin: .5%;
	}
}

@media (min-width: 1280px){
	#page_project_releases #project_releases_feature .fg {
		height:420px;
	}
	#page_project_releases #project_releases_feature .page_headline {
		/*font-size:4em;*/
    margin-top: -80px;
	}
	#page_project_releases #project_releases_boxes .boxes {
		margin:-16px;
	}
	#page_project_releases #project_releases_boxes .boxes .box {
    flex: 0 0 31.33%;
    margin: 1%;
	}
	#page_project_releases #project_releases_boxes .boxes .box .text {
		padding: 50px 40px;
	}
}



/*-- 2 Page Special Project Overide ----------------------------- */
.project_siteplan .panel_maxwidth{
  padding: 30px 0;
}

.project_siteplan .panel_maxwidth .land_map{
  box-shadow: none;
  margin: 0 auto;
}

.project_siteplan .land_map.project svg a.package .lot_poly{
  /*fill: rgb(250 120 46 / 70%);
  stroke: rgb(250 120 46 / 80%);*/
}


.project_siteplan.v2 > .panel_maxwidth{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
}

.project_siteplan.v2 .development_legend,
.project_siteplan.v2 .development_map{
  flex: 0 0 100%;
}

.project_siteplan.v2 .development_legend h2{
  font-weight: 500;
  font-size: 22px;
}

.project_siteplan.v2 .development_legend .status p{
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 15px;
}

.project_siteplan.v2 .development_legend .status p:before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #c3d0d0;
  border-radius: 50%;
  margin: -1px 10px 0 0;
}

.project_siteplan.v2 .development_legend .status p.available:before{background-color: #75c85a;}
.project_siteplan.v2 .development_legend .status p.onHold:before{background-color: #fbdb86;}
.project_siteplan.v2 .development_legend .status p.sold:before{background-color: #ff8b8b;}

.project_siteplan.v2 .development_map .land_map{
  margin: 0;
  padding: 0;
}

.project_siteplan.v2 p.development_note{
  flex: 0 0 100%;
  font-size: 14px;
  color: #a6a6a6;
  margin: 0 auto;
  text-align: right;
}

.project_listings{
  padding: 0;
  background-color: #f2f1ed;
  padding: 20px 0 80px 0;
}

.project_listings .listing_items .item .readmore{
  /* background-color: #fc782d; */
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 30px;
  transition-duration: .2s;
  color: #fc782d;
  display: table;
  padding: 8px 20px 7px 20px;
  margin-top: 20px;
  border: 1px solid #fc782d;
}

.project_listings .listing_items .item .readmore:hover{
  /* background-color: #fb982e; */
  cursor: pointer;
}

.project_listings .listing_items .item .readmore {
  text-transform: none;
}

#special-project-basic-content{
  background-color: #fa782e;
  background-color: #00b2a5;
  background: linear-gradient(45deg, #017a8f, #00b2a5);
  padding: 50px 0;
  color: #fff;
}

#special-project-basic-content > div.panel_maxwidth{
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#special-project-basic-content .content{
  flex: 0 0 100%;
}

#special-project-basic-content .content > div{
  padding-right: 10%; 
}

#special-project-basic-content .content .standard_button{
  margin-top: 20px; 
}

#special-project-basic-content .brochure{
  flex: 0 0 100%;
}

#special-project-basic-content .brochure a{
  display: block;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
  transform: rotate(4deg);
  transition-duration: .4s;
  max-width: 90%;
  margin-top: 50px;
  max-width: 200px;
}

#special-project-basic-content .brochure a:hover{
  transform: rotate(0deg);
  cursor: pointer;
}

#special-project-basic-content .brochure a img{
  display: block;
  width: 100%;
  height: auto;
}

#special-project-location-on-map{
  padding: 70px 0;
  background-color: #067181;
  background-image: url(https://sunfields.com.au/images/site_sunfields/page_features/map-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#special-project-location-on-map > div.panel_maxwidth{
  max-width: 1300px;
}


#special-project-location-on-map h2{
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}

#special-project-location-on-map #map,
#special-project-location-on-map #map2{
  height: 400px;
  border-radius: 30px;
  background-color: #fff;
}



@media (min-width:768px){
  .project_siteplan.v2 .development_legend{
    flex: 0 0 100px;
  }
  .project_siteplan.v2 .development_map{
    flex: auto;
  }
  #special-project-basic-content .content{
    flex: 0 0 70%;
  }

  #special-project-basic-content .brochure{
    flex: 0 0 30%;
  }
  
  #special-project-basic-content .brochure a{
    margin-top: 0;
    max-width: 100%;
  }

  #special-project-location-on-map #map,
  #special-project-location-on-map #map2{
    height: 700px;
    border-radius: 30px;
    background-color: #fff;
  }


}



/*-- 3. Page how to buy----------------------------- */

body[data-entry-id="201750"] .panel_basic_content .panel_maxwidth{
  max-width: 1000px;
  padding-bottom: 70px;
}

body[data-entry-id="201750"] .panel_basic_content h3:first-of-type{
  margin-top: 0;
}

body[data-entry-id="201750"] .panel_basic_content h3{
  font-weight: 500;
  margin-top: 50px;
}



/*-- 4. Page contact ----------------------------- */
body[data-entry-id="201746"] .dev_layout_contact .panel_maxwidth{
  align-items: center;
}

body[data-entry-id="201746"] .dev_layout_contact h2{
  font-weight: 500;
}

body[data-entry-id="201746"] .contact_list .contact_item#contact_item_973{
  display: none;
}

body[data-entry-id="201746"] .contact_list .contact_item{
  background: #fff;
  width: auto;
  max-width: 450px;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}

body[data-entry-id="201746"] .contact_list .contact_item .text .name{
  font-weight: 500;
  color: #fc782d;
  margin: 0 0 10px;
}

body[data-entry-id="201746"] .contact_list .contact_item a{
  font-size: 16px; 
}

body[data-entry-id="201746"] .contact_list .contact_item .image{
  flex: 0 0 120px;
}

body[data-entry-id="201746"] .contact_list .contact_item .image .circle{
  width: 120px;
  height: 120px;
  background: none;
  border-radius: 0;
}

body[data-entry-id="201746"] .dev_layout_contact .col_right .row_enquiry.quick_enquiry{
  display: none;
}



/*-- 5. Page Location ----------------------------- */
.section_dev_location_diagram .panel_maxwidth{
  padding: 30px 0 0;
}

.section_dev_location_diagram .diagram_box{
  box-shadow: none !important;
}

.section_dev_location_diagram .diagram_box .diagram_img{
  max-width: 900px;
}

.section_dev_location_panels .panel .image{
  position: relative;
}

.section_dev_location_panels .panel .image img{
  position: relative;
  border-radius: 20px;
  z-index: 2;
}

.section_dev_location_panels .panel .image:after{
  content: "";
  background-image: url(https://sunfields.com.au/images/site_sunfields/page_features/art-circles-3.svg);
  width: 200px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: -30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.section_dev_location_panels .panel:nth-child(2n) .image:after{
  bottom: -20px;
  left: unset;
  right: -30px;
}


/*-- 6. Page Individual House and Land Listing --*/
body[data-type-id="9"] header .header_bar{
  background-color: #fff;
}

body[data-type-id="9"] #land_site_header .header_bar .logo {
  filter: none !important;
}

/*-- 7. Terms and Conditions Page --*/
body[data-type-id="35"] .header_bar{
  position: relative !important;
  background-color: #fc782d;
  background: linear-gradient(45deg, #fc782d, #fb982e);
}