/*
Template:       yakeen
Theme Name:     Yakeen Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/yakeen
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Yakeen is an Responsive Blog & Magazine WordPress Theme.
Version:        1.0
Text Domain:    Yakeen
Tags: theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

/*
Template:       yakeen
Theme Name:     Yakeen Child Theme
...
*/

/* =========================================
   Fix visibilità widget RT Post Overlay
   ========================================= */
.elementor-widget-rt-post-overlay .wow {
    visibility: visible !important;
}

/* Fix altezza immagine widget RT Post Overlay - style1 (default) */
.rt-post-overlay-style1 .rt-item .rt-image {
    min-height: 400px;
}

/* Fix per tutti gli stili overlay */
.rt-post-overlay-default .rt-item .rt-image {
    min-height: 400px;
}

/* =========================================
   Fix visibilità widget RT Post Overlay
   ========================================= */

/* Fix classe 'hide' generata da Animation=Off nel widget */
.rt-post-overlay-default [class*="col-"].hide {
    display: block !important;
}

/* Fix visibilità quando Animation=On (wow.js non inizializzato) */
.rt-post-overlay-default .wow {
    visibility: visible !important;
}