/**
 * Table of Contents:
 *
 * 1 - FONT
 * 2 - BASE STYLE	
 * 3 - LAYOUT STYLE
 * 4 - MENU STYLE
 * 5 - WIDGETS STYLE
 * 6 - POST STYLE
 * 7 - PAGE STYLE
 * 8 - TYPOGRAPHY STYLE
 * 9 - EFFECT STYLE
 * 10 - CUSTOMIZE STYLE
 */

@import "variables/variables_global";
@import "variables/variables"; 
@import "variables/variables_template";

@import "mixins/mixins";
@import "mixins/template";
@import "rtl/rtl";

@import "uikit/uikit-variables.scss";
@import "uikit/uikit-mixins.scss";

/*------------------------------------------------------------------*\	
				1 - FONT																											
\*------------------------------------------------------------------*/
@import "template/font";
/*------------------------------------------------------------------*\	
				2 - BASE STYLE																												
\*------------------------------------------------------------------*/
@import "template/base";
/*------------------------------------------------------------------*\	
				3 - GRID STYLE																										
\*------------------------------------------------------------------*/
@import "template/grid";
/*------------------------------------------------------------------*\	
				4 - LAYOUT STYLE																										
\*------------------------------------------------------------------*/
@import "template/layout";
/*------------------------------------------------------------------*\	
				5 - HEADER STYLE																											
\*------------------------------------------------------------------*/
@import "template/header";
/*------------------------------------------------------------------*\	
				5 - MENU STYLE																											
\*------------------------------------------------------------------*/
@import "template/menu";
/*------------------------------------------------------------------*\	
				6 - SHORTCODE STYLE																										
\*------------------------------------------------------------------*/
@import "template/vc"; 
/*------------------------------------------------------------------*\	
				7 - WIDGETS STYLE																										
\*------------------------------------------------------------------*/
@import "template/widgets";
@import "template/login";
/*------------------------------------------------------------------*\	
				8 - POST TYPE																										
\*------------------------------------------------------------------*/
@import "template/post";
@import "template/gallery";
@import "template/event";
@import "template/portfolio";
@import "template/give";
@import "template/testimonial";
@import "template/team";
/*------------------------------------------------------------------*\	
				9 - PAGE STYLE																										
\*------------------------------------------------------------------*/
@import "template/page";
/*------------------------------------------------------------------*\	
				10 - COMMENT STYLE																											
\*------------------------------------------------------------------*/
@import "template/comment";
/*------------------------------------------------------------------*\	
				11 - EFFECT STYLE																											
\*------------------------------------------------------------------*/
@import "template/effect";
/*------------------------------------------------------------------*\	
				12 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
@import "template/breadcrumb";    
/*------------------------------------------------------------------*\	
				13 - PLUGIN STYLE																										
\*------------------------------------------------------------------*/
@import "template/plugins"; 

@import "uikit/core/grid.scss";
@import "uikit/core/animation.scss"; 
