#headerShortlist {
background: none;
color: var(--theme--primary-color);
padding: 0.25em 0.5em 0;
margin-right:8px;
}
#headerShortlist i {
font-size: 28px;
}
#headerShortlist {
text-decoration: none;
position: relative;
display: inline-block;
border-radius: 2px;
}
#headerShortlist .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 4px 10px;
border-radius: 50%; background-color: var(--theme--secondary-color);
color: var(--wp--preset--color--white);
font-size: 1.3rem;
}.productListing.card {
border-radius: 0;
height:100%;
border: unset;
overflow:hidden;
}
.carousel-image-height {
padding-bottom: 70%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
display: block;
z-index: 1;
}
.search-list .carousel-inner {
position:absolute;
top:0;
left: 0;
right:0;
bottom:0;
}
.search-list .carousel-image-height {
padding:0;
height: 100%;
}
#map-search .productListing .carousel-inner,
#map-search .productListing .carousel-image-height {
height: 100%;
}
.productListing .listingText h3,
.infobubble .listingText h3{
font-size: 2em;
line-height: 1.25em;
margin: 20px 0;
text-align: left;
}
.productListing .stats .propField,
.infobubble .stats .propField,
.productListing .listingPrice,
.infobubble .listingPrice,
.productListing .suburb,
.infobubble .suburb,
.productListing  .listingLink,
.infobubble .listingLink{
font-size: var(--text-size-medium);
line-height: 2em;
}
.infobubble .suburb {
text-align: left;
}
.productListing .stats .propField,
.infobubble .stats .propField {
margin-right: 1em;
font-weight: 600;
}
@media screen and (min-width:640px){
.title-suburb-row {
flex-wrap: nowrap;
}
.col-12.listingText,
.col-12.suburb{
flex:unset !important;
width:unset !important;
}
.col-12.suburb {
flex-grow:1 !important;
}
}
.productListing .listingSuburb,
.productListing .listingPrice,
.productListing .listingLink,
.infobubble .suburb,
.infobubble .listingPrice,
.infobubble .listingLink{
font-weight:600 !important;
text-transform: uppercase;
white-space:nowrap;
}
.productListing .listingLink a::before,
.infobubble .listingLink a::before,
.productListing .listingLink a::after,
.infobubble .listingLink a::after{
content: '';
position:absolute;
left:0;
right:0;
height:3px;
bottom:0;
background-color: var(--theme--primary-color-20);
z-index:1;
}
.productListing .listingLink a::after,
.infobubble .listingLink a::after {
z-index:2;
background-color: var(--theme--primary-color);
transform:scaleX(0);
transform-origin:center left;
transition-duration:300ms;
transition-timing-function:ease-in-out;
}
.productListing .listingLink a:hover::after,
.infobubble .listingLink a:hover::after {
transform:scaleX(1);
}
.productListing .card-header,
.infobubble .card-header,
.productListing .card-body,
.infobubble .card-body,
.productListing .card-footer,
.infobubble .card-footer{
padding: 0;
}
.productListing .card-img-top,
.infobubble .card-img-top {
position:relative;
overflow:hidden;
border-radius: 0;
}
.productListing .card-img-top img,
.infobubble .card-img-top img {
transition-duration: 400ms;
transition-timing-function: ease-in-out;	
}
.productListing:hover .card-img-top img {
transform:scale(1.1);
}
.productListing .propField::before,
.infobubble .propField::before{
content:'\f105';
font-family: 'Font Awesome 5 Pro';
font-weight:400;
margin-right:5px;
}
.productListing .fieldSleeps::before,
.productListing .propField.sleeps::before,
.infobubble .fieldSleeps::before,
.infobubble .propField.sleeps::before {
content: '\f007';
}
.productListing .fieldBedrooms::before,
.productListing .propField.bedrooms::before,
.infobubble .propField.bedrooms::before,
.infobubble .fieldBedrooms::before {
content: '\f236';
}
.productListing .fieldBathrooms::before,
.productListing .propField.baths::before,
.infobubble .propField.bathrooms::before,
.infobubble .fieldBathrooms::before{
content: '\f2cd';
}
.productListing .fieldCars::before,
.productListing .propField.cars::before,
.infobubble .propField.cars::before,
.infobubble .fieldCars::before {
content: '\f1b9';
}
.productListing .fieldWifi::before,
.productListing .propField.wifi::before,
.infobubble .fieldWifi::before,
.infobubble .propField.wifi::before{
content: '\f1eb';
}
.productListing .reviews,
.infobubble .reviews {
font-size: 0.75em;
}
.infobubble .reviews {
margin-bottom:5px;
}
.productListing .reviews .stars,
.infobubble .reviews .stars{
color: var(--theme--star-color);
padding-right: 5px;
}
.shortlist-container  {
position:absolute;
right:10px;
top:10px;
z-index: 1;
cursor:pointer;
background:#fff;
padding:10px;
line-height: 1em;
border-radius: var(--card--border-radius);
}
.shortlist-container.active > i {
font-weight:800;
color: #dd3a29;
}
.productListing .carousel button,.listingImage .carousel button.carousel-control-prev,.listingImage .carousel button.carousel-control-next {
background-color: transparent!important
}
.productListing .card-footer {
background:#fff;
border-top:0;
} .listing-wrapper.map-search .shortlist-container,
.listing-wrapper.search-list .shortlist-container {
right:unset;
left:10px;
}
.listing-wrapper.map-search .productListing .card-body,
.listing-wrapper.search-list .productListing .body {
padding-bottom:0;
}
.listing-wrapper.map-search .productListing .card-footer,
.listing-wrapper.search-list .productListing .card-footer{
padding-top:0;
padding-bottom: 10px;
} .featuredListings .row.slick-featured {
margin-left:-15px;
margin-right:-15px;
}
.featuredListings .row.slick-slider .col {
padding-left: 15px;
padding-right:15px;
}
.slick-featured .slick-track {
display: flex !important;
}
.slick-featured .slick-slide {
height: inherit !important;
}
.entry-content .slick-dots {
padding-left:0;
}
.featuredListings p,
.featuredListings h2{
margin-bottom:0;
}
.featuredListings .link{
display:flex;
justify-content:flex-end;
align-items:center;
}
.featuredListing.large{
position:relative;
}
.featuredListing.large .text {
position:absolute;
bottom:0;
padding:1em;
color:#fff;
}
.featuredListing.large .listingText h3 {
font-size:1.5em;
}
.featuredListing.large .card-img-top {
position:relative;
}
.featuredListing.large .card-img-top::after {
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.25) 80%, rgba(0,0,0,0.5) 100%);
} .infobubble {
font-size: 1.25em;
font-family: var(--theme--secondary-font);
}
.gm-style img {
width: 100%
}
.infowindow-body,.infowindow-footer {
padding: 1em 1em 0;
}
.infowindow-footer {
padding-bottom: 0;
padding-top:0;
}
.gm-style .gm-style-iw-c,.gm-style .gm-style-iw-d {
padding: 0 0 0px!important;
overflow: hidden!important;
border-radius: 0;
} .listing-wrapper.search-list.custom-template{
background-color: transparent;
}
.custom-template .productListing.card{
border-color: transparent;
padding:5px;
}
.custom-template .card-img-top{
border: 5px solid #fff;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}
.custom-template .card-img-top .carousel{
height: 400px;
}
.custom-template .productListing .listingText h3{
font-size: 2em;
line-height: 1.25em;
margin-bottom: 5px;
}
.custom-template .productListing .listingText h3 a,
.infobubble .listingText h3 a{
color: #000000;
}
.custom-template .productListing .stats .propField,
.custom-template .productListing .listingPrice,
.custom-template .productListing .suburb,
.custom-template .productListing  .listingLink{
font-size: var(--text-size-larger);
line-height: 2em;
}
.view-property {
background-color:var(--theme--primary-color);
color:#fff;
border: 2px solid transparent;
}
.view-property:hover {
background-color:transparent;
color:var(--theme--primary-color);
border: 2px solid var(--theme--primary-color);
}
@media screen and (min-width:786px){
.custom-content-body{
padding-left: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
}
.title-suburb-row{
border-bottom: 1px solid #a8a8a8;
margin-bottom: 15px;
}
.listingPrice span {
border-bottom: 2px solid #000; }
.stats {
margin-bottom: 10px;
}.home #full-search {
margin: auto;
}
.stickyMap {
position: relative;
height: 100%;
width:100%;
}
.stickyMap > div {
position: sticky;
top: 130px;
}
#searchResults {
margin-top:60px;
} #searchResults .listing-wrapper {
padding-left: 20px;
padding-right: 20px;
margin-bottom:30px;
}
#searchResults .searchResultsNo > .row {
margin-left:-15px;
margin-right:-15px;
}
.accomm-photos {
position: relative
}
.search-list .listingSuburb {
line-height: 1.5em;
margin-bottom: 10px;
color: #dd3a29;
}
.resultsCount {
text-align: center;
font-weight: 600; } .page-numbers {
order: 2;
margin-top: 20px;
margin: 20px auto 25px;
text-align: center;
width: 100%
}
.page-numbers li {
display: inline;
font-size: .75em;
font-weight: 600;
line-height:1em;
}
.page-numbers li a {
background-color: #dd3a29;;
border: 1px solid #dd3a29;;
cursor: pointer;
padding: .25em 1.25rem;
border-radius: 4px
}
.page-numbers.current {
border: 1px solid #dd3a29;;
padding: .25em 1.25rem;
color: #dd3a29;;
border-radius: 4px
}
.page-numbers li a:hover,.page-numbers li.active a {
background-color: #c32717;
border-color: #c32717;
}
.page-numbers li a,.page-numbers li a:hover,.page-numbers li.active a,.page-numbers li.disabled {
color: #fff;
text-decoration: none
} .listing-wrapper.col {
flex: 0 0 auto; 
width: 100%;
}
@media screen and (min-width:576px){
.listing-wrapper.col {
width: 100%;
}
}
@media screen and (min-width:768px){
.listing-wrapper.col { 
width: 100%;
}
#searchResults:not(.has-map) .search_col .listing-wrapper.col,
.map_col.d-none + .search_col .listing-wrapper.col {
width:100%;
}
#full-search {
width:80vw;
width:calc(100vw - 200px);
max-width:900px;
}
}
@media screen and (min-width:992px){
#searchResults:not(.has-map) .search_col .listing-wrapper.col,
.map_col.d-none + .search_col .listing-wrapper.col {
width:50%;
}
}
@media screen and (min-width:1200px){
.listing-wrapper.col { 
width: 50%;
}
#searchResults:not(.has-map) .search_col .listing-wrapper.col,
.map_col.d-none + .search_col .listing-wrapper.col {
width: 50%;
}
}
@media screen and (min-width:1400px){
.listing-wrapper.col { 
width: 50%;
}
#searchResults:not(.has-map) .search_col .listing-wrapper.col,
.map_col.d-none + .search_col .listing-wrapper.col {
width: 33.33%;
}
}
@media screen and (min-width:1600px){
.listing-wrapper.col {
width: 33.33%;
}
#searchResults:not(.has-map) .search_col .listing-wrapper.col,
.map_col.d-none + .search_col .listing-wrapper.col {
width: 33.33%;
}
}
@media screen and (min-width: 768px){
body.inset #searchResults.has-map.map-left  {
margin-left:
calc(var(--theme--inset-amount) * -0.85);
}
body.inset #searchResults.has-map.map-right {
margin-right:calc(var(--theme--inset-amount) * -0.85);
}
}
#searchResults.has-map #map-display {
border-radius: var(--card--border-radius);
overflow:hidden;
}
#searchResults.map-left #map-display {
border-radius: 0 var(--card--border-radius) var(--card--border-radius) 0;
}
#searchResults.map-right #map-display {
border-radius: var(--card--border-radius) 0 0 var(--card--border-radius);
}
.sticky-map>#map-display>.mapsearch-toggle {
background: #fff;
padding: 5px 10px;
border-radius: 4px;
box-shadow: 0 3px 3px rgba(0,0,0,.12)
}
.sticky-map>#map-display>.mapsearch-toggle>label {
margin: 0;
display: flex;
align-items: center;
font-size: .75em
}
.sticky-map>#map-display>.mapsearch-toggle>label>input {
margin-right: 10px
}
.custom-label {
background-color: #fff;
padding: 5px 10px;
border-radius: 30px;
border: 1px solid #ccc;
box-shadow: 0 3px 3px rgba(0,0,0,.16)
}
.more-results {
display:block;
text-align:center;
padding:0.5em 1em;
line-height:1em;
margin-top:30px;
border:2px solid #dd3a29;
color:#dd3a29;
font-weight:600;
border-radius:4px;
cursor:pointer;
transition-duration:300ms;
}
.more-results:hover{
color:#fff;
background-color:#dd3a29;
}
.map_col {
max-width: 800px;
}
button.sortButton {
background: #898f65;
padding: 8px 10px;
width: 100%;
border-radius: 0;
border:2px solid transparent;
}
button.sortButton:hover {
color:#898f65;
background: transparent;
border:2px solid #898f65;
}
div#mapBtnHolder-top div{
width:100%;
background-color: #898f65;
padding: 12px 10px;
height:100%; 
cursor: pointer;
}
div#mapBtnHolder-top div i{
color:#fff;
}
.sortbySearchResult-MapToggle{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap:5px;
}
.sortbySearchResult-MapToggle .sortby:after {
right: 20px;
top: 10px;
}
@media screen and (min-width:768px){
div#searchResults.has-map.map-right .map_col,  div#searchResults.has-map.map-left .map_col{
max-width: 700px;       
}
div#searchResults.has-map.map-right .map_col{
padding-left: 0;
}
div#searchResults.has-map.map-left .map_col{
padding-right: 0;
}
}
@media screen and (min-width:1200px) and (max-width:1400px){
div#searchResults.has-map.map-right .map_col,  div#searchResults.has-map.map-left .map_col{
max-width: 500px;       
}
}