@charset "UTF-8";

/*
Theme Name: FindLove
Theme URI: https://findlove.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: FindLove is a versatile, feature-rich WordPress theme designed to empower entrepreneurs, dating agencies, and community builders to launch their own professional matchmaking platform, dating app, or social networking site with ease. Whether you're targeting serious singles, LGBTQ+ communities, or niche dating markets, FindLove provides everything you need to create a dynamic, interactive, and secure dating ecosystem.
Requires at least: WordPress 4.9.6
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: findlove
Tested up to: 6.8.2
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: #6637ED;
    --accent: #EA4579;
    --secondary: #BD9DFE;
    --text: #5D5C62;
    --light: #ffffff99;
    --light-accent: #F5E9FF;
    --white: #ffffff;
    --green: #70833c;
    --heading: #161616;
    --body: #5D5C62;
    --bodybg: #ffffff;
    --btn-color: #ffffff;
    --btn-color2: #161616;
    --btn-bgcolor: #161616;
    --btn-bgcolor2: #EA4579;
    --e-global-color-primary: #6637ED;
    --e-global-color-secondary: #EA4579;
    --menu-color: #161616;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --font-size-md: 18px;
    --line-height-md: 25.2px;
    --swiper-pagination-color:#161616;
}

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

button.btn-theme {
    border: 0;
}