/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Tag Archive
    7.  Read Next
    8.  Third Party Elements
    9.  Pagination
    10.  Footer
    11. Media Queries (Tablet)
    12. Media Queries (Mobile)
    13. Animations
    14. Download Panel
*/

/* ==========================================================================
   0. normalize.css v3.0.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */
@font-face {
    font-family:'../fonts/Merriweather';
    src: url('../fonts/merriweather-bold.eot');
	src: url('../fonts/merriweather-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/merriweather-bold.woff2') format('woff2'),
		url('../fonts/merriweather-bold.woff') format('woff'),
		url('../fonts/merriweather-bold.svg#Merriweather Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family:'Merriweather';
    src: url('../fonts/merriweather-italic.eot');
	src: url('../fonts/merriweather-italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/merriweather-italic.woff2') format('woff2'),
		url('../fonts/merriweather-italic.woff') format('woff'),
		url('../fonts/merriweather-italic.svg#Merriweather Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Merriweather';
    src: url('../fonts/merriweather-regular.eot');
	src: url('../fonts/merriweather-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/merriweather-regular.woff2') format('woff2'),
		url('../fonts/merriweather-regular.woff') format('woff'),
		url('../fonts/merriweather-regular.svg#Merriweather Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
@font-face {
    font-family:'Merriweather Light';
    src: url('../fonts/merriweather-light.eot');
    src: url('../fonts/merriweather-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/merriweather-light.woff2') format('woff2'),
        url('../fonts/merriweather-light.woff') format('woff'),
        url('../fonts/merriweather-light.svg#Merriweather Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans.woff2') format('woff2'),
    url('../fonts/open-sans.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-light.woff2') format('woff2'),
    url('../fonts/open-sans-light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-bold.woff2') format('woff2'),
    url('../fonts/open-sans-bold.woff') format('woff');
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body { margin: 0; }
article, aside, details,
figcaption, figure,
footer, header,
main, menu, nav,
section, summary { display:block; }
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent;}
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table{ border-collapse: collapse; border-spacing: 0; }
td, th{ padding: 0; }


/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */

/* Import the font file with the icons in it */
@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: normal;
    font-style: normal;
}

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

/* Each icon is created by inserting the correct character into the
   content of the :before pseudo element. Like a boss. */
.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; /* Tracking fix */
}
.icon-link:before {
    content: "\f608";
}
.icon-menu:before {
    content: "\f609";
}
/*
    IMPORTANT: When making any changes to the icon font, be sure to increment
    the version number by 1 in the @font-face rule. `?v=1` becomes `?v=2`
    This forces browsers to download the new font file.
*/


/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

html {
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    max-height: 100%;
    font-family: "Merriweather", serif;
    letter-spacing: 0.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;
}

::-moz-selection {
    background: #D6EDFF;
}

::selection {
    background: #D6EDFF;
}

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 0.4em 0;
    font-family: "Open Sans", sans-serif;
    text-rendering: geometricPrecision;
}

h1 {
    font-size: 5rem;
    letter-spacing: -2px;
    text-indent: -3px;
}

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

h3 {
    font-size: 3rem;
    letter-spacing: -0.6px;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 2rem;
}

a {
    color: #4A4A4A;
    transition: color 0.3s ease;
}

a:hover {
    color: #111;
}

p, ul, ol, dl {
    -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 0;
    text-rendering: geometricPrecision;
}

ol, ul {
    padding-left: 3rem;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0 0 0.4em 0;
    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;
    margin-bottom: 1em;
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

li {
    margin: 0.4em 0;
}

li li {
    margin: 0;
}

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

blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.75em 0 1.75em -2.2em;
    padding: 0 0 0 1.75em;
    border-left: #4A4A4A 0.4em solid;
}

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

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    color: #CCC;
}

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

blockquote cite {
    font-weight: 700;
}

blockquote cite a { font-weight: normal; }

mark {
    background-color: #fdffb6;
}

code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #E3EDF3 1px solid;
    background: #F7FAFB;
    border-radius: 2px;
    -webkit-font-feature-settings: "liga" 0;
    -moz-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
}

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

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

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #CCC 1px solid;
    color: #666;
    text-shadow: #FFF 0 1px 0;
    font-size: 0.9em;
    font-weight: 700;
    background: #F4F4F4;
    border-radius: 4px;
    box-shadow:
        0 1px 0 rgba(0, 0, 0, 0.2),
        0 1px 0 0 #fff inset;
}

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

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

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: #EFEFEF 2px solid; }

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.75em 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;
}

textarea, select, input {
    width: 260px;
    padding: 6px 9px;
    margin: 0 0 5px 0;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.4em;
    background: #fff;
    border: #e7eef2 1px solid;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
}

textarea {
    width: 100%;
    max-width: 340px;
    min-width: 250px;
    height: auto;
    min-height: 80px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
    border: #bbc7cc 1px solid;
    background: #fff;
    outline: none;
    outline-width: 0;
}

select {
    width: 270px;
    height: 30px;
    line-height: 30px;
}

