/*
	Theme Name: Infocenter Child Theme
	Version: 1.2
	Theme URI: https://fluentthemes.com
	Description: A basic starter child theme for Infocenter
	Author: Fluent-Themes
	Author URI: https://themeforest.net/user/fluent-themes
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html	
	Template: infocenter
*/

/* ================================================================ 
     GLOBAL STYLES - Start your custom styles from below
=================================================================== */

:root {
    --cj-shell: #26231f;
    --cj-red: #9f1d2d;
    --cj-amber: #c58a2f;
    --cj-paper: #fbfaf7;
    --cj-green: #2f6f4e;
}

body {
    background: var(--cj-paper);
}

#header .logo h2 a,
#header .logo a,
.navigation > .header-menu > ul > li > a {
    color: var(--cj-shell);
}

.navigation > .header-menu > ul > li:hover > a,
.navigation > .header-menu > ul > li.current_page_item > a,
.question h2 a:hover,
.question-tags a,
.widget h3.widget_title {
    color: var(--cj-red) !important;
}

.button,
input[type="submit"],
.pagination span.current,
.pagination a:hover,
.question-type,
.breadcrumbs,
.tab a.current {
    background-color: var(--cj-red) !important;
}

.question,
.page-content,
.share-tags,
.about-author,
.user-question {
    border-color: #e8dfd2;
}

.question-category a,
.question-date,
.question-comment,
.question-view {
    color: #6d655d;
}

.question .question-type {
    border-radius: 2px;
}

.question-answered,
.commentform.ribbon span {
    background-color: var(--cj-green) !important;
}

.infocenter-infotex {
    background-color: var(--cj-shell) !important;
}

.infocenter-infotex .publish-question,
.infocenter-infotex .col-md-12 a {
    background-color: var(--cj-red) !important;
}

.infocenter-infotex .publish-question:hover,
.infocenter-infotex .col-md-12 a:hover {
    background-color: var(--cj-amber) !important;
}
