/*
Theme Name: MyWiki child
Theme URI: http://fasterthemes.com/wordpress-themes/mywiki
Description: MyWiki is simple, lightweight and fast loading WordPress Theme for individuals and companies to manage their Knowledge-base or Support or Wiki or Frequently Asked Questions (FAQs) through a WordPress website. It is powered by Ajax search. It is a mobile responsive theme based on Twitter bootstrap framework. It is a translation ready theme and hence can be translated to any LTR language. Step by step documentation and tutorial is available for free here: https://fasterthemes.com/documentation/mywiki/
Author: FasterThemes
Author URI: http://fasterthemes.com/
Template:     mywiki
Tags: custom-background, custom-menu, full-width-template, theme-options, right-sidebar, featured-images, post-formats, sticky-post, editor-style , translation-ready
Requires PHP: 7.4
Requires at least: 5.4
Tested up to: 6.0
version: 4.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
This theme, like WordPress, is licensed under the FasterThemes.
Use it to make something cool, have fun, and share what you've learned with others.
Text Domain: mywiki
*/

/****** Main CSS ******/

@import url("../mywiki/style.css"); 		/* CSS Reset + Basic WordPress Styles */

.searchwrap {
    background: none repeat scroll 0 0 #008783;
  }

ul li {
    color: #008783;
}

#footer {
    background: #008783 !important;
}

a,  h1, h2, h3, h4, h5, h6, .cat-heading a, .cat-title, .cat-title span, .header-text {
    color: #008783;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #008783;
}
.navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	color: #008783;
}
a:hover, a.wid-cat-title p:hover, a:focus {
	color: #008783 !important;
}