/*
Theme Name: turtle.ai
Theme URI: http://turtle.ai/
Author: DarwinApps
Author URI: http://darwinapps.com/
Description: turtle.ai theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: turtle
Tags: app, blog

Turtle.ai is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigation
 *   5.1 - Links
 *   5.2 - Menus
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Clearings
 * 9.0 - Widgets
 * 10.0 - Content
 *    10.1 - Posts and pages
 *    10.2 - Asides
 *    10.3 - Comments
 * 11.0 - Media
 *    11.1 - Captions
 *    11.2 - Galleries
 * 12.0 - Container Breakpoints
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 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;
  outline: 0;
}

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

a:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

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

img {
  border: 0;
}

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;
  box-sizing: content-box;
}

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

/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.4rem;
}

*::-moz-selection {
  color: #fff;
  background: #48b0a1;
}

*::selection {
  color: #fff;
  background: #48b0a1;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 7.1rem;
  margin: 0 0 2.4rem 0;
}

h2 {
  font-size: 5rem;
  line-height: 6rem;
  margin: 0 0 2.4rem 0;
}

h3 {
  font-size: 3.7rem;
  line-height: 4.8rem;
  margin: 0 0 2.4rem 0;
}

h4 {
  font-size: 2.8rem;
  line-height: 4.8rem;
  margin: 0 0 2.4rem 0;
}

h5 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0 0 2.4rem 0;
}

h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 2.4rem 0;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6rem;
    margin: 0 0 2.1rem 0;
  }

  h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin: 0 0 2.1rem 0;
  }

  h3 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 0 0 2.1rem 0;
  }

  h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 2.1rem 0;
  }

  h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 0 2.1rem 0;
  }

  h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 2.1rem 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  border-left: 4px solid #ccc;
}
blockquote p {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif !important;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .8em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .8em;
}

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

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

big {
  font-size: 125%;
}

/**
 * 3.0 - Elements
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #3f4352
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/**
 * 4.0 - Forms
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.fw-button {
  display: inline-block;
  text-decoration: none;
  padding: .5em 2em;
}
.fw-button-ghost-white {
  color: #fff;
  border: 1px solid currentColor;
}
.fw-button-ghost-white:visited {
  color: #fff;
  border: 1px solid currentColor;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/**
 * 5.0 - Navigation
 */
/**
 * 5.1 - Links
 */
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/**
 * 5.2 - Menus
 */
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 3.3rem;
}
.main-navigation li.current_page_item:first-of-type > a::before {
  width: 0 !important;
}
.main-navigation li:last-of-type {
  margin-right: 0;
}
.no-touch .main-navigation li:hover > a::before, .no-touch .main-navigation li.focus > a::before {
  width: 100%;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
  position: relative;
}
.main-navigation a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-navigation .current_page_item > a::before,
.main-navigation .current-menu-item > a::before,
.main-navigation .current_page_ancestor > a::before,
.main-navigation .current-menu-ancestor > a::before,
.main-navigation .current_page_parent > a::before {
  width: 100%;
}
.main-navigation--left .menu {
  text-align: left;
}
.main-navigation--left .menu li {
  margin-right: 12px;
}
.main-navigation--right .menu {
  text-align: right;
}
.main-navigation--right .menu li {
  margin-left: 12px;
  margin-right: 0;
}
.main-navigation--center .menu {
  text-align: center;
}
.main-navigation--center .menu li {
  margin-left: 6px;
  margin-right: 6px;
}

/**
 * 5.3 - Pagination
 */
