/*
 Theme Name:   Cabana Child Theme
 Theme URI:    https://cabana.themerex.net/
 Description:  Cabana Child Theme
 Author:       ThemeRex
 Author URI:   https://themerex.net/
 Template:     cabana
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  cabana
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.default-elementor-gallery .gallery-item a img {
    transition: transform ease .5s;
    transform: scale(1);
}

.default-elementor-gallery .gallery-item a img:hover {
    transition: transform ease .5s;
    transform: scale(1.1);
}

.elementor-lightbox .swiper .elementor-slideshow__footer .elementor-slideshow__title {
    opacity: 0;
}