/*
  Theme Name:       Casper
  Theme URI:        https://github.com/lacymorrow/casper-wp
  Author:           Lacy Morrow
  Author URI:       http://lacymorrow.com
  Description:      A Ghost-like WordPress theme. Casper (for WordPress) is a simple yet beautiful theme for bloggers. Inspired by the Ghost blogging platform, Casper is a WordPress port of the default theme by the same name. The goal of this project is to emulate the gorgeous theme while taking advantage of features exclusive to the WordPress framework. There are plenty of customization options included, accessible through the WordPress Customizer. Already included are hooks to serve responsive images appropriately and media queries to provide a fast and seamless experience from desktop to mobile. For questions, support, development instructions, or to contribute to the project visit https://github.com/lacymorrow/casper-wp
  Version:          1.0.16
  License:          GNU General Public License v2.0
  License URI:      http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:      casper
  Domain Path:      /languages/
  Tags:             responsive-layout, black, white, one-column, fluid-layout, custom-header, custom-menu, editor-style
  GitHub Theme URI: https://github.com/lacymorrow/casper-wp
  GitHub Branch:    master
  Casper is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*

    0.  Includes
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Third Party Elements
    7.  Pagination
    8.  Footer
    9.  Media Queries (Tablet)
    10. Media Queries (Mobile)

*/
/* ==========================================================================
   0. Includes - Ground zero
   ========================================================================== */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}
