/*
Theme Name: WP Flooring
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: cms-theme-framework

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.
*/


/**
 * Table of Contents
 *
 * 1.0 Mixins
 	* We added all mixins function used in this theme here:  wp-flooring/assets/scss/mixins.scss

 * 2.0 Variations
 	* We added all VARIATIONS used in this theme here:  wp-flooring/assets/scss/variations.scss

 * 3.0 Theme Options
 	* We added all THEME OPTIONS variations used in this theme here:  wp-flooring/assets/scss/options.scss

 * 4.0 Main Style
 	* We added all main style  used in this theme here:  wp-flooring/assets/scss/main.scss

 * 5.0 - Header
 	* We added all style for HEADER here: wp-flooring/assets/scss/header.scss

 * 6.0 - Main Menu
 	 We added all style for MAIN MENU here: wp-flooring/assets/scss/navigation.scss

 * 7.0 - Page Title Bar
 	* We added all style for PAGE TITLE BAR here: wp-flooring/assets/scss/pagetitle.scss

 * 8.0 CONTENT
	8.1. Page / Blog / Single Post style 
		* We made all style for post format, post type here : wp-flooring/assets/scss/content.scss
	8.2. Comment
		* We made all style for page/post Comment form here : wp-flooring/assets/scss/comment.scss
	8.3. Media 
		* We added all style for wordpress media (like video, audio, gallery,...) here:  wp-flooring/assets/scss/media.scss
	8.4. Button
		* We made all style for Button here : wp-flooring/assets/scss/button.scss
	8.5. Form
		* We added all style for FORM here : wp-flooring/assets/scss/form.scss
	8.6. Typography
		* We added all style for HTML tag here : wp-flooring/assets/scss/typography.scss	 

 * 9.0 - Footer
 	* We added all style for Footer here : wp-flooring/assets/scss/footer.scss

 * 10.0 Element
		* All Style for our element work with VC here : wp-flooring/assets/scss/elements.scss
	
 * 11.0 - Sidebar
 	* We added all style for Sidebar here : wp-flooring/assets/scss/sidebar.scss

 * 12.0 - Widgets
 	* We added all style for Widgets here : wp-flooring/assets/scss/widgets.scss

 * 13.0 - Customs
 	* We added some custom style here : wp-flooring/assets/scss/customs.scss
 	
 * 14.0 - Extensions
	* We added custom style for 3rd extensions/plugin we used in this theme (like: Revolution slider, Contact Form 7...) here : wp-flooring/assets/scss/extensions.scss

 * 15.0 - Media Queries
 *	  All style located in wp-flooring/assets/scss/reponsive.scss
 *    15.1 - Large Screen (>= 1280)
 *    15.2 - Medium Screen ( >= 992 and < 1280)
 *    15.3 - Small Screen ( >= 768 and <= 991)
 *    15.4 - Extra Small Screen (<= 767)
 *    15.5 - Fixed for some screen (<= 640)
 */
 .screen-reader-text{}
 .bypostauthor{}
