@charset "UTF-8";
/*
Theme Name: Path
Theme URI: https://themeforest.net/item/path-wordpress-theme/7334035?ref=mytheme
Author: myTheme
Author URI: https://themeforest.net/user/mytheme/portfolio?ref=mytheme
Description: Responsive blog theme. <a href="https://themeforest.net/item/path-wordpress-theme/7334035?ref=mytheme">View details</a> <a href="https://mytheme.io/path/wp-content/themes/path/changelog.txt">View changelog</a>
Tags: responsive-layout, fluid-layout, left-sidebar, right-sidebar, two-columns, custom-colors, custom-background, custom-menu, editor-style, featured-images, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: path
Version: 2.3.0
*/
/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/
/* basics */
html {
  background: #2a2d32 url(images/background-1.jpg) 50% 0;
}

body {
  line-height: 1.5;
  color: #444;
  word-wrap: break-word;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

/* clearfixes */
.inner:after, .searchform:after, .nav:after, .page-navi:after, .path-widget-latest:after, .widget_commented:after, .meta:after, article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* structure */
header {
  text-align: center;
  padding-top: 1em;
}

.main {
  background: #fffffb;
  padding: 30px 15px 0 15px;
  position: relative;
}

.home .main {
  padding-top: 0;
}

.noise-on .main {
  background: url(images/noise/main.jpg) 50% 0;
}

.page .hentry, .single .hentry {
  padding-bottom: 20px;
}

aside {
  padding: 30px 15px;
  font-size: 0.875rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
/* logo */
.logo {
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.logo:hover {
  opacity: 0.7;
}

.logo-text {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 2;
  color: #eee;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* description */
.description {
  background: url(images/line-1px-light.png) 50% 0 no-repeat;
  font-style: italic;
  font-size: 0.875rem;
  color: #7b7b7d;
  padding-top: 0.5rem;
}

.noise-on .description {
  background-image: url(images/noise/line-1px-light.png);
}

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
.path-nav-ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
}
.js .path-nav-ul {
  display: none;
}
.path-nav-ul.is-active {
  display: block;
}
.path-nav-ul li {
  width: 100%;
  display: block;
  background: url(images/line-1px-light.png) repeat-x;
}
.noise-on .path-nav-ul li {
  background-image: url(images/noise/line-1px-light.png);
}
.path-nav-ul ul {
  margin: 0;
}
.path-nav-ul a, .path-nav-ul button {
  display: block;
  text-decoration: none;
  font-weight: normal;
  touch-action: manipulation;
  text-align: left;
}
.path-nav-ul > li > a, .path-nav-ul > li > button {
  display: block;
  width: 100%;
  color: #dbdcdd;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: transparent;
  line-height: inherit;
}
.path-nav-ul .sub-menu {
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
}
.path-nav-ul .sub-menu a {
  color: #bbbcbd;
  padding: 0.5rem 1rem;
}
.path-nav-ul .sub-menu[aria-hidden=false], .path-nav-ul.no-js .sub-menu {
  display: block;
  visibility: visible;
}
.path-nav-ul.no-js li:hover > .sub-menu {
  display: block;
  visibility: visible;
}
.path-nav-ul.no-js li:focus-within > .sub-menu {
  display: block;
  visibility: visible;
}

.path-nav-toggle {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0;
  line-height: inherit;
  font-weight: normal;
  color: #bbbbbd;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  touch-action: manipulation;
  text-transform: none;
}

.path-nav-ul > li.menu-item-has-children > a:after, .path-nav-ul > li.menu-item-has-children > button:after, .path-nav-toggle-text:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  position: relative;
  top: -0.0625rem;
  width: 0;
  height: 0;
  border-left: 0.1875rem solid transparent;
  border-right: 0.1875rem solid transparent;
  border-top: 0.375rem solid #ddd;
  border-top-color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-out;
}

.path-nav-ul li.menu-item-has-children button[aria-expanded=true]:after, .path-nav-toggle.is-active .path-nav-toggle-text:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 960px) {
  .js .path-nav-ul, .path-nav-ul {
    display: block;
  }

  .js .path-nav-toggle, .path-nav-toggle {
    display: none;
  }

  /* navigation */
  .path-nav {
    margin: 0;
  }

  .path-nav-ul {
    text-align: center;
    font-size: 0.875em;
    background: transparent;
    /* drop-down navigation */
  }
  .path-nav-ul > li {
    display: inline-block;
    width: auto;
    margin: 0 0.5em;
  }
  .path-nav-ul li {
    position: relative;
  }
  .path-nav-ul li, .noise-on .path-nav-ul li {
    background: transparent;
  }
  .path-nav-ul > li > a, .path-nav-ul > li > button {
    color: #abacad;
    padding: 1em 0.5em;
    border: 0;
  }
  .path-nav-ul button .path-nav-ul a {
    display: block;
    position: relative;
  }
  .path-nav-ul a:hover {
    color: #8b8c8d;
  }
  .path-nav-ul .sub-menu {
    position: absolute;
    top: 100%;
    left: -0.5em;
    z-index: 9999;
    background: #35383d;
    min-width: 12em;
    padding: 0;
    border-radius: 0 0 2px 2px;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9) translateY(-20px);
            transform: scale(0.9, 0.9) translateY(-20px);
    transition: all 0.075s ease-in;
  }
  .path-nav-ul .sub-menu[aria-hidden=false] {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
            transform: scale(1, 1) translateX(0);
  }
  .path-nav-ul .sub-menu.sub-menu--right {
    left: auto !important;
    right: 0 !important;
  }
  .path-nav-ul .sub-menu.sub-menu--right:after {
    left: auto;
    right: 1rem;
  }
  .path-nav-ul .sub-menu li {
    padding: 0;
    margin: 0;
  }
  .path-nav-ul .sub-menu a {
    padding: 0.75em 1em;
  }
  .path-nav-ul .sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 6px solid #35383d;
    border-top-width: 6px;
    left: 1em;
    top: -12px;
  }
  .path-nav-ul .sub-menu a {
    text-align: left;
    background: url(images/line-1px.png) 0 100% repeat-x;
  }
  .noise-on .path-nav-ul .sub-menu a {
    background-image: url(images/noise/line-1px.png);
  }
  .path-nav-ul .sub-menu li:last-child a {
    background: none;
  }
  .path-nav-ul.no-js .sub-menu {
    position: absolute;
    visibility: hidden;
  }
  .path-nav-ul.no-js li:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/