button {
    min-height: 35px;
    width: auto;
    display: inline-block;
    padding: 0.1rem 1.5rem;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px; // Hack because Firefox sucks ass.
    line-height: 13px; // Hack because Firefox sucks ass.
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0.3rem;
    border: rgba(0,0,0,0.05) 0.1em solid;
    background: #5ba4e5;
}

.button--primary {
    background-color: #66b574;
}

.post-excerpt > p  > img {
    margin: 0 auto !important;
    display: block;
}

.post-excerpt > p > a  > img {
    margin: 0 auto !important;
    display: block;
}


.custom_menu {
	margin-bottom: 3px;
}

.custom_menu > span {
    border-radius: 5px;
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

.custom_menu a {
    color: white;
    text-decoration: none;
}

.custom_menu :hover {
    color: gray;
    border-color: white;
}

.soc__icon {
    height: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: transform 0.2s ease-in-out;
}

.soc__icon:hover  {
    transform: scale(1.1);
}

.soc__inner {
    display: none;
}

html:lang(en) .soc__inner--en {
    display: block;
}

html:lang(ru) .soc__inner--ru {
    display: block;
}

/* Menu */

.menu {
    margin-top: 1.2em;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
    display: inline-block;
    ;
    margin: 5px;
}
.menu ul li a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 18px 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    border: rgba(255, 255, 255, 0.8) 1px solid;
    border-radius: 6px;
    transition: all 0.1s ease-in-out;
}
.menu ul li a:hover {
    border-color: white;
    color: white;
}
.menu ul li.nav-current a {
    border-color: white;
    color: white;
}
.menu ul li.menu__item--mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .menu ul li.menu__item--mobile {
        display: inline-block;
        margin: 0 5px;
    }

    .menu ul li.menu__item--mobile a {
        padding: 12px 18px 9px;
    }
}
.menu .icon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 21px;
    height: 15px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */

/* Clears shit */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Hides shit */
.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 0 auto;
}

/* Centres vertically yo. (IE8+) */
.vertical {
    display: table-cell;
    vertical-align: middle;
}

/* Wraps the main content & footer */
.site-wrapper {
    position: relative;
    z-index: 10;
    min-height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
}

/* Lang selector */
#lang_selector {
       position:absolute;
       left: 5px;
       z-index: 9001;
}


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


/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */

/* Big cover image on the home page */
.main-header {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    margin-bottom: 5rem;
    text-align: center;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.main-header.default-cover {
    background-image: url('../images/default_cover.jpg');
}

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

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

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

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

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

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

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

.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,
.nav-close:after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: rgb(150,150,150);
    top: 15px;
    -webkit-transition: background 0.15s ease;
            transition: background 0.15s ease;
}

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

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

.nav-close:hover:before,
.nav-close:hover:after {
    background: rgb(255,255,255);
}

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

.nav li:before {
    display: block;
    float: right;
    padding-right: 4%;
    padding-left: 5px;
    text-align: right;
    font-size: 1.2rem;
    vertical-align: bottom;
    color: #B8B8B8;
    content: counter(item, lower-roman);
    counter-increment: item;
}
.nav li {
    margin: 0;
}
.nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: 0.6rem 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav li a:after {
    display: inline-block;
    content: " .......................................................";
    color: rgba(255,255,255,0.2);
    margin-left: 5px;
}
.nav .nav-current:before {
    color: #fff;
}
.nav .nav-current a:after {
    content: " ";
    border-bottom: rgba(255,255,255,0.5) 1px solid;
    width: 100%;
    height: 1px;
}

.nav a:link,
.nav a:visited {
    color: #B8B8B8;
}

.nav li.nav-current a,
.nav a:hover,
.nav a:active,
.nav a:focus {
    color: #fff;
}

.subscribe-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important; /* Overides `.nav a:link, .nav a:visited` colour */
    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 0.3s;
}
.subscribe-button:before {
    font-size: 9px;
    margin-right: 6px;
}


/* Create a bouncing scroll-down arrow on homepage with cover image */
.scroll-down {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -13px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
}

/* Stop it bouncing and increase contrast when hovered */
.scroll-down:hover {
    color: #fff;
    -webkit-animation: none;
    animation: none;
}

/* Put a semi-opaque radial gradient behind the icon to make it more visible
   on photos which happen to have a light background. */
.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,0.15) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
}

/* Hide when there's no cover image or on page2+ */
.paged .scroll-down,
.paged .main-header:after {
    display: none
}

/* Appears in the top left corner of your home page */
.blog-logo {
    background: none !important; /* Makes sure there is never a background */
    border: none !important; /* Makes sure there is never a border */
    position: absolute;
    z-index: 100;
    left: 25px;
}

.blog-logo img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 38px;
    width: auto;
}

.menu-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    text-rendering: auto;
    line-height: 1;
    color: rgba(255,255,255,0.9);
    transition: all 0.5s ease;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.menu-link:hover,
.menu-link:focus {
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .menu-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .menu-link {
        font-size: 12px;
        margin-top: -1px;
        margin-right: 0;
        padding: 0 18px 0 0;
        border-right: 0;
    }
}

