/*
Theme Name: Festa da Francofonia 2026
Theme URI: https://festadafrancofonia.com
Author: Tangibletalent
Author URI: https://tangibletalent.pt
Description: Custom theme for Festa da Francofonia 2026
Tags: wide-blocks
Version: 1.0
Text Domain: festadafrancofonia-2026
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.3
Template: twentytwentyfive
*/

.wp-block-cover.has-background-dim {
    border-radius: 20px;
    overflow: hidden;
}

figure.is-rounded img {
   border-radius: 20px;
}


.wp-block-fdf-event-date {
    text-transform: uppercase;
}

@media only screen and (max-width: 781px) {
    .sidebar {
        padding-left: 40px !important;
    }

    figure.is-rounded img,
    .wp-block-cover.has-background-dim {
        border-radius: 5px !important;
    }

}

:where(.wp-site-blocks :focus) {
  outline-style: none!important;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  height: 50px!important;
  width: 50px!important;
}