/* default margins */
p, blockquote, ul, ol, dl, table, pre, address, hr {
  margin-bottom: 1rem;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0.75rem 0 0.5rem 0;
  font-weight: 700;
  color: #404248;
}

h1, .single-comments, .hero-comments, .article-comments {
  font-size: 2rem;
  line-height: 1.2;
}

h1.title {
  margin: 0 0 0.25rem 0;
}

h1.title-archive {
  margin: 0;
  text-align: center;
  color: #96989a;
  padding-bottom: 30px;
}

h1.title-narrow {
  width: 85%;
}

h2 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.5rem 0;
}

h3 {
  font-size: 1.25em;
  margin: 0.75em 0 0.5em 0;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

/* lists */
li {
  list-style-position: inside;
}

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

/* horizontal ruler */
hr {
  height: 5px;
  border: 0;
  background-repeat: repeat-x;
}

/* tables */
table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}

th {
  text-align: left;
}

.main th, .main td {
  padding: 0 0.25em;
  background: rgba(0, 0, 0, 0.05);
}

/* code */
code {
  background: rgba(0, 0, 0, 0.03);
}

pre {
  padding: 0.5em 2.5em 0.5em 1.5em;
  white-space: pre-wrap;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
}

pre:after {
  content: "</>";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  color: #ccc;
}

/* definition lists */
dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

/* links */
a {
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #404248;
}

.main a:hover {
  color: #333;
}

a > img {
  vertical-align: bottom;
}

a img {
  border: none;
}

/* responsive images, videos, etc. */
img, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* quotes */
blockquote {
  border-left: 10px solid #ebece8;
  padding-left: 1em;
}