.nav-opened .menu-link,
.nav-opened .menu-language{
    -webkit-transform: translate3D(94px, 0, 0);
    -ms-transform: translate3D(94px, 0, 0);
    transform: translate3D(94px, 0, 0);
    transition: all 0.3s ease;
}

.menu-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    padding: 10px 20px 10px 0;
    font-family: "Open Sans", serif;
    font-size: 16px;
    text-rendering: auto;
    line-height: 1;
    border-right: 1px solid rgba(255,255,255,0.3);
    transition: all 0.5s ease;
}

@media only screen and (max-width: 900px) {
    .menu-language {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .menu-language {
        display: none;
    }
}

.menu-language__dropdown {
    position: absolute;
    top: 44px;
    right: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 150px;
    padding: 5px 0;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 4px rgba(23, 23, 23, 0.1);
    box-shadow: 0 0 4px rgba(23, 23, 23, 0.1);
    transition: opacity 0.3s ease;
    z-index: 2;
}

.menu-language__dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.menu-language__dropdown:after {
    content: "";
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    transition: 0.3s ease opacity;
}

html:lang(ru) .menu-language__link--ru {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.menu-language__current {
    position: relative;
    padding-right: 23px;
    white-space: nowrap;
    color: rgba(255,255,255,0.9);
    transition: all 0.5s ease;
    cursor: pointer;
}

.menu-language__current:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSA3IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS4yMTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMUw1LjQgNiAxMCAxIi8+PC9zdmc+);
    opacity: 0.6;
}

.menu-language:hover .menu-language__dropdown,
.menu-language__dropdown:hover {
    opacity: 1;
    visibility: visible;
}

.menu-language__link {
    display: block;
    width: 100%;
    padding: 15px 33px 15px 24px;
    font-weight: 400;
    text-rendering: auto;
    white-space: nowrap;
    box-sizing: border-box;
}

.menu-language__link:hover {
    background-color: rgba(0,0,0,0.1);
}

.menu-language__link:last-child {
    margin-bottom: 0;
}

.menu-language__flag {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 13px;
    margin-right: 10px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: -1px 0 4px 0 rgba(74, 74, 74, .20);
}

.icon--ru {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512.001%20512.001%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%3Cpath%20d%3D%22M512%20200.093H0V97.104a8.829%208.829%200%200%201%208.828-8.828h494.345a8.829%208.829%200%200%201%208.828%208.828L512%20200.093z%22%20fill%3D%22%23F5F5F5%22%2F%3E%3Cpath%20d%3D%22M503.172%20423.725H8.828A8.829%208.829%200%200%201%200%20414.897V311.909h512v102.988a8.828%208.828%200%200%201-8.828%208.828z%22%20fill%3D%22%23FF4B55%22%2F%3E%3Cpath%20fill%3D%22%2341479B%22%20d%3D%22M0%20200.091h512v111.81H0z%22%2F%3E%3C%2Fsvg%3E");
}

.icon--en {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512.001%20512.001%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%3Cpath%20d%3D%22M503.172%20423.725H8.828A8.829%208.829%200%200%201%200%20414.897V97.104a8.829%208.829%200%200%201%208.828-8.828h494.345a8.829%208.829%200%200%201%208.828%208.828v317.793a8.83%208.83%200%200%201-8.829%208.828z%22%20fill%3D%22%23F5F5F5%22%2F%3E%3Cpath%20d%3D%22M512%20114.081H0V97.104a8.829%208.829%200%200%201%208.828-8.828h494.345a8.829%208.829%200%200%201%208.828%208.828L512%20114.081zM0%20191.491h512v25.804H0zm0-51.61h512v25.804H0zm512%20129.022H8.828A8.829%208.829%200%200%201%200%20260.075v-16.977h512v25.805zM0%20346.321h512v25.804H0zm503.172%2077.404H8.828A8.829%208.829%200%200%201%200%20414.897v-16.976h512v16.977a8.828%208.828%200%200%201-8.828%208.827zM0%20294.711h512v25.804H0z%22%20fill%3D%22%23FF4B55%22%2F%3E%3Cpath%20d%3D%22M229.517%2088.277H8.828A8.828%208.828%200%200%200%200%2097.104v162.97a8.829%208.829%200%200%200%208.828%208.828h220.69a8.829%208.829%200%200%200%208.828-8.828V97.104a8.83%208.83%200%200%200-8.829-8.827z%22%20fill%3D%22%2341479B%22%2F%3E%3Cpath%20d%3D%22M24.789%20108.538l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928L24%20122.843l-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.76%201.324-.76%201.578-.001zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928L24%20153.497l-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.324-.759%201.578-.001zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928L24%20184.151l-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.324-.759%201.578-.001zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928L24%20214.806l-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.76%201.324-.76%201.578-.001zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928L24%20245.46l-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.761%201.324-.761%201.578-.001zm23.793-107.588l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm23.793-106.992l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.325-.758%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.325-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.76%201.325-.76%201.578%200zm23.794-107.588l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm23.793-106.992l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.026-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.759%201.326-.759%201.579%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.026-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.758%201.326-.758%201.579%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.026-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.758%201.326-.758%201.579%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.026-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.759%201.326-.759%201.579%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.026-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.76%201.326-.76%201.579%200zm23.793-107.588l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.758%201.325-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.253-.758%201.325-.758%201.578%200zm23.794-106.992l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.758%201.325-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.759%201.325-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.251-.76%201.325-.76%201.578%200zm23.793-107.588l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.326-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.165-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.326-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.326-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.326-.758%201.578%200zm23.794-106.992l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.324-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.324-.758%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.758%201.324-.758%201.578%200zm0%2030.655l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.759%201.324-.759%201.578%200zm0%2030.654l1.954%205.86%206.177.047c.8.007%201.131%201.027.488%201.502l-4.969%203.67%201.864%205.889c.242.762-.627%201.394-1.278.928l-5.025-3.592-5.025%203.592c-.651.465-1.518-.166-1.278-.928l1.864-5.889-4.969-3.67c-.643-.476-.312-1.495.488-1.502l6.177-.047%201.954-5.86c.252-.76%201.324-.76%201.578%200z%22%20fill%3D%22%23F5F5F5%22%2F%3E%3C%2Fsvg%3E");
}

