/*
Theme Name: Civic Tech TO
Theme URI: 
Author: Civic Tech TO
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: civic-tech-to
Tags: 
*/
a[rel='home'] {
    position: relative;
    top: 0.7rem;
}
strong {
    font-weight: 600;
}
.wp-block-button a:hover,
.wp-block-button a:active,
.wp-block-button a:focus {
    background-color: white;
}
a[rel='home'] {
    text-wrap: nowrap;
}

#mc_embed_shell #mc_embed_signup * {
    font-family: Manrope, sans-serif;
    font-size: var(--wp--preset--font-size--large);
}
#mc_embed_shell #mc_embed_signup form {
    margin: 0;
}
#mc_embed_shell #mc_embed_signup .button {
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
    margin: 0;
    height: auto;
    border: 1px solid #fdbe21;
    background-color: #fdbe21;
    color: var(--wp--preset--color--black);
    font-weight: 600;
    border-radius: 0;
}
#mc_embed_shell #mc_embed_signup .button:hover,
#mc_embed_shell #mc_embed_signup .button:active,
#mc_embed_shell #mc_embed_signup .button:focus {
    background-color: var(--wp--preset--color--white);
    /* color: var(--wp--preset--color--black); */
}
#mc_embed_shell #mc_embed_signup div *:not(strong) {
    font-weight: 300;
}
#mc_embed_shell #mc_embed_signup div strong {
    font-weight: 600;
}
#mc_embed_shell
    #mc_embed_signup
    .mc-field-group
    label:not(li:has(input[type='checkbox']) label) {
    font-weight: 600;
}
footer #mc_embed_signup {
    background-color: #fdbf21;
}
footer #mc_embed_shell #mc_embed_signup .button {
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
    margin: 0;
    height: auto;
    border: 1px solid #fdbe21;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    font-weight: 600;
    border-radius: 0;
}
footer #mc_embed_shell #mc_embed_signup .button:hover,
footer #mc_embed_shell #mc_embed_signup .button:active,
footer #mc_embed_shell #mc_embed_signup .button:focus {
    background-color: #fdbe21;
    border-color: var(--wp--preset--color--white);
    /* color: var(--wp--preset--color--black); */
}
.wpel-icon-right .wpel-icon.wpel-image {
    background-size: 1rem 1rem;
    height: 1rem;
    width: 1rem;
    /* margin-left: 0; */
    /* margin-top: ; */
}
.wp-block-button .wpel-icon-right .wpel-icon.wpel-image {
    margin-left: 0.3rem;
}

.home header .wp-block-group:has(> .wp-block-site-title) {
    justify-content: end;
}
.home header .wp-block-site-title {
    display: none;
}
@media screen and (max-width: 600px) {
    main h1 {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        word-wrap: normal;
    }
    .wp-site-blocks header .wp-block-site-title {
        display: block;
        font-size: var(--wp--preset--font-size--huge) !important;
    }
    .wp-site-blocks .wp-block-group:has(> .wp-block-site-title) {
        justify-content: center;
    }
    .wp-site-blocks header .wp-block-navigation-item__content {
        text-align: center;
    }
    .wp-site-blocks header .wp-block-button__link {
        padding: 0.5rem !important;
    }
    .wp-site-blocks header .wp-block-button__link .wpel-icon {
        display: none;
    }
}

/* .nf-form-content input[type='submit'] {
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}
.nf-form-content input[type='submit']:hover {
    background-color: black;
    color: white;
}
.nf-form-content input[type='submit']:active {
    background-color: #333;
    color: white;
}
.nf-form-content input[type='submit']:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.nf-form-content input[type='text'],
.nf-form-content input[type='email'] {
    border: 2px solid black;
    padding: 10px;
    font-size: 1.2rem;
    width: 100%;
    box-sizing: border-box;
}
.nf-form-content li:has(input[type='checkbox']) {
    display: flex;
    align-items: center;
} */
