﻿@charset "UTF-8";
/*
Theme Name: Pysiolek
Author: Adrianna Pytlarz
Author URI: https://adrianna.pytlarz.art
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> 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
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
	10.5 Single, Page and Search
	10.6 Single
	10.8 404
	10.9 Asides
	10.11 Footer
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 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; }

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: "— "; }

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"],
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,
  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"] {
  padding: 3px; }

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
--------------------------------------------------------------*/
/* Main posts navigation */
.posts-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto;
  max-width: 1600px;
  width: 100%; }
  .posts-navigation .nav-previous,
  .posts-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 {
        background-color: transparent; } }
    .posts-navigation .nav-previous:hover,
    .posts-navigation .nav-next:hover {
      background-color: transparent;
      border-color: #858585; }
    .posts-navigation .nav-previous a,
    .posts-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 {
        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 {
    content: "\2190\A"; }
  .posts-navigation .nav-next {
    float: right; }
    .posts-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 {
      content: "\A\2192"; }

.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-pysiolek-post-feed-thumb {
    max-width: 180px;
    border: 1px solid rgba(64, 64, 64, 0.20);
    border-radius: 5px;	}

/* 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:not(.page-title) {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:not(.page-title):hover, .screen-reader-text:not(.page-title):active, .screen-reader-text:not(.page-title):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,
.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,
.site-header:after,
.site-content:after,
.site-footer:after,
.infinite-wrap:after {
  clear: both; }

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

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

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

.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
--------------------------------------------------------------*/
.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: 40px auto;
    max-width: 970px; } }

@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 {
      margin-bottom: 35px; } }

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

.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
--------------------------------------------------------------*/
.single .attachment-pysiolek-post-thumb,
.page:not(.home) .attachment-pysiolek-post-thumb {
  display: block;
  float: none;
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 25px auto 15px; }
  @media screen and (min-width: 960px) {
    .single .attachment-pysiolek-post-thumb + .content-wrap,
    .page:not(.home) .attachment-pysiolek-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;
      max-width: 1200px; } }

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

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

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

.single .entry-header,
.page:not(.home) .entry-header {
  max-width: 970px;
  margin: 15px auto 10px; }
  @media screen and (min-width: 960px) {
    .single .entry-header,
    .page:not(.home) .entry-header {
      margin: 15px auto 10px; } }
  .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.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; }

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

.entry-author {
  display: flex;
  max-width: 970px;
  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.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 {
  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; } }

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