/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: sempreverdifestival
 */

a.wp-block-button__link.wp-element-button:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/09/arrow-gialla.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 10px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] > .ct-container-fluid {
	display: flex;
	flex-direction: column;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > .ct-container-fluid {
	display: flex;
	flex-direction: column;
}

