/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.elementor-widget-image a {display: block!important}
.photonic-random-layout .photonic-thumb {padding: 0.5vw!Important;}
.page .articoli {display: none!Important}
.single-post .articoli {display: flex!Important}

.elementor-widget-loop-grid .elementor-grid, .griglia {display: flex; flex-wrap: wrap}
.elementor-widget-loop-grid .elementor-grid .e-loop-item, .mostra {width: calc(34% - var(--grid-column-gap)); }
.nascondi {display: none!Important; width: 0!Important;}

/* .griglia .articolo_singolo {flex: 0 0 23.6vw;} */


@media (max-width: 1024px) {
	.elementor-widget-loop-grid .elementor-grid .e-loop-item, .mostra {width: calc(52% - var(--grid-column-gap)); }
}


@media (max-width: 480px) {
	.elementor-widget-loop-grid .elementor-grid .e-loop-item, .mostra {width: 100%; }
}