/home/blackyak/www/wordpress/wp-content/themes/travivu/assets/sass/template.scss
/**
 * 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_template"; 
 
@import "bootstrap/mixins"; 
@import "mixins/mixins";
@import "mixins/template";
 
/*------------------------------------------------------------------*\	
				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 - ELEMENTS STYLE																										
\*------------------------------------------------------------------*/
@import "template/elementor"; 
/*------------------------------------------------------------------*\	
				7 - WIDGETS STYLE																										
\*------------------------------------------------------------------*/
@import "template/widgets";
@import "template/custom_block";
/*------------------------------------------------------------------*\	
				8 - POST TYPE																										
\*------------------------------------------------------------------*/
@import "template/post";
@import "template/event";
@import "template/portfolio";
/*------------------------------------------------------------------*\	
				9 - PAGE STYLE																										
\*------------------------------------------------------------------*/
@import "template/page";
/*------------------------------------------------------------------*\	
				10 - FORM STYLE																											
\*------------------------------------------------------------------*/
@import "template/form";
/*------------------------------------------------------------------*\	
				11 - COMMENT STYLE																											
\*------------------------------------------------------------------*/
@import "template/comment";
/*------------------------------------------------------------------*\	
				12 - EFFECT STYLE																											
\*------------------------------------------------------------------*/
@import "template/effect";
/*------------------------------------------------------------------*\	
				13 - CUSTOMIZE STYLE																										
\*------------------------------------------------------------------*/
@import "template/breadcrumb";    
/*------------------------------------------------------------------*\	
				14 - PLUGIN STYLE																										
\*------------------------------------------------------------------*/
@import "template/plugins";