
h1,h2{
  font-size: 30px;
  line-height: 35px;
}

h3,h3.larger-h3{
  font-size: 25px;
  line-height: 30px;
}


h3.smaller-h3{
  font-size: 20px; 
}

.container{
  width:100%;
  max-width:100%; 
  padding-left: 20px;
  padding-right: 20px; 
}


header.mobile-fixed{
  position:fixed;
  top:0;
  left:0;
  width:100%; 
  z-index: 999;
}

.header, .header.shrink{
  padding: 10px; 
}
.header .header-logo{
  width: 130px;
}

.header .header-logo img, .header.shrink .header-logo img{
  width: 130px; 
}
.header .header-nav{
  display:none; 
}

.bullet-columns ul{
  columns:1;
}



.mm-menu {
  pointer-events: none; /* Prevents it from blocking clicks */
}

.mm-menu a,
.mm-menu button,
.mm-menu [role="menuitem"] {
  pointer-events: auto; /* Keeps menu items clickable */
}
.mm-listitem.mm-listitem_selected{
  border-left: 10px solid #262262 !important;
}


#hamburger {
  width: 45px;
  height: 35px;
  position: fixed;
  right: 10px;
  top: 14px;
  z-index: 100000;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #262262;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(even) {
  left: 50%;
}

#hamburger span:nth-child(odd) {
  left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 5px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 25px;
}



.mm-wrapper_opened #hamburger span:nth-child(1),.mm-wrapper_opened #hamburger span:nth-child(6) {
  transform: rotate(45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(2),.mm-wrapper_opened #hamburger span:nth-child(5) {
  transform: rotate(-45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(1) {
  left: 5px;
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

.mm-wrapper_opened #hamburger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.mm-wrapper_opened #hamburger span:nth-child(5) {
  left: 5px;
  top: 21px;
}

.mm-wrapper_opened #hamburger span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}

.mm-navbar.mm-navbar_sticky{
  min-height: 75px; 
}

.mm-listitem__btn:not(.mm-listitem__text){
  border-left-width:0 !important;
}

.mm-listitem a{
  border-bottom: 1px solid #f1f1f1;
}

.mm-menu {
 --mm-color-background: #FFFFFF !important;
 --mm-color-text: #000000 !important;
 --mm-color-button: #262262 !important; 
 --mm-color-border: #f1f1f1 !important;
 --mm-iconpanel-size: 0px;
 --mm-color-text-dimmed: #000000;
}

.mm-listitem::after{
  border-color: rgba(255,255,255,.3) !important; 
}


.mobile-flex{
  display:flex;
}
.flex.mobile-swap{
  flex-direction: row-reverse;
}

.flex .mobile-full{
  width:100% !important;
} 

.flex .auto, .flex .auto-tight, .flex .third, .flex .half, .flex .quarter,  .flex .flex-10, .flex .flex-80, .flex .flex-20, .flex .flex-90, .flex .third-twothirds, .flex .half-large, .flex .quarter-gap, .flex .third.tablet-larger,.flex .third-twothirds.tablet-smaller{
  flex:auto;
  width: 100%; 
  margin-right:0;
  margin-bottom: 25px; 
}
.flex .auto-tight{
  margin-bottom: 10px; 
}
.flex .auto:last-child, .flex .auto-tight:last-child, .flex .third:last-child, .flex .half:last-child, .flex .quarter:last-child{
  margin-bottom:0;
}
.flex .half-large{
  margin-bottom:0;
}

.flex .even, .flex.auto .even{
  flex: auto !important;
  width:100%;
}


.flex .quarter-full{
  width: 100%;
}

.flex .mobile-quarter{
  flex:auto;
  width: 24%;
  margin-right: 1.3333333333%;
}
.flex .mobile-quarter:nth-child(4n+4){
  margin-right:0;
}

.flex .mobile-half{
  flex:auto;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex .mobile-half:nth-child(2n+2){
  margin-right:0 !important;
}

.flex .mobile-flex-80{
  width: 80%;
}
.flex .mobile-flex-20{
  width: 20%;
} 

 
.search-input{
  width:100%;
}


.vpadded-large{
  padding-top: 75px; 
  padding-bottom: 75px; 
}

.right-padded-small{
  padding-right:0;
}


.button{
  margin-left:auto;
  margin-right:auto;
  text-align:left; 
  padding: 13px 20px;
  min-width:0;
}
.button.left{
  margin-left:0;
  margin-right:0;
  display:inline-block;
  width:auto;  
}

.button:has(+ .button){
  margin-right: 15px; 
  margin-bottom: 15px; 
}

.button.mobile-block{
  margin-right:0;
  text-align:center;
}


.tabs a{
  font-size: 14px; 
}


.mobile-center{
  text-align:center;
}
.mobile-narrow{
  max-width: 85%;
  margin-left:auto;
  margin-right:auto;
}


.search-main{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px; 
}

.mobile-gone{display:none; }
.desktop-gone{display:block; }
.mobile-here{ display:block; }

.search-input{
  padding-left: 10px; 
}
.input-subtle{ 
  padding-left:0;
}

#refined{
  z-index: 1000001;
}


#refined .refined-box{
  width: 100%;
  border:none;
  border-radius:0;
  height: 100vh;
  position:relative; 
  background-color:#FFF; 
}
#refined .refined-box .refined-max{
  padding: 15px; 
  max-height: 100vh; 
}
#refined .refined-box .refined-x img{
  right:auto;
  top: 10px;
  left: 10px; 
}


