/*
 Theme Name: The Wallabys
 Theme URI: https://www.wallabys.nl
 Author: Joost Timmerman
 Description:
 Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
 Version: 1.0
 Requires at least: 5.0
 Tested up to: 5.4
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */


.additional-featured-images ul li:first-child {
    display: none;
}

.main-featured-image .wp-block-cover {
    align-items: end;
}

/*.is-style-term-button a {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--background-primary);
}*/

header {
    text-transform: uppercase;
    border-bottom: 1px solid #1e2939;
    background-color:  var(--wp--custom--color--card-bg);
}

.wp-block-polylang-language-switcher {
    margin: 0;
    padding: 0;
}

.wp-block-polylang-language-switcher li {
    list-style: none;
    display: inline-block;
    margin-left: 1ex;
}

.tekstvak {
    background-color: var(--wp--custom--color--card-bg);
    padding: var(--wp--preset--spacing--xx-small);
    border-radius: var(--wp--custom--border-radius--medium);
}

footer {
    border-top: 2px solid var(--wp--preset--color--primary);
}
