


/*-- 0. Template Main  --------------------------------------------------------------------------------------*/
@font-face{
  font-family: NolanNextRegular;
  src: url(https://bradfordhomes.com.au/fonts/nolan_next_light.woff);
  font-weight: 100;
}

@font-face{
  font-family: NolanNextRegular;
  src: url(https://bradfordhomes.com.au/fonts/nolan_next_regular.woff);
  font-weight: 500;
}

@font-face{
  font-family: NolanNextRegular;
  src: url(https://bradfordhomes.com.au/fonts/nolan_next_medium.woff);
  font-weight: 600;
}

@font-face{
  font-family: NolanNextRegular;
  src: url(https://bradfordhomes.com.au/fonts/nolan_next_bold.woff);
  font-weight: 700;
}
/**/
html, body {

  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
  position: relative;
	background-color: #3a3a3a;
  background-color: #000000;
  font-family: NolanNextRegular, sans-serif;
  font-weight: 500;
  margin: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
	color: #1f2e49;
	margin: 0;
  color: #333;
}


p, li, a, input, textarea{
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  -webkit-tap-highlight-color: transparent;
}

a{
  color: #815f99;
  text-decoration: none;
}

a:hover{
  color: #d7df23;
  cursor: pointer;
}

img{
  display: block;
  width: 100%;
}

img.img-1{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

figure{
	margin: 0;
	padding: 0;
}

figure img{
	height: auto;
}

.site-maxwidth{
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}


.panel-maxwidth{
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
}

.button{
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding: 0 0 10px;
}

.button-round{
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #333;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  transition: color .4s ease, border-color .4s ease;
}

.button.gray{
  color: #cccccc;
  border-color: #cccccc;
}

.button.gray:hover{
  color: #d7df23;
}

.button-round.gray{
  color: #cccccc;
  border-color: #cccccc;
}

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

.button-round.dark {
  background-color: #03101c !important;
  border-color: #03101c;
  color: #fff;
  font-weight:600;
}

.button-round.dark:hover {
  color: #d7df23;
}


/*-- X2. Template: Container Style Split Half --*/
.s20 > div,
.s25 > div,
.s30 > div,
.s33 > div,
.s35 > div,
.s40 > div,
.s45 > div,
.s50 > div,
.s55 > div,
.s60 > div,
.s65 > div,
.s66 > div,
.s70 > div,
.s80 > div{
  padding: 0 15px;
}

@media (min-width: 768px){
  .row-split{
    display: flex;
    flex-wrap: wrap;
  }
  .s20{flex: 0 0 20%;} 
  .s25{flex: 0 0 25%;} 
  .s30{flex: 0 0 30%;}  
  .s33{flex: 0 0 33.33%;}  
	.s35{flex: 0 0 35%;}  
  .s40{flex: 0 0 40%;}  
	.s45{flex: 0 0 45%;}  
  .s50{flex: 0 0 50%;}   
	.s55{flex: 0 0 55%;} 
  .s60{flex: 0 0 60%;}  
	.s65{flex: 0 0 65%;}  
  .s66{flex: 0 0 66.66%;}  
  .s70{flex: 0 0 70%;}  
	.s80{flex: 0 0 80%;}  
	
  .rowpadd{
    padding: 60px 0;
  }
	
	.content-gap > div{
		padding: 30px 8%;
	}


  h2{
    font-size: 34px;
  }


  h3{
    font-size: 28px;
  }

  p, li, a, input, textarea{
    font-size: 16px;
  }

  .button-round{
    font-size: 14px;
    padding: 8px 20px;
  }

}



/*-- 0 Barba GSAP combined-------------------------------------------------------------------------------- --*/
/**/

.page-transition{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  color: #fff;
  transform: translateX(100%);
  pointer-events: none !important;
}



.page-transition img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 100%;
}

.page-transition .opaque{
  background: #0c1523;
  width: 100%;
  height: 100%;
  position: absolute;
  right: calc(-100% + 5px);
  top: 0;
}


.barba-leave-active,
.barba-enter-active {
  transition: opacity 450ms ease;
}

.barba-leave,
.barba-enter-to {
  opacity: 1;
}

.barba-enter,
.barba-leave-to {
  opacity: 0;
}





/*-- A. Header -------------------------------------------------------------------------------- --*/
/**/
/*
.loader {
  display: block;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 9999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/**/
header{
  position: absolute;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  background-color: none;
  transition: background-color 0s ease;
}

header.show-menu{
  position: fixed;
  height: 100%;
}

header .header-wrapper.panel-maxwidth{
  position: relative;
  height: 0;
  display: flex;
  align-items: center;

}

header a.logo{
  display: block;
  position: absolute;
  overflow: hidden;
  height: auto;
  top: 20px;
  height: 40px;
  width: 200px;
  max-width: 100%;
}

header a.logo > div{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

header a.logo > div img{
  display: block;
  width: auto;
  height: 35px;
  transition: height .2s ease, opacity 1s ease;
}


/* lightweight css logo behaviour */

    /* display logo in dark or light */
    body[data-page-header-style='dark'] header a.logo .logo-dark    {opacity: 1;}
    body[data-page-header-style='light'] header a.logo .logo-light  {opacity: 1;}
    body[data-page-header-style='lightBlueEmbrace'] header a.logo .logo-lightBlueEmbrace  {opacity: 1;}

    /* display logo text on first visit */
    header a.logo .text                 {opacity: 0;}
    header a.logo .text.view-first-time{opacity: 1;}

    /* display logo text on hover */
    header a.logo:hover .text {opacity: 1;}

    /* display logo in white when menu is shown */
    body header.show-menu a.logo .logo-dark {opacity: 0}
    body header.show-menu a.logo .logo-lightBlueEmbrace {opacity: 0}
    body header.show-menu a.logo .logo-light {opacity: 1}

    /* display logo in white when contact panel is shown */
    header.contact-panel-open a.logo .logo-dark,
    header.contact-panel-open a.logo .logo-lightBlueEmbrace{
      opacity: 0 !important;
    }

    header.contact-panel-open a.logo .logo-light,
    header.contact-panel-open a.logo .logo-light .icon,
    header.contact-panel-open a.logo .logo-light .text{
      opacity: 1 !important;
    }


/**/
header.contact-panel-open{
  position: fixed;
}

header #menu{
  position: absolute;
  width: 10%;
  right: 0;
  top: 0;
  padding-top: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  height: auto;
  border-color: transparent;
  border-left-width: 1px;
  border-left-style: solid;
  transition: border-color 2s ease;
}

header.contact-panel-open .logo{
  pointer-events: none;
}

header.contact-panel-open #menu a.nav{
  opacity: 0;
  pointer-events: none;
}

header.contact-panel-open #menu .contact{
  opacity: 0;
  pointer-events: none;
}

header.contact-panel-open #menu .spc-close{
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  pointer-events: all;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header.contact-panel-open #menu{
  transition: border-left 0s ease;
}

header #menu a.nav{
  position: relative;
  display: block;
  width: 30px;
  height: 25px;

  /* extra padding for chunky finger on mobile */
  padding-left: 20px;
  margin-left: -20px;
  padding-top: 20px;
  margin-top: -20px;

}


header #menu a.nav img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .8s ease;
}


header #menu a.nav img.nav-main{
  opacity: 1;
}

header #menu a.nav img.nav-whiten{
  opacity: 0;
}

header #menu.whiten a.nav img.nav-main{
  opacity: 0;
}

header #menu.whiten a.nav img.nav-whiten{
  opacity: 1;
}

/*-- sidebar menu text tilted 90 degrees --*/
header #menu .text{
  display: none;
  align-items: center;
  margin: auto;
  position: absolute;
  height: 100vh;
  top: 0;
  z-index: -2;
  opacity: 1;
  transition: opacity .4s ease;
  pointer-events: none;
}

header #menu .text > div{
  position: relative;
  transform: rotate(-90deg);
  text-align: center;
}

header #menu .text p{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 2px 2px 10px #0000001f;
  transition: color .5s ease;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  width: max-content;
}

header #menu .text p.dark-blue{
  color: #03101c;
}

header #menu .text p.light-blue{
  color: #186db0;
}

header #menu .text p.touch-footer{
  color: transparent;
  transition: color .2s ease;
}

header.show-menu #menu .text p{
  color: transparent;
}


header.show-menu #menu .contact,
header.show-menu #menu .spc-close{
  opacity: 0;
  pointer-events: none;
}

.phd-header .photo .links{
  height: auto;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  justify-content: center;
}


.phd-header .photo .links a.hit-footer-oh-no{
  opacity: 0;
  pointer-events: none;
}

.phd-header .photo .links a{
  opacity: 1;
  transition: opacity .2s ease;
  margin-left: 5px;
  background: #fff;
  padding: 5px 10px;
  text-align: center;
  line-height: 120%;
}

.phd-header .photo .links a.dark.button-open-contact-sidebar{

}



/*
body[data-page-header-style="light"] header #menu .text p{
  color: #fff;
}

body[data-page-header-style="dark"] header #menu .text p{
  color: #03101c;
}
*/



/*-- Menu Icons --*/
#nav-icon3 {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer !important;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #03101c;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
  box-shadow: 2px 2px 2px #0000000a;
}


#nav-icon3 span:nth-child(1) {
  top: 10%;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 50%;
}

#nav-icon3 span:nth-child(4) {
  top: 90%;
}

body[data-page-header-style="light"] header #menu #nav-icon3 span{
  background-color: #fff;
}

body[data-page-header-style="dark"] header #menu #nav-icon3 span{
  background-color: #03101c;
}

body[data-page-header-style="lightBlueEmbrace"] header #menu #nav-icon3 span{
  background-color: #186db0
}

body header.show-menu #menu #nav-icon3 span{
  background-color: #fff;
}



header.show-menu #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header.show-menu #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.show-menu #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.show-menu #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/**/




header #header-menu{
  position: absolute;
  justify-content: flex-end;
  height: 100%;
  left: 0;
  z-index: 4;
  padding: 30px 0;
  width: 95%;
  top: 50px;
  display: flex;
  pointer-events: none;
}


header.show-menu #header-menu{
  pointer-events: all;
}

header #header-menu.our-story-dropdown-active ul li a.highlight{
  color: #bcbec0;
}

header #header-menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: max-content;
}

