/*
Theme Name: Harmonic
Theme URI: https://wordpress.com/themes/harmonic/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Harmonic makes your content sing. No matter if you are a band looking to get a record deal, a travel blogger wanting to document your trip around the world or just someone that wants to make their home on WordPress.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harmonic
Domain Path: /languages/
Tags: black, white, one-column, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, photoblogging

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.

Harmonic is based on Underscores http://underscores.me/, (C) 2012-2015 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 - Clearings
3.0 - Alignments
4.0 - Typography
5.0 - Elements
6.0 - Forms
7.0 - Media
8.0 - Navigation
9.0 - Accessiblity
10.0 - Structure
11.0 - Content
12.0 - Widgets
13.0 - Infinite scroll
14.0 - Portfolio CPT
15.0 - Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
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-weight: inherit;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 52.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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellbaseline="0"' in the markup */
    border-collapse: separate;
    border-baseline: 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;
}

::selection {
    color: #fff;
    background: #2390bb;
}

::-moz-selection {
    color: #fff;
    background: #2390bb;
}

/*--------------------------------------------------------------
2.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
#masthead,
#footer-nav-wrapper
.portfolio-projects {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
article.post:after,
article.page:after,
#masthead:after,
#footer-nav-wrapper:after,
.portfolio-projects:after {
    clear: both;
}

.page-template-portfolio-page-php .page-content:before,
.page-template-portfolio-page-php .page-content:after,
.project-navigation-wrapper .page-content:before,
.project-navigation-wrapper .page-content:after,
.page-template-templatesportfolio-page-php .page-content:before,
.page-template-portfolio-template-php .page-content:after,
body[class*='jetpack-portfolio'].archive .page-content:before,
body[class*='jetpack-portfolio'].archive .page-content:after {
    content: '';
    display: table;
}

.page-template-portfolio-page-php .page-content:after,
.project-navigation-wrapper .page-content:after,
.page-template-portfolio-template-php .page-content:after,
body[class*='jetpack-portfolio'].archive .page-content:after {
    clear: both;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 20px auto;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #111;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Hind', sans-serif;
    margin-bottom: 20px;
}

h1 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: .91667;
}

h2 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.375;
}

h3,
h4 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.57143;
}

h5,
h6 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
}

h1.site-title {
    float: left;
    font-size: 21.33333px;
    font-size: 2.13333rem;
    font-weight: 700;
    line-height: .9375;
    margin: 20px 0;
    text-transform: uppercase;
}

h2.site-description {
    font-size: 14.5px;
    font-size: 1.45rem;
    font-weight: 200;
    line-height: 1.37931;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#masthead.internal h1.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#masthead.internal h2.site-description {
    font-size: 19.33333px;
    font-size: 1.93333rem;
    font-weight: 200;
    line-height: 1.24138;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2.comments-title,
h3#reply-title {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: .68966;
    margin: 20px 0;
}

.project-info h1 {
    font-size: 21.33333px;
    font-size: 2.13333rem;
    font-weight: 700;
    line-height: .9375;
}

.widget {
    font-size: 14px;
    font-size: 1.4rem;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #ccc;
    color: #999;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.33333;
    margin: 20px 0;
    padding: 20px 20px 0;
    text-align: center;
}

address {
    margin: 0 0 20px;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    overflow: auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 14px;
    font-size: 1.4rem;
}

abbr,
acronym {
    cursor: help;
}

mark,
ins {
    background: #2390bb;
    color: #fff;
    padding: 2.5px 5px;
    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 {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 0;
}

/*--------------------------------------------------------------
5.0 Elements
--------------------------------------------------------------*/
hr {
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

ul,
ol {
    margin: 0 0 20px 40px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 20px 20px;
}

table {
    border-right: 0px solid #eee;
    border-top: 1px solid #000000;
    margin: 0 0 0px;
    width: 100