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

/*--------------------------------------------------------------
# Neospin – единая цветовая гамма на всех страницах
--------------------------------------------------------------*/
body {
    background-color: #26292b !important;
    color: #ffffff !important;
}
.header,
.header .menu-item-has-children .sub-menu,
.footer,
.site-footer,
.banner-background,
.page-section,
.screen,
.mobile-wrap {
    background-color: #26292b !important;
}
.footer {
    background-color: #1e2124 !important;
}
.main-text-content a,
.page-text a,
.menu a,
.nav a,
a {
    color: #78ed1c !important;
}
.menu a:hover,
.nav a:hover,
a:hover {
    color: #ffffff !important;
}
body.banner-background .screen-content {
    background-color: #2e3033 !important;
}
.offer-title,
.offer-desc {
    color: #ffffff !important;
}
body.banner-btn .offer-btn,
.header .btn-danger {
    background-color: #78ed1c !important;
}
.btn.btn-primary,
.btn.offer-btn {
    background: linear-gradient(135deg, #78ed1c, #69D700) !important;
    border-color: #5eb818 !important;
    color: #26292b !important;
}
.page-item {
    background-color: #26292b !important;
    border-color: #78ed1c !important;
}
/* Внутренние страницы (terms, contact, privacy и т.д.) */
body.page,
body.single,
.page-section,
.screen,
main,
#page,
#content,
.container {
    background-color: #26292b !important;
    color: #ffffff !important;
}
/* Все кнопки — текст чёрный */
.btn,
.btn-danger,
.btn-primary,
.banner-cta,
.wheel-modal-btn,
a.btn {
    color: #26292b !important;
}

/*--------------------------------------------------------------
# FAQ — компактный блок и плавный аккордеон
--------------------------------------------------------------*/
.faq-compact .tab {
    padding: 12px 18px !important;
    margin-bottom: 8px !important;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}
.faq-compact .tab-title-row .tab-title {
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 500;
}
@media (max-width: 700px) {
    .faq-compact .tab-title-row .tab-title {
        font-size: 13px !important;
    }
}
.faq-compact .tab .faq-item-icon {
    font-size: 20px !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-compact .tab.active .faq-item-icon {
    transform: rotate(180deg);
}
/* Плавное открытие/закрытие ответа */
.faq-compact .tab-ans {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, margin-top 0.35s ease;
}
.faq-compact .tab.active .tab-ans {
    max-height: 900px;
    opacity: 1;
    margin-top: 10px !important;
}
.faq-compact .tab .tab-title-row {
    padding: 0;
}

