/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/

:root {
	--theme-color-1: #005899;
	--theme-color-2: #e94e1b;
}

.bg-color-1 {
	background-color: var(--theme-color-1);
	border-color: var(--theme-color-1);
}

.bg-color-1 a {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}

a {
    color: var(--theme-color-1);
}

.info_box.style_3 .info_box_text {
	background: var(--theme-color-1);
}

.icon_box.style_10 .icon_box_inner {
	background: var(--theme-color-1);
}

.header-box .consulting-header-button {
	background-color: var(--theme-color-2);
}

.header-box .consulting-header-button:hover {
	background: var(--theme-color-1);
}

#footer .footer_widgets .widget .widget_title {
	color: var(--theme-color-1);
}