@charset "UTF-8";
/*
Theme Name: becentsational-2022
Theme URI: https://www.e-accent.com
Author: E-accent BV
Author URI: https://www.e-accent.com
Version: 0.8.2
*/



/* START GENERIC STYLES */

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

blockquote {
    border-left: 3px solid var(--dark-magenta);
    font-style: italic;
    margin: 1.5rem 0 1.5rem 0;
    padding-left: 1rem;
}

blockquote footer {
    color: var(--dark-magenta);
    font-size: var(--small);
    margin-top: .25em;
}

.serif {
    font-family: var(--serif);
}

.sans-serif {
    font-family: var(--sans-serif);
}

.small {
    font-size: var(--small);
}

.x-small {
    font-size: var(--x-small);
}

.large {
    font-size: var(--large);
}

.x-large {
    font-size: var(--x-large);
}

.italic {
    font-style: italic;
}

.bold {
    font-style: bold;
}

/* 'center' style is defined in /template-parts/inlined-styles.php because it is needed for "Read more" buttons */

.cyan {
    color: var(--cyan);
}

.light-cyan {
    color: var(--light-cyan);
}

.dark-cyan {
    color: var(--dark-cyan);
}

.magenta {
    color: var(--magenta);
}

.light-magenta {
    color: var(--light-magenta);
}

.grey {
    color: var(--grey);
}

.dark-grey {
    color: var(--dark-grey);
}

.light-grey {
    color: var(--light-grey);
}

.white {
    color: white;
}


.bg-cyan {
    background-color: var(--cyan);
}

.bg-light-cyan {
    background-color: var(--light-cyan);
}

.bg-dark-cyan {
    background-color: var(--dark-cyan);
}

.bg-magenta {
    background-color: var(--magenta);
}

.bg-light-magenta {
    background-color: var(--light-magenta);
}

.bg-grey {
    background-color: var(--grey);
}

.bg-dark-grey {
    background-color: var(--dark-grey);
}

.bg-light-grey {
    background-color: var(--light-grey);
}

.bg-white {
    background-color: white;
}

.padded {
    padding: 1.5em;
}

.cols {
    column-count: 2;
    column-gap: 2em;
    column-width: 15em;
}



/* RELATED ARTICLES */

.related-articles .header {
    font-size: var(--large);
    margin-bottom: .75em;
    text-align: center;
}


/* ADS */

.content-ads {
    min-width: 300px !important;
}


/* PAGE HEADER */
/* We defer downloading the background image as it is less critical */

.page-header .container {
    background-image: url('assets/images/texture.jpg');
}



/* ARTICLE DIRECTORY */

.article-directory {
    --gutter: 3em;
    font-size: var(--small);
}

.article-directory-small .container {
    font-size: var(--x-small);
}

.article-directory a {
    margin: -1.5em;
    padding: 1.5em;
}

.article-directory .container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter);
    justify-content: center;
    margin: 2rem 0;
}

.article-directory .article-preview {
    margin: -1rem;
    padding: 1rem;
    width: min(100%, 20em);
}

.article-directory .article-preview picture {
    display: block;
    margin-bottom: 1em;
    /* prevent strong CLS effects */
    min-height: 11.5em;
}

.article-directory .article-preview img {
    display: block;
    height: auto;
    width: 100%;
}

.article-directory .article-preview .metadata {
    line-height: 1.33;
    text-align: center;
}

.article-directory .article-preview .date {
    color: #666;
    font-size: var(--x-small);
    margin: 1em 0;
}

.article-directory .article-preview .tag {
    background-color: #555;
    border-radius: .5em;
    color: white;
    display: inline-block;
    font-size: var(--xx-small);
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 .5em;
    padding: 0 .5em;
}

.article-directory .article-title {
    font-size: var(--x-large);
    margin: .75em 0;
}

.article-directory-small .article-title {
    font-size: var(--medium);
}



/* TOPIC DIRECTORY */

.topic-directory {
    font-size: var(--large);
    line-height: 1.67em;
    margin: 3rem auto;
    max-width: 32em;
    text-align: center;
}

.topic-directory a {
    text-decoration-line: underline;
    text-decoration-color: var(--cyan);
    white-space: nowrap;
}

.topic-directory a:not(:first-child)::before {
    color: #ccc;
    content: '•';
    display: inline-block;
    margin-right: .5em;
    text-decoration: none;
}


/* RELATED ARTICLES */

.related-articles a {
    text-decoration-color: var(--cyan);
    text-decoration-line: underline;
}



/* ARTICLE CONTENT */



.article-content :is(h1, h2, h3, h4, h5, h6) {
    margin: 1.5em 0 .75em 0;
}

.article-content :is(h1, h2, h3, h4, p, li, nav) a {
    color: var(--dark-cyan);
    text-decoration: underline;
    text-decoration-color: var(--dark-cyan);
}


.article-content h2 {
    font-size: var(--x-large);
    scroll-margin-top: 1.5em;
}

.article-content h3 {
    font-size: var(--large);
}

.article-content h4 {
    font-size: var(--medium);
    font-weight: bold;
}

.article-content ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 1.5em;
}

.article-content ul li li {
    list-style-type: circle;
}

.article-content ol li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 1.5em;
}


.article-content img {
    display: block;
    height: auto;
    width: 100%;
}

.article-content figure {
    margin: 2.5em 0;
}

