/*
Theme Name: Caos
Theme URI: https://www.quemalabs.com/theme/caos/
Author: Quema Labs
Author URI: https://www.quemalabs.com
Description: Caos is an incredible blogging theme using the new WordPress REST API for an AJAX experience. With an unique responsive design making it unlike any other theme.
Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: caos
Tags: dark, black, gray, responsive-layout, 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, photoblogging
*/

/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1. Header
2. Blog & Pages
3. Sidebar
4. Footer
5. Comments
6. Pace
7. WordPress Default
8. External Plugins
9. Global Styles
10. Responsive Styles
LESS Variables and Mixins
----------------------------------------------------------------
*/



/*
==========================================
1. Header
========================================== 
*/
@import "theme_less/_header.less";


/*
==========================================
2. Blog & Pages
========================================== 
*/
@import "theme_less/_blog-pages.less";


/*
==========================================
3. Sidebar
========================================== 
*/
@import "theme_less/_sidebar.less";


/*
==========================================
4. Footer
========================================== 
*/
@import "theme_less/_footer.less";


/*
==========================================
5. Comments
========================================== 
*/
@import "theme_less/_comments.less";


/*
==========================================
6. Pace (Loading animation)
========================================== 
*/
@import "theme_less/_pace.less";


/*
==========================================
7. WordPress Default
========================================== 
*/
@import "theme_less/_wp-default.less";


/*
==========================================
8. External Plugins
========================================== 
*/
@import "theme_less/_external-plugins.less";


/*
==========================================
9. Global Styles
========================================== 
*/
@import "theme_less/_global.less";


/*
==========================================
10. 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";