header #header-menu ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header #header-menu ul li a{
  color: #fff;
  display: block;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  width: max-content;
  opacity: 0;
  transform: translateX(-40px);
  padding: 3px 0;
  transition: filter .2s ease, color .2s ease;
}

header #header-menu ul li.home-icon a img{
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}


header #header-menu ul li.has-sub a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

header #header-menu ul li.has-sub a img{
  display: block;
  height: auto;
  width: 8px;
  margin: 0 0 0 7px;
}

header #header-menu ul li.has-sub ul.sub{
  display: none;
  width: 100%;
}


header #header-menu ul li.has-sub.active ul.sub{
  display: block;
}


header #header-menu ul li ul.sub li{
  margin: 5px 0;
  margin: 0;
}


header #header-menu ul li ul.sub li a{
  margin-right: 3.4px;
  padding: 2px 12px 2px 0;
}

/*
header #header-menu ul li ul.sub li a::after{
  content: "•";
  display: block;
  width: 14px;
  margin-left: 15px;
}

*/

/*
header #header-menu ul li ul.sub li:nth-child(2) {
	animation-delay: 0.1s;
}
header #header-menu ul li ul.sub li:nth-child(3) {
	animation-delay: 0.2s;
}
header #header-menu ul li ul.sub li:nth-child(4) {
	animation-delay: 0.3s;
}
header #header-menu ul li ul.sub li:nth-child(5) {
	animation-delay: 0.4s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -5%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
*/

/*
header #header-menu ul li.fl-2 ul.sub li:last-child{
  margin: 5px 0 20px 0;
}
*/




/*
header #header-menu ul li:nth-child(1) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease 0s; }
header #header-menu ul li:nth-child(2) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .02s;}
header #header-menu ul li:nth-child(3) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .04s;}
header #header-menu ul li:nth-child(4) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .06s;}
header #header-menu ul li:nth-child(5) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .08s;}

header #header-menu ul li:nth-child(6) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease 0s;}

header #header-menu ul li:nth-child(7) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .1s;}
header #header-menu ul li:nth-child(8) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .12s;}
header #header-menu ul li:nth-child(9) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .14s;}
header #header-menu ul li:nth-child(10) a{ transform: translateX(-40px); transition: color .2s, opacity 1.5s .4s, transform .8s ease .16s;}
*/



header #header-menu ul li a:hover{
  cursor: pointer !important;
}

header #header-menu ul li.breaker{
  height: 0px;
}

header #header-menu ul li.fl-1 a:hover{
  color: #d7df23;
}

header #header-menu ul li.fl-2 a:hover{
  color: #d7df23;
}

header #header-menu ul li.fl-2 a{
  /* color: #bcbec0; */
}

header #header-menu ul li a.highlight{
  color: #d7df23;
}

header #header-menu ul li a.highlight.hide-highlight{
  color: #fff;
}

header #header-menu ul li.our-story ul.sub li a{
  color: #fff;
}

header #header-menu ul li.our-story ul.sub li a:hover{
  color: #d7df23;
}

header #header-menu.our-story-dropdown-active ul li a{
  /* filter: blur(2px); */
  color: #bcbec0;
}


header #header-menu.our-story-dropdown-active ul li.our-story a{
  filter: none;
  color: #d7df23;
}

header #header-menu.our-story-dropdown-active ul li a:hover{
  filter: none;
}

/*-- reusable --*/
main[data-barba]{

  position: relative;

}

[data-attr-sideline="white"],
[data-attr-sideline="dark-blue"],
[data-attr-sideline="light-blue"]{
  position: relative;
}

[data-attr-sideline="white"]::after,
[data-attr-sideline="dark-blue"]::after,
[data-attr-sideline="light-blue"]::after{
  content: "";
  position: absolute;
  border-left: 1px solid transparent;
  height: 100%;
  width: 10%;
  right: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  display: none;
}

[data-attr-sideline="white"]::after{      border-color: #ffffff;}
[data-attr-sideline="dark-blue"]::after{  border-color: #040f1c;}
[data-attr-sideline="light-blue"]::after{  border-color: #186db0;}



/**/

#menu .spc-close{
  position: absolute;
  font-size: 14px;
  padding: 20px 30px;
  bottom: 86px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

#menu .contact{
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 90px;
  justify-content: center;
  transition: opacity .2s ease;
}

#menu .contact a{
  position: relative;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: border-color .5s ease;
  box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
}

#menu .contact a:hover{
  border-color: #03101c;
}

#menu .contact a img{
  display: block;
  width: 70%;
  height: 70%;
  margin: 0;
  padding: 0;
}

#menu .contact a.phone:before,
#menu .contact a.envelope:before{
  position: absolute;
  left: auto;
  right: 60px;
  text-align: center;
  color: #fff;
  background: #03101c;
  font-size: 12px;
  line-height: 100%;
  width: max-content;
  opacity: 0;
  transition-duration: .6s;
  pointer-events: none;
  border-radius: 20px;
  font-size: 11px;
  padding: 5px 8px;
}

#menu .contact a.phone:before{
  content: "contact us"
}

#menu .contact a.envelope:before{
  content: "contact us"
}

#menu .contact a.phone:hover:before,
#menu .contact a.envelope:hover:before{
  opacity: 1;
}

@media (min-width:768px){
  header.contact-panel-open #menu{
    border-left: 1px solid #fff;
  }

  header a.logo{
    width: 350px;
    height: 60px;
    top: 40px;
  }

  header a.logo > div img{
    height: 60px;
  }

  header #menu{
    height: 100%;
    padding-top: 60px;
  }


  header.show-menu #menu{
    border-color: #fff;
  }


  header #header-menu ul li.breaker{
    height: 30px;
  }  

  header #header-menu ul li.fl-2 ul.sub li a{
    font-size: 20px;
  }

  header #menu .text{
    display: flex;
  }

  header #header-menu ul li.has-sub{
    margin-right: -22px;
  }

  header #header-menu ul li.has-sub a img{
    width: 14px;
    margin: 4px 0 0 12px;
  }

  header #header-menu ul li ul.sub li a{
    margin-right: 7px;
    padding: 2px 20px 2px 0;
  }

  #menu .contact{
    display: flex;
  }

  #menu .contact a.phone{
    display: none;
  }

  header #header-menu ul li a{
    font-size: 25px;
    padding: 0;
  }

  header #header-menu{
    position: fixed;
    width: 85%;
    top: 140px;
    padding: 50px 0;
  }

  #nav-icon3 {
    width: 20px;
    height: 20px;
  }

  [data-attr-sideline="white"]::after,
  [data-attr-sideline="dark-blue"]::after,
  [data-attr-sideline="light-blue"]::after{
    display: block;
  }

  .phd-header .photo .links{
    height: 90px;
    margin: 0;
    justify-content: flex-end;
    padding: 0 calc(10% + 25px);
  }

  .phd-header .photo .links a{
    padding: 8px 25px 9px;
  }


}

@media (min-width:1000px){
  header #header-menu ul li a{
    font-size: 30px;
  }
}

@media (min-width:1200px){
  header #header-menu ul li a{
    font-size: 34px;
  }
}




/*-- B. Template Footer -------------------------------------------------------------------------------- --*/
footer{
  position: relative;
  background-color: #03101c !important;
  color: #fff;
  padding: 70px 0 50px;
  width: 100% !important;
}

footer .info h2{
  color: #fff;
  font-size: 30px;
  margin: 0 0 30px;
}

footer .info .phone{
  display: table;
  color: #d7df23;
}

footer .info .address{
  display: table;
  color: #fff;
  margin: 30px 0;
}

footer .info a.make-appointment{
  display: table;
  color: #fff;
  padding: 15px 0;
  margin: 30px 0 0;
  border-bottom: 2px solid #fff;
  transition-duration: .2s;
}

footer .info a.make-appointment:hover{
  color: #d7df23;

}

footer .info .socials{
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  margin-left: -10px;
}

footer .info .socials a{
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition-duration: .2s;
}

footer .info .socials a:hover{
  transform: scale(1.08);
}

footer .info .socials a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .links{
  display: flex;
  margin-top: 50px;
}

footer .links ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: max-content;
}

footer .links ul li a{
  color: #fff;
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  transition-duration: .2s;
  width: fit-content;
}

footer .links ul li.breaker{
  height: 30px;
}

footer .links ul li.fl-2 a{
  color: #bcbec0;
}

footer .links ul li.fl-1 a.highlight{
  color: #d7df23;
}

footer .links ul li.fl-1 a.highlight.hide-highlight{
  color: #fff;
}

footer .links ul li.fl-1 a:hover{
  color: #d7df23;
}

footer .links ul li.fl-2 a:hover{
  color: #d7df23;
}


footer .footer-bottom{
  text-align: center;
  margin: 90px auto 0;
}

footer .footer-bottom p.copyright{
  max-width: 90%;
  margin: 0 auto;
  line-height: 160%;
}


footer .footer-bottom p.copyright,
footer .footer-bottom p.copyright a{
  font-size: 12px;
  color: #bcbec0;
}

footer .footer-bottom p.copyright span.line{
  color: #777777;
  margin: 0 5px;
}

footer .footer-bottom p.copyright a{
  transition-duration: .2s;
}

footer .footer-bottom p.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px){
  footer{
    padding: 140px 0 80px;
  }

  footer .info h2{
    font-size: 40px;
    margin: 0 0 50px;
  }

  footer .info .socials a{
    width: 40px;
    height: 40px;
  }

  footer .links{
    justify-content: flex-end;
    margin-top: 0;
  }

  footer .links ul li a{
    font-size: 26px;
    text-align: right;
    margin-left: auto;
  }

  footer .links ul li.breaker{
    height: 30px;
  }

  footer .footer-bottom p.copyright,
  footer .footer-bottom p.copyright a{
    font-size: 14px;
  }
  
  footer .footer-bottom p.copyright span.line{
    margin: 0 10px;
  }

}



/*-- C. Splash Loader ---------------------------------------------------------------------- --*/  
#splash-loader{
  position: fixed;
  z-index: 100;
  background: #0c1523;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 1s ease;
  pointer-events: none;
  transform: translateX(100%);
}

#splash-loader.active{
  transform: translateX(0);
}

#splash-loader object{
  display: block;
  width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
  transition: opacity .6s ease-out;
  opacity: 0;
  /*animation: rotate 2s linear infinite;*/
}

