/*!
Theme Name: Homhero - Coolangatta
Theme URI: https://homhero.com.au/
Author: HomHero
Author URI: https://homhero.com.au/
Description: A clean theme for templated clients
Text Domain: homhero-coolangatta
Version: 1.5.3

*/

/* Page Elements */

:root {

    /* Colours */
    --primary-color: #5cbebb;
    --primary-color-alt: #7fd4d1;
    --secondary-color:#0e6664;
    --secondary-color-alt: #238885;
    --tertiary-color: #130c0d;
    --tertiary-color-alt: #130c0d;
    --header-background-color: #ffffff;
    --heading-color: var(--tertiary-color);
    --text-color: var(--tertiary-color);
    --button-primary-color: var(--primary-color);
    --button-primary-text: #ffffff;
    --button-primary-hover-color: var(--primary-color-alt);
    --button-primary-hover-text: #ffffff;
    --button-secondary-color: var(--secondary-color);
    --button-secondary-text: #ffffff;
    --button-secondary-hover-color: var(--secondary-color-alt);
    --button-secondary-hover-text: #ffffff;
    --footer-background-color: var(--tertiary-color);
    --footer-text-color: #ffffff;
    --featured-properties-background: #f4f4f4;
    --white-color : #ffffff;
    --footer-background-colour : #292f32;
    --gray-color: #f4f4f4; /* Feature Block Card,Feature Footer Card,Map Toogle, Special Odd Card */
    --gray-border-color:#f0f0f0 ; /*Feature Block Card*/
    --form-focus-color: #ced4da; /*Form Focus , border Form Control, Form Select Label */
    --black-color: #000000;


    /* Fonts */
    --body-font-size-mobile: 14px;
    --body-font-size-tablet: 15px;
    --body-font-size: 16px;
    --primary-font-family: "Open Sans", sans-serif;
    --secondary-font-family: "Open Sans", sans-serif;
    --heading-font-family: var(--primary-font-family);
    --heading-font-weight: 700;
    --heading-line-height: 1.6em;
    --body-font-family: var(--secondary-font-family);
    --body-font-weight: 400;
    --body-line-height: 1.5em;
    --button-font-family: var(--primary-font-family);
    --button-font-weight: 700;
    --menu-font-family: var(--primary-font-family);
    --menu-font-weight: 700;
    --menu-letter-spacing: 0.05em;
    --menu-link-padding: 10px 10px;
    --footer-text-size: 0.75em;


    /* Headings */
    --h1-font-size: 2.5em;
    --h1-text-transform: uppercase;
    --h2-font-size: 1.75em;
    --h2-text-transform: uppercase;
    --h3-font-size: 1.5em;
    --h3-text-transform: normal;
    --h4-font-size: 1.25em;
    --h4-text-transform: normal;
    --h5-font-size: 1.125em;
    --h5-text-transform: normal;
    --h6-font-size: 1em;
    --h6-text-transform: normal;

    /* Buttons */

    --button-border-radius: 4px;
    --button-border-width: 2px;
    --button-right-margin: 10px;


    /* Banners */
    --default-banner-height: 50vh;
    --default-banner-height-tablet: 40vh;
    --default-banner-height-mobile: 30vh;

    --homepage-banner-height: 70vh;
    --homepage-banner-height-tablet: 50vh;
    --homepage-banner-height-mobile: 30vh;


    /* Spacing */
    --container-max-width: 1140px;

}

/*Common*/
* {
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--input-placeholder-color) !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--input-placeholder-color) !important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--input-placeholder-color) !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: var(--input-placeholder-color) !important;
}

.admin-bar .nav-mobile-button {
    top: 0;
}

.ajax-loader {
    display: none !important;
}

a{
    text-decoration: none;
}

.ratingAverage > img {
    max-height: 30px;
    max-width: 30px;
}
.space_xV78pEZd{
    height:30px;
    width:100%;
}
a:hover{
    text-decoration: none;
}

/*button*/
.btn {
    display: inline-block;
    background: var(--button-primary-color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--button-border-radius);
    border-width: var(--button-border-width);
    border-style: solid;
    border-color: var(--button-primary-color);
    font-weight: var(--button-font-weight);
    text-decoration: none !important;
    margin-right: var(--button-right-margin);
    cursor:pointer;
    width: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    padding:1em;
}

.btn-primary,
.btn-primary.active,
.btn-primary.outline.active {
    background: var(--button-primary-color);
    color: var(--button-primary-text);
    border-color: var(--button-primary-color);
}

