/*
Theme Name: yarraland
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.pt0{
    padding-top: 0 !important;
}
.project-wrapper.page-wrapper{
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}
.dropdown-input .dropdown-inner {
    display: none;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 0 5px;
    border-top: 1px solid #e0e0e0;
}
.dropdown-input .dropdown-inner .dropdown-input-inner {
    border-top: 1px solid #e0e0e0;
    padding: 6px 0px 6px 0px;
    margin-right: 8px;
    position: relative;
}
.dropdown-input .dropdown-inner .dropdown-input-inner .form-control {
    height: 32px;
    border-radius: 5px;
    background-color: #f7f7f7;
    border: none;
    font-size: 14px;
    padding-left: 12px;
}
.dropdown-input .dropdown-inner .dropdown-input-inner .form-control::-webkit-input-placeholder { /* Edge */
  color: #666;
}
.dropdown-input .form-control {
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    border-radius: 9px !important;
    padding-left: 10px;
}
.btn-close {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9999999999;
    background: url(./images/close-circle.svg) no-repeat center;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

.btn-close:focus {
    position: absolute;
    right: 8px;
   top: 49%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}


.btn-close-select {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
    background: url(./images/close-circle.svg) no-repeat center;
    width: 18px;
    height: 18px;
    right: 8px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}
.btn-close-select.show{
	display: block;
}

.btn-close-select:focus {
    position: absolute;
    right: 8px;
   top: 20px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.dropdown-input .content {
    max-height: 325px;
    overflow-x: hidden;
    padding-left: 0px;
}
.list-checkbox-options label.block-checkbox {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 15px);
    word-break: break-word;
    -webkit-line-clamp: 1;
    padding: 3px 0px;
    padding-left: 25px;
}
.list-checkbox-options label.block-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-checkbox-options label.block-checkbox input:checked ~ .text {
    color: #1A4BB7;
}
.list-checkbox-options label.block-checkbox .text {
    color: #626262;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.list-checkbox-options label.block-checkbox .checkmark {
    position: absolute;
    left: 18px;
    top: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-input .dropdown-head-text {
    border-radius: 5px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #787878;
    padding-left: 10px;
    cursor: pointer;
}
.text-overflow-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.dropdown-input.active .dropdown-inner {
    display: block;
}
.badge{
    background-color: #0cac40 !important;
    font-weight: normal !important;
}


.list-checkbox-options label.block-checkbox .checkmark::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -14px;
    top: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: #fff url(./images/checkbox-outline.svg) no-repeat center center/100%;
}


.list-checkbox-options label.block-checkbox .checkmark {
    position: absolute;
    left: 18px;
    top: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-checkbox-options label.block-checkbox input:checked ~ .checkmark::before{
    background-image: url(./images/checkbox-checked.svg);
}



/*
.filter-section{
    position: relative;
}
.dropdown-inner{
    position: absolute;
    top: 0;
    left: 0;
}*/
.dropdown-input.active {
    position: relative;
    width: calc(100% - 0);
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    max-height: 410px;
}
.dropdown-input.active .dropdown-inner {
    display: block;
}
.dropdown-input.active .dropdown-head-text{
    border: none;
}


#filter ul.filter-service{
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
}
#filter ul.filter-service .block-checkbox{
    margin: 0 20px 0 0;
}
#filter ul.filter-service .block-checkbox input{
    display: none;
}
#filter ul.filter-service .block-checkbox span.text{
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
}
input[type=radio]:checked ~ .text {
    color: #0cac40;
    border-bottom: 2px solid;
    padding-bottom: 4px;
}

.right-filter .label-top{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin-bottom: 2px;
}
.dropdown-input.active .dropdown-inner {
    display: block;
}
.dropdown-head-text .badge {
    background-color: #0cac40 !important;
    font-weight: normal !important;
    height: auto;
    padding: 2px 6px;
    border-radius: 3px;
    width: auto;
    line-height: 1.3;
    color: #fff;
    font-size: 13px;
}


