@charset "UTF-8";

/*
Theme Name: Beeble
Theme URI: https://beeble.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Beeble is a powerful Live Streaming, Video on Demand & Pay Per View WordPress Theme built for creating modern OTT websites like Netflix, Amazon Prime, or Twitch. It includes specialized features for Movies, TV Shows, Live Streaming, Pay-Per-View, Watchlist, Playlists, IMDB rating integration, and subscription plans. Designed with Elementor for easy customization, Beeble offers one-click demo import, SEO-friendly code, blazing fast performance, and translation readiness. Perfect for launching a professional video streaming business with responsive design and premium support.
Requires at least: WordPress 5.9
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: beeble
Tested up to: 6.8.3
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
    --main: #48F955;
    --secondary: #FFCF61;
    --light: #ffffff;
    --dark: #000000;
    --heading: #ffffff;
    --heading2: #050509;
    --body: #ffffffcc;
    --body2: #a1a0a1;
    --bodybg: #050509;
    --btn-bgcolor: #71F336;
    --btn-color: #050509;
    --btn-bgcolor2: #48F94B;
    --btn-color2: #ffffff;
    --btn-bgcolor3: #1CDE75;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --input-background: #1A1A20;
    --input-background2: #1A1A20;
    --background-item: #191c33;
    --background-body: #050509;
    --border-color: #1E1E22;
    --border-color2: #80818d;
    --full-fd: 70px;
}

@media (max-width: 767px) {
    :root {
        --font-size-sm: 12px;
        --line-height-sm: 16px;
    }
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}