@charset "UTF-8";
/*
Theme Name: Linden Lite
Theme URI: http://themes.nudgethemes.com/linden-lite/
Author: Nudge Themes
Author URI: http://nudgethemes.com
Description: Give your site a classic and elegant look with Linden Lite’s clean and minimal design. Highlight your top post, page or portfolio item with the featured post section. The homepage is designed to show your latest posts or use the custom template to set your front page as your portfolio.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linden-lite
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, editor-style, rtl-language-support, sticky-post, theme-options, translation-ready, custom-logo, editor-style, featured-images, footer-widgets, theme-options, photography, portfolio
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
	2.1 Headings
	2.2 Copy
3.0 Elements
4.0 Forms
	4.1 Buttons
	4.2 Fields
5.0 Navigation
	5.1 Menus
	5.2 Social Media
	5.3 Post, Page, Comments
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Site
    10.1 Header
	10.2 Structure
	10.3 Posts and pages
	10.4 Blog & Archive
	10.5 Single, Page and Search
	10.6 Single
	10.7 Search
	10.8 404
	10.9 Asides
	10.10 Comments
	10.11 Footer
11.0 Jetpack Styles
	11.1 Contact Form
	11.2 Infinite Scroll
	11.3 Logo
	11.4 Portfolio
	11.5 Subscription Form
	11.6 Related Posts
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Default colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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: #222;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1.7; }

/*--------------------------------------------------------------
2.1 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Yrsa", serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.67em 0; }

h1 {
  font-size: 2.111111111em; }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 2em;
  line-height: 1.1; }

h3 {
  font-size: 1.777777778em; }

h4 {
  font-size: 1.555555556em; }

h5 {
  font-size: 1.333333333em; }

h6 {
  font-size: 1.111111111em; }

/*--------------------------------------------------------------
2.2 Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #E5E9EC;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 18.75px;
  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: 18.75px; }

abbr, acronym {
  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: #FFF;
  /* Fallback for when there is no custom background color defined. */ }

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

blockquote, q {
  color: #858585;
  font: italic 1.11111em/1.4 "Lora", serif;
  line-height: 1.7;
  quotes: "" "";
  margin: 2em 0;
  text-align: center; }
  @media screen and (min-width: 960px) {
    blockquote, q {
      font-size: 1.555555556em;
      margin-left: -15%;
      width: 130%; } }
  blockquote blockquote, q blockquote {
    font-size: 1em; }
  blockquote cite, q cite {
    color: #858585;
    font-style: normal;
    font-size: .5625em;
    margin-top: -1em; }
    blockquote cite:before, q cite:before {
      content: "— "; }

@media screen and (min-width: 1023px) {
  .sidebar-right blockquote, .sidebar-right q,
  .sidebar-left blockquote,
  .sidebar-left q {
    margin-left: 0;
    width: 100%; } }

q {
  font-size: 1em;
  margin: 0;
  width: inherit; }

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

ul, ol {
  margin: 0 0 1.5em 2em;
  padding-left: 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. */
  position: relative;
  z-index: 1; }

dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  font-weight: bold; }

dd {
  margin: 0 0 0 32%;
  padding: 0 0 1.5em 0; }