.flex .auto-wrap{
  width:48%;
  margin-right: 4%; 
  margin-bottom: 4%; 
}
.flex .auto-wrap:nth-child(2n+2){
  margin-right:0;
}

.button.block{
  width:100%;
}
.button.block.area-button{
  display:block;
  width:100%;
  margin:0;
  padding: 5px 3px; 
} 

.columns-4{
  columns:2;
  column-gap:15px;
  font-size: 14px; 
}

.listing-main{
  width: 100%;
  height: auto;
  border:none; 
}
.listing-side{
  width: 100%;
  text-align:left !important;
}


.listing-tabs a{
  display: inline-block;
  padding: 5px; 
  margin: 0 10px; 
}


#photos .listing-main{
  aspect-ratio: 16/9;
  margin-bottom: 10px; 
}
#photos .listing-photo-secondary{
  height:auto;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0 !important;
  aspect-ratio: 16/9;
  display:inline-block !important;
}

#photos .listing-photo-secondary:nth-child(2n+2){
  margin-right:0;
}

.more-photos{
  font-size: 35px; 
}
a:hover .more-photos{
  font-size: 35px;
}

.right-padded-med,.left-padded, .right-padded,.right-padded-small, .flex .third-twothirds.side-pad{
  padding-left: 0 !important; 
  padding-right:0 !important;
}

.mobile-icon-centered{
  max-width: 100px;
  margin: 0 auto;
}

.suburb, .suburb.double, .suburb.five{
  width: 50%;
}

.suburb-label{
  width: 90%; 
  padding: 10px; 
  font-size: 16px; 
}

.mobile-no-margin{
  margin-top: 0 !important;
  margin-bottom:0 !important; 
}


.mobile-margined{
  margin-top: 25px !important; 
  margin-bottom: 25px !important; 
}

.mobile-margined-small{
  margin-top: 15px !important; 
  margin-bottom: 15px !important; 
}
.mobile-margined-tiny{
  margin-top: 10px !important; 
  margin-bottom: 10px !important; 
}

.mobile-top-margin{
  margin-top: 50px !important; 
}

.mobile-no-top-margin{
  margin-top: 0 !important;
}

.padded{
  padding: 25px; 
}

.small-square{
  width: 150px;
  margin: 0 auto;
} 

.mm-wrapper{
  overflow: hidden !important; 
}

.grid-4, .grid-3, .grid-4, .grid-5{
  grid-template-columns: repeat(2, 1fr); 
}


.mobile-hide-after-3 .listing:nth-child(4), .mobile-hide-after-3 .listing:nth-child(5), .mobile-hide-after-3 .listing:nth-child(6){
  display:none;
} 

.mobile-here{
  display:block;
}

.mobile-block{
  display:block;
}



.appraisal{
  padding:0 !important;
  background-image: none !important;
}
.appraisal .padded-small{
  padding: 0;
}


.mobile-grid-1{
  grid-template-columns: repeat(1, 1fr) !important; 
}
.mobile-grid-2{
  grid-template-columns: repeat(2, 1fr) !important; 
}
.mobile-grid-3{
  grid-template-columns: repeat(3, 1fr) !important; 
}
.mobile-grid-4{
  grid-template-columns: repeat(4, 1fr) !important; 
}

.tablet-gone{
  display:none;
}



.mobile-landscape{
  aspect-ratio: 4/3;
  background-position: center top;
}

.mobile-landscape.bg-hover-grow{
  background-size: 100% auto; 
}

.pagination a{
  height: 30px;
  width: 30px;
  line-height: 30px; 
  font-size: 14px;
}

.mobile-bgcover{
  background-size:cover !important;
  background-position: center center !important;
}

.bg-fit.mobile-bgcover{
  background-size: contain !important;
  background-repeat: no-repeat !important; 
  background-position: center center !important;
}

.mobile-bg-icon{
  width: 130px;
  margin-left:auto;
  margin-right:auto;
}

.mobile-right{
  text-align:right;
}

.listing-specs{
  font-size: 17px;
} 

.button-label{
  font-size: 14px; 
  padding: 10px 2px; 
}

.flex .search-main.tablet-search-wide{
  margin-right: 2%;
}

.page-header + .container{
  margin-top: 0px; 
  padding-top: 25px; 
}
.mobile-pull-up{
  margin-top: 0px;
}

.tablet-top-pad{
  padding-top: 0px; 
}

.transparent{
  padding: 15px; 
}

.flex .mobile-search-button{
  margin-left: 2% !important; 
}

.flex .mobile-search-button.no-margin-left{
  margin-left: 0 !important;
}

.mobile-spacer{
  height: 100px; 
}