#splash-loader object.active{
  opacity: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/*-- 1. Home -------------------------------------------------------------------------------- --*/
body[data-page-id="page-1360"] header a.logo{

}

#home-header{
  position: relative;
  padding: 0;
  height: 70vh;
  background-color: #03101c;
  background-color: #fff;
  /*background-image: url(https://bradfordhomes.com.au/images/site-bradfordhomes/bradford-home-slider-3.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}


#home-header a.logo img{
  width: 300px;
  height: 60px;
}

#home-header > .panel-maxwidth{
  position: relative;
/*
  position: relative;
  padding-right: 15%;
  max-width: 75%; 
  height: 100%;
  display: flex;
  align-items: center;
*/

  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  top: 0;
  left: 0;
}

#home-header .header-side-sticky{
  border-color: #fff !important;
}


#home-header .sliders{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}


#home-header .sliders .slick-list{
  width: 100%;
  height: 100%;
}

#home-header .sliders .slick-list .slick-track{
  width: 100%;
  height: 100%;
}

#home-header .sliders .slick-list .slick-track .slider{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

}

#home-header .sliders .slider iframe{
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: fadeInAnimation ease 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 1;
  
}


#home-header .sliders .slick-list .slick-track .slider > div{
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 3;
}

/*
#home-header .sliders .slick-list .slick-track .slider > div.shader{
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: rgb(0 0 0 / 30%);
}
*/

#home-header .sliders .slider{
  opacity: 0;

}

#home-header .sliders.slick-initialized .slider{
  opacity: 1;
}

#home-header .sliders .slick-list .slick-track .slider > div .content h1{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
}

#home-header .sliders .slick-list .slick-track .slider > div .content h1 br{
  display: none;
}

#home-header .sliders .slick-list .slick-track .slider > div .content h1 br::before{
  content: " ";
}

#home-header .sliders .slick-list .slick-track .slider > div .content .button{
  display: table;
  color: #fff;
  margin: 30px 0 0;
  border-color: #fff;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
}


#home-header .sliders ul.slick-dots{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  position: absolute;
  right: 5%;
  left: 5%;
  bottom: 35px;
}

#home-header .sliders ul.slick-dots li{
  margin-right: 8px;
}

#home-header .sliders ul.slick-dots li button{
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  border: none;
  transition-duration: .2s;
}

#home-header .sliders ul.slick-dots li button[aria-selected="true"]{
  background-color: #fff;
}

#home-header .sliders ul.slick-dots li button:hover{
  background-color: #fff;
  cursor: pointer;
}

#home-header .side-scroll-down{
  display: none;
  position: absolute;
  padding: 0;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
  pointer-events: none !important;
}

#home-header .side-scroll-down p{
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}





/*-- ----- --*/
#home-featured-items{
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

#home-featured-items .panel-maxwidth{
  position: relative;
  z-index: 2;
}

#home-featured-items > .panel-maxwidth{

}

#home-featured-items .featured-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

#home-featured-items .featured-items .featured-item{
  flex: 0 0 100%;
  margin: 10px 0;
}

#home-featured-items .featured-items .featured-item .photo{
  display: block;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

#home-featured-items .featured-items .featured-item:nth-child(2) .photo img{
  object-position: 50% 30%;
}

#home-featured-items .featured-items .featured-item .photo img{
  display: block;
  transition-duration: .4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-featured-items .featured-items .featured-item .photo:hover img{
  transform: scale(1.05);
}

#home-featured-items .featured-items .featured-item .content{
  color: #fff;
}

#home-featured-items .featured-items .featured-item .content > div{
  padding: 20px 10px 10px;
}

#home-featured-items .featured-items .featured-item .content h3 a{
  color: #fff;
  font-size: 28px;
}

#home-featured-items .featured-items .featured-item .content h3 a:hover{
  text-decoration: underline;
}

#home-featured-items .featured-items .featured-item .content p{
  color: #fff;
  margin: 10px 0;
}

#home-featured-items iframe{
  display: none;
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 1;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}





/*-- ----- --*/
#home-panel-introduction{
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
}

#home-panel-introduction .row-split{

} 

#home-panel-introduction .content .logo{
  display: block;
  width: 300px;
  height: 60px;

}

#home-panel-introduction .content .logo.show{

}

#home-panel-introduction .content .logo img{
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0);
}




#home-panel-introduction .content > div{

}

#home-panel-introduction .content h2{
  margin: 0 0 20px;
}

#home-panel-introduction .content p{

}

#home-panel-introduction .content a.button{
  display: table;
  margin: 40px 0 0;
}

#home-panel-introduction .photo{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

#home-panel-introduction .photo > div{
  width: 100%;
  margin: 50px 0 0;
}

#home-panel-introduction .photo img{
  max-width: 600px;
}

#home-panel-introduction .photo .gsap-awards{
  display: flex;
  flex-wrap: nowrap;
}

#home-panel-introduction .photo .gsap-awards .award{
  position: relative;
  flex: 0 0 20%;
  padding-bottom: 20%;
  background: #03101c;
  object-fit: contain;
  overflow: hidden;
  border-radius: 50%;
}

#home-panel-introduction .photo .gsap-awards .award img{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-panel-introduction .photo .gsap-awards .award.ga-1{z-index: 5;}
#home-panel-introduction .photo .gsap-awards .award.ga-2{z-index: 4; transform: translateX(-50px)}
#home-panel-introduction .photo .gsap-awards .award.ga-3{z-index: 3; transform: translateX(-100px)}
#home-panel-introduction .photo .gsap-awards .award.ga-4{z-index: 2; transform: translateX(-150px)}
#home-panel-introduction .photo .gsap-awards .award.ga-5{z-index: 1; transform: translateX(-200px)}

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

#home-panel-kitchen{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 6 / 4;
  max-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  width: 100%;
}

#home-panel-kitchen .featured-photo{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*-- ----- --*/
#home-panel-story{
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#home-panel-story > .panel-maxwidth{
  padding: 40px 0;
}

#home-panel-story h2{
  margin: 0 15px;
}

#home-panel-story .story-panels{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2%;
  width: calc(100vw - 10%);
}

#home-panel-story .story-panels:after{
  display: none;
  content: "";
  width: 30%;
  height: auto;
  background: linear-gradient(270deg, #fff 60%, transparent 100%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

#home-panel-story .story-panels .panel{
  padding: 15px;
}

#home-panel-story .story-panels .panel .circle{
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

#home-panel-story .story-panels .panel .circle a{
  display: block;
  background: #333;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#home-panel-story .story-panels .panel .circle line{
  height: 3px;
  background: #333;
  width: 120%;
  position: absolute;
}


#home-panel-story .story-panels .panel h3{
  font-weight: 400;
  max-width: 300px;
}

#home-panel-story .switcher{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

#home-panel-story .switcher a{
  display: block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  opacity: .2;
  transition-duration: .4s;
}

#home-panel-story .switcher a img{
  display: block;
  width: 100%;
  height: 100%;
}

#home-panel-story .switcher a.active{
  opacity: 1;
}

#home-panel-story .switcher a:hover{
  opacity: 1;
}





/*-- ----- --*/
#home-panel-featured-project {
  position: relative;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
}

#home-panel-featured-project > .panel-maxwidth{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

#home-panel-featured-project .featured-project-backgrounds{
  position: relative;
  height: 250px;
  width: 100%;
}

#home-panel-featured-project .featured-project-backgrounds img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition-duration: .2s;
  pointer-events: none;
}


#home-panel-featured-project .featured-project-backgrounds img.active{
  opacity: 1;
}

#home-panel-featured-project .featured-project-boxes{
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  min-height: 300px;
}

#home-panel-featured-project .featured-project-boxes > div{
  position: relative;
  width: 100%;
  height: 100%;
}

#home-panel-featured-project .featured-project-boxes .featured-project-box{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: .2s;
  pointer-events: none;
}

#home-panel-featured-project .featured-project-boxes .featured-project-box.active{
  opacity: 1;
  pointer-events: all;
}

#home-panel-featured-project .featured-project-boxes p.fp-heading{
  color: #a7a9ac;
  margin: -10px 0 0;
}

#home-panel-featured-project .featured-project-boxes h2.fp-name{
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

#home-panel-featured-project .featured-project-boxes p.fp-description{

}

#home-panel-featured-project .featured-project-boxes a.button{
  display: table;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
  margin: 30px 0 ;
}

#home-panel-featured-project .featured-project-boxes .switcher{
  position: absolute;
  bottom: 40px;
  right: 30px;
}

#home-panel-featured-project .featured-project-boxes .switcher ul{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#home-panel-featured-project .featured-project-boxes .switcher ul li{
  margin-right: 8px;
}

#home-panel-featured-project .featured-project-boxes .switcher ul li a{
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #333;
}

#home-panel-featured-project .featured-project-boxes .switcher ul li a.active{
  background: #333;
}


@media(min-width:600px){
  #home-header .sliders .slick-list .slick-track .slider > div .content h1{
    font-size: 40px;
  }

  #home-featured-items .featured-items .featured-item{
    flex: 0 0 46%;
    margin: 0 2%;
  }
}


