.masonry .post img {
    max-width: 100%;
}

main.content.form-content {
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 4px #d8d8d8;
    padding: 50px;
}

form#contact-form {

}

.form-label {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
}

.form-input-wrapper,
.form-textarea-wrapper   {
    font-family: 'Open Sans', sans-serif;   
}
form iframe {
    margin: 10px 00;
}

input[type="name"] {
    width: 50%;
}
input[type="email"] {
    width: 80%;
}

.top-nav {
    width: 80%;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
}

.top-nav li {
    width: 50%;
    display: inline;
    padding: 0 15px;
}

.top-nav li a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 5px 10px;
}

.top-nav li a:hover {
    color: #FFACB5;
}

.post-nav img {
    max-width: 50%!important;
    height: auto!important;
    box-shadow: 0 0 4px #d8d8d8;
    margin-top: 15px;
    background: #fff;
}


.post-nav img:hover {
    box-shadow: 0 0 4px #b8b8b8;
}

.main-logo img {
    width: 80%;
    max-width: 600px;
}
.menu-button label {
    cursor: pointer
}

.show-menu {
    display: none
}

.show-menu:checked~.nav {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity 0s ease 0s;
    transition: transform .3s ease, opacity 0s ease 0s;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.show-menu:checked~.site-wrapper {
    overflow-x: hidden;
    -webkit-transform: translate3D(-240px, 0, 0);
    transform: translate3D(-240px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

.show-menu:checked~.nav-cover {
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 5
}

.post-content code,
.post-content pre {
    color: #000;
    background: none;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.post-content code::-moz-selection,
.post-content code::-moz-selection,
.post-content pre::-moz-selection,
.post-content pre::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

.post-content code::selection,
.post-content code::selection,
.post-content pre::selection,
.post-content pre::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    .post-content code,
    .post-content pre {
        text-shadow: none
    }
}

.post-content pre {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

.post-content:not(pre)>code,
.post-content pre {
    background: #f5f2f0
}

.post-content:not(pre)>code {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.post-content .token.cdata,
.post-content .token.comment,
.post-content .token.doctype,
.post-content .token.prolog {
    color: #708090
}

.post-content .token.punctuation {
    color: #999
}

.post-content .namespace {
    opacity: .7
}

.post-content .token.boolean,
.post-content .token.constant,
.post-content .token.deleted,
.post-content .token.number,
.post-content .token.property,
.post-content .token.symbol,
.post-content .token.tag {
    color: #905
}

.post-content .token.attr-name,
.post-content .token.builtin,
.post-content .token.char,
.post-content .token.inserted,
.post-content .token.selector,
.post-content .token.string {
    color: #690
}

.post-content .language-css .token.string,
.post-content .style .token.string,
.post-content .token.entity,
.post-content .token.operator,
.post-content .token.url {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.post-content .token.atrule,
.post-content .token.attr-value,
.post-content .token.keyword {
    color: #07a
}

.post-content .token.function {
    color: #dd4a68
}

.post-content .token.important,
.post-content .token.regex,
.post-content .token.variable {
    color: #e90
}

.post-content .token.bold,
.post-content .token.important {
    font-weight: 700
}

.post-content .token.italic {
    font-style: italic
}

.post-content .token.entity {
    cursor: help
}

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

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    color: #2e2e2e;
    line-height: 1.15em;
    margin: 0 0 .4em;
    font-family: Open Sans, "sans-serif"
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    text-rendering: geometricPrecision
}

dl,
ol,
p,
ul {
    -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    margin: 0 0 1.75em
}

code,
tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, "sans-serif";
    font-size: .85em;
    white-space: pre-wrap;
    border: 1px solid #e3edf3;
    background: #f7fafb;
    border-radius: 2px
}

pre code,
pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0
}

table td,
table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef
}

.nav-close:after,
.nav-close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: #969696;
    top: 15px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease
}

.newer-posts,
.older-posts {
    position: absolute;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    transition: border .3s ease
}

.masonry .post:focus .post-image img,
.masonry .post:hover .post-image img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .7
}

