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

.attivare{
	display:block !important
}

.mapplic-element .pdv{
	color: #141ba4;
}

.mapplic-element .pgm{
	color: #d80d25;
}

.mapplic-element .perc{
	color: #509a00;
}

.mapplic-element{
	font-family: supria-sans, sans-serif;
}


/* intervista old style */

.intervista-old {
	align-items: center;
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	margin: 15px 0 25px 0;
}

.intervista-old-image {
	border-radius: 50% !important;
	height: 85px !important;
	margin: 10px;
	object-fit: cover;
	width: 85px;
}

.intervista-old-content {
	width: calc(100% - 115px);
}

.intervista-old-title {
	font-weight: 700;
	font-style: italic;
}

.intervista-old audio {
	width: 100%;
}


.single figcaption {
    margin: 5px 0 30px;
    font-size: 12px;
    color: #999;
}