@charset "UTF-8";
/*
Theme Name: Vennabit
Theme URI: https://vennabit.com
Author: Vennabit
Author URI: https://vennabit.com
Description: Vennabit 
Requires at least: WordPress 4.9.6
Version: 2.0.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: vennabit
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: #cbfb45;
  --secondary: #161617;
  --neutral: #232325;
  --darker: #000000;
  --text: #898990;
  --whiter: #f3f3f3;
  --white: #ffffff;
  --dark: #151517;
  --green: #70833c;
  --heading: #f3f3f3;
  --body: #898990;
  --bodybg: #ffffff;
  --btn-color: #151517;
  --btn-color2: #f3f3f3;
  --btn-bgcolor: #cbfb45;
  --e-global-color-primary: #cbfb45;
  --e-global-color-secondary: #ffffff;
  --menu-color: #ffffff;
}

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

button.btn-theme {
  border: 0;
}
