/*
Theme Name: Ezelian
Author: Josef Salazar
Author URI: josefsalazar.com
Description: Create a perfect website with Ezelian. Ezelian is a WordPress block theme that has more than 5 patterns, 10+ theme colors, it's easy to customize. No need for expensive plugins. Ezelian is one of the most amazing WordPress themes out there!
Tags: blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Tested up to: 6.3
Requires PHP: 7.2
Version: 1.0.5
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ezelian

Ezelian WordPress Theme, (C) 2023 Josef Salazar.
Ezelian is distributed under the terms of the GNU GPL.
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: var(--wp--preset--color--white);
}

.gradient-text {
    background: linear-gradient(90deg, var(--wp--preset--color--accent) 0%, var(--wp--preset--color--primary) 25%, var(--wp--preset--color--primary) 75%, var(--wp--preset--color--accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.glass {
    backdrop-filter: blur(40px);
}

.neumo {
    box-shadow: 7px 7px 6px 1px var(--wp--preset--color--accent)
}

.top-gradient {
    position: relative;
}

.top-gradient * {
    z-index: 2;
}

.top-gradient::before {
    content: "";
    position: absolute;
    top: -800px;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, var(--wp--preset--color--accent-48) 0%, var(--wp--preset--color--base) 70%);
}

.wp-block-navigation {
    z-index: 9999;
}

.wp-block-navigation__responsive-container-content {
    padding: 1rem;
}

.ezelian-footer {
    border-top: 1px solid var(--wp--preset--color--accent);
}

.ezelian-post * + *:not(ul, li) {
    margin-top: 1.5em;
}

.ezelian-post ul, .ezelian-post li {
    margin-left: 1em;
}

.ezelian-post p {
    line-height: 1.8;
}