/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1723106763
Updated: 2024-08-08 08:46:03

*/

/* Header */
.site-header .site-navigation ul.menu li.current-menu-item a {text-decoration:underline;text-underline-offset:10px;}

/* CookieHub */
.cookiehub-declaration { word-break:break-word; }
.cookiehub-declaration p { padding-left:0 !important; padding-right:0 !important; color:#000;font-size:16px !important; } .cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; }
.cookiehub-declaration td { color:#000; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000; }
/* End CookieHub */

/* CUSTOM */
.hidden {display:none;}

#colophon .btn-donate {
    display:flex;
    align-items:center;
    width:fit-content;
}

#colophon .btn-donate a {
    background-color:var(--e-global-color-accent);
    color:#FFF;

    font-family:var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size:18px;
    font-weight:500;
    letter-spacing:.5px;
    padding:.6em 1.2em;
    line-height:1em;
    border-radius:5px;
}

#colophon .btn-donate.btn-xl a {
    font-size: 24px;
    padding: .8em 2.4em;
}

.post-letter {
    padding:80px 20px;
}

.post-letter .letter-inner {
    max-width:720px;
    margin:0 auto;
}

.post-letter .letter-title {
    margin-bottom:20px;
}

.post-letter .letter-title h1 {
    font-size:32px;
    margin:0;
    line-height:1.2em;
}

@media only screen and (min-width: 768px) {
    #site-header ul > .btn-donate {
        display:flex;
        align-items:center;
        width:fit-content;
    }

    #site-header ul > .btn-donate a {
        background-color:var(--e-global-color-accent);
        color:#FFF;

        font-family:var( --e-global-typography-primary-font-family ), Sans-serif;
        font-size:18px;
        font-weight:500;
        letter-spacing:.5px;
        padding:.6em 1.2em;
        line-height:1em;
        border-radius:5px;
    }
    #site-header ul > .btn-donate.current-menu-item a {text-decoration:unset;}
    #site-header ul > li:last-child {margin-left:1em;}
}

@media only screen and (max-width: 768px) {
    #site-header ul > .btn-donate a,
    #site-header ul > .btn-donate.current-menu-item a {
        text-decoration:unset;
        background-color:var(--e-global-color-primary);
        color:#FFF;
    }
}