/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://contentandcreations.nl
Template: twentytwentyfive
Author: Content and Creations
Author URI: https://contentandcreations.nl
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1747395894
Updated: 2025-05-16 11:44:54

*/
@media (min-height: 601px) {
    .fixed-header {
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}
@media (max-height: 600px) {
    .fixed-header {
        display: none;
    }
}

.flex-reverse-row {
    flex-direction: row-reverse;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    height: 0.8em;
    margin-left: 0;
    padding-bottom: 1em;
    width: 2em;
}
a.clickable-cover-button {
    padding-top: 6rem;
}
.clickable-cover .wp-block-cover__inner-container, .clickable-cover .wp-block-buttons {
    height: 100%;
}
.clickable-cover a.wp-block-button__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
}


/* Yoast faq accordion start ---------------------------------------- */
.schema-faq-section {
    font-family: Arial;
    background: var(--wp--preset--color--accent-4);
    margin: 1rem 0;
    border: 2px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    box-shadow: var(--wp--preset--shadow--natural);
    font-weight: normal;
}

.schema-faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity ease 0.25s;
    padding: 1rem;
    color: var(--wp--preset--color--primary);
    font-size: var(--wp--preset--font-size--large);
    font-weight: normal;
}

.schema-faq-question:hover {
    color: var(--wp--preset--color--secondary);
}

.schema-faq-question:after {
    width: 16px;
    display: inline-block;
    margin-left: auto;
    margin-right: 5px;
    vertical-align: top;
    color: inherit;
    content: "+";
}

.schema-faq-question.collapse:after {
    content: "-";
}

.schema-faq-question:hover {
    opacity: 0.75;
}

.schema-faq-answer {
    padding: 0 1rem 1rem 1rem;
    display: none;
}

.schema-faq-answer.default {
    display: block;
}

/* Backend Styles: Ensure all content is visible in the block editor */

.editor-styles-wrapper .schema-faq-question {
    cursor: text;
}

.editor-styles-wrapper .schema-faq-answer {
    display: block; }
/* Yoast faq accordion end ---------------------------------------- */