/*!
Theme Name: EveryOne
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: EveryOne
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EveryOne is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Vlad Casino — neon night (magenta / cyan / violet) */
:root {
    --lo-bg: #06020f;
    --lo-surface: #12081f;
    --lo-surface-2: #1a0f2e;
    --lo-gold: #c026fc;
    --lo-gold-soft: #67e8f9;
    --lo-text: #f5f3ff;
    --lo-muted: #a5b4fc;
}

body,
.header,
.footer,
.site-footer,
.banner-background,
.page-section,
.screen,
.mobile-wrap,
.header .menu-item-has-children .sub-menu {
    background-color: var(--lo-bg) !important;
    color: var(--lo-text) !important;
}

a,
.menu a,
.nav a,
.main-text-content a,
.page-text a {
    color: var(--lo-gold-soft) !important;
}

a:hover,
.menu a:hover,
.nav a:hover {
    color: var(--lo-gold) !important;
}

.btn,
.btn-primary,
.btn-danger,
.offer-btn,
.header .btn-danger,
.header .btn-primary,
.btn.btn-danger,
.btn.btn-primary,
.btn.offer-btn {
    background: linear-gradient(135deg, #e879f9 0%, #c026fc 50%, #7c3aed 100%) !important;
    border: 1px solid rgba(34, 211, 238, 0.45) !important;
    color: #faf5ff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45), 0 0 16px rgba(192, 38, 252, 0.25) !important;
}

.page-item,
.contacts-content,
.faq-item,
.tab-item {
    background-color: var(--lo-surface) !important;
    border-color: var(--lo-gold) !important;
}

input,
select,
textarea {
    background: var(--lo-surface-2) !important;
    border: 1px solid rgba(192, 38, 252, 0.28) !important;
    color: var(--lo-text) !important;
}

.big-banner .banner-bg {
    border: 1px solid rgba(192, 38, 252, 0.4);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(34, 211, 238, 0.1);
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

