/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
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
*/

footer .ultp-block-author {
    display: none !important;
}

.page-id-14778 header, .page-id-14778 footer,
.page-id-15299 header, .page-id-15299 footer,
.page-id-15299 main > .wp-15299-group,
.page-id-15183 header, .page-id-15183 footer,
.page-id-15183 main > .wp-15299-group,
.page-id-14778 main > .wp-block-group {
    display: none !important;
}

.r-popup {
    display: none;
    position: fixed;
    top: 5vh;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.r-popup .popup-content {
    position: relative;
    width: 90%;
    max-width: 80vw;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #000;
    pointer-events: auto;
}

.r-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

button.wp-block-navigation__responsive-container-open svg {
    display: none !important;
}

button.wp-block-navigation__responsive-container-open:before {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    align-items: center;
    background-color: #e6eff9;
    border: none;
    border-radius: 4px;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    font-size: 24px;
}
