/*
Theme Name: So Simple 75
Theme URI: http://press75.com/view/so-simple/
Author: Press75
Author URI: http://press75.com
Description: For beautiful text and absolutely nothing more. It's so simple.
Version: 4.4
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, fluid-layout, featured-images, theme-options
Text Domain: so-simple-75
Domain Path: /languages/

fluidvids.js v2.4.1 | (c) 2014 @toddmotto | https://github.com/toddmotto/fluidvids

This theme, like WordPress, is licensed under the GPL.

So Simple uses fluidvids.js v2.4.1 | (c) 2014 @toddmotto | https://github.com/toddmotto/fluidvids

Normalize.css is used for resetting styles
Normalize.css is a project by Nicolas Gallagher, co-created with Jonathan Neal http://necolas.github.io/normalize.css/

Icons generated by IcoMoon https://icomoon.io/
Icon sets used: Entypo+ and Broccolidry

Merriweather font family provided by Google Fonts https://www.google.com/fonts

*/

/**
 * Normalization
 * ----------------------------------------------------------------------------
 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #444;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/**
 * Base Type Styles
 * ----------------------------------------------------------------------------
 */

html {
  height: 100%;
}

body {
  background: #ffffff;
  height: 100%;
  font: 400 18px/30px 'Merriweather', serif;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
}

h1,
h2,
h3 {
  font-size: 32px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 14px;
}

a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

a:hover {
  color: rgba(0, 0, 0, 0.6);
}

strong {
  font-weight: bold;
}

p {
  line-height: 2;
  margin-bottom: 20px;
}

ul,
ol {
  margin: 0 0 20px 40px;
}

ol li {
  list-style: decimal;
}

.entry-content ul li {
  list-style: disc;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  padding-left: 40px;
  margin-left: 40px;
}

.btn {
  background: #eee;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn:hover {
  background: #666;
  color: #eee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/**
 * Universal Content Containers
 * ----------------------------------------------------------------------------
 */

.hentry,
.no-results {
  border-bottom: 1px solid #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8% 20%;
  float: left;
  position: relative;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  word-wrap: break-word;
}

.single-post {
  padding: 0 0 8%;
}

.comments-wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 10px auto;
  padding: 30px 0;
  position: relative;
  word-wrap: break-word;
  max-width: 950px;
}

.home .site-content .hentry:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.js-item-as-link {
  cursor: pointer;
}

/* Page with sidebar */

.page-wrapper {
  padding: 8% 10%;
}

.page-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.hentry-sidebar {
  padding: 0;
}

/* Comments
----------------------------------------------- */