blockquote p, .pull-left, .pull-right {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #999;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

/* text styles */
.single .ingress, .page .ingress {
  font-size: 1.25rem;
  color: #666;
}

.highlight {
  background: #fff8cf;
}

.pull-left, .pull-right {
  width: 40%;
  line-height: 1.25;
}

.pull-left {
  float: left;
  margin: 0 1rem 1rem 0;
  border-left: 10px solid #ebece8;
  padding-left: 1rem;
}

.pull-right {
  float: right;
  margin: 0 0 1rem 1rem;
  border-right: 10px solid #ebece8;
  padding-right: 1rem;
  text-align: right;
}

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

.wp-caption-text {
  margin-bottom: 0;
  font-style: italic;
  color: #666;
}

.gallery-caption {
  margin-left: 0;
}

/* aligns */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em auto;
}

.alignnone {
  display: block;
  margin: 0 0 1em 0;
}

/* articles */
article.post {
  position: relative;
  clear: both;
  margin: 0 -15px;
  padding: 30px 15px 15px 15px;
}

article.post:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.03);
}

article.post h1 {
  margin: 0 0 0.25em 0;
}

article.sticky {
  background-color: rgba(255, 255, 225, 0.1);
}

.article-comments, .single-comments {
  position: absolute;
  right: 15px;
  top: 30px;
}

/* meta */
.meta {
  padding: 0.5rem 0;
  background: url(images/line-1px.png) repeat-x, url(images/line-1px.png) 50% 100% repeat-x;
}

.noise-on .meta {
  background: url(images/noise/line-1px.png) repeat-x, url(images/noise/line-1px.png) 50% 100% repeat-x;
}

.meta li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
}

.meta li, .meta a {
  color: #666;
  font-weight: normal;
}

.meta li:first-child {
  margin-right: 1rem;
}

/* meta in hero */
.hero .meta {
  background: url(images/line-1px-light.png) repeat-x, rgba(255, 255, 255, 0.05) url(images/line-1px-light.png) 0 100% repeat-x;
}

.noise-on .hero .meta {
  background: url(images/noise/line-1px-light.png) repeat-x, rgba(255, 255, 255, 0.05) url(images/noise/line-1px-light.png) 50% 100% repeat-x;
}

/* tags */
.meta-tags {
  clear: both;
  margin-top: 1rem;
}
.meta-tags li {
  display: inline-block;
}
.meta-tags a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.125rem 0.5rem 0.125rem 1.25rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0 2px 2px 0;
  position: relative;
  -webkit-clip-path: polygon(0 50%, 10px 0%, 100% 0%, 100% 100%, 10px 100%, 0 50%);
          clip-path: polygon(0 50%, 10px 0%, 100% 0%, 100% 100%, 10px 100%, 0 50%);
}
.meta-tags a:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  left: 0.5rem;
  top: 50%;
}
.noise-on .meta-tags a {
  -webkit-mask-image: url(images/transparent-noise.png);
          mask-image: url(images/transparent-noise.png);
}
.meta-tags a:hover {
  color: #ddd;
  color: rgba(255, 255, 255, 0.6);
}

/* author */
section.author {
  clear: both;
  background-repeat: repeat-x;
  padding-top: 2em;
  margin-top: 3em;
  text-align: center;
}

.author em.author-title {
  display: block;
  margin-bottom: 0.375em;
  font-size: 1.375em;
  color: #404248;
}

.author .avatar {
  border-radius: 50%;
}

.author p {
  margin-bottom: 1rem;
}

/* related posts */
section.related {
  background-repeat: repeat-x;
  padding-top: 2rem;
  margin-top: 3rem;
}

.related h3 {
  margin-top: 0;
}

/* page navigation */
ul.page-numbers, .page-navi {
  background: url(images/comments.png) 50% 0;
  clear: both;
  margin: -10px -15px 0 -15px;
  padding: 1.5rem 15px 1rem 15px;
}

.page .hentry ul.page-numbers, .single .hentry ul.page-numbers, .page .hentry .page-navi, .single .hentry .page-navi {
  margin-bottom: -20px;
}

.page-numbers li, .page-navi li {
  display: inline;
  color: #999;
  margin-right: 0.5rem;
}

.page-numbers a, .page-navi a {
  color: #999;
  text-decoration: none;
}

