/*
Theme Name: Crafter
Theme URI: https://www.quemalabs.com/theme/crafter/
Author: Quema Labs
Author URI: https://www.quemalabs.com
Description: Crafter is a great business and corporate theme. Works on all devices from computer to mobile with its responsive design. Optimized for SEO, easy to customize and translation ready.
Version: 1.0.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: crafter
Tags: right-sidebar, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1. Header
2. Home
3. Blog & Pages
4. Sidebar
5. Footer
6. Comments
7. Flickity
8. Pace
9. WordPress Default
10. External Plugins
11. Global Styles
12. Responsive Styles
LESS Variables and Mixins
----------------------------------------------------------------
*/



/*
==========================================
1. Header
========================================== 
*/
@import "theme_less/_header.less";


/*
==========================================
2. Home
========================================== 
*/
@import "theme_less/_home.less";


/*
==========================================
3. Blog & Pages
========================================== 
*/
@import "theme_less/_blog-pages.less";


/*
==========================================
4. Sidebar
========================================== 
*/
@import "theme_less/_sidebar.less";


/*
==========================================
5. Footer
========================================== 
*/
@import "theme_less/_footer.less";


/*
==========================================
6. Comments
========================================== 
*/
@import "theme_less/_comments.less";


/*
==========================================
7. Flickity
========================================== 
*/
@import "theme_less/_flickity.less";


/*
==========================================
8. Pace (Loading animation)
========================================== 
*/
@import "theme_less/_pace.less";


/*
==========================================
9. WordPress Default
========================================== 
*/
@import "theme_less/_wp-default.less";


/*
==========================================
10. External Plugins
========================================== 
*/
@import "theme_less/_external-plugins.less";


/*
==========================================
11. Global Styles
========================================== 
*/
@import "theme_less/_global.less";


/*
==========================================
12. Responsive Styles
========================================== 
*/
	/*
	// Extra Small Breakpoint
	// ------------------
	*/
	@import "theme_less/_mediaquery-xs.less";

	/*
	// Small Breakpoint
	// ------------------
	*/
	@import "theme_less/_mediaquery-sm.less";

	/*
	// Medium Breakpoint
	// ------------------
	*/
	@import "theme_less/_mediaquery-md.less";

	/*
	// Extra Larga Breakpoint
	// ------------------
	*/
	@import "theme_less/_mediaquery-lg.less";


/*
==========================================
LESS Variables and Mixins
========================================== 
*/
@import "less/variables.less"; // Modify this for custom colors, font-sizes, etc
@import "less/mixins.less";
@import "theme_less/_animate.min.less";