@media(min-width:768px){
  #splash-loader object{
    width: 120px;
  }

  #home-header{
    height: 100vh;
  }

  #home-header .sliders .slick-list .slick-track .slider > div .content h1{
    font-size: 45px;
  }

  #home-header .sliders .slick-list .slick-track .slider > div .content h1 br{
    display: block;
  }

  #home-header .sliders .slick-list .slick-track .slider > div .content h1 br::before{
    content: "";
    display: none;
  }

  #home-header .sliders ul.slick-dots{
    right: calc(10% + 40px);
    left: unset;
  }

  #home-header .sliders ul.slick-dots li button{
    width: 15px;
    height: 15px;
  }

  #home-header .side-scroll-down{
    display: block;
  }

  #home-featured-items{
    padding: 70px 0;
  }

  #home-featured-items .featured-items{
    margin: 0 -2%;
    max-width: 90%;
  }

  #home-featured-items .featured-items .featured-item .photo{
    height: 500px;
  }

  #home-featured-items .featured-items .featured-item .content > div{
    padding: 30px;
  }

  #home-panel-introduction{
    padding: 200px 0;
  }

  #home-panel-introduction .row-split{
    padding-right: 10%;
  } 

  #home-panel-introduction .content > div{
    padding-right: 10%;
  }

  #home-panel-introduction .content h2{
    margin: 0 0 40px;
  }

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

  #home-panel-story > .panel-maxwidth{
    padding: 70px 0;
  }

  #home-panel-story h2{
    margin: 0 0 10px;
  }

  #home-panel-story .switcher{
    margin: 40px 0 0;
  }

  #home-panel-story .switcher a{
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  #home-panel-story .story-panels .panel{
    padding: 30px;
  }

  #home-panel-story .story-panels .panel .circle{
    height: 150px;
  }

  #home-panel-story .story-panels .panel .circle a{
    width: 15px;
    height: 15px;
  }

  #home-panel-story .story-panels:after{
    display: block;
  }

  #home-panel-featured-project{
    height: 800px;
    padding: 0;
  }

  #home-panel-featured-project > .panel-maxwidth{
    justify-content: right;
  }

  #home-panel-featured-project .featured-project-backgrounds{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  #home-panel-featured-project .featured-project-boxes{
    width: 420px;
    height: 420px;
    margin-right: 15%;
  }

  #home-panel-featured-project .featured-project-boxes h2.fp-name{
    font-size: 40px;
    margin: 10px 0 20px;
  }


}

@media(min-width:1000px){

  #home-header .sliders .slick-list .slick-track .slider > div .content h1{
    font-size: 55px;
  }

  #home-featured-items{
    padding: 180px 0;
  }

  #home-featured-items .featured-items .featured-item{
    flex: 0 0 29.33%;
    margin: 0 2%;
  }

  #home-featured-items iframe{
    display: block;
  }

  #home-panel-story > .panel-maxwidth{
    padding: 150px 0;
  }
}


@media(min-width:1300px){

  #home-header .sliders .slick-list .slick-track .slider > div .content h1{
    font-size: 65px;
  }

  #home-featured-items{
    padding: 120px 0;
  }
}













/*-- 2. Generic Backpage -------------------------------------------------------------------------------- --*/
#generic-backpage-header{
  position: relative;
  overflow: hidden;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#generic-backpage-header > div.panel-maxwidth{
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
} 

#generic-backpage-header h1{
  color: #fff;
  margin-top: 50px;
  font-weight: 500;
}


@media(min-width:768px){
  #generic-backpage-header{
    height: 600px;
  }

  #generic-backpage-header h1{
    font-size: 65px;
  }
}


/**/



/*-- 3.1 Design Collection / Display Homes -------------------------------------------------------------------------------- --*/
#header-house-designs{
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 100px 0 40px;
}

#header-house-designs.header-display-homes{
  padding-bottom: 0 !important;
}


#header-house-designs .house-map.fixed #map{
  position: fixed;
}

#header-house-designs .house-map.hitbot #map{
  position: absolute !important;
  bottom: 0 !important;
  top: unset !important;
}

#header-house-designs .sticky-hitbot{
  display: block;
  width: 100%;
  height: 100px;
}

#header-house-designs .panel-maxwidth > div{
  transition: padding-right .5s ease;
}

#header-house-designs.view-map .panel-maxwidth > div{
  display: flex;
  flex-wrap: wrap;
}

#header-house-designs.view-map .house-filters{
  flex: 0 0 100%;

}

#header-house-designs.view-map .house-list{
  flex: 0 0 100%;
  margin: .5% 0 0 0;
}

#header-house-designs.view-map .house-map{
  position: relative;
  overflow: hidden;
  flex: 0 0 48%;
  margin: .5% 0 0 2%;
  border-radius: 2px;
  width: 100%;
}

#header-house-designs.view-map .house-map #map{
  height: 700px;
  width: calc(1366px - 46%);
  width: 300px;
  width: 100%;
  top: 0;
  overflow: hidden;
}

#header-house-designs.view-map .house-list .house{
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
}

#header-house-designs.house-listing-view-list .house-list .house-list-prompt{
  margin: 0;
}

#header-house-designs.house-listing-view-list .house-list .house{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 10px rgb(4 15 28 / 20%);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#header-house-designs.house-listing-view-list .house-list .house:last-of-type{
  margin-bottom: 0;
}

#header-house-designs.house-listing-view-list .house-list .house a.button-plan{
  left: 0;
  top: 0;
  border: none;
  font-size: 10px;
  padding: 10px 10px 5px 10px;
  right: auto;
}

#header-house-designs.house-listing-view-list .house-list .house .house-photo{
  flex: 0 0 100%;
  height: 250px;
  border-radius: 2px 0 0 2px;
  border: none;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content{
  flex: auto;
  flex-wrap: wrap;
  padding: 30px 5%;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .left{
  flex: 0 0 100%;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .left h2{
  font-size: 22px;
  font-weight: 500;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .left ul li img{
  height: 15px;
  width: 15px;
  margin: 0 5px 0 0;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .left ul li span{
  font-size: 14px;
  font-weight: 600;
}


#header-house-designs.house-listing-view-list .house-list .house .house-content .right{
  width: 100%;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .right .buttons{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .right .buttons .button-round{
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 2px 4px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 0;
  width: fit-content;
}

#header-house-designs.house-listing-view-list .house-list .house .house-content .right .buttons .button-round.map{
  margin-right: 12px;
  display: none;
}


/*
#header-house-designs.house-listing-view-list .house-list .house .house-content .display-village-hr,
#header-house-designs.house-listing-view-list .house-list .house .house-content .display-village-address,
#header-house-designs.house-listing-view-list .house-list .house .house-content .display-village-open-hours{
  display: none;
}
*/

/**/


.house-filters{
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}

.house-filters h1{
  font-weight: 400;
  font-size: 25px;
  margin: 10px 0;
  text-transform: lowercase;
}

.house-filters > ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.house-filters > ul > li{
  position: relative;
  margin-right: 5px;
}

.house-filters > ul > li:last-of-type{
  margin-right: 0;
}

.house-filters > ul > li > a{
  padding: 5px 15px;
}

.house-filters > ul > li > a::after{
  content: "";
  right: 15px;
  width: 8px;
  height: 8px;
  background-image: url('https://bradfordhomes.com.au/images/icons/icon-down-gray.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 5px;
}

.house-filters ul li a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #333;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin: 2px 0;
  padding: 5px 5px 5px 10px;
  transition-duration: .4s;
  text-align: center;
  justify-content: center;
}

.house-filters ul li a img{
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  margin: 0 0 0 5px;
}

.house-filters ul li a::selection{
  background: none;
} 

.house-filters ul li a:hover{
  color: #bfbe00;
  border-color: #d7df23;
}

.house-filters ul li.active > a{
  color: #bfbe00;
  border-color: #bfbe00;
}

.house-filters ul li.active a:hover{
  color: #afafaf;
  border-color: #afafaf;
  color: #bfbe00;
  border-color: #bfbe00;
}

.house-filters ul li a#hf-clear{
  border: none;
  color: #000 !important;
  opacity: .5;
  padding-left: 8px;
}

.house-filters ul li a#hf-clear:hover{
  opacity: 1;
}

.house-filters ul li a#hf-clear img{
  width: 14px;
  height: 14px;
  object-fit: contain;
  padding: 0;
  margin: -2px 5px 0 0;
}

.house-filters ul li a#hf-clear::after{
  display: none;
} 


/*
.house-filters ul li a#hf-designs{  min-width: 80px;}
.house-filters ul li a#hf-bedrooms{  min-width: 105px; }
.house-filters ul li a#hf-bathrooms{  min-width: 100px; }
.house-filters ul li a#hf-car-spaces{  min-width: 100px; }
.house-filters ul li a#hf-storeys{  min-width: 100px; }
.house-filters ul li a#hf-frontage{  min-width: 100px; }
*/

.house-filters li .subfilter{
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 32px;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
  background: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  box-shadow: 3px 3px 10px #0000002b;
  width: max-content;
  z-index: 2;
}

.house-filters li.active .subfilter{
  opacity: 1;
  pointer-events: all;
}

.house-filters .subfilter a{
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 15px;
  padding: 10px 15px 10px;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  text-align: left;
  justify-content: flex-start;
}

.house-filters .subfilter a.active{
  color: #d7df23;
}

.house-filters .subfilter a:last-of-type{
  border: none;
}

.house-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5%;
}

.house-list .house-list-prompt{
  flex: 0 0 100%;
  margin: 0 .5% 0;
  font-size: 14px;
  color: #919191;
  text-align: left;
}

.house-list .house-list-prompt.active{
  margin-bottom: 20px;
}

.house-list .house-list-prompt p{
  margin: 0;
}

.house-list .house{
  position: relative;
  overflow: hidden;
  flex: 0 0 99%;
  margin: .5%;
  word-break: break-word;
}

.house-list .house.hide{
 
}

.house-list .house .house-photo{
  display: block;
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
  height: auto;
  aspect-ratio: 10 / 8;
  transition: height 2s ease;
  border-radius: 10px;
}


.house-list .house .house-photo:hover img{
  transform: scale(1.05);
}

.house-list .house .house-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 2px;
  transition: opacity .5s ease, transform 2s ease;

}

.house-list .house .house-photo img.thumbnail{
  position: relative;
  z-index: 2;
  transition: opacity .5s ease, transform 2s ease;
  object-position: 50% 100%;
  /*
  background-color: #f3f3f3;
  background: linear-gradient(45deg, #e9e9e9, #f3f3f3);
  */
  background-color: #fff;
}


.house-list .house .house-photo img.floorplan{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;

  background-color: #fff;
  
  transition: transform .5s ease;

}

.house-list .house.show-plan img.thumbnail{
  opacity: 0;
}

.house-list .house.show-plan a.button-plan{
  color: #03101c;
  border-color: #03101c;
  text-shadow: none;
  transition: color 1s ease, border-color 1s ease;
}

.house-list .house a.button-plan{
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 0 2px 5px;
  letter-spacing: .5px;
  border-bottom: 3px solid #fff;
  text-shadow: 2px 2px 10px #00000040;
}

.house-list .house a.button-plan span::selection {
  background-color: transparent;
}

.house-list .house a.button-plan:hover,
.house-list .house a.button-plan span:hover{
  cursor: pointer !important;
}



.house-list .house .house-content{
  padding: 20px 10px 40px;
  display: block;
  justify-content: space-between;
}

