/*
Theme Name:  Alto
Theme URI:   https://octopix.be/
Author:      Octopix
Author URI:  https://octopix.be/
Description: Alto is a child theme for Mandha based on Underscores and Bootstrap 4. It makes good use of the Customizer, allowing multiple color, typography and layout options to build a tailor-made website.
Template:    mandha
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alto
Tags:        one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, grid-layout, buddypress, custom-background, custom-colors, custom-logo, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, threaded-comments, rtl-language-support, translation-ready, theme-options, blog, e-commerce, education, entertainment, food-and-drink, holiday, news, photography, portfolio

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.

Mandha is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Its stylesheet borrows concepts from various established methodologies promoting code reuse above
all. Files and directories are structured and named after SMACSS. Helper classes have been made
with OOCSS in mind and finally, the namming convention tries to narrow the gap with BEM.

This stylesheet follow the basic principles of CSS Guidilines http://cssguidelin.es/
*/
/**
 * Animations
 *
 * Custom keyframes animations and transitions stuff.
 */
/**
 * Colors
 */
/**
 * Fonts
 *
 * Custom fonts.
 */
/**
 * Global
 *
 * All common & global styles.
 */
body {
  -webkit-font-smoothing: subpixel-antialiased;
}

/**
 * Typography
 */
/**
 * Variables
 * Globally-available variables and config (custom and from vendors)
 */
body {
  --grimlock-container-width: 1350px;
  --content-width: 1350px;
}

/**
 * Custom functions
 */
/**
 * Custom mixins
 */
/**
 * Custom placeholders
 */
/**
 * Background
 *
 * Background utilities.
 */
/**
 * Borders
 *
 * Border utilities.
 */
/**
 * Box
 *
 * Box display utilities
 */
/**
 * Positions
 *
 * Positions and depth utilities.
 */
/**
 * Text
 *
 * Text utilities.
 */
/**
 * Opacity
 *
 * Opacity utilities.
 */
/**
 * Alignments
 *
 * Positioning content elements.
 */
/**
 * Containers
 *
 * Constraining elements.
 */
/**
 * Regions
 *
 * Components use a single region model to define a global layout architecture.
 */
/**
 * Sidebar
 *
 * Sidebars styles.
 */
/**
 * Wrappers
 *
 * Wrapping elements.
 */
/**
 * Alerts
 *
 * Alerts messages & notifications
 */
/**
 * Badges
 *
 * Badges styles.
 */
/**
 * Buttons
 *
 * Button styles.
 */
/**
 * Captions
 *
 * Caption styles. Like legend for figures, images or other block.
 */
/**
 * Cards
 *
 * Card components for various posts items.
 */
/**
 * Columns
 */
/**
 * Comments
 *
 * Comments thread styles.
 */
/**
 * Grimlock
 *
 * Grimlock custom_header styles.
 */
/**
 * Dividers
 */
/**
 * Embedded
 *
 * Embedded components like iframes, objects or emoji.
 */
/**
 * Forms
 *
 * All form components.
 */
/**
 * Galleries
 *
 * Image galleries.
 */
/**
 * Headings
 */
/**
 * Hero
 */
/**
 * Loader
 */
/**
 * Media
 *
 * Styles for the Bootstrap Media component.
 */
/**
 * Menus
 *
 * Menu and content navigation styles.
*/
/**
 * Modal
 *
 * Bootstrap modal.
 */
/**
 * Navigation
 *
 * Main navigation component.
*/
/**
 * Newsletter
 */
/**
 * Pager content header
*/
/**
 * Pagination
 *
 * Post navigation, Pager & Pagination
*/
/**
 * Sections
 *
 * Visual section components.
 */
/**
 * Sliders
 */
/**
 * Tables
 *
 * Tables styles.
 */
/**
 * Terms
 */
/**
 * Tooltips
 *
 * Tooltips styles.
 */
/**
 * 404
 */
/**
 * Archive
 *
 * Posts archive styles.
 */
/**
 * Page templates
 *
 * Pages styles.
 */
/**
 * Search page
 *
 * Styles for search page.
 */
/**
 * Single pages
 */
/**
 * Singles
 *
 * Single posts styles.
 */

