@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


.imagethmb {
    display: table;
    text-align: center;
    width: 100%;
    font-size: 0;
}

.imagethmb_inner {
    vertical-align: middle;
    display: table-cell;
}

.imagethmb img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

/* Details List ----------------------------------------- */

.atp-details{
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.atp-details li{
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom:10px;
    color: black;
}

.atp-details li p{
    margin: 0;
    padding: 0 20px;
}

.atp-inner-details-wrap{
    overflow: hidden;
}

.atp-inner-details-wrap ul{
    list-style: none;
}

.atp-inner-details-wrap ul li{
    width:50%;
    float:left;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 15px;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
}

.atp-inner-details-wrap ul li svg{margin-right: 5px;}

/* Amenities list --------------------------------------- */

#atp-wrapper{
    width: 100%;
}

.atp-amenities{
    list-style: none;
    overflow: hidden;
}

.atp-amenities li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
}

.atp-amenities li h6{
    margin: 0;
    letter-spacing: 3px !important;
    word-wrap: break-word;
    line-height: 20px;
    height: 60px;
    text-align: center;
    padding: 10px 0;
}

/* Whatsapp Button */
.atp-whatsapp-button{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: rgb(199, 240, 219);
    background-image: url('./whatsapp.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 25px;
}

.atp-phonecall-button{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: rgb(244, 212, 212);
    background-image: url('./phoneOutline.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 20px;
}

.atp-email-button{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: aliceblue;
    background-image: url('./mail.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 24px;
}


/* Search Styles */

.atp-search-input{
    outline: none;
    height: 50px;
    border: solid 1px #DDD;
    width: 100%;
    border-radius: 3px;
    font-size: 20px;
    padding: 0 10px;
}


/* Pagination */

.atp-pagination{
    clear: both;
    display: flex;
    overflow: hidden;
    padding: 30px 0;
    justify-content: center;
}

.atp-pagination .nav-box{
    display: block;
}

.atp-pagination .page-numbers{
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
    color: #F2BDB7;
}

.atp-pagination .page-numbers.current{
    color: #c36a61;
    font-size: 26px;
    font-weight: bold;
}

.atp-pagination .prev{
    transform: rotate(180deg);
}

.atp-pagination .next{

}

/* Apartment List Items*/

.atp-custom-p-list{
    overflow: hidden;
}

.atp-custom-p-list .atp-list-item{
    list-style: none;
    overflow: hidden;
}

.atp-custom-p-list .atp-list-item *{
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: normal !important;
}

.atp-custom-p-list .atp-list-item .item{
    width: 33.33%;
    float: left;
    padding: 10px;
}

.atp-custom-p-list .atp-list-item .item .atp-image-wrap,
.atp-custom-p-list .atp-list-item .item .atp-image-wrap .imagethmb_inner{
    height: 275px;
}

.atp-custom-p-list .atp-list-item .item .atp-feature-wrap,
.atp-custom-p-list .atp-list-item .item .atp-price-wrap{
    clear: both;
}

.atp-custom-p-list .atp-list-item .item .atp-feature-wrap h6{
    letter-spacing: 3px;
    line-height: normal;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
    font-size: 15px;
}

.atp-custom-p-list .atp-list-item .item .atp-price-wrap h6{
    letter-spacing: 3px;
    line-height: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.atp-custom-p-list .atp-list-item .item .atp-amenity-wrap{
    height: 100px;
    overflow: hidden;   
}

.atp-custom-p-list .atp-list-item .item .atp-amenity-wrap .atp-amenities{
    margin: 0;
}

.atp-custom-p-list .atp-list-item .item .atp-amenity-wrap .atp-amenities li{
    width: 33.33%;
}

.atp-custom-p-list .atp-list-item .item .atp-amenity-wrap .atp-amenities li h6{
    font-size: 8px;
    line-height: normal;
}

.atp-custom-p-list .atp-list-item .item .atp-view-wrap{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F2BDB7;
}

.atp-custom-p-list .atp-list-item .item .atp-view-wrap h6{
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
}

.atp-custom-p-list .atp-list-item .item .atp-type-wrap p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-family: raleway;
    font-size: 14px;
    color: #707070;
    margin: 0;
}

.atp-custom-p-list .atp-list-item .item  .atp-location-wrap{
    overflow: hidden;
    display: flex;
}

.atp-custom-p-list .atp-list-item .item  .atp-location-wrap span{
    display: block;
    height: 25px;
    width: 100%;
    overflow: hidden;
    font-family: raleway;
    font-size: 14px;
    color: #505050;
    margin-bottom: 5px;
}

.atp-custom-p-list .atp-list-item .item .atp-location-wrap svg{
    margin-right: 5px;
}

.atp-custom-p-list .atp-list-item .item  .atp-details-wrap{
    clear: both;
}

.atp-custom-p-list .atp-list-item .item  .atp-details-wrap ul{
    list-style: none;
    display: flex;
    justify-content: start;
}

.atp-custom-p-list .atp-list-item .item  .atp-details-wrap ul li{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 30px;
    color: #505050;
    font-size: 16px;
    font-family: raleway;
    font-weight: 500;
}

.atp-custom-p-list .atp-list-item .item  .atp-details-wrap ul li:after{
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #d9d9d9;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.atp-custom-p-list .atp-list-item .item .atp-details-wrap ul li:last-child:after{
    display: none;
}

.atp-custom-p-list .atp-list-item .item  .atp-details-wrap ul li svg{margin-right: 5px;}

/* ------ */

.search-wrap{
    background-color: rgba(255,255,255,0.9) !important;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    clear: both;
    overflow: hidden;
}

.search-wrap .type-wrap{
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.search-wrap .type-wrap .atp_button{
    display: block;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 150px;
    background-color: #F2BDB7;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
    text-align: center;
    font-family: 'Raleway';
    font-size: 14px;
    text-transform: uppercase;
}

.search-wrap .type-wrap .atp_button:first-child{
    border-radius: 20px 0px 0px 20px;
}
.search-wrap .type-wrap .atp_button:last-child{
    border-radius: 0px 20px 20px 0px;
}

.search-wrap .type-wrap .atp_button.active,
.search-wrap .type-wrap .atp_button:hover{
    background-color: #cc8a83;
}

.search-wrap .form-input-wrap{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.search-wrap .form-input-wrap .input-wrap{
    width: 100%;
    padding: 10px;
}

.search-wrap .form-input-wrap .input-wrap.location{
    width: 40%;
}

.search-wrap .form-input-wrap .input-wrap.type,
.search-wrap .form-input-wrap .input-wrap.beds{
    width: 20%;
}

.search-wrap .form-input-wrap .input-wrap.button{
    width: 20%;
}


.search-wrap .input-wrap input[type=date], 
.search-wrap .input-wrap input[type=email], 
.search-wrap .input-wrap input[type=number], 
.search-wrap .input-wrap input[type=password],
.search-wrap .input-wrap input[type=search], 
.search-wrap .input-wrap input[type=tel], 
.search-wrap .input-wrap input[type=text], 
.search-wrap .input-wrap input[type=url], 
.search-wrap .input-wrap textarea,
.search-wrap .input-wrap select{
    /* border: solid 1px #ddd; */
    letter-spacing: 1px;
    padding-left: 10px !important;
    height: 40px;
    color: #333;
    border-color: #000;
}

.search-wrap .input-wrap input[type=submit]{
    letter-spacing: 1px;
    background-color: #F2BDB7;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

.search-wrap .input-wrap input[type=submit]:hover{
    background-color: #cc8a83;
}

.banner-sub-image .qodef-image-wrapper{
    height: 233px !important;
}

.remove_space *{
    letter-spacing: 3px !important;
}

/* Media Query */

@media only screen and (max-width: 600px) {
    
    .elementor-slideshow__title{
        display: none;
    }
    
    #sidebar_info{
        display: none;
    }
    
    .atp-amenities li h6{
        font-size: 12px;
        letter-spacing: 0px !important;
    }
    
    .atp-custom-p-list .atp-list-item .item{
        width: 100%;
    }

    .atp-custom-p-list .atp-list-item .item .atp-feature-wrap h6{
        height: auto;
        max-height: none;
    }

    .atp-custom-p-list .atp-list-item .item .atp-image-wrap, 
    .atp-custom-p-list .atp-list-item .item .atp-image-wrap .imagethmb_inner{
        height: auto;
    }

    .search-wrap .form-input-wrap{
        display: block;
    }

    .search-wrap .form-input-wrap .input-wrap.location,
    .search-wrap .form-input-wrap .input-wrap.type, 
    .search-wrap .form-input-wrap .input-wrap.beds,
    .search-wrap .form-input-wrap .input-wrap.button{
        width: 100%;
    }
    

}

/* Gallery */

.elementor-image-gallery{
    clear: both;
    overflow: hidden;
}

#gallery-1 .gallery-item{
    display: none;
    width: 32.33% !important;
    max-width: 32.33% !important;
    float: right !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    position: relative;
}

#gallery-1 .gallery-item .gallery-caption {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
}

#gallery-1 .gallery-item .gallery-icon{
    height: 183px;
}

#gallery-1 .gallery-item img{
    height: 100% !important;
    max-height: 100% !important;
}

#gallery-1 .gallery-item:first-child{
    width: 66.66% !important;
    max-width: 66.66% !important;
    float: left !important;
}
    
#gallery-1 .gallery-item:first-child .gallery-icon{
    height: auto !important;
}

#gallery-1 .gallery-item:nth-child(1),
#gallery-1 .gallery-item:nth-child(2),
#gallery-1 .gallery-item:nth-child(3),
#gallery-1 .gallery-item:nth-child(4){
    display: block;
}

#gallery-1 

@media only screen and (max-width: 1024px) {
    #gallery-1 .gallery-item .gallery-icon{
        height: auto !important;
    }

    #gallery-1 .gallery-item{
        width: 50% !important;
        max-width: 50% !important;
        margin: 0px !important;
        padding: 5px !important;
    }

    #gallery-1 .gallery-item:first-child{
        width: 50% !important;
        max-width: 50% !important;
    }
}


@media only screen and (max-width: 600px) {

    #gallery-1 .gallery-item .gallery-icon{
        height: auto !important;
    }

    #gallery-1 .gallery-item{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
        margin-bottom: 12px !important;
    }

    #gallery-1 .gallery-item:first-child{
        width: 100% !important;
        max-width: 100% !important;
    }

}
