/*
Theme Name: E Magazine
Theme URI:
Author: Acosmin
Author URI: http://www.acosmin.com
Description: A simple magazine style theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-magazine
Tags: grid-layout, footer-widgets, featured-images, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

E Magazine is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Repeating
# Accessibility
# Alignments
# Clearings
# Icons
# Typography
	## Body
	## Headings
	## Secondary
	## Coding
	## Styles
# Breadcrumbs
# Forms
# Media
# Formatting
# Lists
# Tables
# Links
# 3rd Party Styles
	## Owl Carousel
# Structure
	## Global
		### Grids
		### Repeating Modules
	## Headers
		### Master Header
	## Footers
		### Footer Sidebars
		### Master Footer
	## Sections
		### Headers
		### Masonry
		### Category Section
		### Blog Section
		### Instagram Section
		### Break Line Section
		### Advertising
		### Slider
	## Posts
		### Index
			#### Navigation
		### Single
			#### About the author
			#### Post navigation
			#### Related posts
			#### Comments
	## Pages
	## Sidebars
		### Default Sidebar
			#### Sticky Sidebars
			#### Default Widget Template
--------------------------------------------------------------*/

// Includes
@import "sass/includes/variables.scss";
@import "sass/includes/functions.scss";
@import "sass/includes/mixins.scss";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import "sass/defaults/normalize.scss";

/*--------------------------------------------------------------
# Repeating
--------------------------------------------------------------*/
@import "sass/repeating/colors.scss";
@import "sass/repeating/styles.scss";

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
@import "sass/defaults/accessibility.scss";

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@import "sass/defaults/alignments.scss";

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
@import "sass/defaults/clearings.scss";

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@import "sass/defaults/icons.scss";

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import "sass/starters/typography.scss";

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
@import "sass/starters/breadcrumbs.scss";

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@import "sass/starters/forms.scss";

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@import "sass/starters/media.scss";

/*--------------------------------------------------------------
# Formatting
--------------------------------------------------------------*/
@import "sass/starters/formatting.scss";

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
@import "sass/starters/lists.scss";

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
@import "sass/starters/tables.scss";

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
@import "sass/starters/links.scss";

/*--------------------------------------------------------------
# 3rd Party Styles
--------------------------------------------------------------*/
@import "sass/includes/3rd-party.scss";

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*! ## Global */
@import "sass/structure/global.scss";

/*! ## Headers */
@import "sass/structure/headers/header.scss";
@import "sass/structure/headers/blog-header.scss";

/*! ## Footers */
@import "sass/structure/footers/footer.scss";

/*! ## Sections */
@import "sass/structure/sections/sections.scss";
@import "sass/structure/sections/category.scss";
@import "sass/structure/sections/blog.scss";
@import "sass/structure/sections/instagram.scss";
@import "sass/structure/sections/break-line.scss";
@import "sass/structure/sections/advertising.scss";
@import "sass/structure/sections/slider.scss";

/*! ## Posts */
@import "sass/structure/posts/index.scss";
@import "sass/structure/posts/single.scss";

/*! ## Pages */
@import "sass/structure/page/page.scss";

/*! ## Sidebars */
@import "sass/structure/sidebars/sidebar.scss";
