.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3901 .elementor-element.elementor-element-7c79be2c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 0px 20px 0px;}.elementor-3901 .elementor-element.elementor-element-7c79be2c{text-align:center;}.elementor-3901 .elementor-element.elementor-element-7c79be2c .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:2.3rem;font-weight:400;color:var( --e-global-color-primary );}.elementor-3901 .elementor-element.elementor-element-4fe93c8b > .elementor-container{max-width:1280px;}.elementor-3901 .elementor-element.elementor-element-3aff8874 > .elementor-element-populated{padding:1% 1% 1% 1%;}/* Start custom CSS for wp-widget-widget_featured, class: .elementor-element-3022a377 *//* Quick-zoom Container */
.cat_div img {
  transform-origin: 50 0;
  transition: transform .50s, visibility .25s ease-in;

}

/* The Transformation */
.cat_div:hover img {
  transform: scale(1.1);
  filter:brightness(70%);
}


.io_mm_item > a > div.cat_div {
    min-height:auto !important;
}

 img.cat_img.item_image {
     /*height:300px;*/
}


.io_widget_home .rentNameIO {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    background-color: #EC008C;
    text-align: center !important;
    padding: 5px 5px !important;
    color:white;
    line-height: 1.2rem;
}
.io_item2_list_inner {
    margin-top: 0px;
}

.io_widget_home
.io_mm_outer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 150px));
    column-gap: 0px;
    row-gap: 0px;
}
.io_widget_home
.io_mm_item {
    padding:0;
}

.io_widget_home
.io_mm_item:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.io_widget_home
/*.io_mm_outer .cat_img {
    min-width: 250px !important;
    min-height: 250px !important;

}*/
.io_widget_home
.catDescriptionIO_small {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 107px;
    padding: 25px;
    text-align: left;
    font-size: .9rem;
    background-color: ghostwhite;

}/* End custom CSS */