article,
aside,
details,
figcaption,
figure {
    display: block
}

figure {
    margin: 0
}

footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

canvas,
video {
    display: inline-block
}

[hidden],
template {
    display: none
}

html {
    font-family: "sans-serif";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

html input[disabled] {
    cursor: default
}

body {
    margin: 0;
    height: 100%;
    max-height: 100%;
    min-width: 320px;
    font-family: Merriweather, "serif";
    letter-spacing: .01rem;
    font-size: 1.8rem;
    line-height: 1.75em;
    color: #3a4145;
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision
}

body.nav-opened .site-wrapper {
    overflow-x: hidden;
    -webkit-transform: translate3D(-240px, 0, 0);
    transform: translate3D(-240px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

body.nav-opened .nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 5
}

body.nav-opened .nav {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity 0s ease 0s;
    transition: transform .3s ease, opacity 0s ease 0s;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

body.nav-closed .nav {
    -webkit-transform: translate3D(97px, 0, 0);
    transform: translate3D(97px, 0, 0)
}

body:not(.post-template) .post-title {
    font-size: 3.6rem
}

a {
    background: transparent;
    color: #4a4a4a;
    transition: color .3s ease
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a:hover {
    color: #111
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-size: 5rem;
    letter-spacing: -2px;
    text-indent: -3px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 3.2em 0;
    padding: 0
}

mark {
    background: #ff0;
    color: #000;
    background-color: #fdffb6
}

code {
    font-family: monospace, "serif";
    font-size: 1em
}

kbd {
    display: inline-block;
    margin-bottom: .4em;
    padding: 1px 8px;
    border: 1px solid #ccc;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-weight: 700;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 0 #fff
}

kbd,
pre {
    font-family: monospace, "serif";
    font-size: 1em;
    font-size: .9em
}

pre {
    white-space: pre-wrap;
    box-sizing: border-box;
    margin: 0 0 1.75em;
    border: 1px solid #e3edf3;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, "sans-serif";
    white-space: pre;
    overflow: auto;
    background: #f7fafb;
    border-radius: 3px
}

samp {
    font-family: monospace, "serif";
    font-size: 1em
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button {
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button.button {
    background: #000;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    font-size: 16px;
    padding: 5px 25px;
    margin-top: 20px;
}

button.button[type="reset"] {
    background: #999;
}

button.button:hover {
    background: #FFACB5;
}

button,
input {
    line-height: normal
}

select {
    text-transform: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    height: 100px;
}


input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent
}

table th {
    color: #000
}

table tbody+tbody {
    border-top: 2px solid #efefef
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #f6f6f6
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 0
}

table table table {
    background-color: #fff
}

table.plain tbody>tr:nth-child(odd)>td,
table.plain tbody>tr:nth-child(odd)>th {
    background: transparent
}

@font-face {
    font-family: casper-icons;
    src: url(../fonts/casper-icons.eot?v=1);
    src: url(../fonts/casper-icons.eot?v=1#iefix) format("embedded-opentype"), url(../fonts/casper-icons.woff?v=1) format("woff"), url(../fonts/casper-icons.ttf?v=1) format("truetype"), url(../fonts/casper-icons.svg?v=1#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: casper-icons, Open Sans, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background: #d6edff
}

::selection {
    background: #d6edff
}

h2 {
    font-size: 3.6rem;
    letter-spacing: -1px
}

h3 {
    font-size: 3rem
}

h4 {
    font-size: 2.5rem
}

h5,
h6 {
    font-size: 2rem
}

ul {
    padding-left: 3rem
}

ul ol,
ul ul {
    margin: 0 0 .4em;
    padding-left: 2em
}

ol {
    padding-left: 3rem
}

ol ol,
ol ul {
    margin: 0 0 .4em;
    padding-left: 2em
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700
}

dl dd,
dl dt {
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px
}

li {
    margin: .4em 0
}

li li {
    margin: 0
}

blockquote {
    box-sizing: border-box;
    margin: 1.75em 0;
    padding: 0 0 0 1.75em;
    border-left: .4em solid #4a4a4a
}

blockquote p {
    margin: .8em 0;
    font-style: italic
}

blockquote small {
    display: inline-block;
    margin: .8em 0 .8em 1.5em;
    font-size: .9em;
    color: #ccc
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote cite {
    font-weight: 700
}

blockquote cite a {
    font-weight: 400
}

.fluid-width-video-wrapper,
iframe {
    display: block;
    margin: 1.75em 0
}

.fluid-width-video-wrapper iframe {
    margin: 0
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none
}

.inner {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 0 auto
}

.vertical {
    display: table-cell;
    vertical-align: middle;
}

.site-wrapper {
    position: relative;
    z-index: 3;
    min-height: 100%;
    /*background-color: #f2f3f5;*/
    background-color: #fff;
    background: url('../img/head-bg.jpg');
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.main-header {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
/*
    background-image:   url(../img/head-bg.jpg);;
    background-size: cover;
*/
    overflow: hidden
}

.main-header .inner {
    width: 80%
}

.main-nav {
    position: relative;
    padding: 35px 0;
    margin: 0 0 30px
}

.main-nav a {
    text-decoration: none;
    font-family: Open Sans, "sans-serif"
}

.main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent)
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 240px;
    opacity: 0;
    background: #111;
    margin-bottom: 0;
    text-align: left;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .5s ease, opacity .3s ease .7s;
    transition: transform .5s ease, opacity .3s ease .7s
}

.nav ul {
    padding: 90px 9% 5%;
    list-style: none;
    counter-reset: a
}

.nav li {
    margin: 0
}

.nav li:before {
    display: block;
    float: right;
    padding-right: 4%;
    padding-left: 5px;
    text-align: right;
    font-size: 1.2rem;
    vertical-align: bottom;
    color: #fff;
}

.nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: .6rem 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.nav li a:after {
    display: inline-block;
    color: hsla(0, 0%, 100%, .2);

}

.nav .nav-current:before,
.nav li.nav-current a {
    color: #fff
}

.nav .nav-current a:after {
    content: " ";
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 1px
}

.nav a:link,
.nav a:visited {
    color: #fff
}

.nav a:active,
.nav a:focus,
.nav a:hover {
    color: #FFACB5;
}

.nav-title {
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff
}

.nav-close {
    position: absolute;
    top: 38px;
    right: 25px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px
}

.nav-close:focus {
    outline: 0
}

.nav-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-close:hover:after,
.nav-close:hover:before {
    background: #fff
}

.subscribe-button {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111!important;
    text-align: center;
    font-size: 12px;
    font-family: Open Sans, "sans-serif";
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease .3s
}

.subscribe-button:before {
    font-size: 9px;
    margin-right: 6px
}

.scroll-down {
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: b 4s 2s infinite;
    animation: b 4s 2s infinite
}

.scroll-down:hover {
    color: #fff;
    -webkit-animation: none;
    animation: none
}

.home-template .page-title {
    -webkit-animation: a .6s;
    animation: a .6s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.home-template .page-description {
    -webkit-animation: a .9s;
    animation: a .9s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.home-template .main-header:after {
    display: block;
    content: " ";
    width: 150px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0, transparent 70%, transparent 100%)
}

.no-cover .scroll-down {
    display: none
}

.no-cover.main-header {
    min-height: 160px;
    max-height: 40vh;
}

.no-cover.main-header:after {
    display: none
}

.no-cover .page-title {
    color: rgba(0, 0, 0, .8)
}

.no-cover .page-description {
    color: rgba(0, 0, 0, .5)
}

.no-cover .main-nav.overlay {
    background: none
}

.no-cover.post-head.main-header {
    height: 85px;
    min-height: 0;
    margin-bottom: 0;
    background: transparent
}

.no-cover.author-head.main-header {
    height: 10vh;
    min-height: 100px;
    background: transparent
}

.archive-template .scroll-down {
    display: none
}

.archive-template .main-header {
    max-height: 30vh
}

.archive-template .main-header:after {
    display: none
}

.archive-template .extra-pagination {
    display: block
}

.archive-template .author-profile .author-meta {
    display: none
}

.blog-logo {
    display: block;
    float: left;
    background: none!important;
    border: none!important
}

.blog-logo img {
    display: block;
    padding: 1px 0 5px;
    width: auto
}

.blog-logo img,
.menu-button {
    box-sizing: border-box;
    height: 38px
}

.menu-button {
    display: inline-block;
    float: right;
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
    white-space: nowrap;
    transition: all .5s ease
}

.menu-button:before {
    font-size: 14px;
    font-weight: 700;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.menu-button:hover {
    background: #fff
}

.menu-button:focus {
    outline: 0
}

.nav-closed .menu-button {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .6)
}

.nav-closed .menu-button:hover {
    color: #222
}

.nav-closed .no-cover .menu-button {
    border-color: #000;
    background: #000;
    color: #fff;
}

.nav-closed .no-cover .menu-button:hover {
    color: #FFACB5;
}

.page-title {
    margin: 10px 0;
    font-size: 5rem;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: Open Sans, "sans-serif";
    color: #fff
}

.page-description {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Merriweather, "serif";
    letter-spacing: .01rem;
    color: hsla(0, 0%, 100%, .8)
}

.post-template .post {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ebf2f6;
    word-wrap: break-word;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0
}

.post-template .post:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
    display: none
}

.post-template .post-header {
    margin-bottom: 3.4rem
}

.post-template .post-header__breadcrumb {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    font-size: .8em
}

.post-template .post-header__breadcrumb li {
    display: inline-block;
    font-style: italic
}

.post-template .post-header__breadcrumb li a {
    font-style: normal
}

.post-template .post-title {
    margin-bottom: 0
}

.post-template .post-meta {
    margin: 0
}

.post-template .post-date {
    padding: 0;
    margin: 0;
    border: none
}

.post-template .content {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 4px #d8d8d8;
    margin: 0 auto;
    width: 80%;
    padding: 5% 0;
}

.read-more {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.read-more:after {
    content: '\003e';
    display: inline-block;
    font-size: 1.5em;
    color: #ed0677;
    position: absolute;
    transition: all .2s ease
}

.read-more:hover:after {
    margin-left: 5px
}

.post-meta {
    display: block;
    margin: 1.75rem 0 0;
    font-family: Open Sans, "sans-serif";
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #9eabb3
}

.post-meta a {
    color: #9eabb3;
    text-decoration: none
}

.post-meta a:hover {
    text-decoration: underline
}

.author-thumb {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 9px;
    border-radius: 100%
}

.user-meta {
    position: relative;
    padding: .3rem 40px 0 100px;
    min-height: 77px
}

.post-date {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    border-left: 1px solid #d5dbde;
    text-transform: uppercase;
    font-size: 1.3rem;
    white-space: nowrap
}

.user-image {
    position: absolute;
    top: 0;
    left: 0
}

.user-name {
    display: block;
    font-weight: 700
}

.user-bio {
    display: block;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.5em
}

.publish-meta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.3rem 0 4rem;
    text-align: right
}

.publish-heading {
    display: block;
    font-weight: 700
}

.publish-date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em
}

.footnotes {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6em
}

.footnotes li {
    margin: .6rem 0
}

.footnotes p {
    margin: 0
}

.footnotes p a:last-child {
    text-decoration: none
}

.post-footer {
    position: relative;
    margin: 6rem 0 0;
    padding: 6rem 0 0;
    border-top: 1px solid #ebf2f6
}

.post-footer h4 {
    font-size: 1.8rem;
    margin: 0
}

.post-footer h4 a {
    color: #2e2e2e;
    text-decoration: none
}

.post-footer h4 a:hover {
    text-decoration: underline
}

.post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em
}

.post-footer .author {
    margin-right: 180px
}

.post-footer .share {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 140px
}

.post-footer .share a {
    font-size: 1.8rem;
    display: inline-block;
    margin: 1rem 1.6rem 1.6rem 0;
    color: #bbc7cc;
    text-decoration: none
}

.post-footer .share .icon-twitter:hover {
    color: #55acee
}

.post-footer .share .icon-facebook:hover {
    color: #3b5998
}

.post-footer .share .icon-google-plus:hover {
    color: #dd4b39
}

.author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9eabb3;
    margin: 1.6rem 0
}

.author-meta a {
    color: #9eabb3;
    text-decoration: none
}

.author-meta a:hover {
    color: #111
}

.author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word
}

.author-profile {
    padding: 0 15px 5rem;
    border-bottom: 1px solid #ebf2f6;
    text-align: center
}

.author-profile:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff
}

.author-profile .author-image {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: -100px auto 0;
    box-shadow: none
}

.author-profile .author-meta {
    margin: 2rem 0;
    font-family: Merriweather, "serif";
    letter-spacing: .01rem;
    font-size: 1.7rem
}

.author-image {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 0 1px #e7eef2
}

.author-image .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 100%
}