.pagination {
  text-align: center;
  padding-top: 3.2rem;
}
.pagination .page-numbers {
  white-space: nowrap;
  display: inline-block;
  margin: 0 .1rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: .8;
}
.pagination a {
  text-decoration: none;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.pagination a:hover {
  opacity: 1;
  border: 1px solid #fff;
}
.pagination .current {
  color: #131418;
  border-color: #131418;
}

/**
 * 6.0 - Accessibility
 */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/**
 * 7.0 - Alignments
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * 8.0 - Clearings
 */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/**
 * 9.0 - Widgets
 */
.widget {
  margin: 0 0 1.5em
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/**
 * 10.0 - Content
 */
/**
 * 10.1 - Posts and pages
 */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/**
 * 10.2 - Asides
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/**
 * 10.3 - Comments
 */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.preloader-page {
  background: #3f4352;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.preloader-figures {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  -webkit-animation: fadeInPreloader linear .5s;
          animation: fadeInPreloader linear .5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.preloader-figure__1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 0 0 0 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: block;
  -webkit-animation: logoRotate cubic-bezier(0.645, 0.045, 0.355, 1) 4s;
          animation: logoRotate cubic-bezier(0.645, 0.045, 0.355, 1) 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.preloader-figure__2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 0 0 0 20px;
  border: 2px solid #fff;
  display: block;
  -webkit-animation: logoRotate cubic-bezier(0.645, 0.045, 0.355, 1) 4s;
          animation: logoRotate cubic-bezier(0.645, 0.045, 0.355, 1) 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes logoRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes logoRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInPreloader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInPreloader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-container {
  clear: both;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 1600px) {
  .site-container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .site-container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-container {
    max-width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-container {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .site-container {
    max-width: auto;
    padding: 0 4rem;
  }
}
.site-header {
  position: relative;
}
.site-header .site-title {
  margin: 0 0 7.8rem;
  padding: 0;
  display: block;
  width: 6rem;
  height: 6.3rem;
}
.site-header .site-title a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: -9999em;
  overflow: hidden;
  background: url(img/logo-dark-bg.svg) 50%/contain no-repeat;
}

.footer-widgets {
  padding: 40px 0;
}

.footer-social-icons {
  padding: 40px 0;
}

.footer-nav-menu {
  padding: 40px 0;
}

.footer-copyright {
  padding: 20px 0;
}

.page-template-template-home {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  padding: 6rem 0;
  overflow-x: hidden;
}
.page-template-template-home .site-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
}
.page-template-template-home .entry-title {
  padding-top: 3.2rem;
  max-width: 46%;
  min-height: 20rem;
}
.page-template-template-home .entry-title span {
  opacity: 0;
}
.page-template-template-home .entry-content {
  margin: 0;
  max-width: 30%;
}
.page-template-template-home .entry-content p {
  font-size: 2rem;
  line-height: 2.8rem;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  opacity: 0;
  top: 40px;
  color: #BDC4C8;
}
.page-template-template-home .entry-content p:last-of-type {
  margin-bottom: 0;
}
.page-template-template-home .entry-content a {
  color: #fff;
  text-decoration: none;
}
.page-template-template-home .app-screenshot {
  opacity: 0;
  width: 100%;
  max-width: 1000px;
  box-shadow: -30px 102px 324px 0 rgba(0, 0, 0, 0.42);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 60%;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-template-template-home .app-screenshot img {
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-template-home .entry-title {
    font-size: 5.2rem;
    line-height: 6rem;
  }
  .page-template-template-home .entry-content {
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-template-home .entry-title {
    font-size: 4.6rem;
    line-height: 5.7rem;
  }
  .page-template-template-home .entry-content {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-home {
    display: block;
    padding: 7.6rem 0;
  }
  .page-template-template-home .site-container {
    margin-top: 0;
  }
  .page-template-template-home .site-branding {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-template-template-home .site-title {
    margin: 0;
    width: 4rem;
    height: 3.8rem;
  }
  .page-template-template-home .main-navigation {
    padding-right: 5rem;
  }
  .page-template-template-home .main-navigation li {
    padding-top: .4rem;
  }
  .page-template-template-home .entry-title {
    padding-top: 5.3rem;
    max-width: 100%;
    font-size: 4.6rem;
    line-height: 5.7rem;
  }
  .page-template-template-home .entry-content {
    max-width: 100%;
  }
  .page-template-template-home .app-screenshot {
    display: none;
  }
}

.blog {
  padding: 12.2rem 0;
}
.blog .site-header {
  position: fixed;
  top: 12.2rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blog .site-title {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 4rem;
  height: 4.2rem;
}
.blog .main-navigation {
  max-width: 26%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog .blog-page-title {
  max-width: 26%;
  color: #fff;
  font-size: 5rem;
  line-height: 10rem;
  position: absolute;
  left: 0;
  top: 5rem;
}
.blog .site-content {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  color: #fff;
}
.blog .site-content a {
  color: #fff;
  text-decoration: none;
}
.blog.logged-in .site-content {
  margin-top: -32px;
}
.blog .post + .post {
  margin-top: 7rem;
}
.blog .entry-title {
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.8rem;
  position: relative;
}
.blog .entry-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 0;
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog .entry-title a {
  text-decoration: none;
}
.no-touch .blog article:hover .entry-title::before {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .blog .site-header {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog .site-header {
    max-width: 1170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .site-header {
    max-width: 970px;
  }
  .blog .blog-page-title {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog .site-header {
    max-width: 750px;
  }
  .blog .site-content {
    max-width: 35rem;
  }
  .blog .blog-page-title {
    font-size: 4.6rem;
    line-height: 5.7rem;
  }
}
@media screen and (max-width: 767px) {
  .blog {
    padding: 7.6rem 0;
  }
  .blog.logged-in .site-content {
    margin-top: 0;
  }
  .blog .site-header {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .blog .site-branding {
    position: absolute;
    top: 0;
    right: 0;
  }
  .blog .site-title {
    margin: 0;
    width: 4rem;
    height: 3.8rem;
  }
  .blog .main-navigation {
    position: static;
    max-width: 100%;
    margin: 0;
    padding-right: 5rem;
  }
  .blog .main-navigation li {
    padding-top: .4rem;
  }
  .blog .blog-page-title {
    margin: 0;
    position: static;
    max-width: 100%;
    font-size: 4.6rem;
    line-height: 5.7rem;
    padding-top: 5.3rem;
  }
  .blog .site-content {
    padding-top: 4rem;
  }
}

body.single,
body.page:not(.home),
body.error404 {
  background: -webkit-linear-gradient(left, #3f4352 50%, #fff 50%);
  background: linear-gradient(to right, #3f4352 50%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4352', endColorstr='#fff',GradientType=1 );
}
body.single .site-header,
body.page:not(.home) .site-header,
body.error404 .site-header {
  position: fixed;
  top: 12.2rem;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.single .site-title,
body.page:not(.home) .site-title,
body.error404 .site-title {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 4rem;
  height: 4.2rem;
}
body.single .site-title a,
body.page:not(.home) .site-title a,
body.error404 .site-title a {
  background: url(img/logo-light-bg.svg) 50%/contain no-repeat;
}
body.single .main-navigation,
body.page:not(.home) .main-navigation,
body.error404 .main-navigation {
  position: absolute;
  max-width: 26%;
  left: 0;
  top: 0;
}
body.single .main-navigation .current_page_parent > a::after,
body.page:not(.home) .main-navigation .current_page_parent > a::after,
body.error404 .main-navigation .current_page_parent > a::after {
  content: '/';
  position: absolute;
  top: .1em;
  right: -1em;
  padding-left: 1.2rem;
}
body.single .blog-page-title,
body.page:not(.home) .blog-page-title,
body.error404 .blog-page-title {
  position: absolute;
  max-width: 26%;
  left: 0;
  top: 8rem;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
}
body.single .blog-page-title span,
body.page:not(.home) .blog-page-title span,
body.error404 .blog-page-title span {
  display: block;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 4.2rem;
}
body.single .entry-content,
body.page:not(.home) .entry-content,
body.error404 .entry-content {
  margin-top: 0;
}
body.single .site-content,
body.page:not(.home) .site-content,
body.error404 .site-content {
  min-height: 100vh;
  padding: 12.2rem 4rem;
  margin: 0 8rem 0 30%;
  color: #7c7c7c;
  background: #fff;
}
body.single .site-content a,
body.page:not(.home) .site-content a,
body.error404 .site-content a {
  color: #444;
  text-decoration: underline;
}
body.single .entry-meta,
body.page:not(.home) .entry-meta,
body.error404 .entry-meta {
  font-size: 3.5rem;
  line-height: 4.8rem;
}
body.single h1, body.single h2, body.single h3, body.single h4, body.single h5, body.single h6,
body.page:not(.home) h1,
body.page:not(.home) h2,
body.page:not(.home) h3,
body.page:not(.home) h4,
body.page:not(.home) h5,
body.page:not(.home) h6,
body.error404 h1,
body.error404 h2,
body.error404 h3,
body.error404 h4,
body.error404 h5,
body.error404 h6 {
  color: #444;
  clear: both;
}
body.single ul, body.single ol, body.single p,
body.page:not(.home) ul,
body.page:not(.home) ol,
body.page:not(.home) p,
body.error404 ul,
body.error404 ol,
body.error404 p {
  font-family: "Helvetica Neue", Helvetica, sans-serif
  /*
  font-size: 2.4rem;
  line-height: 3.2rem;
  */
}
@media screen and (min-width: 1600px) {
  body.single .site-header,
  body.page:not(.home) .site-header,
  body.error404 .site-header {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  body.single .site-header,
  body.page:not(.home) .site-header,
  body.error404 .site-header {
    max-width: 1170px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.single .site-header,
  body.page:not(.home) .site-header,
  body.error404 .site-header {
    max-width: 970px;
  }
  body.single .blog-page-title,
  body.page:not(.home) .blog-page-title,
  body.error404 .blog-page-title {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.single .site-header,
  body.page:not(.home) .site-header,
  body.error404 .site-header {
    max-width: 750px;
  }
  body.single .site-content,
  body.page:not(.home) .site-content,
  body.error404 .site-content {
    max-width: 35rem;
  }
  body.single .blog-page-title,
  body.page:not(.home) .blog-page-title,
  body.error404 .blog-page-title {
    font-size: 4.6rem;
    line-height: 5.7rem;
  }
}
@media screen and (max-width: 767px) {
  body.single,
  body.page:not(.home),
  body.error404 {
    padding: 0;
    background: #fff;
  }
  body.single .site-container,
  body.page:not(.home) .site-container,
  body.error404 .site-container {
    padding: 0;
  }
  body.single .site-header,
  body.page:not(.home) .site-header,
  body.error404 .site-header {
    position: relative;
    left: 0;
    top: 0;
    padding: 7.6rem 4rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background: #3f4352;
  }
  body.single .site-branding,
  body.page:not(.home) .site-branding,
  body.error404 .site-branding {
    position: relative;
    float: right;
  }
  body.single .site-title,
  body.page:not(.home) .site-title,
  body.error404 .site-title {
    margin: 0;
    width: 4rem;
    height: 3.8rem;
  }
  body.single .site-title a,
  body.page:not(.home) .site-title a,
  body.error404 .site-title a {
    background: url(img/logo-dark-bg.svg) 50%/contain no-repeat;
  }
  body.single .main-navigation,
  body.page:not(.home) .main-navigation,
  body.error404 .main-navigation {
    position: static;
    max-width: 100%;
    margin: 0;
    padding-right: 5rem;
  }
  body.single .main-navigation li,
  body.page:not(.home) .main-navigation li,
  body.error404 .main-navigation li {
    padding-top: .4rem;
  }
  body.single .blog-page-title,
  body.page:not(.home) .blog-page-title,
  body.error404 .blog-page-title {
    margin: 0;
    position: static;
    max-width: 100%;
    font-size: 4.6rem;
    line-height: 5.7rem;
    padding-top: 5.3rem;
  }
  body.single .site-content,
  body.page:not(.home) .site-content,
  body.error404 .site-content {
    padding-top: 4rem;
    margin: 0;
  }
}

/**
 * 11.0 - Media
 */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  padding: 0;
  margin: 0 0 1.5em 0;
}

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0 0 0;
  font-size: .8em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/**
 * 12.1 - Galleries
 */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * 12.0 - Container Breakpoints
 */
/* extra small devices (phones) */
@media (max-width: 767px) {
  .fw-container {
    width: auto;
  }
}
/* small devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .fw-container {
    width: 750px;
  }
}
/* medium devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .fw-container {
    width: 970px;
  }
}
/* large devices (large desktops) */
@media (min-width: 1200px) {
  .fw-container {
    width: 1170px;
  }
}
/**
 * 13.0 - Plugins
 */
.typed-cursor {
  font-weight: 300;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
