/*
Theme Name: Biblioteca Spezioli Fermo
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five for Biblioteca Spezioli.
Author: JEF Srl
Author URI: https://example.com/
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

:root {
    --font-primary: "Titillium Web", sans-serif;
}

body,
button,
input,
textarea,
select,
.wp-block-post-title,
.site-title,
.site-description,
.wp-block-navigation,
.wp-block-group,
.wp-block-columns,
.wp-block-heading,
.wp-block-paragraph,
.wp-block-button__link,
.editor-styles-wrapper {
    font-family: var(--font-primary);
}

.subheader {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
}

.subheader .logofermo_subheader {
    margin: 0 !important;
    display: flex;
    align-items: center;
    width: auto;
    flex: 0 0 auto;
}

.subheader .logofermo_subheader img {
    display: block;
    max-height: 40px;
    width: auto;
    height: auto;
}

.subheader .wp-block-heading,
.subheader h4.wp-block-heading {
    margin: 0 !important;
    text-align: right;
    line-height: 1.2;
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}

.logofermomusei_head img {margin-left: 15px;}

.button_sostienici_head a {
    border: 1px solid white;
    padding: 5px 15px;
    text-decoration: none;
}

.button_sostienici_head a:hover {
    border: 1px solid white;
    padding: 5px 15px;
    text-decoration: none;
    background:white;
    color: #e30044;
}