.menu-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    height: 38px;
    padding: 0 15px;
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-button:before {
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.menu-button:hover {
    background: #fff;
}
.menu-button:focus {
    outline: 0;
}

/* When the navigation is closed */
.nav-closed .menu-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.nav-closed .menu-button:hover {
    color: #222;
}
@media only screen and (min-width: 501px) {
    .nav-closed .menu-button {
        color: #222;
        background: #fff;
        border-color: rgba(255, 255, 255, 0.6);
    }
}

/* When the navigation is opened */
.nav-opened .menu-button {
    padding: 0 12px;
    background: #111;
    border-color: #111;
    color: #fff;
    -webkit-transform: translate3D(94px, 0, 0);
        -ms-transform: translate3D(94px, 0, 0);
            transform: translate3D(94px, 0, 0);
    transition: all 0.3s ease;
}

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

/* Special styles when overlaid on an image*/
.main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    text-align: right;
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
}

/* The details of your blog. Defined in ghost/settings/ */
.page-title {
    margin: 10px 0 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.7em;
    font-weight: 400;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    color: rgba(255,255,255,0.8);
}

/* Add subtle load-in animation for content on the home page */
.home-template .page-title {
    text-rendering: auto;
    -webkit-animation: fade-in-down 0.6s;
    animation: fade-in-down 0.6s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.home-template .page-description {
    text-rendering: auto;
    -webkit-animation: fade-in-down 0.9s;
    animation: fade-in-down 0.9s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

/* Every post, on every page, gets this style on its <article> tag */
.post {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    padding-bottom: 4rem;
    border-bottom: #EBF2F6 1px solid;
    word-wrap: break-word;
}

/* Add a little circle in the middle of the border-bottom on our .post
   just for the lolz and stylepoints. */
.post:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}

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

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

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

.read-more {
    text-decoration: none;
}

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

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

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

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

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

.post-date {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    border-left: #d5dbde 1px solid;
    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 0;
    text-align: right;
}

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

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

/* Cookie notification */
.notification {
    position: fixed;
    bottom: 65px;
    right: 0;
    z-index: 8;
    font-family: "Open Sans", Arial, sans-serif;
    text-rendering: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.notification--hidden {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .notification {
        right: 15px;
    }
}

.notification__item {
    position: relative;
    z-index: 2;
    width: 325px;
    margin-bottom: 15px;
    padding: 25px 35px 20px 60px;
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    transition: opacity 0.5s ease-in-out;
    box-sizing: border-box;
}

.notification__item:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%20style%3D%22fill%3A%234a4a4a%3B%22%3E%3Cpath%20d%3D%22M25%204C13.414%204%204%2013.414%204%2025s9.414%2021%2021%2021%2021-9.414%2021-21c0-.621-.04-1.219-.09-1.797a1.008%201.008%200%200%200-.55-.812%201.005%201.005%200%200%200-.985.05A3.454%203.454%200%200%201%2042.5%2023a3.49%203.49%200%200%201-3.246-2.207%201.004%201.004%200%200%200-1.406-.512A5.958%205.958%200%200%201%2035%2021c-3.324%200-6-2.676-6-6%200-1.035.262-2.004.719-2.848a1.004%201.004%200%200%200-.512-1.406A3.49%203.49%200%200%201%2027%207.5c0-.691.207-1.324.559-1.875.187-.297.207-.668.05-.984a1.008%201.008%200%200%200-.812-.551C26.219%204.04%2025.62%204%2025%204zm13%200a1.999%201.999%200%201%200%200%204%201.999%201.999%200%201%200%200-4zM25%206c.145%200%20.293.016.438.023-.153.497-.438.93-.438%201.477%200%201.938%201.137%203.484%202.66%204.46-.39.946-.66%201.958-.66%203.04%200%204.406%203.594%208%208%208%201.082%200%202.094-.27%203.04-.66.976%201.523%202.523%202.66%204.46%202.66.547%200%20.98-.285%201.48-.438.004.145.02.293.02.438%200%2010.504-8.496%2019-19%2019S6%2035.504%206%2025%2014.496%206%2025%206zm11.5%206a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3zm-15%203a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3zM45%2015c-.55%200-1%20.45-1%201s.45%201%201%201%201-.45%201-1-.45-1-1-1zm-30%205a3%203%200%201%200%20.002%206.002A3%203%200%200%200%2015%2020zm9.5%204a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3zM17%2031a1.999%201.999%200%201%200%200%204%201.999%201.999%200%201%200%200-4zm13.5%201a2.502%202.502%200%200%200-2.5%202.5c0%201.379%201.121%202.5%202.5%202.5s2.5-1.121%202.5-2.5-1.121-2.5-2.5-2.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100%;
}

.notification__text {
    font-size: 1.4rem;
    line-height: 1.5;
}

.notification__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 0;
}