.house-list .house .house-content .left h2{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 5px;
}

.house-list .house .house-content .left h2 span.display-village-title-breaker{
  font-size: .6em;
  margin: 0 6px;
  color: #ccc;
}

.house-list .house .house-content .left .display-village-address{
  margin: 0;
}

.house-list .house .house-content .left .display-village-open-hours{
  margin: 0 0 15px;
}

.house-list .house .house-content .left .display-village-address,
.house-list .house .house-content .left .display-village-open-hours{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}

.house-list .house .house-content .left .display-village-address a,
.house-list .house .house-content .left .display-village-open-hours a{
  font-size: 15px;
  color: #000000;
}

.house-list .house .house-content .left .display-village-address img,
.house-list .house .house-content .left .display-village-open-hours img{
  height: 22px;
  width: 22px;
  object-fit: contain;
  margin: 0 5px 0 0;
}

.house-list .house .house-content .left hr.display-village-hr{
  margin: 15px 0 10px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  margin: 10px 0;
  padding: 0;
}

.house-list .house .house-content .left ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.house-list .house .house-content .left ul li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 10px;
}

.house-list .house .house-content .left ul li:nth-of-type(1){
  padding-right: 12px;
}

.house-list .house .house-content .left ul li sup{
  vertical-align: top;
  position: relative;
  top:-0.5em;
  font-size: .7em;
}


.house-list .house .house-content .left ul li img{
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin: 0 2px 0 0;
}


.house-list .house .house-content .right .button-round{
  margin-top: 10px;
  width: 45px;
  text-align: center;
}


@media(min-width:600px){
  .house-list .house{
    flex: 0 0 49%;
  }
}



@media(min-width:768px){
  #header-house-designs{
    padding: 160px 0 30px;
  }

  #header-house-designs.view-map .house-list{
    flex: 0 0 50%;
  }

  #header-house-designs .panel-maxwidth > div{
    padding-right: 10%;
  }

  #header-house-designs.house-listing-view-list .house-list .house .house-content .right .buttons .button-round.map{
    display: block;
  }

  .house-filters h1{
    font-size: 35px;
  }

  .house-filters ul li a{
    font-size: 14px;
    padding: 8px 14px 8px 18px;
  }

  .house-filters li .subfilter{
    padding: 15px 20px;
    top: 40px;
  }

  .house-list .house .house-content{
    display: flex;
  }

  .house-list .house .house-content .left .display-village-address,
  .house-list .house .house-content .left .display-village-open-hours{
    font-size: 15px
  }

  .house-list .house .house-content .left ul li img{
    height: 22px;
    width: 22px;
    margin: 0 10px 0 0;
  }

  .house-list .house .house-content .left ul li span{
    font-size: 15px;
  }

  .house-list .house .house-content .right .button-round{
    margin-top: 15px;
    width: 35px;
  }

}


@media(min-width:1000px){
  #header-house-designs{
    padding: 250px 0 80px;
  }
}

@media(min-width:1200px){
  #header-house-designs.house-listing-view-list .house-list .house{
    flex-wrap: nowrap;
  }

  #header-house-designs.house-listing-view-list .house-list .house .house-photo{
    flex: 0 0 270px;
    height: 100%;
  }
}

@media(min-width:1300px){
  #header-house-designs{
    padding: 300px 0 100px;
  }
}


@media(min-width:1800px){
  #header-house-designs .panel-maxwidth > div{
    padding-right: 0;
  }
}







/*-- 3.2 House Designs INDIVIDUAL -------------------------------------------------------------------------------- --*/
.page-house-design{
  background-color: #fff;
}

.page-house-design header .header-wrapper.panel-maxwidth{
  width: 100%;
  transition: width 1s ease;
}


.page-house-design header.contact-panel-open .header-wrapper.panel-maxwidth{
  width: 1366px;
}


.page-house-design .phd-header .logo{
  width: 300px;
  top: 40px;
  position: absolute;
  margin-left: 2px;
  display: none;
}


.phd-header{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-direction: column-reverse;
  z-index: 2;
  flex-wrap: wrap;
}

.phd-header .content{
  display: block;
  align-items: center;
  height: 100%;
  width: 1366px;
  max-width: 80%;
  /* background: red; */
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 50px 0 0;
  overflow: hidden;
}

.phd-header .content > div{
  flex: 0 0 35%;
}

.phd-header .content h1{
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 20px;
}

.phd-header .content .buttons{
  margin: 30px 0 0;
}

.page-house-design .phd-header .content .buttons{
  display: none;
  margin: 25px 0 0;
}

.phd-header .content .buttons a{
  margin-right: 15px;
  padding: ;
}

.phd-header .content .opening-hours p{
  display: flex;
  flex-wrap: nowrap;
  align-items: unset;
  font-size: 14px;
  margin: 8px 0;
}

.phd-header .content .opening-hours p img{
  height: 22px;
  width: 22px;
  object-fit: contain;
  margin: 0 5px 0 0;
}

.phd-header .content .opening-hours p a{
  color: #000;
  font-size: 14px;
}

.phd-header .content .opening-hours p a:hover{
  text-decoration: underline;
}

.phd-header .photo{
  flex: 0 0 100%;
  height: 100%;
}

.phd-header .photo img{
  width: 100%;
  min-height: 400px;
  height: auto;
  object-fit: cover;
  background: #e9e9e9;
}

.phd-featured-photo{
  position: relative;
  overflow: hidden;
}
/**/

.phd-header-video{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: 70vh;
  z-index: 2;
}

.phd-header-video .content{
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phd-header-video .content > div{
  max-width: 450px;
  padding: 0 10%;
  margin: 0 auto;
}

.phd-header-video .content h1{
  font-weight: 500;
  font-size: 50px;
}

.phd-header-video .content .buttons{
  margin: 30px 0 0;
}

.phd-header-video .content .buttons a{
  margin-right: 10px;
}

.phd-header-video .video{
  position: relative;
  flex: 0 0 60%;
  overflow: hidden;
  border-bottom-left-radius: 180px;
  background-color: #01060c;
}

.phd-header-video .video iframe{
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 1;
}




/**/
.page-house-design #phd-floorplan-and-specs{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-house-design #phd-floorplan-and-specs > div.panel-maxwidth{
  padding: 0 0 40px 0;
}

.page-house-design #phd-floorplan-and-specs > div.panel-maxwidth > div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition-duration: .2s;
}

.page-house-design #phd-floorplan-and-specs .floorplan{
  flex: 0 0 100%;
}

.page-house-design #phd-floorplan-and-specs .floorplan img{
  width: 100%;
  max-height: 1100px;
  margin: 0 auto;
  object-fit: contain;
}


.page-house-design #phd-floorplan-and-specs .content{
  flex: 0 0 90%;
  overflow: hidden;
  padding: 0 0 30px;
}

.page-house-design #phd-floorplan-and-specs .content > h3{
  display: none;
  margin: 0 0 20px;
}

.page-house-design #phd-floorplan-and-specs .set-of-icons{
  display: none;
}

.page-house-design .set-of-icons{
  margin: 0 0 15px;
}

.page-house-design .set-of-icons ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-house-design .set-of-icons.contact ul{
  flex-wrap: wrap;
}

.page-house-design .set-of-icons.contact ul li{
  margin-bottom: 10px;
}

.page-house-design .set-of-icons.contact ul li span{
  word-break: break-word;
}

.page-house-design .set-of-icons ul li{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 10px;
}

.page-house-design .set-of-icons ul li:nth-of-type(1){
  padding-right: 12px;
}

.page-house-design .set-of-icons ul li img{
  height: 16px;
  width: 16px;
  margin: 0 3px 0 0;
  object-fit: contain;
}

.page-house-design .set-of-icons.contact ul li img{
  height: 15px;
  width: 15px;
  object-fit: contain;
  margin: 0 10px 0 0;
}

.page-house-design .set-of-icons ul li sup{
  vertical-align: top;
  position: relative;
  top:-0.5em;
  font-size: .7em;
}

.page-house-design .set-of-icons ul li span{
  font-size: 14px;
}

.page-house-design #phd-floorplan-and-specs .content .floorplan-table{
  margin-top: 5px;
}

.page-house-design #phd-floorplan-and-specs .content .floorplan-table p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #8d8d8d;
  padding: 10px 0;
  margin: 5px 0;
}

.page-house-design #phd-floorplan-and-specs .content .listing-description{
  text-align: left;
  color: #333;
  line-height: 140%;
  font-size: 14px;
}

.page-house-design #phd-floorplan-and-specs .content .listing-description p{
  margin: 0;
}

#phd-customise{
  position: relative;
  text-align: center;
  margin: 0;
  padding: 50px 10% 60px;
}

#phd-customise h2{
  font-weight: 500;
  margin: 0 0 20px;
}

#phd-customise p{
  max-width: 450px;
  margin: 0 auto;
}

#phd-customise .button{
  display: table;
  margin: 20px auto 0;
}

.mobile-only-back-button{
  display: block;
  text-align: center;
  margin: 0 0 60px;
}

.mobile-only-back-button .button-round{
  padding: 8px 15px;
}

.page-house-design .phd-display-home-map{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px auto 10px;
  text-align: center;
} 

.page-house-design .phd-display-home-map .phd-dhm-iframe{
  max-width: 1100px;
  margin: 0 auto;
 }

.page-house-design .phd-display-home-map h3{
  margin: 0 0 20px;
}

.page-house-design .phd-display-home-map iframe{
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 2px;
}

.page-house-design .phd-featured-photo img{
  object-fit: cover;
  object-position: 50% 70%;
  max-height: 750px;
}

/**/

/*-- ----- --*/
#design-panel-gallery{
  position: relative;
  background-color: #fff;
  padding: 0;
}

#design-panel-gallery .panel-maxwidth{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0 0;
  max-width: 70%;
  margin: 0 auto;
}

#design-panel-gallery .switcher-and-counter{
  position: relative;
  overflow: hidden;
}

#design-panel-gallery .switcher-and-counter .counter p{
  color: #e1e1e1;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 500;
  margin: 0;
}

#design-panel-gallery .switcher-and-counter .counter p span.current{
  margin-right: 10px;
}

#design-panel-gallery .switcher-and-counter .counter p span.total{
  margin-left: 10px;
}

