#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;
}.contact-info-block table td {
padding-top:0;
padding-left:0;
border-bottom:none;
word-break: break-word;
}
.contact-info-block table tr:nth-child(even) {
background: unset;
}
.contact-info-block table td a {
color: var(--theme--text-color);
}
footer.site-footer .contact-info-block table td a {
color: var(--theme--footer-text-color)
}
.contact-info-block i {
color: var(--theme--primary-color);
}
footer.site-footer .contact-info-block i,
footer.site-footer .contact-info-block table td a:hover{
color: var(--theme--footer-highlight-color);
}
.contact-info-block .social-links a {
font-size:1.5em;
}.search-overlay {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index: 999;
background-color: rgba(0,0,0,0.8);
display: flex;
align-items: center;
justify-content: center;
}
.search-content {
width:90%;
max-width: 600px;
position:relative;
}
.search-content #closeSearch {
position:absolute;
top:-50px;
right:0;
font-size: 1.5em;
padding:2px 8px;
width: 40px;
background-color: transparent;
}
.search-content #closeSearch i {
color:#fff;
}
.search-content #closeSearch:hover,
.search-content #closeSearch:focus{
color:#fff;
border-color: #fff;
}
button.quick-search-button {
top: 0;
right: 0;
position: absolute;
height: 50px;
border-radius: 0;
width: 40px;
padding:0;
border:none;
background: transparent !important;
color:#fff;
}
button.quick-search-button:hover {
border:none;
color:white;
background-color:var(--global--color-primary-hover);
}
button.quick-search-button::after {
top: 50%;
left: 50%;
transform:translate(-50%, -50%);
position: absolute;
font-size: 20px;
content: "\f002";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
}
.propertyList.open {
max-height: 320px;
overflow: auto;
}
.propertyList li {
position: relative;
background-color: #fafcfd;
font-size: 0.75em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
opacity: 1;
margin: 0;
transition-duration: 0ms;
}
.propertyList li:hover {
background-color: var(--theme--primary-color);
}
.propertyList li:hover span {
color: #ffffff;
}
.propertyList li.closed {
max-height: 0;
overflow: hidden;
padding: 0;
opacity: 0;
}
.propertyList {
list-style: none;
margin-top: 50px;
margin-left: 0;
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
overflow: hidden;
max-height: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
padding-left: 0;
background-color: #f4f4f4;
z-index: 99999;
}
.search-overlay span {
color: #000;
width: 100%;
height: 100%;
padding: 7px 10px;
text-decoration: none;
font-weight: normal;
transition-duration: 0ms;
}
.quickSearchListing span {
width:100%;
}
.quick-menu form {
display:block;
height: 50px;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.chosen-property,
.propertyList {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.chosen-property {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1em;
height: 50px;
padding: 5px 10px !important;
margin: 0 !important;
background-color: transparent;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
border: none !important;
border-radius: var(--button--border-radius);
background:unset !important;
}
.chosen-property::-webkit-input-placeholder {
color: #fff;
}
.chosen-property:hover {
cursor: pointer;
}
.chosen-property:hover::-webkit-input-placeholder {
color: var(--global--color-primary);
}
.chosen-property:focus,
.chosen-property.open {
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
outline: 0;
background-color: var(--global--color-primary);
color: #000;
}
.chosen-property.open,
.chosen-property:focus {
color: #fff;
}
.chosen-property:focus::-webkit-input-placeholder,
.chosen-property.open::-webkit-input-placeholder {
color: #fff;
}
.menu-icons {
display:flex;
align-items:center;
}
#headerSearch {
background:none;
color: #fff;
padding: 0.7em 2em;
margin:0;
letter-spacing: 1px;
font-size: 1rem;
line-height: 1rem;
border: 1px solid #fff;
font-family: var(--wp--preset--font-family--barlow-regular);
text-transform:uppercase;
font-weight:400;
}
@media screen and (max-width:767px){
#headerSearch , #masthead .col.right{
display:none;
}
}
@media screen and (max-width:1279px){
#headerSearch {
padding: 0.7em 1.25em;
font-size: 0.8889rem;
white-space:nowrap;
}
}
.transparent-background:not(.sticky) #headerSearch {
color:#fff;
}
#headerSearch i {
font-size: 1rem;
}
.input-holder {
height:50px;
border-bottom:1px solid #fff;
position: relative;
}