/*!
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.
 */

/* Hot Streak Casino — black + fire orange / gold */
:root {
    --lo-bg: #000000;
    --lo-surface: #0d0d0d;
    --lo-surface-2: #141414;
    --lo-gold: #ff5a1f;
    --lo-gold-soft: #ffb347;
    --lo-text: #ffffff;
    --lo-muted: #b8b8b8;
}

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, #d31111 0%, #ff4500 55%, #ff6a23 100%) !important;
    border: 1px solid #ff5a1f !important;
    color: #0a0a0a !important;
}

.page-item,
.contacts-content,
.faq-item,
.tab-item {
    background-color: var(--lo-surface) !important;
    border-color: rgba(255, 90, 31, 0.35) !important;
}

input,
select,
textarea {
    background: var(--lo-surface-2) !important;
    border: 1px solid rgba(255, 69, 0, 0.35) !important;
    color: var(--lo-text) !important;
}

.big-banner .banner-bg {
    border: 1px solid rgba(255, 69, 0, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 140, 0, 0.12);
}
