/*
Theme Name: Match
Theme URI: http://dovethemes.com/match-lite/
Author: DoveThemes.com
Author URI: http://dovethemes.com/
Description: Match is a modern and clean wedding WordPress theme. It is specially designed for wedding websites and blogs. Some of the major features of Match are responsive layout, post formats, featured images, custom menu, sticky posts and custom background. Match is also suitable for personal, portfolio, travel and photography websites.
Version: 0.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: match
Domain Path: /languages/
Tags: gray, pink, red, silver, white, light, one-column, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, post-formats, microformats, sticky-post, threaded-comments, translation-ready

Match WordPress Theme, Copyright 2014 DoveThemes.com
This theme, like WordPress, is licensed under the GPL v2 or later.
Use it to make something cool, have fun, and share what you've learned with others.

Match is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
  2.1 - Global
  2.2 - Headings
  2.3 - Paragraph
  2.4 - General
  2.5 - Blockquote
3.0 - Elements
  3.1 - Links
  3.2 - HR
  3.3 - List
  3.4 - Table
  3.5 - Image
  3.6 - HTML5 Elements
4.0 - Inputs and buttons
5.0 - Navigation
  5.1 - Site Navigation
  5.2 - Menus
  5.3 - Mobile Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Skeleton
  9.1 - Site Wrapper
  9.2 - Header
  9.3 - Sitebar
  9.4 - Footer
10.0 - Widgets
  10.1 - Search Form Widget
11.0 - Content
  11.1 - Site Content
  11.2 - HEntry
  11.3 - Page Links
  11.4 - More Link
  11.5 - Entry Meta
  11.6 - Media Elements
  11.7 - Gallery
  11.8 - Entry Format
  11.9 - Asides
  11.10 - Comments
13.0 - Media
14.0 - Utilities
15.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.1 Global
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  background: #fafafa;
  color: #666;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.0;
}

/*--------------------------------------------------------------
2.2 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: inherit;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-top: 21px;
  margin-bottom: 21px;
}

h4, h5, h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2.0rem;
}

h5 {
  -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
  font-size: 12px;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
2.3 Paragraph
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
2.4 General
--------------------------------------------------------------*/
::selection {
  background-color: #444;
  color: #fff;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

code, kbd, tt, var {
  background: #fafafa;
  border: 1px dashed #f2f2f2;
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #f2f2f2;
  cursor: help;
}

mark, ins {
  background: #aee6f8;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 1.5em;
}

pre {
  background: #fafafa;
  border: 1px dashed #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/*--------------------------------------------------------------
2.5 Blockquote
--------------------------------------------------------------*/
blockquote {
  border: 1px solid #f2f2f2;
  border-left: 5px solid #f07677;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin: 1.5em 0;
  padding: 1.5em 1.5em 1em 3.5em;
  position: relative;
}

blockquote:before {
  content: "\f10d";
  color: #f2f2f2;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: .8em;
  left: .5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  margin: 1em 0 0;
  text-align: right;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3.1 Links
--------------------------------------------------------------*/
a {
  color: #f07677;
  text-decoration: none;
}

a:visited {
  color: #f07677;
}

a:hover,
a:focus,
a:active {
  color: #fa7a7a;
  text-decoration: none;
}

/*--------------------------------------------------------------
3.2 HR
--------------------------------------------------------------*/
hr {
  background-color: #f2f2f2;
  border: 0;
  height: 1px;
  margin: 3.5em 0;
}

/*--------------------------------------------------------------
3.3 List
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol o