/*
Template:   This file is specific for Wordpress projects with ITM-Theme
Info:       This file will contain project specific variables as colors
Web:        http://www.itmaniax.com
*/
/*****************************************************************************/
/*
Syntax: "var(custom-name, value)"

Possible values for "value":
	#fff
	15px
	FontAwesome
	...etc...

How to give the name of the variable.
	custom-name="--CSS-PROPERTIES_INTUITIVE-NAME_PSEUDO-CLASS"

"custom name" parts:
	1. "--" - mandatory
	2. "CSS-PROPERTIES" - mandatory
	3. "INTUITIVE-NAME" - mandatory
	4. "PSEUDO-CLASS" - optional
*/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/****	COLORS		**********************************************************/
/*****************************************************************************/
:root {
    /* --color_white-2: #ffffff2a;
    --color_white-3: rgba(255, 255, 255, 0.9);
    --color_black-1: #000000;
    --color_gray-1: rgba(0,0,0,0.6);
    --color_gray-2: rgba(0,0,0,.125);
    --itm-ribbon-primary: #00a83f;
    --itm-ribbon-primary-darker: #19682a; 
    --theme-color: #00a83f;
    --theme-color-bg-hover: #218838;
    --theme-color-bg-active: #1a7a2f;
    --theme-color-border-hover: #1e7e34; */
    --theme-color: #8DC63E;
    --theme-color-darker: #5B8829;
    --theme-secondary_color: #333333;
    --theme-tertiary_color: #8cc53d;
}
/*****************************************************************************/
/****	FONTS		**********************************************************/
/*****************************************************************************/
:root {
    --font_fa: FontAwesome;
    --font_f-1_regular: ;
    --font_f-1_semi-bold: ;
    --font_f-1_bold: ;
    --font_f-1_extra-bold: ;
    --font_f-1_medium-italic: ;
    --font_f-2_regular: ;
    --font_f-2_semi-bold: ;
    --font_f-2_bold: ;
    --font_f-2_extra-bold: ;
    --font_f-2_medium-italic: ;
}
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
