/*
Theme Name:        Festa do Cinema Francês 2025
Template:          twentytwentyfive
Theme URI:         https://www.festadocinemafrances.com/
Author:            Tangibletalent
Author URI:        https://tangibletalent.pt
Description:       Custom theme for the Festa do Cinema Francês Website (Institut français du Poartugal)
Tags:              blog,education,entertainment,news,grid-layout,accessibility-ready,block-patterns,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,footer-widgets,full-site-editing,full-width-template,template-editing,theme-options,translation-ready,wide-blocks
Version:           1.0
Text Domain:       festa-do-cinema-frances-2025
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.8
Tested up to:      6.8
Requires PHP:      8.3
*/

p strong {
	font-weight: 500!important  ;
}

hr {
	border: none;
	height: 1px;
	background-color: #a1a1a1;
}
:root {
	--wp-admin-border-width-focus: 0!important;
}
:where(.wp-site-blocks :focus) {
	outline-width: 0!important;
	outline-style: none!important;
}


/*
	ACF responsive oEmbed
	see https://www.advancedcustomfields.com/resources/oembed/
*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Single film */
.single-filme h1 {
	text-shadow: 1px 1px 2px black;
}