.article-content figcaption {
    padding: .5em 0;
    font-size: var(--small);
    font-style: italic;
    text-align: center;
}





/* ABOUT SECTION */

.about-the-author {
    margin: 3rem 0;
}

.about-the-author .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem;
    justify-content: center;
}

.about-the-author picture {
    margin-top: .25em;
}

.about-the-author picture img {
    border-radius: .5em;
    height: auto;
    width: 15rem;
}

.about-the-author .text-block {
    max-width: 24em;
}

.about-the-author .header {
    font-size: var(--x-large);
    margin-bottom: .75em;
}


/* FOOTER */

.page-footer {
    background-image: url('assets/images/texture.jpg');
    margin-top: 3rem;
    text-align: center;
    padding: 3rem 2rem;
}

.page-footer .site-logo {
    height: 2.5rem;
}

.footer-nav {
    font-family: var(--sans-serif);
    font-size: var(--small);
    line-height: 2;
    text-transform: uppercase;
}

.dotted-separators>* {
    display: inline-block;
    margin: .5em;
    white-space: nowrap;
}

.dotted-separators>*:not(:first-child)::before {
    color: var(--cyan);
    content: '•';
    display: inline-block;
    margin-right: .7em;
    text-decoration: none;
}




/* RESET INITIAL (PRIORITY) DISPLAY */
/* Re-enable the items that we initially hid in the inline CSS in HEAD */

.defer {
    display: block !important;
}

.main-nav>* {
    display: block;
}


/* MAIN NAVIGATION */

.main-nav label[for=menu-toggle],
.main-nav #menu-toggle,
.main-nav .menu-icon {
    display: none;
}

.main-nav .site-logo {
    order: 1;
}

.main-nav .spacer {
    order: 1;
    flex-grow: 4;
}

.main-nav .menu-item {
    order: 3;
}


/* --main-nav-breakpoint doesn't work */
@media screen and (max-width: 1000px) {

    .main-nav {
        flex-wrap: wrap;
        gap: 2em .75em;
    }

    .main-nav label[for=menu-toggle],
    .main-nav #menu-toggle,
    .main-nav .menu-icon {
        display: block;
    }

    .main-nav label[for=menu-toggle],
    .main-nav #menu-toggle {
        cursor: pointer;
    }

    .main-nav .menu-item {
        display: none;
        text-align: center;
        width: 100%;
    }

    .main-nav .menu-closed {
        display: block;
    }

    .main-nav label[for=menu-toggle] {
        order: 2;
    }

    .main-nav #menu-toggle {
        position: absolute;
        top: 0.16rem;
        right: -0.07rem;
        height: 2em;
        margin: 0;
        width: 2em;
    }

    .main-nav .menu-item:last-of-type {
        padding-bottom: var(--page-margin);
    }

    .main-nav #menu-toggle:checked~.menu-item {
        display: block;
    }

    .main-nav #menu-toggle:checked~label[for=menu-toggle] {
        display: none;
    }

    .main-nav .menu-icon.menu-opened {
        display: none;
    }

    .main-nav #menu-toggle:checked~.menu-icon.menu-opened {
        display: block;
    }

    .main-nav #menu-toggle:checked~.menu-icon.menu-closed {
        display: none;
    }
}





/* MAIN AND FOOTER NAVIGATION */

*:where(.main-nav, .footer-nav, .topic-directory) a {
    margin: -.5em;
    padding: .5em;
    text-decoration-line: underline;
}

.main-nav a {
    text-decoration-color: var(--cyan);
}

.footer-nav a {
    text-decoration-color: var(--dark-cyan);
}


/* POSTS NAVIGATION */

.posts-navigation {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}

.posts-navigation a {
    background-color: var(--dark-cyan);
    border-radius: .25em;
    color: white;
    margin: 0 .5em;
    padding: .25em .5em;
    text-decoration: none;
}

.posts-navigation a:hover {
    background-color: var(--dark-grey);
}




/* SEARCH FORM */

.search-form {
    display: flex;
    flex-wrap: nowrap;
    font-family: var(--sans-serif);
    justify-content: center;
    margin: 1em 0;
}

.search-form .search-field-label {
    width: 100%;
}

.search-form input.search-field {
    background-color: white;
    border: 1px solid grey;
    border-right: none;
    border-radius: .25em 0 0 0.25em;
    padding: .33em;
}

.search-form input.submit {
    background-color: var(--dark-cyan);
    border: 1px solid grey;
    border-left: none;
    border-radius: 0 .25em 0.25em 0;
    color: white;
    padding: .33em .75em;
}

.no-results {
    font-size: var(--large);
    margin: 0 auto;
    max-width: 24em;
    min-height: 45vh;
    padding: 3rem;
    text-align: center;
}


/* GUTENBERG LEGACY STYLES */

.uagb-blockquote footer {
    display: flex;
    justify-content: space-between;
}

.uagb-blockquote__tweet-button {
    background-color: #1da1f2;
    border-radius: 2em;
    color: white;
    font-family: sans-serif;
    font-size: var(--x-small);
    font-style: normal;
    padding: 0 .75em;
}

.uagb-blockquote__tweet-button:hover {
    background-color: black !important;
}

.uagb-blockquote__tweet-label {
    margin-left: .25em;
}

.uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button svg {
    fill: white;
    height: 1em;
    vertical-align: -0.15em;
}