/******************************************************************
Theme Name: Tilt
Theme URI: http://whitecollars.co/tilt
Description: Tilt is a modern multipurpose WordPress theme. Tilt is available exclusively on Theme Forest.
Author: TheWhiteCollars
Author URI: http://themeforest.net/user/TheWhiteCollars
Version: 1.7.1.5
License: Envato Marketplaces Split Licence
License URI: Envato Marketplace Item License Certificate



/*-----------------------------------------------------------------

	01.	NORMALIZE STYLESHEET
	02.	BASE TYPOGRAPHY
	03.	BASIC STYLES
	04.	NONSEMANTIC BASE STYLES
	05.	STRUCTURE
	06.	HEADER
	07.	MENU
	08.	CONTENT
	09.	IMAGES
	10.	COMMENTS
	11.	FOOTER
	12.	WIDGETS
	13.	PORTFOLIO
	14.	PLUGINS
	15.	RETINA
	16.	RESPONSIVE STYLES

-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
	01.	NORMALIZE STYLESHEET
-------------------------------------------------------------------*/
/* =========================
   HTML5 display definitions
   =========================*/
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, embed, video, audio {
  max-width: 100%;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}
