/* ===================================================================================

Theme Name: Tekmino Child
Theme URI: https://tekmino.themejunction.net/
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Description: Tekmino is an IT Solutions & Services WordPress Theme.
Version: 1.0.0
Template: tekmino
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

We encourage you to create Child theme for any modifications you will want to do.

Why use Child theme?

Because of future updates we may provide for this theme that will overwrite your
modifications and all your custom work.

If you are not familiar with Child Themes, you can read about it here:
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/* ===== WOHO brand colour override =====
   The Tekmino parent stylesheet hardcodes --tj-color-theme-primary to its stock
   lime (#D3ED31) in :root, and those declarations are printed after the
   Customizer value, so they win on document order.
   This lives in the child stylesheet rather than Additional CSS because
   WP Compress rewrites the Additional CSS block to type="wpc-stylesheet",
   which browsers do not parse as CSS at all.
   ===================================================================== */
:root,
body {
  --tj-color-theme-primary: #00EF9D !important;
}

.seopress-user-consent button:hover {
  background: #00EF9D;
}