.btn-primary.outline {
    background: transparent;
    color: var(--button-primary-color);
    border-color: var(--button-primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: var(--button-primary-hover-color);
    color: var(--button-primary-hover-text);
    border-color: var(--button-primary-hover-color);
}

.btn-secondary {
    background: var(--button-secondary-color);
    color: var(--button-secondary-text);
    border-color: var(--button-secondary-color);
}

.btn-secondary.outline {
    background: transparent;
    color: var(--button-secondary-color);
    border-color: var(--button-secondary-color);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: var(--button-secondary-hover-color);
    color: var(--button-secondary-hover-text);
    border-color: var(--button-secondary-hover-color);
}
.listing-button .btn {
    padding: 0.3rem;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    color: var(--heading-color);
}

h1 {
    font-size: var(--h1-font-size);
    position:relative;
    text-transform: var(--h1-text-transform);
}

h2 {
    font-size: var(--h2-font-size);
    text-transform: var(--h2-text-transform);
}

h3 {
    font-size: var(--h3-font-size);
    text-transform: var(--h3-text-transform);
}

h4 {
    font-size: var(--h4-font-size);
    text-transform: var(--h4-text-transform);
}

h5 {
    font-size: var(--h5-font-size);
    text-transform: var(--h5-text-transform);
}

h6 {
    font-size: var(--h6-font-size);
    text-transform: var(--h6-text-transform);
}


@media screen and (min-width:320px) and (max-width:480px){
    h1 {
        font-size: var(--h2-font-size);
    }

    h2 {
        font-size: var(--h3-font-size);
    }

    h3 {
        font-size: var(--h4-font-size);
    }
    .sliderText > .sliderTitles > h2 {
        font-size: var(--h3-font-size);
    }
}

/*Body Input*/
body{
    margin: 0;
}
body {
    overflow-x: hidden;
}
body, input, select {

    font-family: var(--body-font-family);
}


body {
    font-size: var(--body-font-size-mobile);
}

/*Banner Overlay*/

.theme-banner {
    z-index:2;
}

.banner-wrap .carousel-control-prev,
.banner-wrap .carousel-control-next{
    z-index: 10;
}

.banner-overlay {
    position:absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index:1;
}

.banner-content {
    width: 90%;
    max-width: var(--container-max-width);
    text-align: center;
}

.sliderText > h1,
.sliderText > h2,
.sliderText > h3,
.sliderText > h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto 0.5em;
    padding: 0;
    display:inline-block;
}


/*Paragraph*/

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: var(--body-font-family), sans-serif;
    font-weight: 400;
}
p span{
    font-size: large;
}
p.text-center .fa-heart {
    color: red;
}

/*Menu*/

.nav-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events:none;
    opacity:0;
}

.nav-overlay.active {
    opacity:1;
    pointer-events:initial;
}


.nav-mobile-button {
    overflow: hidden;
    margin: auto;
    width: 90px;
    height: 90px;
    background: none;
    cursor: pointer;
    position: relative;
    right: 0px;
    z-index: 1000;
}

.nav-mobile-bar {
    left: 26px;
    width: 40px;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.active#nav-mobile-bar-middle {
    left: 90px;
}

.active#nav-mobile-bar-top {
    top: 45px;
    transform: rotate(135deg);
}

.active#nav-mobile-bar-bottom {
    top: 45px;
    transform: rotate(-135deg);
}


/*Fixed Menu*/

#mainHeader {
    z-index: 10;
    width: 100%;
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    min-height: 90px;
    background-color: var(--header-background-color);
}

#mainHeader.fixed {
    position:fixed;
}

#mainHeader.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
}

.admin-bar #mainHeader.fixed,
.admin-bar #mainHeader.sticky {
    top: 32px;
}
.logo {
    flex: 1;
    /* left: 20px; */
    margin-left: 5%;
}
.logo img {
    /* width: 162px; */
    width: 100%;
    height:auto;
    max-width: 335px;
}
.social {
    /* margin-right: 84px; */
    padding-top: 5px;
}

.social a {
    text-decoration: none;
    list-style-type: none;

}
.social a:hover {
    color: black;
    text-decoration: none;
    list-style-type: none;
}


/*MEnu Effects*/

.nav-mobile-button:hover #nav-mobile-bar-top:not(.active) {
    left: 20px;
}