#design-panel-gallery .gallery-panels{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#design-panel-gallery .gallery-panels .panel{
  padding: 0;
  margin: 0 5px;
  width: 300px;
  height: auto;
  aspect-ratio: 10 / 8;
  overflow: hidden;
}

#design-panel-gallery .gallery-panels .panel a img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .9;
  transition-duration: .2s;
}

#design-panel-gallery .gallery-panels .panel.slick-current a img{
  opacity: 1;
}

#design-panel-gallery .gallery-panels .panel a img:hover{
  transform: scale(1.04);
  transition-duration: .5s;
  opacity: 1;
}

#design-panel-gallery .switcher{
  display: flex;
  flex-wrap: wrap;
}

#design-panel-gallery .switcher a{
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  opacity: .2;
  transition-duration: .4s;
}

#design-panel-gallery .switcher a img{
  display: block;
  width: 100%;
  height: 100%;
}

#design-panel-gallery .switcher a.active{
  opacity: 1;
}

#design-panel-gallery .switcher a:hover{
  opacity: 1;
}

@media (min-width:768px){
  .page-house-design #phd-floorplan-and-specs > div.panel-maxwidth{
    padding: 0 0 40px 0;
  }

  .page-house-design #phd-floorplan-and-specs > div.panel-maxwidth > div{
    padding: 0 10% 0 0;
  }

  .page-house-design #phd-floorplan-and-specs .floorplan{
    flex: 0 0 60%;
    padding-right: 5%;
  }

  .page-house-design #phd-floorplan-and-specs .content{
    flex: 0 0 35%;
    padding: 50px 0;
  }

  .page-house-design #phd-floorplan-and-specs .content > h3{
    display: block;
  }

  .page-house-design #phd-floorplan-and-specs .set-of-icons{
    display: block;
  }

  .page-house-design #phd-floorplan-and-specs .content .floorplan-table{
    margin-top: 40px;
  }

  .page-house-design #phd-floorplan-and-specs .content .listing-description{
    font-size: 16px;

  }
  
  .page-house-design .set-of-icons{
    margin: 0 0 30px;
  }

  .page-house-design .set-of-icons ul li img{
    height: 28px;
    width: 28px;
    margin: 0 10px 0 0;
  }

  .page-house-design .phd-header .content .buttons{
    display: block;
    margin: 40px 0 0;
  }

  #design-panel-gallery .gallery-panels .panel{
    width: 500px;
  }

  #design-panel-gallery .switcher a{
    width: 45px;
    height: 45px;
  }

  #design-panel-gallery .panel-maxwidth{
    padding: 30px 0 0 0;
  }

  #design-panel-gallery .gallery-panels{
    margin: 0 0 0 10%;
    width: calc(100vw - 10%);
  }
  
  #design-panel-gallery .switcher-and-counter .counter p{
    font-size: 30px;
  }

  .phd-header{
    flex-direction: row-reverse;
    min-height: 600px;
    height: calc(100vh - 90px);
  }

  .phd-header .content{
    display: flex;
    position: absolute;
    padding: 0;
    max-width: 90%;
  }

  .phd-header .content h1{
    font-size: 40px;
  }

  .phd-header .photo{
    flex: 0 0 50%;
  }

  .phd-header .photo img{
    border-bottom-left-radius: 180px;
    height: 100%;
    object-position: 50% 100%;
  }


  .phd-header .content .opening-hours p,
  .phd-header .content .opening-hours p a{
    font-size: 16px;
  }

  #phd-customise{
    padding: 140px 0 160px;
  }

  #phd-customise h2{
    margin: 0 0 50px;
  }

  #phd-customise .button{
    margin: 60px auto 0;
  }

  .mobile-only-back-button{
    display: none;
  }


}

@media (min-width:1200px){
  #design-panel-gallery .gallery-panels .panel{
    width: 800px;
  }

  .phd-header .photo{
    flex: 0 0 55%;
  }

  .phd-header .content h1{
    font-size: 50px;
  }

}

@media (min-width:1800px){

  .page-house-design #phd-floorplan-and-specs > div.panel-maxwidth > div{
    padding: 0;
  }

  .page-house-design #phd-floorplan-and-specs .floorplan{
    flex: 0 0 50%;
 
  }

  .page-house-design #phd-floorplan-and-specs .content{
    flex: 0 0 45%;
    padding: 100px 0 60px;
  }

}


/*-- 4. Page Gallery -------------------------------------------------------------------------------- --*/
.phd-header-video.phd-header-gallery{
  background: #03101c;
  color: #fff;
}

.phd-header-video.phd-header-gallery h1{
  color: #fff;
}

#page-gallery{
  position: relative;
  padding: 20px 0;
  background: #03101c;
}

#page-gallery .header-gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding-top: 100px;
}

#page-gallery .header-gallery h1{
  color: #fff;
}

#page-gallery .header-gallery ul.switchers{
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#page-gallery .header-gallery ul.switchers li{
  margin: 5px 10px 5px 0;
}

#page-gallery .header-gallery ul.switchers li:last-of-type{
  margin-right: 0;
}

#page-gallery .header-gallery ul.switchers li a{
  display: block;
  transition-duration: .4s;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 6px;
  width: 85px;
  color: #fff;
  text-transform: lowercase;
}

#page-gallery .header-gallery ul.switchers li a.active{
  color: #d7df23;
  border-color: #d7df23;
}


/**/
#page-gallery h1{
  color: #fff;
}

#page-gallery .gallery-content{
  color: #fff;
  max-width: 800px;
  margin: 0 0 40px;
}

#page-gallery .gallery-content p{
  color: #fff;
}

#page-gallery .gallery-group{
  margin: 40px 0;
}

#page-gallery .gallery-group h2{
  color: #fff;
  margin: 0 0 20px;
}

#page-gallery .gallery-group .gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5%;
}

#page-gallery .gallery-group .gallery a{
  display: none;
  position: relative;
  overflow: hidden;
  /*flex: 0 0 100%;
  margin: 10px 0;*/
  flex: 0 0 49%;
  margin: .5%;
  background: #030b15;
  aspect-ratio: 10 / 8;
  height: auto;
  border-radius: 2px;
}

#page-gallery .gallery-group[data-gallery-group="all"] .gallery a[data-gallery-group="all"],
#page-gallery .gallery-group[data-gallery-group="1595"] .gallery a[data-gallery-group="1595"],
#page-gallery .gallery-group[data-gallery-group="1596"] .gallery a[data-gallery-group="1596"],
#page-gallery .gallery-group[data-gallery-group="1597"] .gallery a[data-gallery-group="1597"],
#page-gallery .gallery-group[data-gallery-group="1598"] .gallery a[data-gallery-group="1598"],
#page-gallery .gallery-group[data-gallery-group="1599"] .gallery a[data-gallery-group="1599"],
#page-gallery .gallery-group[data-gallery-group="1600"] .gallery a[data-gallery-group="1600"]{
  display: block;
}

#page-gallery .gallery-group .gallery a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

#page-gallery .gallery-group .gallery a img:hover{
  transform: scale(1.1);
}

@media(min-width:600px){
  #page-gallery .gallery-group .gallery a{
    flex: 0 0 49%;
    margin: .5%;
  }
}

@media(min-width:768px){
  #page-gallery .header-gallery{
    max-width: 90%;
    padding-top: 200px;
  }

  #page-gallery .gallery-group{
    margin: 80px 0;
    max-width: 90%;
  }  

  #page-gallery .gallery-content{
    margin: 0 0 80px;
  }

  #page-gallery .header-gallery ul.switchers{
    margin: 0;
  }

}


@media(min-width:1000px){
  #page-gallery{
    padding: 60px 0 30px;
  }

  #page-gallery .gallery-group .gallery a{
    flex: 0 0 32.33%;
    margin: .5%;
  }

  
}




/*-- 5. Page / Side Slider Contact -------------------------------------------------------------------------------- --*/

.side-panel-contact{
  position: absolute;
  background: rgb(4 15 28 / 100%);
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 130vh;
  padding: 0 0 50px;
  z-index: 9;
  transition: right .5s ease; 
  right: -100vw;
}

.side-panel-contact.active{
  right: 0;
}

.side-panel-contact.whereAmI{
  transform: scale(0);
}

.side-panel-contact .panel-maxwidth{
  height: 100%;
}

.side-panel-contact .panel-maxwidth > div{
  display: block;
  height: 100%;
  padding-top: 50px;
}

