/* 
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 */

/*MENU*/
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-131 a{
	line-height: 14px;
}
/*SLIDE*/
.swiper-slide-contents{
	background-color: #040f5cba;
	padding: 20px;
	border-radius: 12px;
}
.swiper-slide-contents .elementor-button {
	width: 100%;
}
/*CONTENT*/
.custom-title .elementor-widget-container h2 {
	position:absolute !important;
	transform: translateY(-28px) !important;
	padding: 15px;
	background-color: #fff;
}
.custom-title-blue .elementor-widget-container h2{
	position:absolute !important;
	transform: translateY(-28px) !important;
	padding: 15px;
	background-color: #081a97;
}
@media screen and (max-width: 992px) {
	.elementor-element.gallery-prodotto #gallery-1{
		display: flex !important;
	}

.galleria-marchi #gallery-2{
	display:grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
}
}
/*ACF COLORE*/
.acf-repeater-colori{
	display:flex;
}
.acf-color-block{
	margin: 0 5px;
	border-radius: 4px;
	border: solid black 1px;
	padding: 12px;
    height: 12px;
}