.page-navi-next {
  float: right;
}

.page-numbers a {
  font-weight: normal;
}

.page-numbers .current, .page-numbers.dots {
  color: #bbb;
}

/* alerts */
.alert {
  padding: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.alert.gray {
  background-color: #f7f7f9;
  border-color: #e1e1e8;
  color: #555;
}

.alert.green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert.yellow {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}

.alert.red {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert.blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	HERO IMAGE
/*-----------------------------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  clear: both;
  width: auto;
}

.attachment-img-hero {
  display: block;
  margin: 0;
  width: auto;
  max-width: none;
  height: 280px;
}

.hero-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #222;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.hero-content h1 {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #f2f2ea;
}

.page .hero-content h1 {
  margin-bottom: 0;
}

.hero-content h1 a {
  color: #f2f2ea;
}

.hero-content h1 a:hover {
  color: #ddd;
  color: rgba(255, 255, 255, 0.7);
}

/* hero meta */
.hero .meta {
  margin-bottom: 0;
  padding-left: 0.5rem;
}

.hero .meta li, .hero .meta a {
  color: #ddd;
}

/* hero comments */
.hero-comments {
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 1.2;
}

.bubble {
  color: #eee;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0.5rem;
  min-width: 1em;
  text-align: center;
  border-radius: 2px;
}

.noise-on .bubble {
  background-image: url(images/noise/noise.png);
}

.bubble:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -3px;
  margin-left: -3px;
  left: 50%;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hero-comments.bubble:after {
  width: 10px;
  height: 10px;
  bottom: -5px;
  margin-left: -5px;
}

.bubble-content {
  z-index: 9;
  position: relative;
}

.hero .bubble:hover, .main .bubble:hover {
  color: #ddd;
  color: rgba(255, 255, 255, 0.7);
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
.comments {
  background: url(images/comments.png) no-repeat 50% 0;
  margin: 4rem -15px 0 -15px;
  padding: 40px 15px 0 15px;
  color: #666;
  clear: both;
}

.noise-on .comments {
  background-image: url(images/noise/comments.png);
}

.comments-title, .comment-reply-title {
  color: #96989a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 0 1.5rem 0;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.commentlist {
  margin: 0;
  list-style: none;
}

.commentlist ul {
  list-style: none;
  margin: 0;
}

.commentlist li li {
  padding: 0 0 0 28px;
  background: url(images/comment-reply.png) no-repeat;
}

.noise-on .commentlist li li {
  background-image: url(images/noise/comment-reply.png);
}

article.comment {
  margin-bottom: 1.5rem;
}

.comment-body p {
  margin-bottom: 0.5rem;
}

/* comment author */
.comment-author {
  margin-bottom: 0.5rem;
  color: #92928e;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
  color: #333;
}

.comment-author .avatar {
  float: left;
  margin: 0 1rem 0.5rem 0;
  border-radius: 50%;
}

/* comment by post author */
.bypostauthor .comment-by-author {
  display: inline-block;
  color: #eee;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  padding: 0 0.25rem;
  font-weight: normal;
  background-color: #b6b8ba;
  border-radius: 2px;
}

.noise-on .bypostauthor .comment-by-author {
  background-image: url(images/noise/noise.png);
}

/* comment time */
.comment-time, .comment-reply-link {
  color: #92928e;
  font-weight: normal;
  font-size: 0.875rem;
}

.comment-reply-link {
  margin-left: 0.5rem;
}

/* moderation */
.comments li em.moderation {
  color: #999;
  background: #f1f1ed;
  padding: 0 0.25rem;
}

/* reply to comment */
#cancel-comment-reply-link {
  text-indent: -9999px;
  background: url(images/sprite.png) 100% -422px no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: bottom;
  margin-left: 0.25rem;
}

#cancel-comment-reply-link:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*	ASIDE
/*-----------------------------------------------------------------------------------*/
.widget-container {
  clear: both;
  margin-bottom: 3rem;
}

.widget-container:last-child {
  margin-bottom: 0;
}

.widget-container h3 {
  font-size: 1.125rem;
  color: #ababad;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

aside, aside a {
  color: #ababad;
}

aside a, aside .list-thumbnails strong {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #444;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
}

aside a:hover, aside .list-thumbnails a:hover strong {
  border-bottom-style: solid;
}

aside a img {
  border: 0;
}

footer {
  clear: both;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer, footer a {
  color: #7b7b7d;
  font-weight: normal;
}

aside ul {
  list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/
/* custom featured posts widget */
.path-widget-latest {
  padding-bottom: 1rem;
}

.path-widget-latest .tile a {
  display: block;
  position: relative;
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.path-widget-latest img {
  display: block;
  transition: all 0.2s ease-in-out;
}

.path-widget-latest a:hover img {
  opacity: 0.7;
}

.path-widget-latest-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5rem 1rem;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.5) 80%, transparent 100%);
  text-align: center;
}

.path-widget-latest .bubble {
  padding: 0 0.375rem;
}

.path-widget-latest-comments {
  position: relative;
}

.path-widget-latest-date {
  display: block;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.path-widget-latest-title {
  display: block;
  color: #dbdbdd;
  font-size: 1.143em;
  line-height: 1.25;
  margin-top: 5px;
}

.path-widget-latest .one_half {
  max-width: 50%;
  float: left;
  display: block;
}

/* custom most commented widget & related posts */
.list-thumbnails li {
  margin-bottom: 1rem;
  clear: both;
  list-style: none;
}

.list-thumbnails a {
  display: block;
}

.list-thumbnails a {
  border-bottom: 0;
}

.list-thumbnails-img {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin: 0 1rem 1rem 0;
}

.list-thumbnails img {
  transition: all 0.2s ease-in-out;
}

.list-thumbnails a:hover img {
  opacity: 0.7;
}

.list-thumbnails a:hover {
  border: 0;
}

.list-thumbnails-date {
  display: block;
  color: #7b7b7d;
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

aside .list-thumbnails-date {
  font-size: 0.75rem;
}

.list-thumbnails-comments {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-thumbnails-img .bubble {
  border-radius: 2px 0 0 0;
  padding: 0 0.25rem;
}

/* custom social links widget */
.path-social-menu li {
  display: inline;
}

.path-social-menu a {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  border: 0;
}

.author .path-social-menu a {
  margin: 0 0.25rem;
}

.path-social-menu a:hover {
  opacity: 0.7;
  border: 0;
}

/* custom post-it widget */
.path-widget-postit {
  background: #fff8cf;
  padding: 0 25px;
  margin: 66px 0 60px 0;
  position: relative;
  max-width: 400px;
}

aside > .path-widget-postit:first-child {
  margin-top: 20px;
}

.path-widget-postit:after {
  content: "";
  position: absolute;
  background: url(images/sprite.png) 0 -50px no-repeat;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 30px;
}

.path-widget-postit-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
}

.path-widget-postit-inner:after {
  content: "";
  position: absolute;
  background: url(images/sprite.png) no-repeat;
  top: -34px;
  left: -40px;
  width: 85%;
  height: 49px;
}

.path-widget-postit-inner:before {
  content: "";
  position: absolute;
  background: url(images/sprite.png) 100% 0 no-repeat;
  top: -34px;
  right: -35px;
  width: 85%;
  height: 49px;
}

.path-widget-postit-inner h3, .path-widget-postit-inner p, .path-widget-postit-inner {
  color: #66644d !important;
  border-color: #ded8b4 !important;
}

.path-widget-postit-inner h3 {
  padding: 0;
  margin: 0 0 0.5em 0;
  background: none;
}

.path-widget-postit-inner p {
  margin: 0.5em 0 0 0;
}

.path-widget-postit-inner a {
  color: #66644d;
  border-color: #9e9c7e;
}

/* custom flickr widget */
.path-widget-flickr .flickr_badge_image {
  display: inline-block;
  margin: 0 1em 1em 0;
}

.path-widget-flickr .flickr_badge_image a:hover {
  opacity: 0.7;
}

/* calendar widget */
.widget_calendar caption {
  text-align: left;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}

.widget_calendar th {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

/* rss widget */
.widget_rss li {
  margin: 0.5em 0;
}

.rss-date {
  display: block;
}

/* recent posts widget */
.widget_recent_entries .post-date {
  display: block;
  font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
input, textarea, button, select {
  font-family: inherit;
  font-size: 100%;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox] {
  width: auto;
}

input, textarea {
  background-color: transparent;
  border: 0;
  color: #666;
  padding: 0.5rem;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

label em {
  color: #999;
}

::-moz-placeholder {
  opacity: 1;
}

input:focus, textarea:focus {
  outline: none;
}

.input-outer, .wpcf7-form-control-wrap {
  display: block;
  margin: 0 -5px 1em -5px;
  padding: 6px;
  background: url(images/input-outer.png) no-repeat;
  background: url(images/input-outer.png) no-repeat, url(images/input-outer.png) 100% 100% no-repeat;
}

.noise-on .input-outer, .noise-on .wpcf7-form-control-wrap {
  background: url(images/noise/input-outer.png) no-repeat;
  background: url(images/noise/input-outer.png) 0 0 no-repeat, url(images/noise/input-outer.png) 100% 100% no-repeat;
}

/* buttons */
button, #submit, .wpcf7-submit {
  width: auto;
  border: 0;
  padding: 0.375rem 1rem;
  cursor: pointer;
  color: #eee;
  text-decoration: none;
  background-position: 100% 0;
  display: inline-block;
  margin-bottom: 2rem;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#submit:hover, .wpcf7-submit:hover {
  color: #ddd;
  color: rgba(255, 255, 255, 0.7);
}

.noise-on #submit, .noise-on .wpcf7-submit {
  background-image: url(images/noise/noise.png);
}

p.form-submit {
  margin: 0;
}

/* search */
.searchform .s {
  margin: 0;
  width: 85%;
  float: left;
  background: transparent;
  color: #adafb2;
}

.searchform {
  background-color: rgba(255, 255, 255, 0.025);
  margin-bottom: 0;
}

.widget_search .input-outer {
  background: url(images/input-outer-dark.png) no-repeat;
  background: url(images/input-outer-dark.png) no-repeat, url(images/input-outer-dark.png) 100% 100% no-repeat;
  margin-bottom: 0;
}

.noise-on .widget_search .input-outer {
  background: url(images/noise/input-outer-dark.png) no-repeat;
  background: url(images/noise/input-outer-dark.png) no-repeat, url(images/noise/input-outer-dark.png) 100% 100% no-repeat;
}

.searchsubmit {
  width: 10%;
  float: right;
  background: transparent;
  margin-bottom: 0;
  padding: 0.5rem;
}

.searchsubmit .path-svg-icon {
  fill: #bbb;
}

.searchsubmit:hover {
  opacity: 0.7;
}

svg.path-svg-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.path-social-icon {
  fill: #eee;
  background: #666;
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 7px 0;
  line-height: 1;
  text-align: center;
  margin-right: 0.5rem;
  border: 0;
}

.meta .path-svg-icon {
  width: 24px;
  height: 24px;
  fill: #999;
  margin-right: 0.5rem;
}

.noise-on .path-social-icon, .noise-on .meta .path-svg-icon {
  -webkit-mask-image: url(images/transparent-noise.png);
          mask-image: url(images/transparent-noise.png);
  -webkit-mask-position: center, top left;
          mask-position: center, top left;
  -webkit-mask-repeat: repeat, repeat;
          mask-repeat: repeat, repeat;
}

.path-social-icon:hover {
  opacity: 0.7;
}

.path-social-menu-color .path-social-icon-facebook {
  background: #3b5998;
}
.path-social-menu-color .path-social-icon-instagram {
  background: #e4405f;
}
.path-social-menu-color .path-social-icon-pinterest {
  background: #bd081c;
}
.path-social-menu-color .path-social-icon-twitter {
  background: #1da1f2;
}
.path-social-menu-color .path-social-icon-google {
  background: #dc4e41;
}
.path-social-menu-color .path-social-icon-rss {
  background: #ffa500;
}
.path-social-menu-color .path-social-icon-flickr {
  background: #0063dc;
}
.path-social-menu-color .path-social-icon-vimeo {
  background: #1ab7ea;
}
.path-social-menu-color .path-social-icon-youtube {
  background: #f00;
}
.path-social-menu-color .path-social-icon-vk {
  background: #6383a8;
}
.path-social-menu-color .path-social-icon-tumblr {
  background: #36465d;
}
.path-social-menu-color .path-social-icon-linkedin {
  background: #0077b5;
}
.path-social-menu-color .path-social-icon-dribbble {
  background: #ea4c89;
}
.path-social-menu-color .path-social-icon-bandcamp {
  background: #408294;
}
.path-social-menu-color .path-social-icon-itunes {
  background: #000;
}
.path-social-menu-color .path-social-icon-lastfm {
  background: #d51007;
}
.path-social-menu-color .path-social-icon-lastfm {
  background: #d51007;
}
.path-social-menu-color .path-social-icon-quora {
  background: #b92b27;
}
.path-social-menu-color .path-social-icon-soundcloud {
  background: #f30;
}
.path-social-menu-color .path-social-icon-goodreads {
  background: #630;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
  /* layout */
  .inner, header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .main {
    padding: 30px 30px 0 30px;
    border-radius: 4px;
  }

  .main.no-round {
    border-radius: 0 0 4px 4px;
  }

  aside {
    padding: 30px 0;
  }

  .attachment-img-hero {
    height: 100%;
  }

  .nav-toggle {
    border-radius: 4px 4px 0 0;
  }

  /* hero */
  .hero-content {
    padding: 20px 30px 20px 30px;
  }

  .hero-comments {
    right: 30px;
    top: 20px;
  }

  /* articles */
  article.post {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .article-comments {
    right: 30px;
    top: 40px;
  }

  .single-comments {
    right: 30px;
    top: 30px;
  }

  /* page navi */
  ul.page-numbers, .page-navi {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }

  /* align elements */
  article.post, .comments, ul.page-numbers, .page-navi {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 720px) {
  /* layout */
  .inner, header {
    width: 680px;
  }

  /* hero */
  .hero .meta li:first-child {
    margin-left: 1rem;
  }

  /* align elements */
  .page .hentry, .single .hentry {
    padding-bottom: 40px;
  }

  .page .hentry ul.page-numbers, .single .hentry ul.page-numbers, .page .hentry .page-navi, .single .hentry .page-navi {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 960px) {
  /* layout */
  .inner {
    width: 95%;
    padding-bottom: 60px;
  }

  .main {
    float: left;
    width: 63%;
    padding: 40px 40px 0 40px;
  }

  aside {
    float: right;
    width: 33%;
    background: transparent;
    padding: 40px 0 0 0;
  }

  /* header */
  header {
    width: 100%;
    padding: 3rem 0 2rem 0;
  }

  .path-nav.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #2a2d32;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  /* hero */
  .hero-content {
    width: 63%;
    padding: 30px 40px 30px 40px;
  }

  .hero-content h1 {
    margin-bottom: 20px;
  }

  .hero-comments {
    right: 40px;
    top: 30px;
  }

  /* comments */
  .article-comments {
    right: 40px;
  }

  .single-comments {
    right: 40px;
    top: 40px;
  }

  /* align elements */
  article.post, .comments, ul.page-numbers, .page-navi {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1160px) {
  /* layout */
  .inner {
    width: 1080px;
    padding-bottom: 80px;
  }

  .main {
    width: 680px;
    padding: 60px 60px 0 60px;
  }

  aside {
    width: 340px;
    padding: 60px 0 0 0;
  }

  /* hero */
  .hero-content {
    padding-left: 60px;
  }

  /* typography */
  h1.title-archive {
    padding-bottom: 50px;
  }

  h1, .single-comments, .article-comment {
    font-size: 2.5em;
  }

  .hero h1, h1.title, .hero-comments {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  /* author */
  .author p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* comments */
  .article-comments {
    right: 60px;
    top: 45px;
  }

  .single-comments {
    right: 60px;
    top: 60px;
  }

  .hero-comments {
    padding: 0 0.75rem;
  }

  /* align elements */
  article.post, .comments, ul.page-numbers, .page-navi {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}