.side-panel-contact .left-and-right{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.side-panel-contact .left-and-right .left{
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.side-panel-contact .left-and-right .left > div{
  max-width: 400px;
  width: 85%;
}

.side-panel-contact .left-and-right .right{
  flex: 0 0 100%;
}

.side-panel-contact .left-and-right .right .form-wrapper{
  display: none;
  border-top: 1px solid #818181;
  margin-top: 30px;
  padding-top: 10px;
}

body[data-section-id="3"] header #menu .contact,  /* house design   */
body[data-section-id="4"] header #menu .contact,  /* house and land */
body[data-section-id="5"] header #menu .contact,  /* developments   */
body[data-section-id="6"] header #menu .contact   /* display homes  */
{
  opacity: 0;
  pointer-events: none;
}

body[data-section-id="2"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic,
body[data-section-id="5"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic,
body[data-section-id="6"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic,
body[data-section-id="7"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic,
body[data-section-id="8"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic,
body[data-section-id="9"] .side-panel-contact .left-and-right .right .form-wrapper.form-generic{
  display: block;
}

body[data-section-id="3"] .side-panel-contact .left-and-right .right .form-wrapper.form-home-designs{
  display: block;
}

body[data-section-id="4"] .side-panel-contact .left-and-right .right .form-wrapper.form-house-and-land{
  display: block;
}

.side-panel-contact .left-and-right .right .form-wrapper h1{
  color: #d7df23;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.side-panel-contact .left-and-right .right .form-wrapper h2{
  color: #fff;
  font-size: 20px;
  margin: 5px 0 20px;
}

.side-panel-contact .left .introduction{
  margin: 60px 0 30px;
}

.side-panel-contact .left .introduction h1{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px;
}

.side-panel-contact .left .introduction p{
  color: #fff;
  margin: 7px 0;
}

.side-panel-contact .left .phone{
  display: table;
  color: #d7df23;
  font-size: 20px;
  margin: 0 0 10px;
}

.side-panel-contact .left .address{
  display: table;
  color: #fff;
  max-width: 250px;
}

.side-panel-contact .socials{
  display: none;
  flex-wrap: wrap;
  margin: 30px 0;
  margin-left: -10px;
  bottom: 0;
}

.side-panel-contact .socials a{
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition-duration: .2s;
}

.side-panel-contact .socials a:hover{
  transform: scale(1.08);
}

.side-panel-contact .socials a img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.side-panel-contact form h1{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 20px;
  font-family: NolanNextRegular, sans-serif;
}

.side-panel-contact form label,
.side-panel-contact form legend.fui-legend{
  color: #fff;
  font-family: NolanNextRegular, sans-serif;
}

.side-panel-contact form .fui-alert-success{
  background: #d7df23;
}

.side-panel-contact .fui-alert-error{
  background: #a91c1c;
}

.side-panel-contact form .fui-alert-success p{
  color: #040f1c;
}

.side-panel-contact form .fui-alert-success,
.side-panel-contact .fui-alert-error{
  padding: 15px;
  margin: 10px 0;
}

.side-panel-contact form .fui-alert-success p,
.side-panel-contact .fui-alert-error p{
  font-family: NolanNextRegular, sans-serif;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 120%;
  font-size: 14px;
  font-weight: 600;
}

.side-panel-contact .fui-alert-error p{
  color: #fff;
}

.side-panel-contact form input,
.side-panel-contact form select,
.side-panel-contact form textarea{
  font-size: 15px;
  padding: 5px 10px;
  font-weight: 400;
  border: none;
  background: #fafafa;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: NolanNextRegular, sans-serif;
  background-color: #040f1c;
}

.side-panel-contact form .fui-type-phone .iti{
  width: 100%;
}

.side-panel-contact form .fui-type-phone .iti--separate-dial-code .iti__selected-flag{
  margin-left: 6px;
}

.side-panel-contact form .fui-type-phone .iti__selected-dial-code{
  color: #fff;
  font-size: 14px;
}

.side-panel-contact form textarea{
  min-height: 80px;
  max-height: 120px;
  resize: vertical;
}

.side-panel-contact form textarea::placeholder{
  color: #fff;
}

.side-panel-contact .fui-error .fui-label,
.side-panel-contact .fui-error .fui-legend{
  color: #fff;
}

.side-panel-contact .fui-input.fui-error,
.side-panel-contact .fui-select.fui-error{
  color: #fff;
  border-color: #fff;
}

.side-panel-contact form .fui-error-message{
  color: #d7df23;
}

.side-panel-contact form button[type='submit']{
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #333;
  font-size: 14px;
  font-weight: 600;
  transition-duration: .4s;
  padding: 8px 25px 9px;
  border-color: #d7df23;
  color: #d7df23;
  font-weight: 700;
  background: none;
  font-family: NolanNextRegular, sans-serif;
}

.side-panel-contact form button[type='submit']:hover{
  border-color: #fff;
  color: #fff;
}

.side-panel-contact form input:focus, 
.side-panel-contact form textarea:focus, 
.side-panel-contact form select:focus, 
.side-panel-contact form button:focus {
    outline: none;
}

.side-panel-contact .fui-error-message {
  font-family: NolanNextRegular, sans-serif;
}



@media(min-width: 768px){
  .side-panel-contact{
      position: fixed;
      height: 100%;
      min-height: 100%;
      padding: 0;
  }

  .side-panel-contact .left .introduction{
      margin: 0 0 50px;
  }

  .side-panel-contact .left .introduction h1{
      font-weight: 400;
      font-size: 28px;
      margin: 0 0 20px;
  }

  .side-panel-contact .socials{
      display: flex;
      margin: 80px 0 0;
  }

  .side-panel-contact .socials a{
      width: 40px;
      height: 40px;
  }

  .side-panel-contact .panel-maxwidth > div{
    padding-right: 10%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .side-panel-contact .left-and-right .left{
      flex: 0 0 50%;
  }

  .side-panel-contact .left-and-right .right{
      flex: 0 0 50%;
  }

  .side-panel-contact .left-and-right .right .form-wrapper h1{
      font-size: 28px;
      font-weight: 500;
  }

  .side-panel-contact form input,
  .side-panel-contact form select,
  .side-panel-contact form textarea{
    padding: 10px 15px;
  }

  .side-panel-contact .left-and-right .right .form-wrapper{
      border: none;
      margin-top: 0;
      padding-top: 0;
    }

}

@media(min-width: 1800px){
  .side-panel-contact .panel-maxwidth > div{
    padding-right: 0;
  }
}




/*-- 6. Page - Our Story -------------------------------------------------------------------------------- --*/

body[data-page-id="page-1376"] #our-story{
  padding: 150px 0 0;
  transition-duration: .2s;
  background: #3c4145;
}

body[data-page-id="page-1376"] #our-story .content{
  z-index: 1;
  position: relative;
  color: #fff;
}

body[data-page-id="page-1376"] #our-story .content h1{
  color: #fff;
  margin-bottom: 30px;
}

body[data-page-id="page-1376"] #our-story .content .text{
  width: 100%;

}

body[data-page-id="page-1376"] #our-story .content .text .signature{
  width: 200px;
  height: auto;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

body[data-page-id="page-1376"] #our-story .photo{
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

body[data-page-id="page-1376"] #our-story .photo img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body[data-page-id="page-1376"] #our-story .photo img.mobile{
  display: block;
}

body[data-page-id="page-1376"] #our-story .photo img.desktop{
  display: none;
}

/**/

body[data-page-id="page-1376"] .our-story-table table{
  border-collapse: collapse;
  width: 100%;
}

body[data-page-id="page-1376"] .our-story-table th,
body[data-page-id="page-1376"] .our-story-table td{
  border-bottom: 1px solid black;
  padding: 12px;
  text-align: left;
}

body[data-page-id="page-1376"] .our-story-table th{
  font-weight: bold;
}

/**/

body[data-page-id="page-1376"] .dark{
  background: #03101c !important;
  color: #fff !important;
}

body[data-page-id="page-1376"] .dark h2{
  color: #fff !important
}

body[data-page-id="page-1376"] .our-story-table table{
  border-collapse: collapse;
  width: 100%;
}

body[data-page-id="page-1376"] .our-story-table th,
body[data-page-id="page-1376"] .our-story-table td{
  border-bottom: 1px solid rgb(222, 222, 222);
  padding: 12px;
  text-align: left;
}

body[data-page-id="page-1376"] .our-story-table th{
  font-weight: bold;
}

/*-- --*/

@media(min-width: 768px){
  body[data-page-id="page-1376"] #our-story{
    padding: 200px 0 150px;
  }

  body[data-page-id="page-1376"] #our-story .photo{
    position: absolute;
  }

  body[data-page-id="page-1376"] #our-story .photo img.mobile{
    display: none;
  }

  body[data-page-id="page-1376"] #our-story .photo img.desktop{
    display: block;
  }

  body[data-page-id="page-1376"] #our-story .content .text{
    max-width: 60%;
  }

  body[data-page-id="page-1376"] #our-story .content .text .signature{
    width: 250px;
    margin-top: 50px;
    margin-bottom: 0;
  }

}

@media(min-width: 1200px){
  body[data-page-id="page-1376"] #our-story{
    padding: 220px 0 150px;
  }

  body[data-page-id="page-1376"] #our-story .content .text{
    max-width: 650px;
  }
}

@media(min-width: 1500px){
  body[data-page-id="page-1376"] #our-story{
    padding: 300px 0 200px;
  }
}






/*-- 7. Page - Embrace -------------------------------------------------------------------------------- --*/

.header-house-designs-embrace{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-house-designs-embrace .embrace-header{
  position: relative;
  background: #818181;
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 70% 60%;
}

.header-house-designs-embrace .embrace-header .panel-maxwidth{
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.header-house-designs-embrace .embrace-header .content h1{
  color: #fff;
  font-size: 50px;
  margin: 0 0 30px;
  color: #186db0;
  font-size: 60px;
  line-height: 100%;
  margin: 0 0 20px;
}

.header-house-designs-embrace .embrace-header .content a{
  display: block;
  width: fit-content;
  color: #186db0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 12px 10px 10px;
  border-bottom: 2px solid #186db0;
  transition-duration: .2s;
}

.header-house-designs-embrace .embrace-header .content .img .logo {
  width: 200px;
}

.header-house-designs-embrace .embrace-header .content a:hover{
  color: #fff;
  border-color: #fff;
}

/**/
.header-house-designs-embrace .embrace-featured-items{
  position: relative;
  padding: 50px 0 60px;
}

.header-house-designs-embrace .embrace-featured-items .items{
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.header-house-designs-embrace .embrace-featured-items .items .item{
  flex: 0 0 31.33%;
  margin: 1%;
  text-align: center;
  color: #fff;
}

.header-house-designs-embrace .embrace-featured-items .items .item img{
  display: block;
  width: 80px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.header-house-designs-embrace .embrace-featured-items .items .item p{
  font-weight: 600;
  font-size: 15px;
  max-width: 140px;
  margin: 20px auto 0;
}

.header-house-designs-embrace .embrace-featured-items .headline {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}


/**/
.header-house-designs-embrace .embrace-process{
  position: relative;
  padding: 0 0 50px;
  background: #fff;
}

.header-house-designs-embrace .embrace-process h1{
  color: #186db0;
  font-weight:500;
}

.header-house-designs-embrace .embrace-process .graphic{
  display: none;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 5%;
}



/**/
.header-house-designs-embrace .embrace-process .process-items{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  margin-top:8%;
  flex-direction: column;
}

.header-house-designs-embrace .embrace-process .process-items .item{
  display:flex;
  flex: 0 0 31.3%;
  margin: 1%;
}

.header-house-designs-embrace .embrace-process .process-items .item .content {
  margin-left: 10px;
}

.header-house-designs-embrace .embrace-header .img {
  margin-top: 100px;
}

.header-house-designs-embrace .embrace-process .process-items .item h2{
  font-size: 28px;
}


@media(min-width:768px){
  .header-house-designs-embrace .embrace-process .process-items{
    flex-direction: row;
  }

  .header-house-designs-embrace .embrace-header{
    position: relative;
    background: #818181;
    display: block;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 70% 80%;
  }

  .header-house-designs-embrace .embrace-featured-items .items .item p{
    font-weight: 600;
    font-size: 18px;
    max-width: 140px;
    margin: 20px auto 0;
  }

  .header-house-designs-embrace .embrace-featured-items{
    position: relative;
    padding: 70px 0 80px;
  }

  .header-house-designs-embrace .embrace-header .img {
    margin: 0;
  }

  .header-house-designs-embrace .embrace-header .panel-maxwidth{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header-house-designs-embrace .embrace-header .content .img .logo {
    width: 300px;
  }

  .header-house-designs-embrace .embrace-featured-items .items .item img{
    display: block;
    width: 140px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }

  .header-house-designs-embrace .embrace-featured-items .headline {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
  }

  header.contact-panel-open #menu .spc-close{
    position: absolute;
    top: unset;
    right: unset;
  }


}






/**/
.header-house-designs-embrace .embrace-house-list{
  position: relative;
  background: #fff;
  padding: 50px 0;
}

.header-house-designs-embrace .embrace-house-list h1{
  color: #186db0;
  font-weight:500;
}

#header-house-designs .house-list {
  margin-top:30px;
}

#header-house-designs .house-list .house.embrace-collection .house-content .left h2{
  color: #186db0;
}

#header-house-designs .house-list .house.embrace-collection .house-content .left ul li{
  color: #186db0;
}

#header-house-designs .house-list .house.embrace-collection .house-photo .price{
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 160px;
  border-radius: 0 0 30px;
  background-color: #5fc8e1;
  background: linear-gradient(140deg, #5fc8e1, #2963b1);
  color: #fff;
  transition: opacity .2s ease;
  opacity: 1;
}

#header-house-designs .house-list .house.embrace-collection.show-plan .house-photo .price{
  opacity: 0;
}

