@charset "UTF-8";

/*
Theme Name: GreenSolar
Theme URI: https://greensolar.gavencreative.com
Author: the JWSThemes team
Author URI: https://gavencreative.com
Description: Greensolar WordPress Theme is the ultimate choice for getting started with a website presenting services, projects, and products of renewable energy, a store of trendy solar panels firms, solar panels maintenance company.
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: greensolar
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: #63be60;
    --secondary: #ff5e14;
    --bg-color: #0d242e;
    --text: #3f485d;
    --light: #ECEBF6;
    --white: #ffffff;
    --green: #70833C;
    --heading: #39364F;
    --body: #3f485d;
    --bodybg: #ffffff;
    --btn-color: #FFFFFF;
    --btn-bgcolor: #63be60;
    --btn-bgcolor2: #ff5e14;
    --e-global-color-primary: #63be60;
    --e-global-color-secondary: #ff5e14;
    --menu-color: #39364F;
}

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

button.btn-theme {
    border: 0;
}