.notification__accept,
.notification__learn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.428571429;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 4px;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: none;
    font-weight: normal;
    box-sizing: border-box;
}

.notification__accept:hover,
.notification__learn:hover,
.notification__accept:focus,
.notification__learn:focus,
.notification__accept:focus:active,
.notification__learn:focus:active {
    color: #fff;
    background-color: #58a273;
    border-color: #58a273;
    outline: 0;
}

.notification__learn {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    color: #66b574;
}


/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */

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

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

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

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

/* Stop elements, such as img wider than the post content, from
   creating horizontal scroll - slight hack due to imperfections
   with browser width % calculations and rounding */
.post-template .content {
    overflow: hidden;
}

/* Tweak the .post wrapper style */
.post-template .post {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Kill that stylish little circle that was on the border, too */
.post-template .post:after {
    display: none;
}

/* Keep images centered, and allow images wider than the main
   text column to break out. */
.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0.6em 0;
    /* Centers an image by (1) pushing its left edge to the
       center of its container and (2) shifting the entire image
       in the opposite direction by half its own width.
       Works for images that are larger than their containers. */
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%); /* for Safari and iOS */
    -ms-transform: translateX(-50%); /* for IE9 */
    transform: translateX(-50%);
}

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

.footnotes li {
    margin: 0.6rem 0;
}

.footnotes p {
    margin: 0;
}

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


/* Show post comments */
.post-disqus {
    min-height: 81px;
}

.post-comments {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6rem 0 0 0;
    padding: 3rem 0 0 0;
    border-top: #EBF2F6 1px solid;
}

.post-comments__button {
    min-height: 45px;
    margin: 0 0 12px 0;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    font-size: 1.2rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.post-comments__text {
    text-align: center;
}

.post-comments__powered {
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.post-comments__terms,
.post-comments__terms a{
    font-size: 1.1rem;
    line-height: 1.6;
    color: #919191;
}

@media screen and (min-width: 1024px) {
    .post-comments {
        flex-direction: row;
    }

    .post-comments__button {
        margin: 0 20px 0 0;
    }

    .post-comments__text {
        text-align: left;
    }
}


/* The author credit area after the post */
.post-footer {
    position: relative;
    margin: 6rem 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 {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em;
}

/* list of author links - location / url */
.author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9EABB3;
}

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

/* Create some space to the right for the share links */
.post-footer .author {
    margin-right: 180px;
}

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

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

/* 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: 3rem;
    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;
}

/* Lightbox for post images */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    transition: z-index 0s 0.3s, opacity 0.3s, visibility 0s 0.3s;
    visibility: hidden;
    opacity: 0;
}

.js-lightbox-active .lightbox {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: z-index 0s 0s, opacity 0.3s, visibility 0s 0s;
}

.lightbox .lightbox-content {
    min-width: 80px;
    min-height: 80px;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    transition: opacity 0s, transform 0s ease-out;
}

.js-lightbox-active .lightbox .lightbox-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity 0.3s, transform 0.3s ease-out;
}

.lightbox .lightbox-content img {
    min-width: 60px;
    min-height: 60px;
    max-height: calc(100vh - 90px);
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .lightbox .lightbox-content img {
        max-width: calc(100% - 20px);
    }
}


/* ==========================================================================
   6. Author profile
   ========================================================================== */

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

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

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

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

/* Add a little circle in the middle of the border-bottom */
.author-profile:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: #E7EEF2 1px solid;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: #FFF 0 0 0 5px;
}

.author-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 2;
    box-shadow: #E7EEF2 0 0 0 1px;
}

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

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

.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;
}

.author-meta {
    margin: 1.6rem 0;
}
/* Location, website, and link */
.author-profile .author-meta {
    margin: 2rem 0;
    font-family: "Merriweather", serif;
    letter-spacing: 0.01rem;
    font-size: 1.7rem;
}
.author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word;
}
.author-meta a {
    text-decoration: none;
}

/* Turn off meta for page2+ to make room for extra
   pagination prev/next links */
.paged .author-profile .author-meta {
    display: none;
}


/* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */

.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;
}

.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: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.read-next-story:hover:before {
    background: rgba(0,0,0,0.8);
    transition: all 0.2s ease;
}
.read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all 0.2s ease;
}

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

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

.read-next-story .post:before {
    content: attr(data-title);
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    color: rgba(255,255,255,0.8);
    border: rgba(255,255,255,0.5) 1px solid;
    border-radius: 4px;
    transition: all 0.5s ease;
}

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

.read-next-story p {
    margin: 0;
    color: rgba(255,255,255,0.8);
}

.read-next-story.default-cover {
    background-image: url('../images/default_cover.jpg');
}

/* Correctly position site-footer when next to the .read-next container */
.read-next + .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

/* ==========================================================================
   8. Third Party Elements - Embeds from other services
   ========================================================================== */

/* Github */
.gist table {
    margin: 0;
    font-size: 1.4rem;
    text-rendering: auto;
}
.gist td {
    line-height: 1.4;
}
.gist .line-number {
    min-width: 25px;
}

/* Pastebin */
.content .embedPastebin {
    margin-bottom: 1.75em;
}


/* ==========================================================================
   9. Pagination - Tools to let you flick between pages
   ========================================================================== */

/* The main wrapper for our pagination links */
.pagination {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 4rem auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    color: #9EABB3;
    text-align: center;
}

.pagination a {
    color: #9EABB3;
    transition: all 0.2s ease;
}

/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    border: #bfc8cd 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: border 0.3s ease;
}

.older-posts {
    right: 0;
}

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

.newer-posts {
    left: 0;
}

.older-posts:hover,
.newer-posts:hover {
    color: #889093;
    border-color: #98a0a4;
}

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

/* On page2+ make all the headers smaller */
.paged .main-header {
    max-height: 30vh;
    min-height: 300px;
}

/* On page2+ show extra pagination controls at the top of post list */
.paged .extra-pagination {
    display: block;
}


/* ==========================================================================
   10. Subscribe - Generate those email subscribers
   ========================================================================== */

.gh-subscribe {
    border: #e7eef2 1px solid;
    padding: 3rem;
    margin-top: 3rem;
    text-align: center;
    background: #f5f8fa;
    border-radius: 5px;
}

.gh-subscribe-title {
    margin-bottom: 5px;
    font-size: 2.4rem
}

.gh-subscribe p {
    margin-top: 0;
    font-size: 1.5rem;
}

