@media screen and (max-width:767px){
.wp-block-group__inner-container #search-accommodation .form-main > div:first-child{
margin-left:-3px;
margin-right:-3px;
}
.wp-block-group__inner-container #search-accommodation .form-main > div:first-child > div {
padding-right:3px;
padding-left:3px;
flex-grow:1;
}
}
@media screen and (min-width:768px){
#desktop-search-bar-holder #search-accommodation:not(.left):not(.right) .form-main > div:first-child .form-group,
.wp-block-group__inner-container #search-accommodation .form-main > div:first-child .form-group{ }
}
@media screen and (min-width:1200px){
#desktop-search-bar-holder #search-accommodation:not(.left):not(.right) .form-main > div:first-child .form-group,
.wp-block-group__inner-container #search-accommodation .form-main > div:first-child .form-group{ }
}
.daterangepicker .calendar-table td {
padding:unset;
}
.search-form .tail-select,
#search-bar-advanced-filters .tail-select{
width:100%;
display:block;
box-sizing:border-box;
margin:0;
}
.form-main {
margin-right: calc(-.5 * var(--bs-gutter-x));
margin-left: calc(-.5 * var(--bs-gutter-x));
}
.form-main > .row {
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
} .search-form .form-control,
#search-bar-advanced-filters .form-control {
padding: 15px 23px 15px 8px;
}
.search-form .tail-select .select-label,
#search-bar-advanced-filters .tail-select .select-label {
padding:15px 10px;
}
.search-form .form-control.button,
#search-bar-advanced-filters .form-control.button {
padding: 15px 10px;
} .search-form .form-control,
.search-form .tail-select,
#search-bar-advanced-filters .form-control,
#search-bar-advanced-filters .tail-select{
font-size: var(--text-size-smaller);
font-weight: var(--theme--input-font-weight);
line-height: 1em;
color: var(--theme--text-color);
}
.search-form .form-control.button,
#search-bar-advanced-filters .form-control.button {
background-color: var(--theme--primary-color);
text-transform:uppercase;
font-weight:var(--theme--button-font-weight);
color:#fff;
border-color:var(--theme--primary-color);
}
.search-form .form-control.button.outline {
background-color:transparent;
}
#advancedSearchBtn,
#advancedSearchModalBtn {
border-color:var(--theme--secondary-color);
background:var(--theme--secondary-color);
color:#fff;
}
.search-form .form-control.button:focus {
color: var(--theme--primary-color);
color:#fff;
}
.search-form .form-control.button:hover,
#search-bar-advanced-filters .form-control.button:hover{
box-shadow: inset 0 0 200px rgb(255 255 255 / 15%);
} .tail-select .select-label,
.search-form .form-control,
.search-form-2 .form-control,
#search-bar-advanced-filters .select-label,
#search-bar-advanced-filters .form-control {
background-color:#fff;
border:1px solid #ddd;
box-shadow:none;
border-radius: var(--card--border-radius);
}
@media screen and (min-width: 1400px){
.search-form .form-control.dateRangePicker {
min-width:275px;
}
}
#search-bar-advanced-filters input.form-control,
.search-form input.form-control {
height: 44px;
} .formIcon {
position:relative;
}
.formIcon::after {
font-family: "Font Awesome 5 Pro";
font-weight: 300;
position: absolute;
top: 15px;
right: 12px;
pointer-events: none;
color: #fff;
}
.formIcon.suburb::after,
.formIcon.region::after{
content: '\f3c5';
}
.formIcon.sleeps::after {
content: '\f0c0';
}
.formIcon.bedrooms::after {
content: '\f236';
}
.formIcon.bathrooms::after {
content: '\f2cd';
}
.formIcon.dates::after {
content: '\f073';
}
.formIcon.keyword::after {
content: '\f002';
}
.formIcon.sortby::after {
content: '\f160';
}
.formIcon.listingcat::after,
.formIcon.amenities::after,
.formIcon.custom::after{
content: '\f03a';
}
.formIcon .form-control {
background: none;
background-color: #fff;
}
.formIcon .tail-select .select-label:after {
top:17px;
right:12px;
border: none;
content: "\f107";
font-family: "Font Awesome 5 Pro";
font-size: 18px;
color: var(--theme--text-color);
width: 20px;
height: 20px;
line-height: 1em;
text-align: center;
}
.formIcon .tail-select .select-label:after{
opacity: 1;
}
.formIcon.property .tail-select .select-label:after{
content: '\f015';
}
.formIcon.listingcat .tail-select .select-label:after,
.formIcon.amenities .tail-select .select-label:after,
.formIcon.custom .tail-select .select-label:after{
content: '\f03a';
}
.formIcon .tail-select.active .select-label:after{
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
} div#mapBtnHolder.show {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
flex-direction: row;
}
#mapBtnHolder > button {
padding: 1.3rem 1rem;
border-radius: 0;
cursor: pointer;
font-size: 0.75em;
border-color: var(--theme--secondary-color);
background: var(--theme--secondary-color);
color: #fff;
}
#mapBtnHolder > button > span{
padding-left: 10px;
}
@media screen and (max-width:767px){
#mapBtnHolder > div{
width: 100%;
}
}
#mapBtnHolder > div > i {
display:block;
text-align:center;
font-size:1.5em;
} .modal-backdrop{
background:#fff;
}
.modal-backdrop.show{
opacity:1;
}
.modal-backdrop::before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:var(--theme--primary-color-60);
opacity:0;
transition-duration:300ms;
}
.modal-backdrop.show::before{
opacity:1;
}
#advancedFiltersModal .form-control {
background:#fff;
}
#advancedFiltersModal .modal-dialog{
max-width:700px;
}
#advancedFiltersModal .modal-header{
border-bottom:none;
padding:20px 30px 0;
}
#advancedFiltersModal .modal-title {
color: var(--theme--secondary-color);
}
#advancedFiltersModal .modal-body{
padding:20px 30px 10px
}
#advancedFiltersModal .modal-footer {
border-top:none;
padding:0 30px 20px;
}
#advancedFiltersModal .modal-content {
border:none;
background:none;
}
#search-bar-advanced-filters button.btn {
font-size: var(--text-size-smaller);
text-transform:uppercase;
}
.modal-header .btn-close{
width:38px;
color: var(--theme--primary-color);
background: none;
border-radius: var(--card--border-radius);
}
.modal-header .btn-close::after {
content: '\f00d';
font-family: "Font Awesome 5 Pro";
font-weight:400;
font-size:1.5em;
line-height: 1em;
}
#mobile-search-bar #search-bar.load-hidden{
visibility:visible !important;
}
#mobile-search-bar #search-bar .d-flex > div {
flex-grow: 1;
}
@media screen and (min-width:1200px){
.search-form .form-control,
.search-form .tail-select,
#search-bar-advanced-filters .form-control,
#search-bar-advanced-filters .tail-select{
font-size: var(--wp--preset--font-size--medium);
line-height: 1em;
color: #999;
}
.search-form .form-control,
#search-bar-advanced-filters .form-control {
padding: 1em 3em 1em 1em;
}
.search-form .tail-select .select-label,
#search-bar-advanced-filters .tail-select .select-label {
padding:20px 15px;
}
.search-form .form-control.button,
#search-bar-advanced-filters .form-control.button {
padding: 0.95em 3em;
}
#search-bar-advanced-filters input.form-control,
.search-form input.form-control {
height: 47px;
}
}
.quick-search-fields .form-control{
color:#fff;
text-transform: uppercase;
}
.quick-search-fields input.form-control.dateRangePicker.mouseCursor::placeholder {
color: #fff;
}
.formIcon .form-control {
background: none;
background-color: rgba(0,0,0,0.2);
}
#clearSearchBtn, #searchButton ,  #advancedSearchModalBtn {
background: none;
background-color: rgba(0,0,0,0.2);
border:1px solid #fff;
}
#mobile-search-bar .quick-search-fields .form-control{
color: var(--theme--text-color);
}
#mobile-search-bar .quick-search-fields input.form-control.dateRangePicker.mouseCursor::placeholder {
color:#999;
}
#mobile-search-bar .formIcon .form-control {
background: none;
background-color: transparent;
border-color: var(--theme--text-color);
}
#mobile-search-bar .formIcon:after , #mobile-search-bar .formIcon .form-control::placeholder , #mobile-search-bar .formIcon .form-control::-ms-input-placeholder{
color: var(--theme--text-color);
} .search-form .form-control, .search-form .tail-select, #search-bar-advanced-filters .form-control, #search-bar-advanced-filters .tail-select {
font-weight: 100;
font-family: var(--wp--preset--font-family--barlow-light);
}.stickyMap {
position: relative;
height:100%;
}
.stickyMap > div {
position:sticky;
top:100px;
}
.sticky-map > #map-display > .mapsearch-toggle {
background:#fff;
padding:5px 10px;
border-radius: var(--button--border-radius);
box-shadow: 0 3px 3px rgba(0,0,0,0.12);
}
.sticky-map > #map-display > .mapsearch-toggle > label {
margin:0;
display:flex;
align-items:center;
font-size: 0.75em;
}
.sticky-map > #map-display > .mapsearch-toggle > label > input {
margin-right:10px;
}
#map-search{
width: 100vw;
margin-left: calc(50% - 50vw);
}
#map-search #map_canvas {
width:100%;
height: 87vh;
height: calc(100vh - 120px);
}
#map-search .results-holder {
width: 100%;
padding: 20px;
}
#map-search .map-holder {
width: 100%;
}
#map-search .listing-wrapper.col {
flex-basis: 100%;
}
@media screen and (max-width: 575px) {
#map-search .productListing .h-100 {
height:auto !important;
overflow: hidden;
}
#map-search .carousel-inner {
position:relative;
}
#map-search .productListing .carousel-image-height {
padding-bottom:60%;
width:100%;
}
}
@media screen and (min-width: 992px){
#map-search .results-holder {
width: 400px;
padding: 0 30px;
}
body.inset #map-search.map-left .results-holder {
padding: 0 50px 0 25px;
}
body.inset #map-search.map-right .results-holder {
padding: 0 25px 0 50px;
}
#map-search .map-holder {
width: calc(100% - 400px);
}
}
@media screen and (min-width: 1400px){
#map-search .results-holder,
body.inset #map-search.map-left .results-holder,
body.inset #map-search.map-right .results-holder{
width: 700px;
padding: 0 30px;
}
body.inset #map-search .results-holder {
padding: 0 50px;
}
#map-search .map-holder {
width: calc(100% - 700px);
}
} .custom-label {
background-color: #fff;
padding: 5px 10px;
border-radius:30px;
border: 1px solid #ccc;
box-shadow: 0 3px 3px rgba(0,0,0,0.16);
}
.productListing > .row > .col-lg-8 {
padding-left:20px;
}.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;
}