#header-house-designs .house-list .house.embrace-collection .house-photo .price > div{
  padding: 15px;
  color: #fff;
}

#header-house-designs .house-list .house.embrace-collection .house-photo .price > div h3{
  color: #fff;
  font-weight: 400;
}

#header-house-designs .house-list .house.embrace-collection .house-photo .price > div p{
  margin: 0;
  font-size: 14px;
}

/**/

#header-house-designs.header-house-designs-embrace{
  background-color: #5fc8e1;
  background: linear-gradient(140deg, #5fc8e1, #2963b1);
}

#header-house-designs.header-house-designs-embrace .house-filters h1{
  color: #fff;
}

#header-house-designs.header-house-designs-embrace .house-filters ul li a.hf-heading{
  color: #fff;
  border-color: #fff;
}

#header-house-designs.header-house-designs-embrace .house-list .house .house-content .left h2{
  color: #186db0;
}

#header-house-designs.header-house-designs-embrace .house-list .house .house-content .left ul li{
  /*color: #186db0;*/
}

#header-house-designs.header-house-designs-embrace .house-list .house .house-content .right .button-round:hover{
  color: #186db0;
}




/**/
@media (min-width: 768px){
  #header-house-designs .house-list .house.embrace-collection .house-photo .price > div{
    padding: 15px 20px;
  }
  #header-house-designs .house-list .house.embrace-collection .house-photo .price{
    width: 200px;
    border-radius: 0 0 50px;
  }
}




@media (min-width: 1000px) {

  .header-house-designs-embrace .embrace-header .content .img .logo {
    width: 400px;
  }

}


@media (min-width: 1100px) {

  .header-house-designs-embrace .house-list .house{
    flex: 0 0 32.33%;
  }
  .header-house-designs-embrace .embrace-process .graphic{
    display: flex;
  }
}


@media(min-width:1400px){
  .header-house-designs-embrace .embrace-header{
    height: 800px;
  }
  /* .header-house-designs-embrace .embrace-process .process-items .item{
    display:flex;
    flex: 0 0 14.5%;
    margin: 1%;
  } */
}

@media(min-width:1600px){
  .header-house-designs-embrace .embrace-header{
    height: 1100px;
  }

  .header-house-designs-embrace .embrace-header{

    background-position: 70% 70%;
  }
}

/*-- 8.1 Page - News Parent -------------------------------------------------------------------------------- --*/
#header-house-designs.header-news .house-list .house .house-photo{
  border-radius: 10px;
  overflow: hidden;
}

#header-house-designs.header-news .house-list .house .house-content{
  padding: 20px;
}

@media (min-width: 600px) {

  #header-house-designs.header-news .house-list {
    margin: 0 -1.5%;
  }


  #header-house-designs.header-news .house-list .house {
    flex: 0 0 30.33%;
    margin: 1.5%;
  }
}


/*-- 8.2 Page - News Individual -------------------------------------------------------------------------------- --*/
.phd-header.news-header{
  height: 150px;
  min-height: 150px;
}

.news-content-wrapper > div{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.news-content-wrapper .news-content{
  margin-bottom: 50px;
  text-align: justify;
}

.news-content-wrapper .news-content h1.n-heading{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.news-content-wrapper .news-content h1,
.news-content-wrapper .news-content h2,
.news-content-wrapper .news-content h3,
.news-content-wrapper .news-content h4,
.news-content-wrapper .news-content h5,
.news-content-wrapper .news-content h6{
  font-weight: 600;
}


.news-content-wrapper .news-content p{
  line-height: 160%;
}

.news-content-wrapper .news-content a{
  color: #03101c;
  text-decoration: underline;
}

.news-content-wrapper .news-content a:hover{
  color: #bfbd00;
}

.news-content-wrapper .news-content figure{
  display: block;
  margin: 0;
  padding: 0;
}

.news-content-wrapper .news-content figure img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 800px;
  margin: 30px 0;
  border-radius: 10px;
}

.news-content-wrapper .news-content figure iframe{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

/**/
.news-content-wrapper .news-latest{
  padding: 0 0 70px;
}

.news-content-wrapper .news-latest .news-items h2{
  font-weight: 500;
  margin: 0 0 30px;
}

.news-content-wrapper .news-latest .news-items .news-item{
  margin-bottom: 40px;
}

.news-content-wrapper .news-latest .news-items .news-item:last-of-type{
  margin-bottom: 0;
}

.news-content-wrapper .news-latest .news-items .news-item h3{
  margin: 0;
}

.news-content-wrapper .news-latest .news-items .news-item h3 a{
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #03101c;
}

.news-content-wrapper .news-latest .news-items .news-item h3 a:hover{
  text-decoration: underline;
}

.news-content-wrapper .news-latest .news-items .news-item p.date{
  color: #8d8d8d;
  font-size: 14px;
  margin: 0;
}

.news-content-wrapper .news-latest .news-items .news-item p.desc{
  margin: 10px 0;
}

.news-content-wrapper .news-latest .news-items .news-item a.button{
  display: block;
  color: #03101c;
  display: block;
  width: fit-content;
  margin-top: 15px;
  padding: 7px 12px 6px 0;
  border-bottom: 1px solid #03101c;
  transition-duration: .2s;
}

.news-content-wrapper .news-latest .news-items .news-item a.button:hover{
  color: #bfbd00;
  border-color: #bfbd00;
}


/**/

@media(min-width:768px){
  .phd-header.news-header{
    height: 300px;
    min-height: 300px;
  }

  .news-content-wrapper > div{
    margin-bottom: 150px;
    justify-content: space-between;
  }

  .news-content-wrapper .news-content{
    flex: 0 0 60%;
  }

  .news-content-wrapper .news-latest{
    flex: 0 0 20%;
    margin-right: 10%;
    padding: 0 0 100px;
  }

  .news-content-wrapper .news-latest .news-items{
    padding: 10px 0;
  }


  .news-content-wrapper .news-content h1.n-heading{
    font-size: 50px;
  }
  
}



@media(min-width:1600px){
  .news-content-wrapper .news-content{
    flex: 0 0 65%;
  }

  .news-content-wrapper .news-latest{
    margin-right: 5%;
  }
}


@media(min-width:1800px){
  .news-content-wrapper .news-content{
    flex: 0 0 70%;
  }

  .news-content-wrapper .news-latest{
    margin-right: 0;
    margin-left: 10%;
  }
}

/*-- 9. Page Developments -------------------------------------------------------------------------------- --*/
main[data-barba="container"][data-section-id="5"] #header-house-designs{
  padding-top: 100px;
}

main[data-barba="container"][data-section-id="5"] #header-house-designs .house-filters h1{
  text-transform: none;
}


/*-- 10. Page Terms, Conditons and Privacy Policy -------------------------------------------------------------------------------- --*/
#page-terms-conditions-privacy-content{
  background-color: #fff;
  padding: 50px 0;
}

@media (min-width:768px){
  #page-terms-conditions-privacy-content{
    padding: 80px 0;
  }

  #page-terms-conditions-privacy-content .panel-maxwidth > div{
    width: 90%;
  }
}







/*-- Z. Animation Elements --------------------------------------------------------------------*/
.animate{
  position: relative;
}

.bounce-up.in-view.animate,
.slide-from-left.in-view.animate,
.slide-from-right.in-view.animate,
.fadein.in-view.animate{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*-- animation: bounce up--*/
.bounce-up.animate {
  opacity: 0;
  
  /*-- transition --*/
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: transform 700ms ease-out, opacity 700ms ease;
  
  /*-- transform --*/
  -moz-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate3d(0px, 100, 0px);
  
  /*-- visibility --*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-- animation: slide from left --*/
.slide-from-left.animate {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: transform 500ms linear, opacity 500ms ease;
  -moz-transform: translate3d(-50px, 0px, 0px);
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -o-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

/*-- animation: slide from right --*/
.slide-from-right.animate {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: transform 500ms linear, opacity 500ms ease;
  -moz-transform: translate3d(50px, 0px, 0px);
  -webkit-transform: translate3d(50px, 0px, 0px);
  -o-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate3d(50px, 0px, 0px);
}

@media (max-width: 768px){
  .animate{
    overflow: hidden;
  }
}

.delay-1 {transition-delay: 0.10s !important;}
.delay-2 {transition-delay: 0.20s !important;}
.delay-3 {transition-delay: 0.30s !important;}
.delay-4 {transition-delay: 0.40s !important;}
.delay-5 {transition-delay: 0.50s !important;}
.delay-6 {transition-delay: 0.60s !important;}


