/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.img_border { padding: 35px; border: solid 2px #d9d9d9; margin-left: auto; margin-right: auto; text-align: center; }

.video-youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.video-youtube iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

/* Riduci H2 solo nei singoli articoli */
body.single-post h2 {
    font-size: 30px; /* Modifica questo valore */
    line-height: 1.3; /* Opzionale: migliora la leggibilità */
}

