/* 
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 */
/*STILE CUSTOM*/
.link-policy.elementor-widget-container.p1 > a{
	color: black;
	text-decoration:underline;
}


/*STILE PER WP MAPS*/
.maps-post > .elementor-widget-container > .elementor-shortcode{
	display:grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 30px;
    justify-content: center;
}
.extracted-text{
	font-weight: bold !important;
	font-size: 0.8em !important;
	padding-bottom: 10px;
}
.fc-item-title{
	font-size: 1.2em;
	font-weight: bold;
}
.fc-item-contact-info{
	font-size: 0.8em;
}
.fc-item-contact-info a{
	text-decoration:underline;
    color: black;
}
.fc-item-box.fc-item-no-padding{
	text-align:center;
}
.fc-item-box[data-group="1"] { 
    border: 2px solid red !important; 
}

.fc-item-box[data-group="2"] { 
    border: 2px solid green !important; 
}
.fc-item-box{
	margin: 0;
}
@media screen and (max-width: 768px) {
	.maps-post > .elementor-widget-container > .elementor-shortcode{
	grid-template-columns: 50% 50%;
}
@media screen and (max-width: 425px) {
	.maps-post > .elementor-widget-container > .elementor-shortcode{
	grid-template-columns: 100%;
}