/**
 * 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus
{
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover
{
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn
{
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000;
    background: #ff0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre
{
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q
{
    quotes: '\201C' '\201D' '\2018' '\2019';
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img
{
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root)
{
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure
{
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
  /* 1 */
    padding: 0;

    border: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea
{
    font-family: inherit;
  /* 1 */
    font-size: 100%;

  /* 2 */
    margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input
{
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select
{
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
  /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search']
{
    -webkit-box-sizing: content-box;
  /* 1 */
       -moz-box-sizing: content-box;
  /* 2 */
            box-sizing: content-box;

    -webkit-appearance: textfield;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea
{
    overflow: auto;

  /* 1 */
    vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */
/* Import the font file with the icons in it */
@font-face {
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/fa.eot');
    src: url('fonts/fa.eot?#iefix') format('embedded-opentype'), url('fonts/fa.woff') format('woff'), url('fonts/fa.ttf') format('truetype'), url('fonts/fa.svg#icons') format('svg');
}
/* Apply these base styles to all icons */
.icon-github-alt:before,
.icon-youtube-play:before,
.icon-stack-overflow:before,
.icon-bitbucket:before,
.icon-bitbucket-square:before,
.icon-vimeo-square:before,
.icon-behance:before,
.icon-spotify:before,
.icon-deviantart:before,
.icon-soundcloud:before,
.icon-vine:before,
.icon-codepen:before,
.icon-jsfiddle:before,
.icon-send:before,
.icon-ghost:before,
.icon-feed:before,
.icon-twitter:before,
.icon-home:before,
.icon-menu:before,
.icon-facebook:before,
.icon-github:before,
.icon-instagram:before,
.icon-google-plus:before,
.icon-envelope:before,
.icon-linkedin:before,
.icon-youtube:before,
.icon-tumblr:before,
.icon-dribbble:before,
.icon-flickr:before
{
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-decoration: none;
    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Each icon is created by inserting the corret character into the 
   content of the :before pseudo element. Like a boss. */
.icon-github-alt:before
{
    content: '\f113';
}
.icon-youtube-play:before
{
    content: '\f16a';
}
.icon-stack-overflow:before
{
    content: '\f16c';
}
.icon-bitbucket:before
{
    content: '\f171';
}
.icon-bitbucket-square:before
{
    content: '\f172';
}
.icon-vimeo-square:before
{
    content: '\f194';
}
.icon-behance:before
{
    content: '\f1b4';
}
.icon-spotify:before
{
    content: '\f1bc';
}
.icon-deviantart:before
{
    content: '\f1bd';
}
.icon-soundcloud:before
{
    content: '\f1be';
}
.icon-vine:before
{
    content: '\f1ca';
}
.icon-codepen:before
{
    content: '\f1cb';
}
.icon-jsfiddle:before
{
    content: '\f1cc';
}
.icon-send:before
{
    content: '\f1d8';
}
.icon-ghost:before
{
    content: '\e000';
}
.icon-feed:before
{
    content: '\e001';
}
.icon-twitter:before
{
    content: '\e002';
}
.icon-home:before
{
    content: '\e600';
}
.icon-menu:before
{
    content: '\e601';
}
.icon-facebook:before
{
    content: '\e602';
}
.icon-github:before
{
    content: '\e603';
}
.icon-instagram:before
{
    content: '\e604';
}
.icon-google-plus:before
{
    content: '\e605';
}
.icon-envelope:before
{
    content: '\e606';
}
.icon-linkedin:before
{
    content: '\e607';
}
.icon-youtube:before
{
    content: '\e608';
}
.icon-tumblr:before
{
    content: '\e609';
}
.icon-dribbble:before
{
    content: '\e60a';
}
.icon-flickr:before
{
    content: '\e60b';
}
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
html
{
    font-size: 62.5%;

    height: 100%;
    max-height: 100%;
}
body
{
    font-family: 'Noto Serif', serif;
    font-size: 1.6rem;//2.0rem;
    line-height: 1.6em;

    overflow-x: none;

    height: 100%;
    max-height: 100%;

    color: #3a4145;
}
::-moz-selection
{
    color: #222;
    background: #d6edff;
    text-shadow: none;
}
::selection
{
    color: #222;
    background: #d6edff;
    text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Open Sans', sans-serif;
    line-height: 1;

    margin-top: 0;
    margin-bottom: 0;

    text-rendering: optimizeLegibility;
}
h1
{
    font-size: 5rem;
    line-height: 1.2em;

    text-indent: -3px;
    letter-spacing: -2px;
}
h2
{
    font-size: 3.2rem;
    line-height: 1.2em;

    text-indent: -2px;
    letter-spacing: -1px;
}
h3
{
    font-size: 3.5rem;
}
h4
{
    font-size: 3rem;
}
h5
{
    font-size: 2.5rem;
}
h6
{
    font-size: 2rem;
}
a
{
    transition: color ease .3s;

    color: #4a4a4a;
}
a:hover
{
    color: #57a3e8;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    color: #50585d;
}
p,
ul,
ol,
dl
{
    margin: 1.6em 0;
}
ol ol,
ul ul,
ul ol,
ol ul
{
    margin: .4em 0;
}
dl dt
{
    font-weight: bold;

    float: left;
    clear: left;
    overflow: hidden;

    width: 180px;
    margin-bottom: 1em;

    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
dl dd
{
    margin-bottom: 1em;
    margin-left: 200px;
}
hr
{
    display: block;

    height: 1px;
    margin: 3.2em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #efefef;
}
blockquote
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin: 1.6em 0 1.6em -2.2em;
    padding: 0 0 0 1.6em;

    border-left: #4a4a4a .4em solid;

    background: #eeeeee;
}
blockquote p
{
    font-style: italic;

    margin: .8em 0;
}
blockquote small
{
    font-size: .9em;

    display: inline-block;

    margin: .8em 0 .8em 1.5em;

    color: #ccc;
}
blockquote small:before
{
    content: '\2014 \00A0';
}
blockquote cite
{
    font-weight: bold;
}
blockquote cite a
{
    font-weight: normal;
}
mark
{
    background-color: #ffc336;
}
code,
tt
{
    font-family: Inconsolata, monospace, sans-serif;
    font-size: .85em;

    padding: 1px 3px;

    white-space: pre-wrap;

    border: 1px solid #e3edf3;
    border-radius: 2px;
    background: #f7fafb;
}
pre
{
    font-family: Inconsolata, monospace, sans-serif;
    font-size: .9em;

    overflow: auto;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    margin: 1.6em 0;
    padding: 10px;

    white-space: pre;

    border: 1px solid #e3edf3;
    border-radius: 3px;
    background: #f7fafb;
}
pre code,
tt
{
    font-size: inherit;

    padding: 0;

    white-space: -moz-pre-wrap;
    white-space:      pre-wrap;

    border: none;
    background: transparent;
}
kbd
{
    font-size: .9em;
    font-weight: bold;

    display: inline-block;

    margin-bottom: .4em;
    padding: 1px 8px;

    color: #666;
    border: #ccc 1px solid;
    border-radius: 4px;
    background: #f4f4f4;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 #fff inset;
    text-shadow: #fff 0 1px 0;
}
table
{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 1.6em 0;

    background-color: transparent;
}
table th,
table td
{
    line-height: 20px;

    padding: 8px;

    text-align: left;
    vertical-align: top;

    border-top: 1px solid #efefef;
}
table th
{
    color: #000;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td
{
    border-top: 0;
}
table tbody + tbody
{
    border-top: 2px solid #efefef;
}
table table table
{
    background-color: #fff;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th
{
    background-color: #f6f6f6;
}
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th
{
    background: transparent;
}
iframe,
.fluid-width-video-wrapper
{
    display: block;

    margin: 1.6em 0;
}
/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe
{
    margin: 0;
}
/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
/* Hides shit */
.hidden
{
    display: none;
    visibility: hidden;

    text-indent: -9999px;
}
/* Creates a responsive wrapper that makes our content scale nicely */
.inner
{
    position: relative;

    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 1em;
}
/* Centres vertically yo. (IE8+) */
.vertical-row
{
    display: table-row;
}
.vertical
{
    display: table-cell;

    vertical-align: middle;
}
.clear
{
    clear: both;

    height: 0;
    margin: 0;
    padding: 0;
}
/* ==========================================================================
   WP styles
   ========================================================================== */
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr
{
    height: 1px;
    margin-bottom: 1.5em;

    border: 0;
    background-color: #ccc;
}
ul,
ol
{
    margin: 0 0 1.5em .25em;
    padding: 0 0 0 2em;
}
ul
{
    list-style: disc;
}
ol
{
    list-style: decimal;
}
li > ul,
li > ol
{
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt
{
    font-weight: bold;
}
dd
{
    margin: 0 1.5em 1.5em;
}
img
{
  /* Make sure images are scaled correctly. */
    max-width: 100%;
    height: auto;
  /* Adhere to container width. */
}
figure
{
    margin: 0;
}
table
{
    width: 100%;
    margin: 0 0 1.5em;
}
th
{
    font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea
{
    font-size: 100%;

  /* Corrects font size not being inherited in all browsers */
    margin: 0;

  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;

  /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type='button'],
input[type='reset'],
input[type='submit']
{
  /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;

    padding: .6em 1em .4em;

    cursor: pointer;

    color: rgba(0, 0, 0, .8);
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);

  /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover
{
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active
{
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}
input[type='checkbox'],
input[type='radio']
{
    padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type='search']
{
  /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration
{
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea
{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus
{
    color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search']
{
    padding: 3px;
}
textarea
{
    overflow: auto;

  /* Improves readability and alignment in all browsers */
    width: 98%;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;

    vertical-align: top;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation
{
    font-family: 'Open Sans', sans-serif;

    width: 100%;
    padding: 5px;

    color: white;
}
.main-navigation > div
{
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}
.main-navigation ul
{
    font-size: 1.2rem;

    float: right;

    margin: 0 4rem 0 4rem;
    padding: 0;

    list-style: none;
}
.main-navigation li
{
    position: relative;

    float: left;
}
.main-navigation a
{
    display: block;

    padding: 12px 20px;

    -webkit-transition: color .3s ease, background .3s ease;
       -moz-transition: color .3s ease, background .3s ease;
            transition: color .3s ease, background .3s ease;
    text-decoration: none;

    color: white;
    background-color: rgba(0, 0, 0, 0);
}
.main-navigation a:hover
{
    color: white;
    background-color: rgba(0, 0, 0, .4);
}
.main-navigation ul ul
{
    position: absolute;
    z-index: 99999;
    top: 100%;
    left: 0;

    display: none;
}
.main-navigation ul ul ul
{
    top: 0;
    left: 100%;
}
.main-navigation ul li:hover > ul
{
    display: block;
}
/* Small menu */
.menu-toggle
{
    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;

    display: none;
    overflow: hidden;

    width: 48px;
    height: 48px;
    margin: 0;

    cursor: pointer;
    text-align: center;
}
.menu-toggle a
{
    padding: 5px;
}
.menu-toggle a:before
{
    font-size: 3rem;
}
@media screen and (max-width: 600px)
{
    .menu-toggle,
  .main-navigation.toggled .nav-menu
    {
        display: block;
    }
    .main-navigation ul
    {
        font-size: 1.8rem;

        display: none;

        margin: 0;

        background-color: rgba(0, 0, 0, .4);
    }
    .main-navigation li
    {
        float: none;

        width: 100%;
        margin: 0 auto;

        border-bottom: 1px solid #444;
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation
{
    overflow: hidden;

    margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous
{
    float: left;

    width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next
{
    float: right;

    width: 50%;

    text-align: right;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text
{
    position: absolute !important;

    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus
{
    font-size: 14px;
    font-weight: bold;
    line-height: normal;

    z-index: 100000;
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft
{
    display: inline;
    float: left;

    margin-right: 1.5em;
}
.alignright
{
    display: inline;
    float: right;

    margin-left: 1.5em;
}
.aligncenter
{
    display: block;
    clear: both;

    margin: 0 auto;
}
/*--------------------------------------------------------------
8.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
{
    display: table;

    content: '';
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after
{
    clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget
{
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select
{
    max-width: 100%;
}
/* Search widget */
.widget_search .search-submit
{
    display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky
{
    content: '';
}
.hentry
{
    margin: 0 0 1.5em;
}
.byline,
.updated
{
    display: none;
}
.single .byline,
.group-blog .byline
{
    display: inline;
}
.page-content,
.entry-content,
.entry-summary
{
    margin: 1.5em 0 0;
}
.page-links
{
    clear: both;

    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title
{
    display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a
{
    word-wrap: break-word;
}
.bypostauthor
{
    content: '';
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer
{
  /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer
{
    display: block;
}
.wp-caption
{
    max-width: 100%;
    margin-bottom: 1.5em;

    border: 1px solid #ccc;
}
.wp-caption img[class*='wp-image-']
{
    display: block;

    max-width: 98%;
    margin: 1.2% auto 0;
}
.wp-caption-text
{
    text-align: center;
}
.wp-caption .wp-caption-text
{
    margin: .8075em 0;
}
.site-main .gallery
{
    margin-bottom: 1.5em;
}
.gallery-caption
{
    content: '';
}
.site-main .gallery a img
{
    max-width: 90%;
    height: auto;

    border: none;
}
.site-main .gallery dd,
.site-main .gallery figcaption
{
    margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object
{
    max-width: 100%;
}
/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */
/* Big cover image on the home page */
.site-head
{
    position: relative;

    display: table;

    width: 100%;
    height: 25%;
    margin-bottom: 5rem;

    text-align: center;

    color: #fff;
    border-bottom: #ebf2f6 1px solid;
    background: #303538 no-repeat center center;
    background-size: cover;
}
.site-head:after
{
    position: absolute;
    bottom: -5px;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;
    margin-left: -5px;

    content: '';

    border: #e7eef2 1px solid;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #fff;
    box-shadow: #fff 0 0 0 5px;

    z-index: -3;
}
body.home .site-head:after
{
    z-index: -3;
}
/* Yo-logo. Yolo-go. Upload one in ghost/settings/ */
.blog-logo
{
    text-decoration: none;

    color: white;
}
.blog-logo img
{
    line-height: 0;

    display: block;

    width: auto;
    max-height: 120px;
    margin: 0 auto;
}
/* The details of your blog. Defined in ghost/settings/ */
.blog-title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 5rem;
    font-weight: bold;

    margin: 10px 0 10px 0;

    letter-spacing: -1px;

    text-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}
.blog-description
{
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5em;

    margin: 0;

    letter-spacing: 0;

    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
.blog-description a
{
    text-decoration: none;
    color: #ffffff;
}
/* Every post, on every page, gets this style on its <article> tag */
.post-wrap
{
    position: relative;

    width: 80%;
    max-width: 700px;
    margin: 4rem auto;

    word-break: break-word;
    hyphens: auto;
}
/* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
.circle-in-border
{
    position: absolute;
    bottom: -5px;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;
    margin-left: -5px;

    content: '';

    border: #e7eef2 1px solid;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #fff;
    box-shadow: #fff 0 0 0 5px;
}
.error-404 article
{
    margin-bottom: 20px;
    padding-top: 20px;

    border-top: #ebf2f6 1px solid;
}
.hentry
{
    position: relative;

    width: 80%;
    max-width: 700px;
    margin: 4rem auto;

    word-break: break-word;
    hyphens: auto;

    border-bottom: #ebf2f6 1px solid;
}
/* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
.hentry:after
{
    position: absolute;
    bottom: -5px;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;
    margin-left: -5px;

    content: '';

    border: #e7eef2 1px solid;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #fff;
    box-shadow: #fff 0 0 0 5px;
}
.post-title
{
    margin: 0;
}
.post-title a
{
    text-decoration: none;
}
.post-excerpt p
{
    font-size: .9em;
    line-height: 1.6em;

    margin: 1.6rem 0 0 0;
}
.post-meta
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;

    display: inline-block;

    margin: 0 0 5px 0;

    color: #9eabb3;
}
.post-meta a
{
    text-decoration: none;

    color: #9eabb3;
}
.post-meta a:hover
{
    text-decoration: underline;
}
.user-meta
{
    position: relative;

    min-height: 77px;
    padding: .3rem 40px 0 100px;
}
.user-image
{
    position: absolute;
    top: 0;
    left: 0;
}
.user-name
{
    font-weight: bold;

    display: block;
}
.user-bio
{
    font-size: 1.4rem;
    line-height: 1.5em;

    display: block;

    max-width: 440px;
}
.publish-meta
{
    position: absolute;
    top: 0;
    right: 0;

    padding: 4.3rem 0 4rem 0;

    text-align: right;
}
.publish-heading
{
    font-weight: bold;

    display: block;
}
.publish-date
{
    font-size: 1.4rem;
    line-height: 1.5em;

    display: block;
}
/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
/* Tweak the .post wrapper style */
.post-template .post
{
    margin-top: 0;
    padding-bottom: 0;

    border-bottom: none;
}
/* Kill that stylish little circle that was on the border, too */
.post-template .post:after
{
    display: none;
}
/* Insert some mad padding up in the header for better spacing */
.post-template .post-header
{
    padding: 60px 0;

    text-align: center;
}
.post-header img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1rem;

    transition: opacity ease .6s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}
.post-template .blog-title
{
    display: inline-block;

    padding: 2.5rem 0;
}
/* Keep large images within the bounds of the post-width */
.post-content img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1em;
}
/* The author credit area after the post */
.post-footer
{
    position: relative;

    margin: 4rem 0 0 0;
    padding: 4rem 0 0 0;

    border-top: #ebf2f6 1px solid;
}
.post-footer h4
{
    font-size: 1.8rem;

    margin: 0;
}
.post-footer p
{
    font-size: 1.4rem;
    line-height: 1.6em;

    margin: 1rem 0;
}
/* Create some space to the right for the share links */
.post-footer .author
{
    margin-right: 180px;
    margin-bottom: 3rem;
}
.post-footer .author a
{
    text-decoration: none;
}
/* Drop the share links in the space to the right.
   Doing it like this means it's easier for the author bio
   to be flexible at smaller screen sizes while the share
   links remain at a fixed width the whole time */
.post-footer .share
{
    position: absolute;
    top: 4rem;
    right: 0;

    width: 140px;
}
.post-footer .share a
{
    font-size: 1.8rem;

    display: inline;

    margin: 1.4rem 0 1.6rem 1.6rem;

    text-decoration: none;

    color: #bbc7cc;
}
.post-footer .share a:hover
{
    color: #50585d;
}
/* ==========================================================================
   6. Third Party Elements - Embeds from other services
   ========================================================================== */
/* Github */
.gist table
{
    font-size: 1.4rem;

    margin: 0;
}
.gist .line-number
{
    font-size: 1.1rem;

    min-width: 25px;
}
/* Social links */
.social-icons
{
    margin-top: 15px;
}
.social-icons a
{
    font-size: 1.3em;

    margin: 0 5px;

    text-decoration: none;

    color: white;
}
.blog-title a:hover,
.social-icons a:hover
{
    color: #57a3e8;
}
/* Comments */
.comments-area
{
    width: 80%;
    max-width: 700px;
    margin: 4rem auto;
    padding-bottom: 4rem;
}
.comment-form-comment label
{
    display: inline-block;

    width: 100%;
}
.form-allowed-tags
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;

    float: right;

    width: 80%;
    margin: -1rem;

    color: #9eabb3;
}
.comment-subscription-form
{
    clear: both;

    margin-top: 1rem;
}
.form-submit #submit
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;

    display: inline-block;
    float: left;

    max-width: 18%;
    padding: 15px;

    transition: border ease .3s;
    text-decoration: none;

    color: #9eabb3;
    border: #ebf2f6 2px solid;
    border-width: 3px;
    background: none;
}
/* Main widget wrapper */
.widget-area
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;

    width: 80%;
    max-width: 700px;
    margin: 4rem auto;
    padding-bottom: 4rem;

    color: #9eabb3;
}
.widget-area h1
{
    font-size: 2.5rem;
}
.widget-area aside
{
    float: left;
    overflow: hidden;

    width: 30%;
    height: 260px;
    padding: 2rem 1.5%;
}
.search-submit
{
    display: inline-block;

    padding: 15px;

    transition: border ease .3s;
    text-decoration: none;

    border: #ebf2f6 2px solid;
    border-width: 3px;
    border-radius: 30px;
    background: none;
}
.search-submit:hover,
.form-submit #submit:hover
{
    border-color: #9eabb3;
}
#main > header.page-header
{
    font-family: 'Open Sans', sans-serif;

    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;

    text-align: center;

    color: #9eabb3;
}
#main > header.page-header > h1
{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: normal;

    margin: 0 4rem;
    padding: 0;

    text-indent: 0;
    letter-spacing: normal;
}
/* ==========================================================================
   7. Pagination - Tools to let you flick between pages
   ========================================================================== */
/* The main wrapper for our pagination links */
.pagination
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;

    position: relative;

    width: 80%;
    max-width: 700px;
    margin: 4rem auto;

    text-align: center;

    color: #9eabb3;
}
.pagination a
{
    color: #9eabb3;
}
/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts
{
    position: absolute;

    display: inline-block;

    padding: 0 15px;

    transition: border ease .3s;
    text-decoration: none;

    border: #ebf2f6 2px solid;
    border-radius: 30px;
}
.older-posts
{
    right: 0;
}
.page-number
{
    display: inline-block;

    padding: 2px 0;
}
.newer-posts
{
    left: 0;
}
.older-posts:hover,
.newer-posts:hover
{
    border-color: #9eabb3;
}
/* ==========================================================================
   8. Footer - The bottom of every page
   ========================================================================== */
.site-footer
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7em;

    position: relative;

    margin: 0;
    padding: 4rem 0;

    text-align: center;

    color: #bbc7cc;
    border-top: #ebf2f6 1px solid;
    background: #f7fafb;
}
.site-footer a
{
    text-decoration: underline;

    color: #bbc7cc;
}
.site-footer a:hover
{
    color: #50585d;
}
.poweredby .icon-ghost
{
    font-weight: 700;

    text-decoration: none;
}
.poweredby .icon-ghost:hover
{
    text-decoration: none;
}
.poweredby .icon-ghost:before
{
    font-size: 1rem;

    margin-right: .2em;
}
/* The subscribe icon on the footer */
.subscribe
{
    line-height: 2.4rem;

    position: absolute;
    top: -14px;
    left: 50%;

    width: 28px;
    height: 28px;
    margin-left: -15px;

    transition: box-shadow .5s;
    text-align: center;

    border: #ebf2f6 1px solid;
    border-radius: 50px;
    background: #fff;
}
/* The RSS icon, inserted via icon font */
.subscribe:before
{
    font-size: 10px;
    font-weight: bold;

    position: absolute;
    top: 9px;
    left: 9px;

    transition: color .5s ease;

    color: #d2dee3;
}
/* Add a box shadow to on hover */
.subscribe:hover
{
    transition: box-shadow .25s;

    box-shadow: rgba(0, 0, 0, .05) 0 0 0 3px;
}
.subscribe:hover:before
{
    color: #50585d;
}
/* CSS tooltip saying "Subscribe!" - initially hidden */
.tooltip
{
    font-size: 1.1rem;
    line-height: 1em;

    position: absolute;
    top: -23px;
    left: -21px;

    display: inline-block;

    padding: 4px 8px 5px 8px;

    transition: opacity .3s ease, top .3s ease;
    text-align: center;

    opacity: 0;
    color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    background: #50585d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
/* The little chiclet arrow under the tooltip, pointing down */
.tooltip:after
{
    position: absolute;
    z-index: 220;
    bottom: -4px;
    left: 50%;

    display: block;

    width: 0;
    margin-left: -5px;

    content: '';

    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #50585d transparent;
}
/* On hover, show the tooltip! */
.subscribe:hover .tooltip
{
    top: -33px;

    opacity: 1;
}
/* ==========================================================================
   9. Media Queries - Smaller than 900px
   ========================================================================== */
@media only screen and (max-width: 900px)
{
    blockquote
    {
        margin-left: 0;
    }
    .site-head
    {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        height: auto;
        min-height: 200px;
        padding: 5% 0;
    }
    .blog-title
    {
        font-size: 4rem;

        letter-spacing: -1px;
    }
    .blog-description
    {
        font-size: 1.7rem;
        line-height: 1.5em;
    }
    .post
    {
        font-size: .9em;
        line-height: 1.6em;
    }
    .post-template .post
    {
        padding-bottom: 1rem;
    }
    .post-template .post-header
    {
        padding: 40px 0;
    }
    h1
    {
        font-size: 4.1rem;

        text-indent: -2px;
    }
    h2
    {
        font-size: 2.7rem;
    }
    h3
    {
        font-size: 2.3rem;
    }
    h4
    {
        font-size: 1.7rem;
    }
}
/* ==========================================================================
   10. Media Queries - Smaller than 500px
   ========================================================================== */
@media only screen and (max-width: 500px)
{
    .blog-logo img
    {
        max-height: 80px;
    }
    .inner,
  .pagination
    {
        width: auto;
        margin-right: 16px;
        margin-left: 16px;
    }
    .post
    {
        font-size: .8em;
        line-height: 1.6em;

        width: auto;
        margin-right: 16px;
        margin-left: 16px;
    }
    .site-head
    {
        padding: 10% 0;
    }
    .blog-title
    {
        font-size: 3rem;
    }
    .blog-description
    {
        font-size: 1.5rem;
    }
    h1,
  h2
    {
        font-size: 2.2rem;
        line-height: 1.1em;

        letter-spacing: -1px;
    }
    h3
    {
        font-size: 2.0rem;
    }
    h4
    {
        font-size: 1.5rem;
    }
    .post-template .post
    {
        padding-bottom: 0;
    }
    .post-template .post-header
    {
        padding: 30px 0;
    }
    .post-meta
    {
        font-size: 1.3rem;
    }
    .post-footer
    {
        padding: 4rem 0;

        text-align: center;
    }
    .post-footer .author
    {
        margin: 0 0 2rem 0;
        padding: 0 0 1.6rem 0;

        border-bottom: #ebf2f6 1px dashed;
    }
    .post-footer .share
    {
        position: static;

        width: auto;
    }
    .post-footer .share a
    {
        margin: 1.4rem .8rem 0 .8rem;
    }
    .older-posts,
  .newer-posts
    {
        position: static;

        margin: 10px 0;
    }
    .page-number
    {
        display: block;
    }
    .site-footer
    {
        font-size: 1.1rem;

        margin-top: 6rem;
    }
}
/* ==========================================================================
   End of file. Media queries should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