.gh-subscribe form {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.gh-subscribe .form-group {
    flex-grow: 1;
    max-width: 300px;
}

.gh-subscribe .subscribe-email {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border-radius: 4px 0 0 4px;
    transition: all ease 0.5s;
}

.gh-subscribe .subscribe-email:focus {
    border: #5ba4e5 1px solid;
    transition: all ease 0.2s;
}

.gh-subscribe button {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.gh-subscribe-rss {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4em;
}


.gh-subscribe-terms {
    display: block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4em;
}

.gh-subscribe-terms--big {
    display: block;
    text-indent: 0;
    visibility: visible;
    margin-top: 13px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.gh-flow-content,
.gh-flow-back {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.gh-flow-content h1, .gh-flow-content h2 {
    margin: 0 0 0.3em;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    letter-spacing: 0.2px;
}


/* ==========================================================================
   11. Footer - The bottom of every page
   ========================================================================== */

.site-footer {
    position: relative;
    margin: 8rem 0 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: bold;
}

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

.poweredby {
    display: block;
    width: 45%;
    float: right;
    text-align: right;
}

.copyright {
    display: block;
    width: 45%;
    float: left;
}


/* ==========================================================================
   12. Media Queries - Smaller than 900px
   ========================================================================== */

@media only screen and (max-width: 900px) {

    blockquote {
        margin-left: 0;
    }

    .main-header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-height: 240px;
        height: 60vh;
        padding: 15% 0;
    }

    .scroll-down,
    .home-template .main-header:after { display: none; }

    .paged .main-header {
        min-height: 180px;
        padding: 13% 0 7%;
    }

    .blog-logo img {
        padding: 4px 0;
    }

    .page-title {
        font-size: 4rem;
        letter-spacing: -1px;
    }

    .page-description {
        font-size: 1.8rem;
        line-height: 1.5em;
    }

    .post {
        font-size: 0.95em
    }

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

    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 {
        font-size: 1.6rem;
    }

    .author-meta span {
        display: block;
        margin: 1.5rem 0;
    }
    .author-profile .author-meta span {
        font-size: 1.6rem;
    }

    .post-head.main-header {
        height:45vh;
    }

    .tag-head.main-header,
    .author-head.main-header {
        height: 30vh;
    }

    .gh-subscribe {
        padding: 2rem;
    }

    .gh-subscribe-title {
        font-size: 2rem
    }

    .gh-subscribe p {
        font-size: 1.4rem;
    }

    .read-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem;
    }

    .read-next p {
        display: none;
    }

}


/* ==========================================================================
   12. Media Queries - Smaller than 500px
   ========================================================================== */

@media only screen and (max-width: 500px) {

    .main-header {
        margin-bottom: 15px;
        height: 40vh;
    }

    .paged .main-header {
        max-height: 20vh;
        min-height: 160px;
        padding: 10% 0;
    }

    .main-nav {
        padding: 5px;
        margin-bottom: 2rem;
    }

    .blog-logo {
        top: 2px;
        left: 7px;
        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;
    }

    .main-nav.overlay a:hover {
        color: #fff;
        border-color: transparent;
        background: transparent;
    }

    .main-nav.overlay .menu-button {
        border-color: transparent;
    }

    .nav-title {
        top: 25px;

    }

    .nav-close {
        position: absolute;
        top: 18px;
    }

    .nav ul {
        padding: 60px 9% 5%;
    }

    .inner,
    .pagination {
        width: auto;
        margin: 2rem auto;
    }

    .post {
        width: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 16px;
        margin-right: 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;
    }

    hr {
        margin: 1.75em 0;
    }

    p, ul, ol, dl {
        font-size: 0.95em;
        margin: 0 0 2.5rem 0;
    }

    .page-title {
        font-size: 3rem;
    }

    .post-excerpt p {
        font-size: 0.85em;
    }

    .page-description {
        font-size: 1.6rem;
    }

    h1, h2, h3,
    h4, h5, h6 {
        margin: 0 0 0.3em 0;
    }

    h1 {
        font-size: 2.8rem;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    h3 {
        font-size: 2.1rem;
    }

    h4 {
        font-size: 1.9rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.8rem;
    }

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

    .post-template .site-footer {
        margin-top: 0;
    }

    .post-content img {
        margin-bottom: 25px;
        padding: 0;
        width: calc(100% + 32px); /* expand with to image + margins */
        min-width: 0;
        max-width: 112%; /* fallback when calc doesn't work */
    }

    .post-meta {
        font-size: 1.3rem;
        margin-top: 1rem;
    }

    .post-footer {
        margin-top: 5.5rem;
        padding: 5rem 0 3rem 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 0.8rem 0 0.8rem;
    }

    .author-meta li {
        float: none;
        margin: 0;
        line-height: 1.75em;
    }

    .author-meta li:before {
        display: none;
    }

    .older-posts,
    .newer-posts {
        position: static;
        margin: 10px 0;
    }

    .page-number {
        display: block;
    }

    .site-footer {
        margin-top: 3rem;
    }

    .author-profile {
        padding-bottom: 2rem;
    }

    .post-head.main-header {
        height: 30vh;
    }

    .tag-head.main-header,
    .author-head.main-header {
        height: 20vh;
    }

    .post-footer .author-image {
        top: -60px;
    }

    .author-profile .author-image {
        margin-top: -70px;
    }

    .author-profile .author-meta span {
        font-size: 1.4rem;
    }

    .paged .main-header .page-description {
        display: none;
    }

    .gh-subscribe {
        padding: 15px;
    }

    .gh-subscribe form {
        margin-top: 10px;
    }

    .read-next {
        margin-top: 2rem;
        margin-bottom: -37px;
    }

    .read-next .post {
        width: 100%;
    }

}


/* ==========================================================================
   13. Animations
   ========================================================================== */

/* Used to fade in title/desc on the home page */
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Used to bounce .scroll-down on home page */
@-webkit-keyframes bounce {
    0%, 10%, 25%, 40%, 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 bounce {
    0%, 10%, 25%, 40%, 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);
    }
}


/* ==========================================================================
   14. Download Panel
   ========================================================================== */

.tooltip-license {
    display: inline-block;
    position: relative
}
@media (max-width:1200px) {
    .tooltip-license--presentation {
        width: 100%
    }
}
.tooltip-license--bottom {
    margin: 0 15px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400
}
.tooltip-license--bottom .tooltip-license__substrate {
    top: 100%
}
.tooltip-license--bottom .tooltip-license__in {
    top: 15px;
    bottom: auto
}
.tooltip-license--bottom .tooltip-license__in:after {
    top: auto;
    bottom: 99%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #585965
}
.tooltip-license__substrate {
    position: absolute;
    left: calc(50% - 140px);
    bottom: 100%;
    font-size: 1.4rem;
    white-space: normal;
    width: auto;
    min-width: 280px;
    height: 100px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    text-rendering: auto;
}
@media (min-width:1024px) {
    .tooltip-license:hover .tooltip-license__substrate {
        visibility: visible;
        opacity: 1
    }
}
.tooltip-license__in {
    position: absolute;
    max-width: 100%;
    bottom: 15px;
    left: 0;
    transition: opacity .3s ease;
    color: #fff;
    background-color: #585965;
    padding: 10px 20px;
    border-radius: 3px
}
.tooltip-license__in:after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #585965;
    transition: opacity 0.3s ease
}
.tooltip-license__in .md__paragraph {
    margin-bottom: 0;
    line-height: 1.5;
}
.tooltip-license__in .md__link {
    color: #66b574;
    text-decoration: none;
}
.tooltip-license__in .md__link:focus, .tooltip-license__in .md__link:hover {
    text-decoration: underline;
}
.tooltip-license__link {
    color: #66b574;
    transition: color .3s ease;
    text-decoration: none
}
.tooltip-license__link:hover {
    text-decoration: underline
}
.tooltip-license__link:focus, .tooltip-license__link:hover {
    color: #58a273
}
.btn-green-s, .button--visible {
    display: inline-block
}
.btn-green-s {
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #66b574;
    color: #fff;
    transition: background-color .3s ease;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    box-sizing: border-box;
}
.btn-green-s:hover {
    background-color: #58a273;
    color: #fff;
}
.btn-green-s--invert {
    box-shadow: inset 0 0 0 1px #68bc86;
    color: #68bc86;
    background-color: transparent
}
.btn-green-s--invert:hover {
    background-color: rgba(0, 0, 0, .05)
}
@media(max-width:1200px) {
    .btn-green-s {
        min-width: 274px
    }
}
.sticky-bar {
    top: 100%;
    height: 60px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    box-shadow: inset 0 1px 0 0 rgba(74, 74, 74, .2);
    transition: all .3s ease;
    box-sizing: border-box;
    text-rendering: auto;
}
@media (min-width: 768px) {
    .sticky-bar {
        padding-right: 40px
    }
}
.sticky-bar--cookie {
    height: auto;
    padding: 8px 0;
    opacity: 0.85;
}
@media (min-width: 768px) {
    .sticky-bar--cookie {
        height: 43px
    }
}
.sticky-bar--fixed {
    position: fixed;
    z-index: 9;
    bottom: 0;
    top: auto
}
.sticky-bar__close {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 14px;
    height: 14px;
    opacity: .3;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 20.5'%3E%3Cpath class='st0' d='M11.3 10.3l9-9c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-9 9-9-9C1-.1.5-.1.2.2s-.3.8 0 1.1l9 9-9 9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l9-9 9 9c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-8.9-9z'/%3E%3C/svg%3E");
    cursor: pointer;
    transition: opacity .3s ease
}
.sticky-bar__close:hover {
    opacity: .7
}
@media (max-width:767px) {
    .sticky-bar__close {
        right: 20px
    }
}
.sticky-bar__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .sticky-bar__in {
        padding-right: 30px
    }
}
@media (max-width:767px) {
    .sticky-bar__in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.sticky-bar__in--cookie {
    max-width: 100%;
}
.sticky-bar__up {
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #68bc86;
    cursor: pointer;
    transition: color .3s ease;
    overflow: visible;
    text-decoration: none;
    letter-spacing: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.sticky-bar__up:hover {
    text-decoration: underline
}
.sticky-bar__up:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 11px;
    height: 16px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 16%3C/title%3E%3Cg stroke='%2366B574' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M6.401 16.105V2.494M10.952 6.133L6.421 1.602M1.89 6.133l4.53-4.531'/%3E%3C/g%3E%3C/svg%3E");
    transition: transform .3s ease;
}
.sticky-bar__up:hover {
    color: #58a273
}
.sticky-bar__up:hover:after {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
@media (max-width:767px) {
    .sticky-bar__up {
        display: none
    }
}
.sticky-bar__download {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.sticky-bar__download, .sticky-bar__download-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.sticky-bar__download-in {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width:767px) {
    .sticky-bar__download {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.sticky-bar__label {
    font-size: 1.6rem;
    color: rgba(74, 74, 74, .36);
    padding-right: 20px
}
@media (max-width:767px) {
    .sticky-bar__label {
        display: none
    }
}
.sticky-bar__btn {
    min-width: 0;
    line-height: 40px;
    padding: 0 35px 0 50px;
    font-size: 1.5rem
}
.sticky-bar__btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: 23px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGroup 17%3C/title%3E%3Cg stroke='%23FFF' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.058 12.418v4M1.058 16.418h16M17.058 12.418v4M9.058 1.418v12M5.058 9.418l4 4M13.058 9.418l-4 4'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover
}
.sticky-bar__btn:hover+.tooltip-license {
    visibility: visible;
    opacity: 1
}
.sticky-bar__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.sticky-bar__text {
    margin-right: 10px;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #2f2f2f
}
.sticky-bar__text a {
    color: #66b574;
}
@media (min-width: 768px) {
    .sticky-bar__text {
        margin-right: 20px;
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: left
    }
}
.sticky-bar__accept {
    min-height: 28px;
    padding: 0 10px;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 26px;
}
@media (min-width: 768px) {
    .sticky-bar__accept {
        padding: 0 20px;
        font-size: 1.2rem
    }
}

.sticky-bar--hide {
    height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0
}
@media (max-width:767px) {
    .sticky-bar--hide {
        height: 0
    }
}
.sticky-bar--closed {
    display: none
}
.sticky-on-page {
    padding-bottom: 60px;
    overflow-x: hidden;
}
.sticky-on-page--cookie {
    padding-bottom: 60px;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .sticky-on-page--cookie {
        padding-bottom: 45px;
    }
}
.sticky-bar+.site-footer {
    margin-top: 0;
}


/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