.nav-mobile-button:hover #nav-mobile-bar-middle:not(.active) {
    left: 10px;
}

.nav-mobile-button:hover #nav-mobile-bar-bottom:not(.active) {
    left: 20px;
}

/*Menu Hover Effect Active*/

.nav-mobile-button:hover .active#nav-mobile-bar-top {
    top: 50px;
    left: 10px;
}

.nav-mobile-button:hover .active#nav-mobile-bar-bottom {
    top: 40px;
    left: 10px;
}

#nav-mobile-bar-top {
    top: 30px;
}

#nav-mobile-bar-middle {
    top: 45px;
}

#nav-mobile-bar-bottom {
    top: 60px;
}

.nav-mobile-menu {
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 0px;
    height: 100vh;
    position: fixed;
    overflow: auto;
    top: 0;
    padding-top: 90px;
    right: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999;
}

.active.nav-mobile-menu {
    visibility: visible;
    opacity: 1;
    width: 300px;
}

.nav-mobile-menu ul {
    margin-right: 40px;
}

.nav-mobile-menu ul li {
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
}

.nav-mobile-menu ul li a {
    padding: 15px 0px;
    display: block;
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
    font-weight: 400;
    transition: all 0.5s ease;
}

.nav-mobile-menu ul li a:hover,
.nav-mobile-menu ul li.current_page_item a {
    color: var(--black-color);
    text-decoration: none;
}



/*Quick Menu*/

#menu-quick-menu {
    padding-left: 0px;
    list-style-type: none;
}


#menu-quick-menu li {
    margin-bottom: .25rem!important;
}

.selectize-input.dropdown-active,
.selectize-input.focus {
    border-radius: 0px;
    box-shadow: none;
}
.selectize-input {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 4px !important;
    font-size: 16px;
}
.selectize-dropdown {
    background: transparent;
    height: auto !important;
}
.selectize-dropdown-content {
    background-color: var(--white-color);
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 16px;
}
.propertyList {
    list-style: none;
    margin-top: 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;
    z-index: 99999;
}
.propertyList.open {
    max-height: 320px;
    overflow: auto;
}
.propertyList li {
    position: relative;
    background-color: #fafcfd;
    font-size: 13px;
    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;
    transition-duration: 0ms;
}
.propertyList li:hover {
    background-color: var(--primary-color);
}

.propertyList li:hover span {
    color: var(--white-color);
}

.propertyList li.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}

.webLogo img {
    padding: 18px;
    width: 284px;
}

/*Search*/

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 6px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--input-placeholder-color);
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid var(--form-focus-color);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*Search Bar Home Page Top Center Bottom */
.home .homhero-searchbar {
    margin: auto;
    background: rgba(233, 236, 239, 0.17) !important;
    border: none;
    z-index: 1;
    padding-bottom: 0;
}

.homhero-searchbar {
    background: rgba(233, 236, 239, 0.85) !important;
}

.homhero-searchbar .row {
    margin-left: -2px;
    margin-right: -2px;
}

.homhero-searchbar .row > div {
    padding-left: 2px;
    padding-right: 2px;
}

/*Search Bar*/

.dNone {
    display: none;
}

.home .homhero-searchbar .form-control {
    border: none;
}

.round-left,
.round-right {
    display:block;
    overflow:hidden;
}

.round-left {
    border-radius: 6px 0 0 6px;
}

.round-right {
    border-radius: 0 6px 6px 0;
}

form:not(.wpcf7-form) .form-control {
    border-radius: 0;
    color: var(--input-placeholder-color);
    cursor: pointer;
    
}

form:not(.wpcf7-form) .form-control,
.searchButtons .btn {
    font-size: 15px;
    line-height: 1.5;
    padding: .375rem .75rem;
    height: calc(1.5em + 0.75rem + 6px);
}

.advancedSearch {
    color: var(--black-color);
    cursor: pointer;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.tail-select {
    margin: 0px;
    font-size: 15px;
    line-height: 23px;
    /* padding: 2px; */
    width: 100%;
}

.tail-select .select-label {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 30px 9px 10px;
}

.priceSlider,
.irs-handle {
    cursor: pointer;
}

/*Banner*/

.eachSlider {
    display:block;
    overflow: hidden;
    height: 40vh;
    object-fit:cover;
    width:100%;
}

.archive .eachSlider {
    background-size: cover;
    background-position:center center;
}

@media screen and (max-width:991px){
    .archive .eachSlider {
        height:auto;
        padding-bottom:40%;
    }
}

.archive h1 {
    padding:0;
    margin:0;
    line-height:1.2em;
}

.home .eachSlider {  
    height: 40vh;
}

.home #carouselExampleIndicators{   
    max-height:40vh;
}

