/*
Theme Name: Dispatch
Author: wpHoot
Author URI: http://wphoot.com/
Theme URI: http://wphoot.com/themes/dispatch/
Version: 1.4
Description: Dispatch is an easily customizable, fast loading, retina-ready, responsive theme with a modern bold design. It is perfect for web agencies, studios, photography, portfolio, churches, corporate, personal and business websites. Easy to configure and customize, Dispatch comes with Full Width Stretched and Boxed layouts, beautiful HTML and image sliders, lots of color options, easy logo upload, 360+ font icons, pagination, custom widgets, sidebar options, and a lot more. It is built in HTML5 & CSS3, is SEO friendly, mobile optimized and retina ready. This theme is also translation ready. The theme is rigorously tested and optimized for speed and faster page load time and has secure and clean code. Theme support is available at http://wphoot.com/support/ You can also check out the theme instructions at http://wphoot.com/docs/dispatch/ and demo at http://demo.wphoot.com/dispatch/ for a closer look.
License: GNU General Public License 3.0
License URI: license.txt
Tags: black, gray, silver, white, light, dark, one-column, two-columns, right-sidebar, custom-background, microformats, fluid-layout, responsive-layout, custom-colors, custom-menu, featured-images, full-width-template, front-page-post-form, sticky-post, theme-options, translation-ready, threaded-comments
Text Domain: dispatch
*/

/**
 * -----------------------------------------------------------------------------------------------
 * PLEASE DO NOT MODIFY THIS FILE DIRECTLY UNLESS YOU KNOW WHAT YOU ARE DOING
 * 
 * If you want to add/modify custom CSS styles, you can copy the style rule from the CSS file into
 * the Child Theme's stylesheet
 * @see http://codex.wordpress.org/Child_Themes
 * - This is the preferred method for heavy css modifications
 * - It keeps all your custom changes in one place
 * - Your customizations remains unaffected by Theme updates (IMPORTANT!)
 *
 * Premium Theme Users can also add custom css to the 'Custom CSS' block in 'Theme Options' page in the backend.
 * - This is the preferred location for small css snippets
 * - These CSS rules are given highest priority
 * - Your customizations remains unaffected by Theme updates (IMPORTANT!)
 * -----------------------------------------------------------------------------------------------
 */

/**
 **********************************************************
 Table Of Contents
 * Reset and Normalize
 * Hoot Grid
 * Utility Classes
 * Base Typography and HTML
 * Images, WP Gallery and Objects
 * Layout
 * Header (Topbar, Header, Main Nav Menu)
 * Main #Content
 * Main #Content Singular
 * Main #Content Archives/Blog
 * Page Templates
 * Sidebars and Widgets
 * Light Slider
 * Footer
 **********************************************************
 */

// LESS Variables and Mixins
@import "css/style.less/variables.less";
@import "css/style.less/mixins.less";

// CSS Reset
@import "css/style.less/reset.less";

// Hoot Grid
@import "css/style.less/grid.less";

// Utility Classes
@import "css/style.less/utility.less";

// Base Typography and HTML
@import "css/style.less/base.less";

// Images, WP Gallery and Objects
@import "css/style.less/media.less";

// Layout
@import "css/style.less/layout.less";

// Header
@import "css/style.less/header.less";

// Content
@import "css/style.less/content.less";

// Content - Archive Pages
@import "css/style.less/content-archive.less";

// Shortcodes


// Sliders
@import "css/style.less/sliders.less";

// Page Templates
@import "css/style.less/page-templates.less";

// Sidebars and Widgets
@import "css/style.less/sidebars-widgets.less";

// Third Party Plugins
@import "css/style.less/plugins.less";

// Footer
@import "css/style.less/footer.less";