table {
  background: #E1E1E1;
  border: 1px solid #E1E1E1;
  font-size: .888888889em;
  margin: 0 0 3.75em;
  width: 100%; }
  table a {
    color: #222; }

table th {
  color: #222;
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background: #e4e4e4; }

table th:first-child {
  text-align: left;
  padding-left: 1.11em; }

table tr {
  text-align: center;
  padding-left: 1.11em; }

table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0; }

table td {
  color: #222;
  padding: 1em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  background: #E5E9EC; }

table tr:last-child td {
  border-bottom: 0; }

table tr:hover td {
  background: #F1F1F1; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #E5E9EC #E5E9EC #BBB;
  background: #555;
  color: #fff;
  font-size: 14.44444px;
  line-height: 1;
  padding: 1.1em 1.5em 0.875em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    box-shadow: 0 0 5px 1px rgba(229, 233, 236, 0.9); }

/*--------------------------------------------------------------
4.2 Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E5E9EC;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111;
    box-shadow: 0 0 5px 1px rgba(185, 200, 212, 0.9); }

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

input[type="search"] {
  background-color: #fff;
  font-size: .944444em; }

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

label {
  font-weight: normal; }

.post-password-form input[type="password"] {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Menus
--------------------------------------------------------------*/
.main-navigation {
  border-bottom: 1px solid #E5E9EC;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 3; }
  @media screen and (min-width: 960px) {
    .main-navigation {
      background-color: transparent;
      border-bottom: none;
      clear: right;
      display: inline-block;
      float: right;
      line-height: 4;
      overflow: visible;
      position: static;
      width: 70%; } }
  .main-navigation .menu,
  .main-navigation > ul.menu {
    margin-top: 2.2em; }
    @media screen and (min-width: 960px) {
      .main-navigation .menu,
      .main-navigation > ul.menu {
        margin-top: 0;
        padding-top: 0; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0; }
    @media screen and (min-width: 960px) {
      .main-navigation ul {
        display: block;
        float: right;
        text-align: right;
        width: 90%; } }
    .main-navigation ul .sub-menu,
    .main-navigation ul .children {
      font-size: 1em; }
      @media screen and (min-width: 960px) {
        .main-navigation ul .sub-menu,
        .main-navigation ul .children {
          float: left;
          position: absolute;
          top: 4em;
          left: -999em;
          text-align: center;
          width: inherit;
          z-index: 99999; } }
      @media screen and (min-width: 960px) {
        .main-navigation ul .sub-menu ul,
        .main-navigation ul .children ul {
          left: -999em;
          top: -18px; } }
      .main-navigation ul .sub-menu li,
      .main-navigation ul .children li {
        border-bottom: 1px solid #fff;
        line-height: 2; }
        .main-navigation ul .sub-menu li:first-child,
        .main-navigation ul .children li:first-child {
          border-top: 1px solid #fff;
          margin-top: 1em; }
          @media screen and (min-width: 960px) {
            .main-navigation ul .sub-menu li:first-child,
            .main-navigation ul .children li:first-child {
              border-top: none;
              margin-top: 0; } }
        .main-navigation ul .sub-menu li:hover > ul,
        .main-navigation ul .sub-menu li.focus > ul,
        .main-navigation ul .children li:hover > ul,
        .main-navigation ul .children li.focus > ul {
          right: 100%;
          top: 0; }
        .main-navigation ul .sub-menu li:last-child,
        .main-navigation ul .children li:last-child {
          border-bottom: none;
          padding-bottom: 0; }
          @media screen and (min-width: 960px) {
            .main-navigation ul .sub-menu li:last-child,
            .main-navigation ul .children li:last-child {
              padding-bottom: .75em; } }
        @media screen and (min-width: 960px) {
          .main-navigation ul .sub-menu li a:hover,
          .main-navigation ul .children li a:hover {
            border-color: transparent; } }
        .main-navigation ul .sub-menu li a:after, .main-navigation ul .sub-menu li a:hover:after,
        .main-navigation ul .children li a:after,
        .main-navigation ul .children li a:hover:after {
          border-bottom: transparent; }
      @media screen and (min-width: 960px) {
        .main-navigation ul .sub-menu a,
        .main-navigation ul .children a {
          width: 200px; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      right: 0px; }
    .main-navigation ul > li {
      float: none; }
      @media screen and (min-width: 960px) {
        .main-navigation ul > li {
          display: inline-block; } }
  @media screen and (min-width: 960px) {
    .main-navigation ul > li > a {
      position: relative; }
      .main-navigation ul > li > a::after {
        border-bottom: 2px solid #222;
        content: " ";
        height: 2px;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateY(5px);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        width: 100%; }
      .main-navigation ul > li > a:hover:after {
        height: 2px;
        transform: translateY(0);
        opacity: 1; } }
  .main-navigation li {
    border-bottom: 1px solid #fff;
    font-size: 0.722222222em;
    padding: .75em 0 .75em 2em; }
    @media screen and (min-width: 960px) {
      .main-navigation li {
        border-bottom: none;
        float: left;
        padding: .75em 2em; } }
    .main-navigation li li {
      font-size: 1em; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    word-wrap: break-word; }
    @media screen and (min-width: 960px) {
      .main-navigation a {
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; } }
  .main-navigation li.menu-item-has-children,
  .main-navigation li.page_item_has_children {
    position: relative; }
    .main-navigation li.menu-item-has-children:after,
    .main-navigation li.page_item_has_children:after {
      content: "\f0d7";
      cursor: pointer;
      font-family: "FontAwesome";
      padding: 1em;
      position: absolute;
      top: -2px;
      right: 0; }
    .main-navigation li.menu-item-has-children .dropdown-toggle,
    .main-navigation li.page_item_has_children .dropdown-toggle {
      background-color: transparent;
      line-height: 1;
      position: absolute;
      right: 0;
      top: 0px;
      z-index: 1; }
      @media screen and (min-width: 960px) {
        .main-navigation li.menu-item-has-children .dropdown-toggle,
        .main-navigation li.page_item_has_children .dropdown-toggle {
          display: none; } }
  .main-navigation > .current_page_item > a,
  .main-navigation > .current-menu-item > a,
  .main-navigation > .current_page_ancestor > a {
    color: #222; }
    @media screen and (min-width: 960px) {
      .main-navigation > .current_page_item > a,
      .main-navigation > .current-menu-item > a,
      .main-navigation > .current_page_ancestor > a {
        border-bottom: 2px solid #222; } }
    .main-navigation > .current_page_item > a:hover:after,
    .main-navigation > .current-menu-item > a:hover:after,
    .main-navigation > .current_page_ancestor > a:hover:after {
      border-bottom: transparent; }
  .main-navigation.toggled > ul,
  .main-navigation.toggled > ul li.focus,
  .main-navigation.toggled > .menu .nav-menu {
    display: block; }
    @media screen and (min-width: 960px) {
      .main-navigation.toggled > ul,
      .main-navigation.toggled > ul li.focus,
      .main-navigation.toggled > .menu .nav-menu {
        display: inline-block; } }
  @media screen and (max-width: 960px) {
    .main-navigation .menu-toggle {
      background-color: #fff;
      color: #555; } }

/* Small menu. */
.menu-toggle {
  display: block;
  float: left; }
  .menu-toggle i {
    margin-right: 5px; }

@media screen and (min-width: 960px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

/*--------------------------------------------------------------
5.2 Social Media
--------------------------------------------------------------*/
.social-media,
.widget .menu {
  list-style: none;
  margin-left: 0; }
  .social-media li,
  .widget .menu li {
    display: inline-block;
    margin-right: 15px; }
  .social-media a,
  .widget .menu a {
    display: block;
    padding: 10px 10px 10px 0; }
    .social-media a:before,
    .widget .menu a:before {
      font-family: "FontAwesome";
      speak: none;
      line-height: 1.4;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: left;
      font-size: 20px;
      margin-right: 5px; }
    .social-media a[href*="facebook.com"]:before,
    .widget .menu a[href*="facebook.com"]:before {
      content: '\f082'; }
    .social-media a[href*="facebook.com"]:hover,
    .widget .menu a[href*="facebook.com"]:hover {
      color: #3b5998; }
    .social-media a[href*="twitter.com"]:before,
    .widget .menu a[href*="twitter.com"]:before {
      content: '\f099'; }
    .social-media a[href*="twitter.com"]:hover,
    .widget .menu a[href*="twitter.com"]:hover {
      color: #00aced; }
    .social-media a[href*="plus.google.com"]:before,
    .widget .menu a[href*="plus.google.com"]:before {
      content: '\f0d5 '; }
    .social-media a[href*="plus.google.com"]:hover,
    .widget .menu a[href*="plus.google.com"]:hover {
      color: #dd4b39; }
    .social-media a[href*="pinterest.com"]:before,
    .widget .menu a[href*="pinterest.com"]:before {
      content: '\f0d2'; }
    .social-media a[href*="pinterest.com"]:hover,
    .widget .menu a[href*="pinterest.com"]:hover {
      color: #cb2027; }
    .social-media a[href*="tumblr.com"]:before,
    .widget .menu a[href*="tumblr.com"]:before {
      content: '\f173'; }
    .social-media a[href*="tumblr.com"]:hover,
    .widget .menu a[href*="tumblr.com"]:hover {
      color: #32506d; }
    .social-media a[href*="linkedin.com"]:before,
    .widget .menu a[href*="linkedin.com"]:before {
      content: '\f08c'; }
    .social-media a[href*="linkedin.com"]:hover,
    .widget .menu a[href*="linkedin.com"]:hover {
      color: #007bb6; }
    .social-media a[href*="flickr.com"]:before,
    .widget .menu a[href*="flickr.com"]:before {
      content: '\f16e'; }
    .social-media a[href*="flickr.com"]:hover,
    .widget .menu a[href*="flickr.com"]:hover {
      color: #ff0084; }
    .social-media a[href*="instagram.com"]:before,
    .widget .menu a[href*="instagram.com"]:before {
      content: '\f16d'; }
    .social-media a[href*="instagram.com"]:hover,
    .widget .menu a[href*="instagram.com"]:hover {
      color: #517fa4; }
    .social-media a[href*="dribbble.com"]:before,
    .widget .menu a[href*="dribbble.com"]:before {
      content: '\f17d'; }
    .social-media a[href*="dribbble.com"]:hover,
    .widget .menu a[href*="dribbble.com"]:hover {
      color: #ea4c89; }
    .social-media a[href*="behance.net"]:before,
    .widget .menu a[href*="behance.net"]:before {
      content: '\f1b4'; }
    .social-media a[href*="behance.net"]:hover,
    .widget .menu a[href*="behance.net"]:hover {
      color: #1769ff; }
    .social-media a[href*="youtube.com"]:before,
    .widget .menu a[href*="youtube.com"]:before {
      content: '\f167'; }
    .social-media a[href*="youtube.com"]:hover,
    .widget .menu a[href*="youtube.com"]:hover {
      color: #bb0000; }
    .social-media a[href*="vimeo.com"]:before,
    .widget .menu a[href*="vimeo.com"]:before {
      content: '\f194'; }
    .social-media a[href*="vimeo.com"]:hover,
    .widget .menu a[href*="vimeo.com"]:hover {
      color: #aad450; }
    .social-media a[href*="vine.co"]:before,
    .widget .menu a[href*="vine.co"]:before {
      content: '\f1ca'; }
    .social-media a[href*="vine.co"]:hover,
    .widget .menu a[href*="vine.co"]:hover {
      color: #00bf8f; }
    .social-media a[href*="stumbleupon.com"]:before,
    .widget .menu a[href*="stumbleupon.com"]:before {
      content: '\f1a4'; }
    .social-media a[href*="stumbleupon.com"]:hover,
    .widget .menu a[href*="stumbleupon.com"]:hover {
      color: #fffc00; }
    .social-media a[href*="reddit.com"]:before,
    .widget .menu a[href*="reddit.com"]:before {
      content: '\f1a1'; }
    .social-media a[href*="reddit.com"]:hover,
    .widget .menu a[href*="reddit.com"]:hover {
      color: #5f99cf; }
    .social-media a[href*="spotify.com"]:before,
    .widget .menu a[href*="spotify.com"]:before {
      content: '\f1bc'; }
    .social-media a[href*="spotify.com"]:hover,
    .widget .menu a[href*="spotify.com"]:hover {
      color: #2ebd59; }
    .social-media a[href*="lastfm.com"]:before,
    .widget .menu a[href*="lastfm.com"]:before {
      content: '\f202'; }
    .social-media a[href*="lastfm.com"]:hover,
    .widget .menu a[href*="lastfm.com"]:hover {
      color: #d51007; }
    .social-media a[href*="soundcloud.com"]:before,
    .widget .menu a[href*="soundcloud.com"]:before {
      content: '\f1be'; }
    .social-media a[href*="soundcloud.com"]:hover,
    .widget .menu a[href*="soundcloud.com"]:hover {
      color: #ff8800; }
    .social-media a[href*="github.com"]:before,
    .widget .menu a[href*="github.com"]:before {
      content: '\f09b'; }
    .social-media a[href*="github.com"]:hover,
    .widget .menu a[href*="github.com"]:hover {
      color: #4183c4; }
    .social-media a[href*="bitbucket.com"]:before,
    .widget .menu a[href*="bitbucket.com"]:before {
      content: '\f171'; }
    .social-media a[href*="bitbucket.com"]:hover,
    .widget .menu a[href*="bitbucket.com"]:hover {
      color: #205081; }
    .social-media a[href*="/contact"]:before,
    .widget .menu a[href*="/contact"]:before {
      content: '\f0e0'; }

/*--------------------------------------------------------------
5.3 Post, Page, Comments
--------------------------------------------------------------*/
/* Main posts + comment navigation */
.posts-navigation,
.comment-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto;
  max-width: 1600px;
  width: 100%; }
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    border: 1px solid #E5E9EC;
    font-size: .888888889em;
    float: left;
    text-align: center;
    width: inherit; }
    @media screen and (min-width: 780px) {
      .posts-navigation .nav-previous,
      .posts-navigation .nav-next,
      .comment-navigation .nav-previous,
      .comment-navigation .nav-next {
        background-color: transparent; } }
    .posts-navigation .nav-previous:hover,
    .posts-navigation .nav-next:hover,
    .comment-navigation .nav-previous:hover,
    .comment-navigation .nav-next:hover {
      background-color: transparent;
      border-color: #858585; }
    .posts-navigation .nav-previous a,
    .posts-navigation .nav-next a,
    .comment-navigation .nav-previous a,
    .comment-navigation .nav-next a {
      display: inline-block;
      font-size: .833333333em;
      padding: 1em 1.5em; }
      .posts-navigation .nav-previous a:hover,
      .posts-navigation .nav-next a:hover,
      .comment-navigation .nav-previous a:hover,
      .comment-navigation .nav-next a:hover {
        background-color: transparent;
        -moz-transform: translateX(-0.5em);
        -webkit-transform: translateX(-0.5em);
        -ms-transform: translateX(-0.5em);
        -o-transform: translateX(-0.5em);
        transform: translateX(-0.5em); }
  .posts-navigation .nav-previous a:before,
  .comment-navigation .nav-previous a:before {
    content: "\2190\A"; }
  .posts-navigation .nav-next,
  .comment-navigation .nav-next {
    float: right; }
    .posts-navigation .nav-next a:hover,
    .comment-navigation .nav-next a:hover {
      -moz-transform: translateX(0.5em);
      -webkit-transform: translateX(0.5em);
      -ms-transform: translateX(0.5em);
      -o-transform: translateX(0.5em);
      transform: translateX(0.5em); }
    .posts-navigation .nav-next a:after,
    .comment-navigation .nav-next a:after {
      content: "\A\2192"; }

/* Comment navigation */
#comment-nav-above {
  padding-top: 2.8125em; }

#comment-nav-below {
  padding: 0  0 3.75em; }

.posts-navigation .page-numbers {
  border: 1px solid #E5E9EC;
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 8px 18px; }
  .posts-navigation .page-numbers.prev:before, .posts-navigation .page-numbers.next:after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 12px; }
  .posts-navigation .page-numbers.next:after {
    content: "\f054"; }

.posts-navigation a.page-numbers:hover {
  background-color: transparent; }

/* Single post navigation */
.post-navigation {
  display: flex;
  margin: 60px 0;
  max-width: 1600px; }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    font-size: 15px;
    line-height: 1;
    /*		@media screen and (min-width: $size__site-med) {
			width: 49%;
		}*/ }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
      word-wrap: break-word; }
  .post-navigation .nav-previous {
    margin-right: auto;
    text-align: left; }
  .post-navigation .nav-next {
    margin-left: auto;
    text-align: right; }
  .post-navigation .nav-previous .tooltip-item:before,
  .post-navigation .nav-next .tooltip-item:after {
    font-family: 'FontAwesome';
    font-size: 12px;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in; }
  .post-navigation .nav-previous .tooltip-item:before {
    content: "\f053";
    margin-right: 15px; }
  .post-navigation .nav-next .tooltip-item:after {
    content: "\f054";
    margin-left: 15px; }
  .post-navigation .attachment-linden-lite-post-feed-thumb {
    max-width: 180px; }

/* Tooltip */
.tooltip {
  display: inline;
  position: relative;
  z-index: 999; }

.tooltip-item {
  align-items: center;
  z-index: 100;
  position: relative;
  display: flex;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s; }

@media screen and (min-width: 780px) {
  .tooltip:hover .tooltip-item {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0); }
  .tooltip.tooltip-left:hover .tooltip-item {
    -webkit-transform: translate3d(-0.25em, 0, 0);
    transform: translate3d(-0.25em, 0, 0); }
  .tooltip.tooltip-right:hover .tooltip-item {
    -webkit-transform: translate3d(0.25em, 0, 0);
    transform: translate3d(0.25em, 0, 0); } }

/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  opacity: 0;
  font-size: 0.75em;
  line-height: 1.5;
  padding-bottom: 3em;
  font-family: 'Indie Flower', cursive;
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-left .tooltip-content {
    left: 0;
    margin-left: -1em;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
    width: 180px; }
  .tooltip-right .tooltip-content {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: -1em;
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0);
    width: 180px; }

@media screen and (min-width: 780px) {
  .tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*--------------------------------------------------------------
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:hover, .screen-reader-text:active, .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: #222;
    display: block;
    font-size: 17.5px;
    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. */ }

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

.alignright {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 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,
.infinite-wrap:before,
.infinite-wrap:after {
  content: "";
  display: table; }

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.2 Widget Area
--------------------------------------------------------------*/
.widget-area {
  font-size: .888888889em;
  margin-top: 3rem; }
  @media screen and (min-width: 960px) {
    .widget-area {
      flex: 1 1 23px;
      margin-top: 0;
      max-width: 23%;
      min-width: 23%;
      margin-right: 50px;
      order: 0; }
      .sidebar-right .widget-area {
        margin-left: 50px;
        margin-right: 0;
        order: 1; } }
  .widget-area .widget {
    border-bottom: 1px solid #E5E9EC;
    margin: 0 0 1.875em 0;
    padding: 10px 0 40px; }
  .widget-area .search-field {
    box-sizing: border-box; }

.widget {
  overflow: hidden;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0; }

.widget-title {
  font-size: 1.277777778em;
  margin-bottom: 10px;
  margin-top: 0; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.search.search-no-results .site-footer .widget input[type="search"] {
  background-color: #fff;
  width: 100%; }

/*--------------------------------------------------------------
9.2 Calendar
--------------------------------------------------------------*/
#wp-calendar {
  font-size: .75em; }
  #wp-calendar caption {
    margin-bottom: 10px; }
  #wp-calendar th, #wp-calendar td {
    padding: 5px;
    text-align: center; }
  #wp-calendar thead {
    margin-top: 10px; }
  #wp-calendar tbody td {
    background-color: #fff;
    border: 1px solid #E1E1E1; }
    #wp-calendar tbody td.pad {
      background-color: #E5E9EC;
      border-top: 1px solid #fff; }

/*--------------------------------------------------------------
9.3 About Me Widget
--------------------------------------------------------------*/
.linden-about-me-widget-container .linden-about-me-image {
  background-size: cover;
  background-position: center;
  margin: 15px auto;
  width: 150px;
  height: 150px; }
  .linden-about-me-widget-container .linden-about-me-image.-circle {
    border-radius: 50%; }

.linden-about-me-widget-container .text-container {
  line-height: 1.6;
  font-size: .9375rem; }
  .linden-about-me-widget-container .text-container p:first-of-type {
    margin-top: 0; }

.linden-about-me-widget-container .linden-about-me-read-more a.linden-about-me-link {
  color: #222;
  font-size: .875rem; }
  .linden-about-me-widget-container .linden-about-me-read-more a.linden-about-me-link:hover {
    color: #858585; }
  .linden-about-me-widget-container .linden-about-me-read-more a.linden-about-me-link:after {
    content: '\00BB';
    padding-left: .5em; }

/*--------------------------------------------------------------
10.0 Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
.site-header {
  padding: 80px 20px 40px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .site-header {
      padding: 40px 40px 80px; } }

.siter-header-inner {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .siter-header-inner {
      display: inline-block;
      float: left;
      max-width: 30%; } }

.site-branding {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .site-branding {
      float: left;
      margin-top: 0;
      text-align: left; } }

.site-logo-link + .site-branding-text {
  margin-top: 1em; }
  @media screen and (min-width: 600px) {
    .site-logo-link + .site-branding-text {
      margin-top: .5em; } }

.site-branding-text {
  text-align: center; }

.site-title {
  font-family: "Yrsa", serif;
  font-size: 2.333333333em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .site-title {
      font-size: 1.722222222em;
      text-align: left; } }
  .site-title a {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.site-description {
  font-size: .875em;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .site-description {
      text-align: left; } }

.header-search-form {
  background-color: #E5E9EC;
  display: none;
  padding: 2.5em 0 2em;
  position: relative;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 960px) {
    .header-search-form {
      margin-top: 0;
      margin-bottom: 2em;
      padding: 100px 30px; } }
  .header-search-form .close-search {
    position: absolute;
    top: 5px;
    right: 15px; }
    @media screen and (min-width: 960px) {
      .header-search-form .close-search {
        right: 20px; } }
    .header-search-form .close-search:before {
      content: "\f00d";
      font-family: "FontAwesome"; }
  .header-search-form .search-form {
    text-align: center; }
  .header-search-form input[type="search"] {
    height: 35px;
    width: 95%; }
    @media screen and (min-width: 960px) {
      .header-search-form input[type="search"] {
        max-width: 800px;
        width: 80%; } }
  .header-search-form input[type="submit"] {
    display: none; }
    @media screen and (min-width: 960px) {
      .header-search-form input[type="submit"] {
        display: inline; } }

a.header-search-btn {
  color: #555;
  float: right;
  font-size: 0.777778em;
  line-height: 2.5;
  padding-right: 20px; }
  @media screen and (min-width: 960px) {
    a.header-search-btn {
      color: #858585;
      line-height: 5;
      margin-left: 20px;
      position: static; } }
  a.header-search-btn:hover, a.header-search-btn:focus {
    border-bottom: none;
    color: #222; }

.intro-block {
  line-height: 1.2;
  margin-bottom: 40px; }
  @media screen and (min-width: 780px) {
    .intro-block {
      margin-bottom: 100px;
      padding: 20px; } }
  @media screen and (min-width: 960px) {
    .intro-block {
      padding: 30px; } }
  .intro-block .intro-title {
    font-family: "Yrsa", serif;
    font-size: 34px;
    font-size: 2.125rem; }
    @media screen and (min-width: 780px) {
      .intro-block .intro-title {
        font-size: 46px;
        font-size: 2.875rem;
        width: 80%; } }
  .intro-block .text-block {
    margin-bottom: 1.5em;
    margin-top: 1em; }
    @media screen and (min-width: 780px) {
      .intro-block .text-block {
        width: 80%; } }

.featured-post {
  margin: 0 0 100px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .featured-post .post-thumbnail-link {
      display: block;
      height: 265px; } }
  .featured-post .post-thumbnail-placeholder {
    background-color: #E5E9EC;
    padding-top: 40%; }
  .featured-post .post-header {
    margin: 0;
    background: #fff;
    padding: 10px 10px 0; }
    @media screen and (min-width: 600px) {
      .featured-post .post-header {
        position: absolute;
        bottom: 20px;
        margin: 0 20px;
        background: #fff;
        padding: 25px 25px 0;
        z-index: 1;
        max-width: 94.4%;
        max-width: calc(100% - 40px); } }
  .featured-post .post-title {
    font-size: 2.5rem;
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word; }

.intro-text-center .intro-block {
  margin: 0 auto 3px;
  text-align: center; }
  @media screen and (min-width: 780px) {
    .intro-text-center .intro-block {
      margin-bottom: 80px; } }

.intro-text-center .intro-title,
.intro-text-center .text-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.intro-text-right .intro-title,
.intro-text-right .text-block {
  text-align: right;
  margin-left: auto; }

/*--------------------------------------------------------------
10.2 Structure
--------------------------------------------------------------*/
.site-content {
  margin: auto;
  max-width: 1600px; }

.site-main {
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .site-main {
      padding: 0 40px; } }

/*--------------------------------------------------------------
10.3 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

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

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

.entry-header {
  text-align: center; }

.entry-meta {
  font-size: .875rem;
  margin: 2em 0; }

.cat-links {
  padding-left: 2px; }

.read-more-wrap {
  margin-top: 2em;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .read-more-wrap {
      text-align: center; } }

.read-more {
  background-color: #E5E9EC;
  border: 1px solid #E5E9EC;
  display: inline-block;
  font-size: .833333333em;
  padding: .5em 1em; }
  .read-more:hover {
    background-color: #fff;
    border: 1px solid #222; }

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

.entry-title {
  display: inline-block;
  font-size: 1.888888889em;
  /* 34/18 */
  line-height: 1.3;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1023px) {
    .entry-title {
      font-size: 2.333333333em;
      /* 40/18 */
      line-height: 1.1; } }
  .entry-title a {
    color: #858585; }
    .entry-title a:hover {
      color: #222; }

.edit-link {
  border-bottom: 1px dotted #858585;
  margin: 10px 0 0 10px; }

/*--------------------------------------------------------------
10.4 Blog & Archive
--------------------------------------------------------------*/
.content-main {
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .content-main {
      padding: 0 40px; } }

.content-wrap {
  max-width: 1280px;
  margin: 0 auto; }

@media screen and (min-width: 600px) {
  .post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 80px; } }

@media screen and (min-width: 600px) {
  .post-grid .post,
  .post-grid .hentry {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    margin: 0 10px 20px 10px;
    min-width: 26%; } }

.post-grid .post.sticky,
.post-grid .hentry.sticky {
  background: #E5E9EC; }
  .post-grid .post.sticky header,
  .post-grid .hentry.sticky header {
    padding-left: 20px;
    padding-right: 20px; }

.post-grid .post .post-thumbnail-placeholder div,
.post-grid .hentry .post-thumbnail-placeholder div {
  background-color: #E5E9EC;
  padding-top: 91.3%; }

.post.post-placeholder {
  height: 0;
  margin-bottom: 0;
  overflow: hidden; }

.post-thumbnail-link {
  font-size: 0;
  /*minimize whitespace in html*/
  line-height: 0;
  overflow: hidden;
  /*fix empty space in IE11*/ }

.post-title {
  font-size: 2.125rem;
  margin-bottom: 0; }

.post-header {
  margin-top: 20px; }

.header-meta {
  font-size: .875rem;
  font-weight: 300;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .blog .header-meta,
    .archive .header-meta {
      margin-bottom: 35px; } }

.single .posted-on::after,
.cat-links::after,
.types-link::after {
  content: " \2022 ";
  padding: 0 5px; }

.date-hidden:not(.single) .cat-links::after {
  content: ""; }

.comments-link::before {
  content: " \2022 ";
  padding: 0 5px; }

.comments-link:nth-child(3)::before {
  content: "";
  padding: 0; }

.single.author-hidden.date-hidden .cat-links::after,
.single.author-hidden.date-hidden .types-link::after {
  content: "";
  padding: 0; }

.single.author-hidden .posted-on::after {
  content: "";
  padding: 0; }

.categories-hidden.author-hidden.date-hidden .comments-link::before {
  content: "";
  padding: 0 5px; }

.single-jetpack-portfolio .posted-on,
.single-jetpack-portfolio .byline {
  display: none; }

.single-jetpack-portfolio .types-link::after {
  content: "";
  padding: 0; }

.archive .page-title {
  font-size: 1.666666667em; }

.wp-post-image {
  background-color: #fff;
  display: block;
  width: 100%;
  -moz-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }

/*--------------------------------------------------------------
10.5 Single, Page and Search
--------------------------------------------------------------*/
.single .attachment-linden-lite-post-thumb,
.page:not(.home) .attachment-linden-lite-post-thumb {
  display: block;
  float: none;
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .single .attachment-linden-lite-post-thumb + .content-wrap,
    .page:not(.home) .attachment-linden-lite-post-thumb + .content-wrap {
      margin-top: 3.75em; } }

.single .site-content,
.page:not(.home) .site-content {
  padding: 0 1em 1em; }
  @media screen and (min-width: 960px) {
    .single .site-content,
    .page:not(.home) .site-content {
      padding: 0 1.875em 1.875em; } }

.single .content-wrap,
.page:not(.home) .content-wrap {
  max-width: 1400px;
  margin: auto;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .single .content-wrap,
    .page:not(.home) .content-wrap {
      display: flex; } }

.single .content-area,
.page:not(.home) .content-area {
  margin: 0 auto;
  order: 1; }
  @media screen and (min-width: 960px) {
    .single .content-area,
    .page:not(.home) .content-area {
      flex: 1 1 0px;
      padding-bottom: 3.75em;
      max-width: 1200px; } }

.single .site-main,
.page:not(.home) .site-main {
  padding: 0; }

.single .entry-title,
.page:not(.home) .entry-title {
  max-width: 770px;
  word-wrap: break-word; }

.single .entry-content,
.page:not(.home) .entry-content {
  max-width: 770px;
  margin: auto;
  padding-bottom: 50px;
  word-wrap: break-word; }

.single .entry-header,
.page:not(.home) .entry-header {
  margin: 0 0 25px; }
  @media screen and (min-width: 960px) {
    .single .entry-header,
    .page:not(.home) .entry-header {
      margin: 0 0 50px; } }
  .single .entry-header .header-meta,
  .page:not(.home) .entry-header .header-meta {
    margin-top: 10px; }

.single .entry-content a,
.page .entry-content a {
  border-bottom: 1px dotted #858585; }

/*--------------------------------------------------------------
10.6 Single
--------------------------------------------------------------*/
.single .entry-footer {
  margin: 0 0 90px 0;
  text-align: center; }

.single .edit-link {
  border-bottom: 1px dotted #858585;
  font-size: 1em; }

.tags-links a {
  border-bottom: 1px solid #E5E9EC;
  display: inline-block;
  margin: 0 3px 5px;
  padding: 3px 0;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .tags-links a:hover {
    background-color: transparent; }

/*--------------------------------------------------------------
10.7 Search
--------------------------------------------------------------*/
.search:not(.search-no-results) .page-header {
  text-align: center;
  margin-bottom: 3.75em; }
  .search:not(.search-no-results) .page-header:after {
    background-color: #E1E1E1;
    content: "";
    display: block;
    height: .75px;
    margin: 3.75em auto 0;
    width: 30%;
    margin-top: 2em; }
  .search:not(.search-no-results) .page-header .page-title {
    font-size: 1.888888889em;
    margin-bottom: 0; }

.search.search-no-results .page-title {
  display: block;
  font-size: 2.777777778em;
  /* 50/18 */
  text-align: center; }

.search.search-no-results .search-form {
  margin: auto;
  text-align: center; }
  @media screen and (min-width: 780px) {
    .search.search-no-results .search-form {
      margin: inherit; } }
  .search.search-no-results .search-form input[type="search"] {
    padding: 4px;
    width: 97%; }
    @media screen and (min-width: 780px) {
      .search.search-no-results .search-form input[type="search"] {
        width: 60%; } }
  .search.search-no-results .search-form input[type="submit"] {
    margin-top: 1em;
    width: 100%; }
    @media screen and (min-width: 780px) {
      .search.search-no-results .search-form input[type="submit"] {
        width: inherit; } }

.search.search-no-results input[type="text"],
.search.search-no-results input[type="email"],
.search.search-no-results input[type="url"],
.search.search-no-results input[type="password"],
.search.search-no-results input[type="search"] {
  background-color: #F1F1F1; }

/*--------------------------------------------------------------
10.8 404
--------------------------------------------------------------*/
.error-404 {
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .error-404 {
      padding: 0 3em 3.75em;
      width: 70%; } }
  @media screen and (min-width: 1023px) {
    .error-404 {
      padding: 0 9.375em  3.75em; } }
  .error-404 .page-title {
    text-align: center; }
  .error-404 .search-submit {
    display: none; }
  .error-404 .search-form {
    padding: 1.875em;
    margin-bottom: 1.875em;
    background-color: #E5E9EC; }

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

.entry-author {
  display: flex;
  max-width: 770px;
  margin: 0 auto 80px;
  padding: 30px;
  word-wrap: break-word; }
  .entry-author .author-avatar {
    flex: 0 0 100px;
    line-height: 0;
    margin-right: 30px;
    max-width: 100px; }
  .entry-author .author-title {
    font-size: 1.5rem;
    margin: 0; }
  .entry-author .author-bio {
    font-size: 1.125rem;
    line-height: 1.6; }
    .entry-author .author-bio p:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
10.10 Comments
--------------------------------------------------------------*/
.page .comments-area {
  float: none; }

/* Comments */
.comments-area {
  margin: auto;
  max-width: 770px; }

.comments-title {
  border-bottom: 1px dotted #E1E1E1;
  font-size: 1.111111111em;
  margin-bottom: 0;
  padding-bottom: 2.8125em; }

.comment-list {
  font-size: .888888889em;
  list-style: none;
  margin-left: 0;
  margin-bottom: 3.75em; }
  .comment-list .pingback,
  .comment-list .trackback {
    border-bottom: 1px dotted #E1E1E1;
    padding: 1.875em 0; }
  .comment-list .comment article {
    border-bottom: 1px dotted #E1E1E1;
    padding: 3rem 0; }
  .comment-list .comment-body {
    position: relative; }
    .comment-list .comment-body .reply {
      font-size: .8125em;
      position: absolute;
      top: 70px;
      right: 0; }
      .comment-list .comment-body .reply a {
        border-bottom: 1px dotted #E1E1E1;
        color: #858585;
        text-decoration: none; }
        .comment-list .comment-body .reply a:hover {
          border-color: #222;
          color: #222; }
  .comment-list .avatar {
    float: left;
    margin: 0 30px 30px 0; }
  .comment-list .comment-meta {
    position: relative; }
    .comment-list .comment-meta .comment-metadata {
      font-size: .8125rem; }
    .comment-list .comment-meta .edit-link {
      position: absolute;
      left: 10px;
      top: 90px; }
  .comment-list .comment-content {
    margin-left: 110px; }
  .comment-list .children {
    list-style: none;
    margin-left: 55px; }

/* form */
.comment-respond .form-submit {
  margin-bottom: 0; }

.logged-in-as {
  font-size: .875rem;
  margin-top: 0; }

.comment-reply-title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0; }

.comment-notes {
  font-size: .874rem;
  margin-top: 10px; }

.comment-form label {
  font-size: .888888889em; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
  border: 1px solid #E5E9EC; }

.form-allowed-tags {
  font-size: .75em;
  color: #858585; }
  .form-allowed-tags code {
    font-size: .888888889em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
10.11 Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 1rem;
  padding: 0 20px;
  max-width: 1600px; }
  @media screen and (min-width: 960px) {
    .site-footer {
      padding: 0 40px; } }

.site-footer-section {
  border-top: 1px solid #E5E9EC;
  padding: 0 0 80px; }

.footer-widget-area,
.footer-full-width-widget-area {
  margin: 0 -20px; }
  .footer-widget-area .widget,
  .footer-full-width-widget-area .widget {
    min-width: 25%;
    padding: 20px;
    padding: 80px 20px 0; }
  .footer-widget-area .social-media-nav-title,
  .footer-full-width-widget-area .social-media-nav-title {
    color: #858585;
    font-size: 1.27778em;
    margin-bottom: 10px;
    margin-top: 0; }
  .footer-widget-area input[type=search],
  .footer-full-width-widget-area input[type=search] {
    box-sizing: border-box; }

.footer-widget-area {
  display: flex;
  flex-wrap: wrap; }
  .footer-widget-area .widget {
    flex: 1; }
    @media screen and (min-width: 780px) {
      .footer-widget-area .widget {
        max-width: 50%; } }
    @media screen and (min-width: 960px) {
      .footer-widget-area .widget {
        max-width: 33.333%; } }

.site-info {
  border-top: 1px solid #E5E9EC;
  clear: both;
  font-size: .875rem;
  padding: 20px 0;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .site-info {
      padding: 40px 0; } }

/*--------------------------------------------------------------
12.0 Jetpack Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Contact Form
--------------------------------------------------------------*/
.contact-form {
  margin: auto; }
  .contact-form > div {
    margin-bottom: 1.25em; }
  .contact-form.commentsblock .grunion-field-label span {
    font-size: .666666667em; }
  .contact-form.commentsblock input[type="text"],
  .contact-form.commentsblock input[type="email"],
  .contact-form.commentsblock textarea {
    width: 100%; }
  .contact-form.commentsblock label {
    font-weight: normal; }

/*--------------------------------------------------------------
11.2 Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.post-grid #infinite-handle {
  margin: 80px 0;
  overflow: hidden;
  padding: 1em 0;
  text-align: center;
  width: 100%; }
  .post-grid #infinite-handle span {
    background-color: #E5E9EC;
    border: 1px solid #E5E9EC;
    color: #858585;
    font-size: .833333333em;
    padding: 1em 1.5em; }
    .post-grid #infinite-handle span:hover {
      background-color: #fff;
      border: 1px solid #222;
      color: #222; }
    .post-grid #infinite-handle span button {
      text-transform: none; }

.infinite-loader .spinner {
  margin: auto; }

#infinite-footer {
  z-index: 1; }

/*--------------------------------------------------------------
11.3 Logo
--------------------------------------------------------------*/
.site-logo-link {
  margin: auto;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .site-logo-link {
      margin-right: 1.444444444em; } }
  .site-logo-link img {
    margin-bottom: 1.222222222em;
    vertical-align: bottom; }
    @media screen and (min-width: 600px) {
      .site-logo-link img {
        margin-bottom: 0; } }

/*--------------------------------------------------------------
11.4 Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.5 Subscription Form
--------------------------------------------------------------*/
p.comment-subscription-form {
  margin: 1.5em 0 0; }
  p.comment-subscription-form + p.comment-subscription-form {
    margin-top: 1em; }

/*--------------------------------------------------------------
11.6 Related Posts
--------------------------------------------------------------*/
.site-main div#jp-relatedposts {
  border: 1px solid #E5E9EC;
  border-width: 1px 0;
  margin: 10px 0;
  padding: 1.875em 0; }
  .site-main div#jp-relatedposts h3.jp-relatedposts-headline em::before {
    border-top: none; }

/*--------------------------------------------------------------
13.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%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  display: inline-block;
  margin: 0 auto 2.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    font-size: .777777778em;
    margin: 15px 0 0; }

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

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

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: .5em;
  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;
  font-size: .777777778em; }

/*--------------------------------------------------------------
13.0 Default colors
--------------------------------------------------------------*/
body {
  color: #222; }

a,
.main-navigation li.menu-item-has-children:after,
.main-navigation li.page_item_has_children:after {
  color: #858585; }

a:hover, a:focus, a:active,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #222; }

.author-title > a,
.post-title > a,
.site-title > a {
  color: #222; }

.author-title > a:hover,
.post-title > a:hover,
.site-title > a:hover {
  color: #858585; }

.main-navigation a,
.main-navigation ul > li > a,
.single .entry-content a,
.page .entry-content a,
.tags-link a:hover {
  border-color: #858585; }

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul > li > a::after,
.single .entry-content a:hover,
.page .entry-content a:hover,
.tags-link a:hover {
  border-color: #222; }

input:not([type="submit"]):not([type="button"]):focus,
textarea:focus {
  box-shadow: 0 0 5px 1px #858585; }

.main-navigation ul,
.entry-author,
.posts-navigation a.page-numbers {
  background-color: #E5E9EC; }

@media screen and (min-width: 960px) {
  .main-navigation ul {
    background-color: transparent; }
  .main-navigation ul .sub-menu,
  .main-navigation ul .children {
    background-color: #E5E9EC; } }
.post p {line-height: 1.5em;}
