.elementor-202 .elementor-element.elementor-element-57e0eff2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6b228ab *//* MAIN CARD */

.room_result-inner{
    background:#ffffff;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #e7e7e7;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
    margin-bottom:40px;
}

.room_result-inner:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

/* IMAGE */

.vbimglistdiv{
    padding:25px;
}

.vbimglistdiv img{
    width:100%;
    max-width:320px;
    height:260px;
    object-fit:cover;
    border-radius:25px;
    transition:.5s;
}

.room_result-inner:hover .vbimglistdiv img{
    transform:scale(1.05);
}

/* TITLE */

.vbrowcname a{
    font-size:38px;
    font-weight:700;
    color:#0E7A45 !important;
    text-decoration:none !important;
    line-height:1.2;
}

/* CATEGORY */

.vblistroomcat{
    display:inline-block;
    background:#EAF5EF;
    color:#0E7A45;
    padding:8px 18px;
    border-radius:30px;
    margin-top:15px;
    margin-bottom:20px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
}

/* DESCRIPTION */

.vbrowcdescr{
    font-size:17px;
    line-height:1.8;
    color:#666;
    margin-top:15px;
}

/* ICONS */

.vbo-room-carats{
    margin-top:30px;
}

.vbo-room-carat{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f4f4f4;
    border-radius:50%;
    margin-right:10px;
    transition:.3s;
}

.vbo-room-carat:hover{
    background:#0E7A45;
    color:#fff;
}

.vbo-room-carat:hover i{
    color:#fff;
}

/* PRICE BOX */

.vbcontdivtot{
    background:#f8f8f8;
    border-left:1px solid #eee;
}

.vbdivtotinline{
    padding:40px 20px;
}

/* GUEST */

.vbrowroomcapacity i{
    color:#0E7A45;
    font-size:20px;
    margin:0 2px;
}

/* PRICE */

.room_cost{
    display:block;
    font-size:42px;
    color:#0E7A45;
    font-weight:700;
}

.vbliststartfrom{
    display:block;
    color:#888;
    margin-top:10px;
    margin-bottom:30px;
}

/* BUTTON */

.vbo-pref-color-btn{
    background:#0E7A45 !important;
    border:none !important;
    border-radius:50px !important;
    padding:16px 40px !important;
    font-size:16px !important;
    font-weight:600 !important;
    box-shadow:0 10px 25px rgba(14,122,69,.3);
    transition:.4s;
}

.vbo-pref-color-btn:hover{
    background:#084e2b !important;
    transform:translateY(-3px);
}

/* CAMERA */

.vbo-roomslist-opengallery{
    width:45px;
    height:45px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

/* MOBILE */

@media(max-width:991px){

    .room_result-inner{
        display:block !important;
    }

    .vbimglistdiv img{
        max-width:100%;
        height:240px;
    }

    .vbrowcname a{
        font-size:28px;
    }

    .vbcontdivtot{
        border-left:none;
        border-top:1px solid #eee;
    }

    .vbdivtotinline{
        padding:30px;
    }

}/* End custom CSS */