form {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.comment-title {
  text-transform: uppercase;
  font-size: 0.85em;
  margin: 30px 0 20px;
}

.comments-area {
  padding: 0;
  margin: 0 0 30px;
}

.comments-area .comment-list .comment {
  list-style-type: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.comments-area .comment-list .comment .avatar {
  float: left;
}

.comments-area .comment-list .comment .comment-body {
  padding-left: 80px;
}

.comments-area .comment-list .comment .comment-body .comment-meta {
  text-transform: uppercase;
  margin: 0 0 20px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .edit-link,
.comments-area .comment-list .comment .comment-body .comment-meta .reply {
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: underline;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
  font-size: 0.85em;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author a {
  color: #ccc;
}

.comments-area .comment-list .comment ul.children {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.comments-area .comment-list .comment ul.children li {
  border-bottom: none;
  margin-bottom: 0;
}

.comments-area .comment-form .form-submit {
  margin-bottom: 0;
}

.comments-area .comment-form .full {
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  width: 100%;
}

.comment-respond .comment-reply-title {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.comments-area .comment-list .comment .avatar {
  border-radius: 50%;
}

/**
 * Post Styles
 * ----------------------------------------------------------------------------
 */

.site-content:after {
  content: "";
  display: table;
  clear: both;
}

.site-main:after {
  content: "";
  display: table;
  clear: both;
}

.entry-header {
  position: relative;
}

.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 22px;
}

.entry-meta,
.entry-meta a {
  color: rgba(0, 0, 0, 0.4);
}

.entry-meta a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.byline,
.updated {
  display: none;
}

.entry-content {
  margin: 70px auto;
  max-width: 950px;
}

.entry-content > p:first-of-type {
  color: #333;
  font-size: 20px;
  line-height: 1.7;
}

.entry-content img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.entry-footer {
  font-size: 14px;
  margin: 0 auto;
  max-width: 950px;
}

.moretag {
  background: none;
  font-style: italic;
}

.entry-date {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
}

.entry-title {
  margin-bottom: 0;
}

.single-featured-image {
  margin-bottom: 30px;
}

.twitter-link {
  margin: 20px 0 30px;
}

.twitter-link a {
  color: #2FB9FC;
}

.featured-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.featured-thumb {
  width: 100%;
}

.featured-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.featured-image:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.overlay-link {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.featured-image:hover .overlay-link {
  background: rgba(0, 0, 0, 0.8);
}

.link-icon {
  margin-left: -35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line-link {
  stroke-dasharray: 72;
  stroke-dashoffset: -72;
}

.line-eye {
  stroke-dasharray: 150;
  stroke-dashoffset: -150;
}

.line-arrow {
  stroke-dasharray: 150;
  stroke-dashoffset: -150;
}

.line-search {
  stroke-dasharray: 72;
  stroke-dashoffset: 72;
}

.featured-image:hover .line-link,
.featured-image:hover .line-eye,
.featured-image:hover .line-arrow,
.featured-image:hover .line-search {
  -webkit-animation: draw 0.95s ease forwards;
  animation: draw 0.95s ease forwards;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/**
 * Navigation
 * ----------------------------------------------------------------------------
 */

.nav span,
.nav a {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: 140px;
  height: 140px;
  position: fixed;
  bottom: 0;
}

.nav a {
  background-color: #eee;
  border: 20px solid #eee;
  border: 20px solid rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 60px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  z-index: 110;
}

.nav a:hover {
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.1);
  border: 40px solid rgba(0, 0, 0, 0.01);
}

.single-nav {
  bottom: -70px;
  left: 50%;
  margin-left: -70px;
  z-index: 100;
}

.single-nav a {
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}

.single-nav a:hover {
  bottom: -70px;
  margin-left: -70px;
}

.paged-nav .previous,
.paged-nav .next {
  top: 50%;
  margin-top: -70px;
}

.paged-nav .previous a,
.paged-nav .next a {
  top: 50%;
  margin-top: -50px;
}

.paged-nav .previous a:hover,
.paged-nav .next a:hover {
  margin-top: -70px;
}

.paged-nav .previous {
  left: -70px;
}

.paged-nav .previous a {
  left: -50px;
}

.paged-nav .previous a:hover {
  left: -70px;
}

.paged-nav .next {
  right: -70px;
}

.paged-nav .next a {
  right: -50px;
}

.paged-nav .next a:hover {
  right: -70px;
}

.site-header {
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0 auto;
  padding-bottom: 8%;
  position: relative;
  width: 100%;
  z-index: 500;
}

.logo > img {
  margin-bottom: 5px;
  width: 160px;
}

.site-title {
  margin-bottom: 0;
}

.site-description {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

.site-logo {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-icon {
  cursor: pointer;
  display: none;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu-rotate {
  top: 12px;
}

.menu-global {
  border-top: 4px solid #555;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu-top {
  top: 0px;
}

.menu-middle {
  top: 10px;
}

.menu-bottom {
  top: 20px;
}

.menu-top-click {
  top: 12px;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  top: 12px;
  -webkit-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
}

.menu-container {
  background: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 50px;
  right: -500px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 500;
  width: 300px;
}

.menu-container-show {
  top: 50px;
  right: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.main-navigation {
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-navigation ul {
  margin: 0 20px 0 0;
  padding: 0;
  text-align: right;
}

.main-navigation ul li {
  display: inline-block;
  margin: 0 20px;
  padding: 10px 0;
  position: relative;
}

.main-navigation ul li:last-child {
  margin-right: 0;
}

.main-navigation ul li a {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.main-navigation ul li a:hover {
  color: black;
}

.main-navigation ul li a.active {
  color: black;
}

.main-navigation ul li .children,
.main-navigation ul li .sub-menu {
  background: #f2f2f2;
  display: none;
  min-width: 120px;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  z-index: 10;
}

.main-navigation ul li .children li,
.main-navigation ul li .sub-menu li {
  color: #777;
  display: block;
  float: none;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li .children li:first-child,
.main-navigation ul li .sub-menu li:first-child {
  padding-top: 10px;
}

.main-navigation ul li .children li:last-child,
.main-navigation ul li .sub-menu li:last-child {
  padding-bottom: 10px;
}

.main-navigation ul li .children li a,
.main-navigation ul li .sub-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.main-navigation ul li .children li a:hover,
.main-navigation ul li .sub-menu li a:hover {
  color: #333;
}

.main-navigation ul li:hover ul {
  display: block;
}

.icon {
  height: 35px;
  padding: 3px;
  width: 35px;
}

.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-instagram,
.icon-pinterest {
  fill: #ddd;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.icon-facebook:hover,
.icon-twitter:hover,
.icon-linkedin:hover,
.icon-instagram:hover,
.icon-pinterest:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.icon-facebook:hover {
  fill: #3C5A98;
}

.icon-twitter:hover {
  fill: #2FB9FC;
}

.icon-linkedin:hover {
  fill: #4F92D6;
}

.icon-instagram:hover {
  fill: #91795E;
}

.icon-pinterest:hover {
  fill: #CC242B;
}

.social-icons {
  margin: 0 auto;
  text-align: center;
}

.copyright {
  margin: 20px 0;
  text-align: center;
}

.copyright p {
  font-size: 12px;
}

/**
 * Image and Media Styles
 * ----------------------------------------------------------------------------
 */

img,
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

/* Clearing floats */

.gallery:after {
  clear: both;
}

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

.gallery img {
  display: block;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * For Screens 0px - 767px
 * ----------------------------------------------------------------------------
 */

@media screen and (min-width: 280px) and (max-width: 1000px) {
  /* So Simple Setup :)
    ----------------------------------------------- */

  .site-header {
    box-shadow: 0 1px 3px 0 #eee;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 500;
  }

  .site-logo {
    position: absolute;
    top: 50%;
    left: 20px;
  }

  .entry-content > p:first-of-type {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
  }

  body {
    font: 400 14px/24px 'Merriweather', serif;
  }

  h1,
  h2,
  h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
  }

  h1.site-title {
    line-height: 42px;
    margin-bottom: 0;
  }

  .site-description {
    font-size: 10px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
  }

  /* Universal Content Containers
    ----------------------------------------------- */

  .hentry {
    padding: 10% 10%;
  }

  /* Post Styles
    ----------------------------------------------- */

  .entry-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    word-wrap: break-word;
  }

  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 14px;
  }

  /* Comments
    ----------------------------------------------- */

  .comments-wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0 10%;
    position: relative;
    word-wrap: break-word;
  }

  /* Navigation
    ----------------------------------------------- */

  .main-navigation {
    background: #eee;
    display: block;
  }

  .main-navigation {
    display: none;
    padding: 10px 0 20px;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .main-navigation ul {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .main-navigation ul li {
    display: block;
    margin: 0 10px 0 20px;
    padding: 10px 0 0;
  }

  .main-navigation ul li .children,
  .main-navigation ul li .sub-menu {
    background: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }

  .main-navigation ul li .children li,
  .main-navigation ul li .sub-menu li {
    color: #777;
    padding: 5px 10px 5px 20px;
  }

  .main-navigation ul li .children li:last-child,
  .main-navigation ul li .sub-menu li:last-child {
    padding-bottom: 5px;
  }

  .main-navigation ul li .children li a,
  .main-navigation ul li .sub-menu li a {
    text-align: left;
  }

  .main-navigation ul li .children li a:hover,
  .main-navigation ul li .sub-menu li a:hover {
    color: #333;
  }

  .main-navigation li:hover .sub-menu {
    background: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    position: static;
  }

  .menu-mobile-active {
    display: block;
  }

  .menu-icon {
    display: block;
  }

  nav,
  nav a {
    width: 100%;
  }

  nav a {
    width: 20px;
    height: 20px;
  }

  nav.home {
    bottom: -50px;
    margin-left: -50px;
  }

  nav.home a {
    bottom: -30px;
    margin-left: -30px;
  }

  nav.home a:hover {
    bottom: -50px;
    margin-left: -50px;
  }

  nav.previous {
    left: -50px;
  }

  nav.next {
    right: -50px;
  }

  nav.previous a,
  nav.next a {
    top: 50%;
    margin-top: -50px;
  }

  nav.previous a {
    left: -30px;
  }

  nav.previous a:hover {
    left: -50px;
  }

  nav.next a {
    right: -30px;
  }

  nav.next a:hover {
    right: -50px;
  }
}

/* Mobile devices */

@media (max-width: 280px) {
  .site-header {
    box-shadow: 0 1px 3px 0 #eee;
    display: block;
    margin: 0 auto;
    padding-bottom: 20%;
    position: relative;
    width: 100%;
    z-index: 500;
  }

  .entry-content > p:first-of-type {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
  }

  .gallery {
    margin-left: 0;
  }

  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(46%);
    width: calc(46%);
  }

  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(96%);
    width: calc(96%);
  }

  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px;
  }

  .gallery br {
    display: none;
  }

  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
  background-color: rgba(0, 0, 0, 0.02);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 40px 20px 20px;
  width: 100%;
}

.footer-navigation {
  display: block;
  padding: 10px 0;
}

.footer-navigation ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-navigation ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 0;
}

.footer-navigation ul li:last-child {
  margin-right: 0;
}

.footer-navigation ul li a {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer-navigation ul li a:hover {
  color: black;
}

.footer-navigation ul li a.active {
  color: black;
}

.footer-navigation ul li .children,
.footer-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  min-width: 140px;
  width: auto;
  z-index: 10;
  overflow: hidden;
  background: none;
}

.footer-navigation ul li .children li,
.footer-navigation ul li .sub-menu li {
  display: block;
  float: none;
}

.footer-navigation ul li:hover ul {
  display: block;
}

@-webkit-keyframes highlight {
  from {
    color: #e84732;
  }

  to {
    color: #777;
  }
}

@keyframes highlight {
  from {
    color: #e84732;
  }

  to {
    color: #777;
  }
}

/* WordPress required classes */

.sticky {
  content: '';
}

.bypostauthor {
  content: '';
}