.author-title {
    margin: 1.5rem 0 1rem
}

.author-bio {
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 200;
    color: #50585d;
    letter-spacing: 0;
    text-indent: 0
}

.read-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 10rem;
/*        background: url('../img/head-bg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.read-next+.site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.read-next-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;

    background-size: cover;
    overflow: hidden
}

.read-next-story:hover:before {
    background: rgba(0, 0, 0, .8);
    transition: all .2s ease
}

.read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all .2s ease
}

.read-next-story:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    transition: all .5s ease
}

.read-next-story .post {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.read-next-story .post:before {
    content: "Even More Goodies!";
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: Open Sans, "sans-serif";
    color: #555;
    border-radius: 4px;
    transition: all .5s ease
}

.read-next-story h2 {
    margin-top: 1rem;
    color: #fff
}

.read-next-story p {
    margin: 0;
    color: hsla(0, 0%, 100%, .8)
}

.read-next-story.no-cover {
   
}

.read-next-story.no-cover:before {
    display: none
}

.read-next-story.no-cover h2 {
    color: rgba(0, 0, 0, .8)
}

.read-next-story.no-cover p {
    color: rgba(0, 0, 0, .5)
}

.read-next-story.no-cover .post:before {
    color: #555;
}

.read-next-story.no-cover+.read-next-story.no-cover {
  
}

.read-next-story.prev .post:before {
    content: "More Goodies!"
}

.gist table {
    margin: 0;
    font-size: 1.4rem
}

.gist td {
    line-height: 1.4
}

.gist .line-number {
    min-width: 25px
}

.pagination {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 0 auto!important;
    font-family: Open Sans, "sans-serif";
    font-size: 1.3rem;
    color: #000!important;
    text-align: center

}

.pagination a {
    color: #000;
    transition: all .2s ease;
    padding: 10px 15px!important;
}

.older-posts {
    right: 0;
}

.older-posts:hover {
    color: #FFACB5;
}

.older-posts,
.newer-posts {
    position: relative!important;
    border: none;
}

.newer-posts {
    left: 0
}

.newer-posts:hover {
    color: #FFACB5;
}

.page-number {
    display: inline-block;
    padding: 2px 0;
    min-width: 100px
}

.extra-pagination {
    display: none;
    border-bottom: 1px solid #ebf2f6
}

.extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff
}

.extra-pagination .pagination {
    width: auto
}

.site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 8rem 0 0;
    padding: 1rem 15px;
    font-family: Open Sans, "sans-serif";
    font-size: 1rem;
    line-height: 1.75em;
    color: #bbc7cc
}

.site-footer a {
    color: #bbc7cc;
    text-decoration: none;
    font-weight: 700
}

.site-footer a:hover {
    border-bottom: 1px solid #bbc7cc
}

.poweredby {
    float: right;
    text-align: right
}

.copyright,
.poweredby {
    display: block;
    width: 45%
}

.copyright {
    float: left
}

@media only screen and (max-width: 900px) {
    blockquote {
        margin-left: 0
    }
    .main-header {
        box-sizing: border-box;
        height: auto;
        min-height: 240px;
        height: 60vh;
        padding: 15% 0
    }
    .scroll-down {
        display: none
    }
    .page-title {
        font-size: 4rem;
        letter-spacing: -1px
    }
    .page-description {
        font-size: 1.8rem;
        line-height: 1.5em
    }
    .post {
        font-size: .95em
    }
    hr {
        margin: 2.4em 0
    }
    ol,
    ul {
        padding-left: 2em
    }
    h1 {
        font-size: 4.5rem;
        text-indent: -2px
    }
    h2 {
        font-size: 3.6rem
    }
    h3 {
        font-size: 3.1rem
    }
    h4 {
        font-size: 2.5rem
    }
    h5 {
        font-size: 2.2rem
    }
    h6 {
        font-size: 1.8rem
    }
    .author-profile {
        padding-bottom: 4rem
    }
    .author-profile .author-bio,
    .author-profile .author-meta span {
        font-size: 1.6rem
    }
    .no-cover.post-head.main-header {
        height: 55px;
        padding: 0
    }
    .no-cover.author-head.main-header {
        padding: 0
    }
    .read-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem
    }
    .home-template .main-header:after,
    .read-next p {
        display: none
    }
    .archive-template .main-header {
        min-height: 180px;
        padding: 10% 0
    }
    .blog-logo img {
        padding: 4px 0
    }
    body:not(.post-template) .post-title {
        font-size: 3.2rem
    }
    .author-meta span {
        display: block;
        margin: 1.5rem 0
    }
    .post-head.main-header {
        height: 45vh
    }
    .author-head.main-header,
    .tag-head.main-header {
        height: 30vh
    }
    .read-next-story.no-cover+.read-next-story.no-cover {
        border-top: 1px solid rgba(0, 0, 100, .06);
        border-left: none
    }
}

@media only screen and (max-width: 500px) {
    
    .top-nav li {
        width: 100%;
        padding: 0;
        display: block;
    }
    .main-header {
        margin-bottom: 15px;
        height: 40vh
    }
    .no-cover.main-header {
        height: 30vh
    }
    .no-cover .main-nav.overlay {
        background: none
    }
    .no-cover .main-nav.overlay .menu-button {
        border: none
    }
    .main-nav {
        padding: 5px;
        margin-bottom: 2rem
    }
    .main-nav.overlay .menu-button {
        border-color: transparent
    }
    .main-nav.overlay a:hover {
        color: #fff;
        border-color: transparent;
        background: transparent
    }
    .blog-logo {
        padding: 5px
    }
    .blog-logo img {
        height: 30px
    }
    .menu-button {
        padding: 0 5px;
        border-radius: 0;
        border-width: 0;
        color: #2e2e2e;
        background: transparent
    }
    .menu-button:hover {
        color: #2e2e2e;
        border-color: transparent;
        background: none
    }
    body.nav-opened .menu-button {
        background: none;
        border: transparent
    }
    body:not(.post-template) .post-title {
        font-size: 2.5rem
    }
    .nav-title {
        top: 25px
    }
    .nav-close {
        position: absolute;
        top: 18px
    }
    .inner,
    .pagination {
        width: auto;
        margin: 2rem auto
    }
    .post {
        width: auto;
        margin: 2rem 16px;
        padding-bottom: 2rem;
        line-height: 1.65em
    }
    .post-date {
        display: none
    }
    .post-template .post-header {
        margin-bottom: 2rem
    }
    .post-template .post-date {
        display: inline-block
    }
    .post-template .site-footer {
        margin-top: 0
    }
    hr {
        margin: 1.75em 0
    }
    dl,
    ol,
    p,
    ul {
        font-size: .95em;
        margin: 0 0 2.5rem
    }
    .page-title {
        font-size: 3rem
    }
    .page-description {
        font-size: 1.6rem
    }
    h1 {
        font-size: 2.8rem;
        letter-spacing: -1px
    }
    h1,
    h2 {
        margin: 0 0 .3em
    }
    h2 {
        font-size: 2.4rem;
        letter-spacing: 0
    }
    h3 {
        font-size: 2.1rem
    }
    h3,
    h4 {
        margin: 0 0 .3em
    }
    h4 {
        font-size: 1.9rem
    }
    h5,
    h6 {
        margin: 0 0 .3em;
        font-size: 1.8rem
    }
    .post-meta {
        font-size: 1.3rem;
        margin-top: 1rem
    }
    .post-footer {
        padding: 5rem 0 3rem;
        text-align: center
    }
    .post-footer .author {
        margin: 0 0 2rem;
        padding: 0 0 1.6rem;
        border-bottom: 1px dashed #ebf2f6
    }
    .post-footer .share {
        position: static;
        width: auto
    }
    .post-footer .share a {
        margin: 1.4rem .8rem 0
    }
    .newer-posts,
    .older-posts {
        position: static!important;
        margin: 10px 0
    }
    .page-number {
        display: block
    }
    .site-footer {
        margin-top: 3rem
    }
    .author-profile {
        padding-bottom: 2rem
    }
    .author-profile .author-image {
        margin-top: -70px
    }
    .author-profile .author-meta span {
        font-size: 1.4rem
    }
    .read-next {
        margin-top: 2rem;
        margin-bottom: -37px
    }
    .read-next .post {
        width: 100%
    }
    .archive-template .main-header {
        max-height: 20vh;
        min-height: 160px;
        padding: 10% 0
    }
    .archive-template .main-header .page-description {
        display: none
    }
    .nav ul {
        padding: 60px 9% 5%
    }
    .post-excerpt p {
        font-size: .85em
    }
    .post-content img {
        padding: 0;
        width: calc(100% 32px);
        min-width: 0;
        max-width: 112%
    }
    .author-meta li {
        float: none;
        margin: 0;
        line-height: 1.75em
    }
    .author-meta li:before {
        display: none
    }
    .post-head.main-header {
        height: 30vh
    }
    .author-head.main-header,
    .tag-head.main-header {
        height: 20vh
    }
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    10% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    25% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    40% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }
    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    20% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    80% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    40% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }
    60% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

.wrapper {
    width: 95%;
    margin: 0 auto
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em
}

.masonry .post {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
}

.masonry .post:hover {
    box-shadow: 0px 0px 4px #b8b8b8;
}

.masonry .post .post-image {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    margin: -1.5em -1.5em 12px;
    overflow: hidden
}

.masonry .post .post-image img {
    transition: all ease-out 1s;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.masonry .post-excerpt a {
    color: #ed0677
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px
    }
}

svg:not(:root) {
    overflow: hidden
}

.icon-ghost:before {
    content: "\f600"
}

.icon-feed:before {
    content: "\f601"
}

.icon-twitter:before {
    content: "\f602";
    font-size: 1.1em
}

.icon-google-plus:before {
    content: "\f603"
}

.icon-facebook:before {
    content: "\f604"
}

.icon-arrow-left:before {
    content: "\f605"
}

.icon-stats:before {
    content: "\f606"
}

.icon-location:before {
    content: "\f607";
    margin-left: -3px
}

.icon-link:before {
    content: "\f608"
}

.icon-menu:before {
    content: "\f609"
}

.nav-opened .menu-button {
    padding: 0 12px;
    background: #111;
    border-color: #111;
    color: #fff;
    -webkit-transform: translate3D(94px, 0, 0);
    transform: translate3D(94px, 0, 0);
    transition: all .3s ease
}

.nav-opened .menu-button .word {
    opacity: 0;
    transition: all .3s ease
}

.post-title a {
    text-decoration: none
}

.post-excerpt p {
    margin: 0;
    font-size: .9em;
    line-height: 1.7em
}

.post-content img {
    display: block;
    max-width: 126%;
    height: auto;
    padding: .6em 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post-head.main-header {
    height: 65vh;
    min-height: 180px
}

.author-head.main-header,
.tag-head.main-header {
    height: 40vh;
    min-height: 180px
}

.content .embedPastebin {
    margin-bottom: 1.75em
}