/* Featured Listings */

.bgCover200 {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.featuredListings .listing-button a {
    width: 100%;
    margin: auto;
}

.bs-callout.themeBorder1.bs-callout-primary {
    border-left: 5px solid var(--primary-color);
}
.homhero-review h4 {
    margin-top:0;
}

.allReviews .rating.sml {
    text-align:right;
}
/* Listings */

.fa-heart {
    font-size: 30px;
    color: #fff;
}

.shortlist-container.active .fa-heart {
    color: red;
}

.shortlist-container {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 5;
    cursor: pointer;
}
.Gallery-Blocks {
    margin: 5px;
    display: inline-grid;
    height: auto;
    width: auto;
}
.GalleryImageBlock{
    background-position: center;
    height: 100%;
    width: 100%;
}
.listing-suburb {
    position: absolute;
    top: 10px;
    z-index: 2;
    left: 16px;
    padding: 5px 19px;
    color: #fff;
}

.listing-cost {
    font-size: 13px;
}

.listing-wrapper .post-title {
    font-size: 20px;
    display: block;
    padding: 4px 10px;
}

.post-title a {
    color: #24292e;
}

.listing-wrapper .post-details {
    font-size: 1em;
}

.descListing {
    font-size: 11px;
}

.listing-wrapper .post-details i {
    margin-right: 5px;
}

.block-with-text {
    overflow: hidden;
    position: relative;
    max-height: 3.2em;
    min-height: 3.2em;
    text-align: justify;
    padding-right: 1em;
}

.listingSummary {
    font-size: 13px;
    margin: 8px 0 23px;
}

.listing-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height:100%;
}

.listing-container:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.listing-container > .card-body,
.listing-container > .card-footer {
    padding: 1em;
}

.listing-container > .card-body {
    padding-bottom:0;
}

.listing-container > .card-footer {
    background-color:#fff;
    border-top:none;
    padding-top:0;
}

.page-numbers {
    order: 2;
    margin-top: 20px;
    margin: 20px auto 25px;
    text-align: center;
    width: 100%;
}

.page-numbers li a,
.page-numbers li a:hover,
.page-numbers li.active a,
.page-numbers li.disabled {
    color: #fff;
    text-decoration: none;
    background-color: #027ac2;
    cursor: pointer;
}

.page-numbers li a:hover {
    background-color: #ffffff;
    color: #027ac2;
}

.page-numbers li {
    display: inline;
}

.page-numbers li a,
.page-numbers li span {
    padding: 0.75rem;
    border: 1px solid #027ac2;
}

.page-numbers li span {
    color: #027ac2;
}

/* Maps Markers and info Bubble */

.infobubble .accomm-photos {
    position: relative;
}
.infobubble .accommodation-map-overlay {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 9px;
}
.infobubble .overlay-title {
    color: #fff;
    font-size: 22px;
}
.infobubble .bedding-config {
    font-weight: normal;
    color: #fff;
}
.infobubble .bedding-config i {
    margin-right: 5px;
}
.infobubble .shortlist {
    display: none;
}
.gm-style .gm-style-iw-c {
    padding: 0 !important;
}
.gm-style-iw-d {
    overflow: hidden !important;
}
.infobubble img {
    max-width: none !important;
}
.infobubble .accomm-type {
    margin-bottom: 10px;
    font-size: 14px;
}
.infobubble .accomm-main-info {
    background: #fff !important;
    box-shadow: none;
}
.infobubble .accomm-main-info .field-content {
    font-size: 22px !important;
}
.infobubble .bedding-config {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.infobubble .from-price {
    float: right;
    color: #fff;
    text-align: center;
    position: relative;
    top: 4px;
}
.infobubble .from-price span {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 1.4em;
}
.infobubble .from-price span small {
    font-size: 0.7em;
    font-weight: 300;
}

/* Listing Page */

.homhero-listing .banner {
    position: relative;
    padding-bottom:70%;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 600px){
    .homhero-listing .banner {
        padding-bottom: 50%;
    }
}

@media screen and (min-width: 992px){
    .homhero-listing .banner {
        padding-bottom: 40%;
    }
}

@media screen and (min-width: 1200px){
    .homhero-listing .banner {
        padding-bottom: 30%;
    }
}


.homhero-listing .listing-actions {
    position: relative;
    width: 100%;
    /* bottom: -1px; */
}

@media screen and (min-width: 768px){
    .homhero-listing .listing-actions {
        position: absolute;
        bottom: 0;
    }

}

.homhero-listing .listing-actions .title {
    background-color: #fff;
    padding-top:1em;
}
.listingTabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.listingTabs a {
    /* margin-bottom:38px; */
    margin-left: 10px;
}
.homhero-listing .listing-actions .title small {
    /*font-size: 50%;*/
    margin-bottom: 10px;
    display: block;
    margin-left: 3px;
}

.homhero-listing .listing-actions a {
    font-weight: 500;
    padding: 14px 15px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s;
    /* bottom: -37px; */
}

.homhero-listing .listing-actions a:hover {
    color: #ffffff;
    text-decoration: none;
}

.listingArea h2 {
    padding-bottom: 10px;
}

.theFeatures img {
    display: inline-block;
    width: 32px;
    margin-right: 20px;
    height:auto;
}

.roomHeading {
    color: var(--heading-color);
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: 0;
}

.roomDetails {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.roomDetails ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0;
}

.roomDetails ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: '\f236';
    padding-right: 10px;
    color: var(--primary-color);
}

