/* 
Theme Name: Hello Trovabando
Theme URI: https://trovabando.it/
Description: Hello Theme Child by Trovabando.it
Author: Trovabando
Author URI: https://trovabando.it/
Template: hello-elementor
Version: 1.0.4
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
*/

/* TOOLTIPS */
.tb-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.tb-tooltip__btn svg path{
	fill: #07577c;
}
.tb-tooltip__content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    width: 200px;
    transform: translate3d(-50%, 0, 0);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #ffffff;
    background-color: #31B087;
}
.tb-tooltip__arrow {
    display: none;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #31B087;
}
.tb-tooltip--active .tb-tooltip__content,
.tb-tooltip--active .tb-tooltip__arrow {
    display: block;
}

@media (max-width: 1204px) {
	h3 {
		line-height: inherit !important;
	}
}

@media only screen and (max-width:468px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.tb-mega-menu-btn-full>a.mega-menu-link {
        margin:0 auto !important;
        border-bottom:0
    }
}

/* Ritardo di apertura di 5 secondi degli iframe 

iframe {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

*/