@media screen and (min-width: 768px){
    .home #carouselExampleIndicators{      
        max-height:60vh;
    }
}
@media screen and (min-width: 1200px){
    .home #carouselExampleIndicators{  
        max-height:80vh;
    }
}

.sliderTextbottom {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 198px;

    margin: auto;
    left: 0;
    right: 0;
    flex-direction: column;

    -moz-box-shadow: 5px 5px 5px -4px rgba(51, 51, 51, 1);

}

.sliderText,
.sliderText > .sliderTitles {
    margin-bottom:0.5em;
}

.sliderText > .sliderTitles > * {
    margin: auto;
    -webkit-box-shadow: 5px 5px 5px -4px rgb(51 51 51);
    -moz-box-shadow: 5px 5px 5px -4px rgba(51, 51, 51, 1);
    box-shadow: 5px 5px 5px -4px rgb(51 51 51);
    outline: none;
    padding: 6px 28px 10px;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
}

.banner-video{
    display:block;
    position:relative;
    width: 100%;
    height: 60vh;
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    overflow: hidden;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    margin: auto;

    opacity: 0;
    transition: opacity .5s;
}
.tv .screen.active {
    opacity: 1;
}

#search-bar {
    width:100%;
    background: rgba(233, 236, 239, 1);
}


/*Anchor*/



.form-control:focus {
    border: 1px solid var(--form-focus-color);
    box-shadow: none;
}

.fullAblock {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}




/*Featured Lisitng Cats*/

.popularIcons {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 150px inset, 0 0 5px grey;
    transition: box-shadow 1s;
    background-size: cover;
    background-position: center;
    color: rgba(14,102,100, 0.6);
    font-size: 18px;
    letter-spacing: 1px;
}
.popularIcons:hover {
    box-shadow: 0 0 0 5px inset, 0 0 5px grey, 0 0 10px grey inset;
    transition: box-shadow 1s;
}
.popularIcons::after {
    width: 80%;
    height: 80%;
    display: block;
    white-space: pre;
    color: white;
    border: 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s 0.5s;
}


/* Features Blocks*/

.featured-block {
}

.featured-block > .card {
    height: 100%;
    background-color: var(--gray-color);
    border-color: var(--gray-border-color);
}

.featured-block .image {width: 100%;/* height: 100%; */padding-bottom: 60%;background-position: center;background-size: cover;background-repeat: no-repeat;display: block;}

.featured-block .text {
    flex-grow:1;
    height: 100%;
    display:flex;
    align-items: flex-start;
}

.featured-block:nth-child(2) .text{
    /*     background: var(--secondary-color); */
}

.featured-block .text h3 {
    padding-bottom:15px;
    margin-bottom:20px;
    position: relative;
    display: block;
}

.featured-block .text h3::after {
    content: '';
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    position:absolute;
    display:block;
    background: var(--primary-color);
}

.featured-block > div:not(.card) .text-holder {
    padding: 30px;
}

.featured-block .text-holder h3 {
    margin-bottom: 15px;
}

.featured-block > .card .text h3::after {

}

.featured-block .text-holder p:last-child {
    margin-bottom: 0;
}

.featured-block.even {

}

.featured-blocks.display-grid .featured-block > .row {
    height:100%;
}

.featured-blocks.display-alternating .featured-block.even > .row {
    flex-direction:row-reverse;
}

.featured-block .card-footer {
    background-color:var(--gray-color);
    border-top:none;
}

/* Featured Taxonimies */

.flex4max {
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    padding-left: 10px;
}

