/*!
Theme Name: CoOp
Theme URI: https://coopframework.com/
Author: Harold Villacorte
Author URI: https://laughinghost.com/
Description: A responsive multi-purpose three-column theme for building blogs and web pages.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coop
Tags: three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, threaded-comments, translation-ready, blog, news

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.

CoOp 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:
----------------------------------------------------------------
# Fonts
# Libraries
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Masthead
# Hero
# Sidebar Left/Right
# Footer
# Content
	## Posts and pages
	## Post Formats
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Helpers
# Tooltipster
--------------------------------------------------------------*/
@import "compass/css3";
@import "compass/typography/text/ellipsis";
@import "../bower_components/zen-grids/sass/zen-grids";
@import "variables-site/variables-site";
@import "mixins/mixins-master";

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600|Ovo|Oswald';

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import "normalize";

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import "typography/typography";

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
@import "elements/elements";

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@import "forms/forms";

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@import "navigation/navigation";

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
@import "modules/accessibility";

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@import "modules/alignments";

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
@import "modules/clearings";

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@import "site/secondary/widgets";

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
@import "site/secondary/masthead";

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
@import "site/secondary/hero";

/*--------------------------------------------------------------
# Content Top
--------------------------------------------------------------*/
@import "site/secondary/content-top";

/*--------------------------------------------------------------
# Sidebar Left/Right
--------------------------------------------------------------*/
@import "site/secondary/sidebar";

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@import "site/secondary/footer";

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@import "site/site";

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
@import "modules/infinite-scroll";

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@import "media/media";

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
@import "modules/helpers";

/*--------------------------------------------------------------
# Tooltipster
--------------------------------------------------------------*/
@import "modules/tooltipster";