.roomDetails ul li.toilet::before,
.roomDetails ul li.bidet::before {
    content: '\f7d8';
}

.roomDetails ul li.shower::before,
.roomDetails ul li.outdoor-shower::before,
.roomDetails ul li.shower-outdoor::before{
    content: '\f2cc';
}

.roomDetails ul li.bath::before,
.roomDetails ul li.spa-bath::before,
.roomDetails ul li.bath-shower-combined::before,
.roomDetails ul li.bath-spa::before{
    content: '\f2cd';
}

.roomDetails ul li.sink::before {
    content: '\e06d';
}

.roomDetails > ul.bathroom-list {
    margin-top:10px;
    padding-top: 10px;
    border-top:1px solid #ddd;
}

.roomDetails > ul.bathroom-list:first-child {
    border: 0;
    margin:0;
    padding:0;
}

.beddingConfig h2 {
    margin-bottom: 15px;
}

.theGallery img {
    margin-top: 17px;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 50%);
    position: relative;
    top: 0;
    transition: all 0.3s;
    margin-bottom: 17px;
    width: 100%;
}

.theGallery img:hover {
    top: -3px;
    box-shadow: 2px 5px 5px 1px rgb(0 0 0 / 60%);
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left-width: 5px;
}

.allReviews .rating.sml img {
    max-width: 25px;
    height:auto;
    width: 25px;
}

.listingArea .price {
    /* font-weight: lighter; */
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.listingArea .price span {
    font-size: 2em;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    padding: 3px 10px;
}

.listingArea .price span small {
    font-size: 0.5em;
    /* font-weight: lighter; */
}

.listingArea .capacity {
    /* font-weight: lighter; */
    padding: 10px;
    display: inline-block;
    text-align: center;
}

.listingArea .capacity span {
    font-size: 2em;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    padding: 3px 10px;
}

.listingArea .divider-container {
    position: relative;
    overflow: hidden;
    height: 31px;
    margin-top: 10px;
}

.listingArea .shadow-divider {
    position: absolute;
    top: -1px;
    height: 1px;
    width: 55%;
    border-radius: 50%;
    box-shadow: 0 0 21px 1px rgb(0 0 0 / 60%);
    left: 50%;
    transform: translate(-50%, -100%);
}

.position-relative {
    position:relative;
}

.mapResultsSummary {
    margin: 2em 0;
}

.mapResultsSummary .count {
    text-align:center;
    font-size:1.25em;
    font-weight:400;
    margin-bottom:1em;
}

.mapResultsSummary .taxonomy-label {
    display:block;
    font-size:0.75rem;
    padding: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--body-font-family);
    border: 2px solid var(--button-secondary-color);
    background-color: var(--button-secondary-color);
    color: #fff;
    border-radius: var(--button-border-radius);
}

.mapResultsSummary .terms {
    justify-content: center;
}

.mapResultsSummary .term .btn {
    font-size:0.75rem;
    padding: 0.5em;
    font-family: var(--body-font-family);
}

.mapResultsSummary .term  .btn-primary:not(.active):focus {
    background-color: #fff;
    color: var(--button-primary-color);
}

.toggle-map-filters {
    display:block;
    padding: 0.5rem !important;
    margin-bottom:1rem;
    max-width: 300px;
}

.map-filters {
    position:absolute;
    top:50px;
    left:0;
    right:0;
    z-index:1;
    background-color: #fff;
    padding:0 1em;
    border-radius: calc(var(--button-border-radius) * 2);
    max-height:0px;
    overflow:hidden;
    transition-duration: 400ms;
}

.map-filters.open {
    max-height: unset;
}

@media screen and (max-width: 400px){
    .mapResultsSummary .taxomonies td {
        width:100%;
        display:block;
    }
}


@media only screen and (max-width: 992px) {
    .homhero-listing .listing-actions {
        position: relative;
    }
    .listingTabs {
        position: absolute;
        bottom: 100%;
    }
    .homhero-listing .listing-actions a {
        /* top: -53px; */
    }
}

@media only screen and (min-width: 767px) {
    .leftBorder {
        border-left: 1px solid #dee2e6;
    }
}
@media only screen and (min-width: 1000px) {

    .accommodation-map-overlay{
        bottom: 0%;
    }
}
@media only screen and (min-width: 767px) and (max-width:999px){

    .accommodation-map-overlay{
        bottom: 0%;
    }
}
@media only screen and (min-width: 320px) and (max-width:550px){

    .accommodation-map-overlay{
        bottom: 0%;
    }
}
@media only screen and (min-width: 551px) and (max-width:766px){

    .accommodation-map-overlay{
        bottom: 8%;
    }
}

.Gallery-Blocks-1 img {
    max-height: 200px;
    margin: 20px;
}
.Gallery-Blocks-2 img {
    max-height: 300px;
    margin: 20px;
}
.Gallery-Blocks-3 img {
    max-height: 400px;
    margin: 20px;
}
.Gallery-Blocks-4 img {
    max-height: 500px;
    margin: 20px;
}
.Gallery-Blocks-5 img {
    max-height: 600px;
    margin: 20px;
}
.grecaptcha-badge { 
    visibility: hidden; 
}
.google-recaptcha-disclaimer{
    /*text-align: center;*/
}