.childFlex4max {
    flex: 1 0 21%; /* explanation below */
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.popularTax {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 150px inset, 0 0 5px grey;
    transition: box-shadow 1s;
    background-size: cover;
    background-position: center;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

.popularTax::after {
    width: 80%;
    height: 80%;
    display: block;
    white-space: pre;
    color: white;
    border: 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s 0.5s;
}

.popularTax:after {
    color: var(--white-color);
}

.popularTax:hover {
    box-shadow: 0 0 0 5px inset, 0 0 5px grey, 0 0 10px grey inset;
    transition: box-shadow 1s;
}

.popularTax:hover::after {
    opacity: 0;
    transition: opacity 0.5s;
}


/* Featured */

.masonry-column {
    padding: 0 1px;
}

.masonry-column2 {
    padding: 0 2px;
}

.masonry-grid > div .thumbnail {
    margin: 5px 1px;
}

.masonry-column div {
    margin-bottom: 1px;
}

.h-600 {
    height: 600px;
}

.h-298 {
    height: 298px;
}

@media screen and (max-width:576px){
    .h-600,.h-298 {
        height: 250px;
    }
}
.featuredImageBlock {
    background-size: cover;
    background-position: center;
    padding: 15px;
}

.textBorder {
    height: 100%;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    position: relative;
}

.bottomText {
    position: absolute;
    bottom: -25px;
}

.textWhite h2, .textWhite p {
    color: var(--white-color);
}

.featuredImageBlock:hover .textBorder {
    background: rgba(0, 0, 0, 0);
}

.bottomText {
    position: absolute;
    bottom: 10px;
    left: 12px;
}
.bottomText h2{
    margin-bottom: 0 !important;
}

.textWhite h2,
.textWhite p {
    color: var(--white-color);
}

.fdb-block {
    padding: 50px 0 50px;
}
ul#menu-menu-2 {
    list-style-type: none;
    padding: 0;
}

/*Form*/

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form-control {
    border: 1px solid #ccc;
    width:100%;
    padding: 10px 10px;
    border-radius: 5px;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: var(--primary-color);
    font-size: 1.125em;
    color: var(--white-color);
}

.wpcf7-form-control.wpcf7-submit:hover{
    background-color: var(--white-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}


/*Chosen Property*/

.chosen-property,
.propertyList {
    width: 100%;
}
input.chosen-property.form-control {
    position: relative;
    left: -7px;
    height: 42px;
    width: 105%;
    top: -2px;
    text-transform: none;
}

.chosen-property {
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--white-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #cacaca;
}
.chosen-property::-webkit-input-placeholder {
    color: #333;
}
.chosen-property:hover {
    background-color: var(--white-color);
    cursor: pointer;
}
.chosen-property:hover::-webkit-input-placeholder {
    color: var(--white-color);
}
.chosen-property:focus,
.chosen-property.open {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    outline: 0;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.chosen-property:focus::-webkit-input-placeholder,
.chosen-property.open::-webkit-input-placeholder {
    color: var(--white-color);
}








/*Contact Block */

.locationsPlace {
    border: 1px solid #71cdf4;
    border-left: 0;
    border-right: 0;
    padding-top: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.wpcf7-form .form-group {
    margin-bottom: 1rem;
}
.wpcf7-form .form-group .form-control,
.wpcf7-form .form-group .wpcf7-textarea {
    border: 1px solid var(--form-focus-color);
    width: 100%;
}

.wpcf7-form .form-group .wpcf7-textarea {
    padding: 0.375rem 0.75rem;
}

.wpcf7-form .select-label {
    border: 1px solid var(--form-focus-color);
}

/*Review*/

.review-login-dialog {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    background: #FFFFFF;
    color: #333333;
}

/*Maps*/

.map-toggle-holder {
    margin-top:-2px;
    padding-bottom:50px;
}

.map-toggle{
    font-size: 0.875em;
    background: var(--gray-color);
    padding: 8px 20px;
    border: 2px solid #ccc;
    border-radius: 0 0 8px 8px;
    border-top: none;
}

.map-toggle:focus {
    outline: none;
}


/*Single Listing*/

h2.availability {
    margin-bottom: 20px;
}
.listingTitle {
    font-size:var(--h1-font-size);
}
.listingSuburb {
    font-size:var(--h3-font-size);
}

/*Availability Single listing */
.chart {
    max-width: 75%;
}

/*Footer*/

footer {
    border-top: 1px solid #e9ecef;
    background-color: var(--footer-background-color);
    color: var(--footer-text-color);
}
.footer-large h3 {
    margin-top: 24px;
    margin-bottom: 15px;
    color:var(--footer-text-color);
    font-size: var(--h4-font-size)
}
.footer-large h3 strong{
    font-weight:bold
}

.footer-text-size {
    font-size: var(--footer-text-size);
}

footer a {
    color:var(--button-primary-color);
    text-decoration: none;
    list-style-type: none;
}

footer a:hover {
    color: var(--button-primary-hover-color);
    text-decoration: none;
    list-style-type: none;
}

.quick-links-menu  ul {
    margin:0;
    padding:0;
    list-style: none;
}

.quick-links-menu  ul  li {
    margin-bottom:2px;
}

.copywriteLine {
    border-top: 1px solid var(--button-primary-color);
    padding-top: 20px;
}

.copywriteLine > a {
    color: var(--button-primary-color);
}

.copywriteLine > a:hover{
    color: var(--button-primary-hover-color);
}

.ui-datepicker {
    z-index:100 !important;
}

.stickyMap {
    height: 100%;
    position: relative;
}

.stickyMap > #map-display {
    position:sticky;
    top:149px;
}

h1.taxonomy-heading {
    background-color: var(--primary-color);
    padding: 20px;
    color:var(--white-color);
}

.searchMessage.space30{
    margin:50px 0px;
}

.things-no-image{
    margin-left: 30px;
}

/*Media Queries*/

@media only screen and (max-width: 992px) {
    .childFlex4max {
        flex: 1 0 48%;
    }
}

@media only screen and (max-width: 767px) {
    .admin-bar #mainHeader.fixed,
    .admin-bar #mainHeader.sticky {
        top: 0;
    }
    .home .homhero-searchbar {
        position: relative;
        bottom: auto;
        top: auto;
        padding-bottom: 13px;
        padding-top: 13px;
    }
    .social {
        display:none;
    }
}

@media only screen and (max-width: 576px) {
    .childFlex4max {
        flex: 1 0 51%;
    }
}


@media only screen and (min-width: 320px) and (max-width:470px){
    .logo img {
        width: 100%;
        max-width: 500px;

    }
}
.line {
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .line {
        overflow: hidden;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .line:before,
    .line:after {
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50px;
    }
    .text-center.line:before {
        right: 0.5em;
        margin-left: -50%;
    }
    .text-center.line:after {
        left: 0.5em;
        margin-right: -50%;
    }
}

@media screen and (min-width: 768px){
    .banner-video,
    .home .eachSlider {
        height: 60vh;
    }
    body {
        font-size: var(--body-font-size-tablet);
    }
    .quickSearchBar {
        width:30%;
    }
    #search-bar.centre,
    #search-bar.bottom {
        background: transparent;
    }
    #search-bar.bottom {
        position:absolute;
        left:0;
        right:0;
        bottom:1rem;
        z-index:1;
    }
}
@media screen and (min-width: 1200px){
    .banner-video,
    .home .eachSlider {
        height: 80vh;
    }
    body {
        font-size: var(--body-font-size);
    }
}

h1, .h1 ,h2, .h2, h3, .h3, h4 , .h4, h5, .h5, h6, .h6 {
    letter-spacing: 0.8px;
}

.listingTitleLink h3 {
    font-size:1em;
}

.listing-suburb {
    font-size: 0.875em;
    text-transform: uppercase;
}

.listing-button {
    font-family: var(--button-font-family);
}

.listingTitle,
.listingSuburb {
    font-family: var(--secondary-font-family);
    font-weight: 400;
}

h2.underline {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #0060a5;
    position: relative;
}

h2.underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    width: 100%;
    height:2px;
    background-color:#e9ecef;
}
@media screen and (max-width:599px){
    h1.line {
        text-align: center;
    }
    h1.themeBG {
        font-size:var( --h6-font-size) !important;
    }
    .propertyList li {
        font-size: 10px !important;
    }
}

.form-control.is-valid:-webkit-autofill,
.form-control.is-valid:-webkit-autofill:hover, 
.form-control.is-valid:-webkit-autofill:focus, 
.form-control.is-valid:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 20px white inset !important;
}
.form-control.is-invalid:-webkit-autofill,
.form-control.is-invalid:-webkit-autofill:hover, 
.form-control.is-invalid:-webkit-autofill:focus, 
.form-control.is-invalid:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 20px white inset !important;
}

.search-form .form-group {
    margin-bottom: 10px;
}
.deafultSlider{
    background-position: center;
    background-size: cover;
    position: relative;
    height:50vh;
}

.searchBar {
    top: 115%;
    position: absolute;
    right: 20px;
    z-index: 3;
    width: 220px;
    background-color: #ffffff;
}
label.control-label-reviews {
    font-weight: 700;
}
.homhero-review-page .tail-select{
        border: 1px solid #ced4da;
        margin-top:10px;
}
span.readMoreThingsContent{
    font-size:initial;
}