/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Slike blogova preko css-a sve */
/* .elementor-15648 .elementor-element.elementor-element-56f6e30.post-img{
    position: relative;
    isolation: isolate;
}

.elementor-15648 .elementor-element.elementor-element-56f6e30.post-img > *{
    position: relative;
    z-index: 1;
}

.elementor-15648 .elementor-element.elementor-element-56f6e30.post-img::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(160deg, #615AA6 0%, #14121F 100%);
    mix-blend-mode: color;
    opacity: .85;
    pointer-events: none;
}




.elementor-widget-theme-post-content figure.wp-caption:first-of-type{
    position: relative;
    isolation: isolate;
    display: grid;
    max-width: 100%;
}
.elementor-widget-theme-post-content figure.wp-caption:first-of-type img{
    grid-area: 1 / 1;          
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.elementor-widget-theme-post-content figure.wp-caption:first-of-type::after{
    content: "";
    grid-area: 1 / 1;          
    border-radius: 16px;
    background: linear-gradient(160deg, #615AA6 0%, #14121F 100%);
    mix-blend-mode: color;
    opacity: .85;
    pointer-events: none;
}
.elementor-widget-theme-post-content figure.wp-caption:first-of-type figcaption{
    grid-area: 2 / 1;          
} */