.infoBox>img{background:#fff;transition:.2s all}
.infoBox>img:hover{background:rgba(255,255,255,.8)}
.infoBox .map-info-window {
    display: block;
    width: 15.5rem;
    text-align: initial;    
    background: #fff;
    margin-bottom: 0px;
    border-bottom: 2px solid #0a416b;
}
.infoBox .map-info-window .prop-thumb{width:100%}
.infoBox .map-info-window .prop-title{font-weight:500;font-size:1.5rem;margin:0;padding:5px 10px 0 10px;line-height:1}
.infoBox .map-info-window .prop-title a{
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.infoBox .map-info-window .address{
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    font-weight: 500;
    color: #000;
}
.infoBox .map-info-window a{
    color: #0a416b;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    transition: .2s all linear;
}
.infoBox .map-info-window a:hover{color:var(--rh-global-color-primary);transition:.2s all linear}
.infoBox .map-info-window p{
    padding: 0 10px;
    color: #333;
    margin-bottom: 5px;
    font-size: 13px;
}
/*.infoBox .map-info-window .arrow-down{
    width:0;
    height:0;
    border-style:solid;
    border-width:10px 10px 0 10px;
    border-color:#0a416b transparent transparent transparent;
    position:absolute;bottom:-10px;left:50%;left:calc(50% - 12px)}*/
.cluster{border-radius:50%;}
.cluster div{border-radius:50%;top:5px !important;left:5px !important;width:38px !important;line-height:38px !important;background-color:var(--rh-global-color-primary)}
/*.cluster img{display:none}*/
.infoBox .map-info-window p img{
    width: 14px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

/*-- css form --*/
@media only screen and (max-width: 1500px) {
    ul.splide__list .splide__slide{
        background-size: contain !important;
    }
    ul.splide__list .splide__slide img{
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    h2.title-projects {
        font-size: 24px;
        margin: 30px 0 0px 0 !important;
    }
    .project-count{
        margin: 0 0 5px 0;
    }
    #search-bar > .col{
        width: 100%;
    }

    .filter-form > .row .col:nth-child(2),
    .filter-form > .row .col:nth-child(3),
    .filter-form > .row .col:nth-child(4){
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .filter-form > .row .col:nth-child(5){
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    #project-carousel .carousel-caption h3 {
        font-size: 22px !important;
    }
    #project-carousel .carousel-caption p {
        font-size: 18px !important;
    }
    #project-carousel,
    .project-slide .swiper,
    .swiper-slide img {
        height: 280px !important;
        min-height: 280px !important;
    }
    div.list-project-info-item .info-item {
        flex: 100% !important;
        -webkit-flex: 100% !important;
        margin: 6px 0 !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .popup.show .content-popup{
        width: 98%;
    }
    .popup-property.item-info-property .content{
        display: block !important;
    }
    .popup-property.item-info-property #thumbnails{
        display: none;
    }
    .item.item-info-property .content .col-image{
        padding: 0 !important;
    }
    .item.item-info-property .content .col-info,
    .item.item-info-property .content .col-image{
        width: 100% !important;
    }
    .info-item.config{
        margin-bottom: 0 !important;
    }

    .document-wrapper{
        padding: 0 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .property.tab.sold{
        display: none !important;
    }
}

.project-item .box-text .post-title{
    line-height: 1;
    margin-top: 0;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.project-item .box-text h5 a:hover{
    color: #a27535;
}
.project-item .box-text .post-meta{
    min-height: 85px;
    height: 85px;
}
.project-item .box-text .address {
    line-height: 1.3;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.icon.icon-price-range,
.icon.icon-settlement,
.icon.icon-last-update{
    width: 14px;
    position: relative;
    top: -1.5px;
}
.project-item .box-text .address{
    font-size: 14px !important;
    margin-bottom: 3px !important;
    font-weight: 400;
}
.price-range,
.last-update,
.settlement{
    font-size: 14px;
    margin: 0 !important;
}
.project-nav ul.nav li a{
    font-size: 18px !important;
}
.project-info-details{
    max-width: 900px;
    margin: 0 auto;
}
.info-item.config{
    font-weight: 400;
    margin-top: 12px;
}
.info-item.config > span{
    margin-right: 15px;
}
.info-item.config > span > img{
    position: relative;
    top: -1px;
    margin-left: -2px;
}

#project-banner{
    padding: 60px 0;
    text-align: center;
}
#project-banner h3{
    color: #fff;
    font-size: 36px;
    margin: 0;
    line-height: 1.3;
}
#project-banner p{
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}

.block-donate p{
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.block-donate{
    text-align: center;
    margin-top: 5px;
    background: #f0f1f1;
    padding: 20px 0 1px 0;
    margin-bottom: 10px;
}



