.edit-link{
  position: fixed;
  bottom: 0;
  left: 0;
}
.post-author{
  margin-bottom: 5px;
}
.post-author .avatar{
  border-radius: 32px;
}
.post-date::before {
  content: "\f073";
  font-family: fontawesome;
  font-style: normal;
  margin-right: 10px;
  color: #888888;
}
.read-more{
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 25px 0 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
.pagination-centered {
  margin-top: 45px;
}
ul.pagination li {
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  height: 30px;
  margin: 0 5px;
}
ul.pagination li a, ul.pagination li button {
  width: 100%;
  height: auto;
  line-height: 30px;
  padding: 0;
}
.side-nav,
.side-nav li.active > a:first-child:not(.button){
  font-family: inherit;
}
.posts-wrapper{
  width: 100%;
}
.posts-wrapper.has_sidebar{
  width: 70%;
  display: inline-block;
}
.archive-post.featured::before {
  content: "Featured";
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  background: #f7f275;
  padding: 0 10px;
}
.archive-post.featured{
  background: rgba(0,0,0,.1);
}
.archive-post .label {
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
}
.archive-post .inline-list {
  margin-bottom: 0px;
}
.archive-post .inline-list > li:not(.label) {
  margin-left: 6px;
  font-size: 12px;
}
.archive-post.card{
  z-index: 0;
  perspective: 1200px;
  -moz-perspective: 1200px;
  -webkit-perspective: 1200px;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.archive-post.card:hover{
  z-index: 1;
}
.archive-post.card .post-image, .archive-post.card .post-info{
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.archive-post.card:hover .post-image{
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.archive-post.card .post-info{
  background: #222;
  padding: 20px;
  min-height: 100%;
}
.archive-post.card .post-info{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.archive-post.card:hover .post-info{
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}
.archive-post.card .post-info * {
  color: #eaeaea;
}
.archive-post.card .post-title {
  font-size: 19px;
  margin: 0 0 5px;
  text-align: center;
  line-height: normal;
}
.archive-post.card .post-author {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.archive-post.card .post-excerpt {
  font-size: 14px;
  margin-top: 0;
  line-height: normal;
}
.archive-post.card .post-date {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  font-style: italic;
}
.archive-post.card .post-terms > div {
}
.archive-post.card .post-terms > div:last-child .inline-list {
  margin-bottom: 10px;
}

.archive-post.default {
  margin-bottom: 25px;
  position: relative;
  display: block;
  float: left;
  border-radius: 5px;
  width:100%;
}
.archive-post.default:not(.has-image){
  border: 1px solid rgba(0,0,0,.1);
}
.archive-post.default.featured:not(.has-image){
  border-top-left-radius: 0px;
}
.archive-post.default .post-image,
.archive-post.default.has-image .post-info{
  float: left;
}
.archive-post.default .post-image{
  width: 40%;
  border-radius: 5px 0 0 5px;
}
.archive-post.default.has-image .post-info{
  width: 60%;
  border: 1px solid rgba(0,0,0,.1);
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.archive-post.default .post-info{
  padding: 25px;
}
.archive-post.default .post-title{
  margin: 0 0 5px;
  font-size: 25px;
}
.archive-post.default .post-author,
.archive-post.default .post-date{
  font-size: 14px;
  font-style: italic;
}

.archive-post.default .read-more {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 14px;
}

.archive-post.masonry{
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 15px;
}.archive-post.masonry.featured{
  padding-top: 25px;
}
.archive-post.masonry .post-title {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
}
.archive-post.masonry .post-author{
  margin-top: 10px;
}
.archive-post.masonry .post-author, 
.archive-post.masonry .post-date {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}
.archive-post.masonry .post-excerpt {
  line-height: 1.25;
  font-size: 14px;
  font-weight: 300;
  word-wrap: break-word;
}
.archive-post.masonry .read-more{
  margin-top: 40px;
}

article.post:not(.archive-post){
  padding: 20px 0;
}
article.post h1.post-title {
  text-align: center;
  font-size: 3.5em;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
article.post header.post-header.full{
  width: 100%;
  float: left;
}
article.post header.post-header .post-author, 
article.post header.post-header .post-date {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  width: 50%;
  float: left;
}
article.post header.post-header .post-author {
  margin-bottom: 10px;
  line-height: 1;
  text-align: right;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
article.post header.post-header .post-date {
  display: block;
  line-height: 32px;
  padding-left: 15px;
}
article.post .featured-image {
  margin: 20px 0 40px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
article.post .post-content{
  width: 63%;
  padding: 15px 20px;
  float: left;
}
article.post.no-sidebar .post-content{
  margin: 0 auto;
  float: none;
}
article.post .post-content p:first-child::first-letter {
  font-size: 2.2em;
  text-transform: uppercase;
  padding: 13px 12px;
  border: 1px solid #ccc;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
article.post footer {
  width: 100%;
  margin: 2em auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2.5em 0;
}
button.post_likes{
  font-size: 14px;
}
button.post_likes .likes_count{
  vertical-align: super;
}
button.post_likes.liked{
}
article.post .post-comments {
  width: 100%;
  padding: 10px 20px 10px;
  background: #eee;
}
article.post .post-comments #comments-title {
  text-align: center;
  text-decoration: underline;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
}
.comment {
  margin-bottom: 15px;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}
.comment-avatar {
  width: 56px;
  float: left;
  border-radius: 27px;
  overflow: hidden;
}
.comment-wrapper {
  width: calc(100% - 56px);
  float: left;
  padding: 0 20px;
}
.comment h4 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 20px;
}
.comment-body::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e0e0e0;
}
.comment-body {
  padding: 15px 20px;
  background: #e0e0e0;
  width: auto;
  display: inline-block;
  min-width: 100%;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  color: #555;
}
.comment-date {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.comment-reply-link {
  font-size: 12px;
  text-decoration: underline;
}
.comment-replies {
  margin-top: 20px;
  padding: 20px;
  background: #e0e0e0;
  border-radius: 5px;
  position: relative;
}
.comment-replies::before,
.comment-replies::after {
  content: "";
  position: absolute;
  top: -10px;
  border-bottom: 10px solid #e0e0e0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.comment-replies::before{
  left: 20px;
}
.comment-replies::after{
  right: 20px;
}
.post-comments .pagination-centered {
  margin-top: 4em;
}
.comment-respond {
  margin-top: 4em;
}
.comment-reply-title {
  text-transform: uppercase;
  letter-spacing: 3px;
}
#cancel-comment-reply-link {
  font-size: 60%;
  letter-spacing: 1px;
  text-align: right;
  color: red;
}
.logged-in-as {
  font-size: 14px;
}
.submit-form input.submit{
  font-weight: 300;
  letter-spacing: 2px;
}
.sidebar{
  width: 30%;
  padding: 0 20px;
  display: inline-block;
}
.sidebar-element{
  margin-bottom: 30px;
}
.sidebar-element h3,
.sidebar-element p.heading-style{
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.sidebar-element ul li:hover > a,
.sidebar-element ul li:active > a,
.sidebar-element ul li:focus > a,
.sidebar-element ul li:visited > a,
.sidebar-element ul li > a:hover,
.sidebar-element ul li > a:active,
.sidebar-element ul li > a:focus,
.sidebar-element ul li > a:visited{
  color: #333;
}
.sidebar-element ul li.active > a:not(.button),
.sidebar-element ul li.active > a:first-child:not(.button){
  background: #333;
  color: #eaeaea;
}

.sidebar-element.categories ul{
  padding-top: 5px;
}
.sidebar-element.categories ul li{
  position: relative;
  margin-bottom: 0;
}
.sidebar-element.categories ul li > a {
  font-size: 13px;
  letter-spacing: 1px;
}
.sidebar-element.categories ul li span.count {
  background: #eee;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 8px;
}
.sidebar-element.categories ul li.active > a span.count{
  background: #484848;
}
.sidebar-element.categories ul li.has-children{
}
.sidebar-element.categories ul li.has-children > a{
}
.sidebar-element.categories ul.sub-list{
  margin: 0;
  padding: 0;
}
.sidebar-element.post-tags .inline-list{
  margin: 0;
}
.sidebar-element.post-tags .inline-list > li.post-tag{
  margin: 2px 0 0 2px;
}
.sidebar-element.post-tags .inline-list > li.post-tag > a {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.sidebar-element.post-tags .inline-list > li.post-tag.active > a,
.sidebar-element.post-tags .inline-list > li.post-tag:hover > a{
  background: #b9b9b9;
}
.sidebar-element.posts .posts-list {
  margin: 0;
}
.sidebar-element.posts.with-images .posts-list li{
  margin: 5px 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.sidebar-element.posts .post-image {
  width: 25%;
  float: left;
}
.sidebar-element.posts .post-info {
  width: 75%;
  float: left;
  display: block;
  padding: 8px 10px;
  position: relative;
}
.sidebar-element.posts li > a .post-title {
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
  float: left;
  margin-bottom: 3px;
}
.sidebar-element.posts li > a .post-author{
  font-style: italic;
  letter-spacing: 1px;
  font-size: 13px;
}
.sidebar-element.posts.without-images li > a .post-author{
  display: block;
}
.sidebar-element.posts li > a .post-date {
  font-style: italic;
  position: absolute;
  bottom: 5px;
  right: 8px;
  letter-spacing: 1px;
  font-size: 10px;
} 
.sidebar-element.widget ul {
  margin: 0;
}
.sidebar-element.widget ul li{
  position: relative;
  margin-bottom: 0;
}
.sidebar-element.widget ul li > a {
  font-size: 13px;
  letter-spacing: 1px;
  padding: .4375rem .875rem;
  color: #333;
  display: block;
}
.sidebar-element.widget ul li:hover > a{
  background: #eaeaea;
}

#search-wrapper .tabs .tab-title{
  background: #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom: none;
  height: 45px;
  padding: 0;
  margin-top: 5px;
}
#search-wrapper .tabs .tab-title.active{
  border-color: transparent;
  height: 50px;
  margin-top: 0;
}
#search-wrapper .tabs .tab-title a{
  font-size: 14px;
  padding: 0 1.85rem;
  line-height: 45px;
}
#search-wrapper .tabs .tab-title.active a{
  line-height: 50px;
}
.search-results .tabs-content{
  border: 1px solid #eaeaea;
  border-radius: 0 5px 5px 5px;
  display: none;
  padding: 3rem 4rem;
}
.search-results .tabs-content.active{
  display: block;
}
.search-result:not(:last-child){
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.3rem;
}
.search-result .post-excerpt{
  margin-top: 15px;
}
.search-result .post-taxonomy ul{
  margin-left: 0;
}

#author-wrapper h1 {
  text-align: center;
  margin: 2em 0;
  text-transform: ;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.author-card{
  width: 30%;
  display: block;
  float: left;
  padding: 3.5em 2.5em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.author-card > .author-avatar{
  border-radius: 50px;
  width: 96px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.author-card .author-nicename {
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.5em;
}
.author-posts{
  display: block;
  float: left;
  width: 70%;
  padding: 0 0 0 1em; 
}

nav#nav-single{
  width: 100%;
  display: block;
  clear: both;
}
nav#nav-single ul{
  margin-left: 0;
}
nav#nav-single li{
  max-width: 45%;
  display: inline-block;
}
nav#nav-single li .nav-icon{
  position: absolute;
  font-size: 3rem;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
nav#nav-single li.nav-next{
  text-align: right;
}
nav#nav-single li.nav-previous a{
  padding-left: 4.5em;
  text-align: left;
}
nav#nav-single li.nav-previous .nav-icon{
  left: .4em;
}
nav#nav-single li.nav-next a{
  padding-right: 4.5em;
  text-align: right;
}
nav#nav-single li.nav-next .nav-icon{
  right: .4em;
}

.posts-widget-wrapper li,
.posts-widget-wrapper li > a{
  display: block;
  width: 100%;
  float: left;
}
.posts-widget-wrapper li .post-image{
  width: 30%;
  max-width: 120px;
  min-width: 50px;
  display: block;
  float: left;
}
.posts-widget-wrapper li .post-meta{
  width: calc(100% - 120px);
  display: block;
  float: left;
  padding: 1em;
}
.posts-widget-wrapper li .post-meta > .post-title,
.posts-widget-wrapper li .post-meta > .post-author,
.posts-widget-wrapper li .post-meta > .post-date{
  display: block;
}
.posts-widget-wrapper li .post-meta > .post-title{
  font-size: 20px;
}
.posts-widget-wrapper li .post-meta > .post-author{
  font-size: 16px;
}
.posts-widget-wrapper li .post-meta > .post-author span::before,
.posts-widget-wrapper li .post-meta > .post-date::before{
  display: inline;
  font-size: 11px;
  background: #202020;
  padding: 3px 5px;
  text-transform: uppercase;
  color: #eaeaea;
}

.posts-widget-wrapper > article.post,
.posts-widget-wrapper > article .post-title,
.posts-widget-wrapper > article .post-author,
.posts-widget-wrapper > article .post-meta{
  padding: 0 15px;
}
.posts-widget-wrapper > article.post{
  margin-bottom: 40px;
}
.posts-widget-wrapper > article .post-title{
  margin-bottom: 10px;
}
.posts-widget-wrapper > article .post-author{
  margin-bottom: 20px;
}
.posts-widget-wrapper > article .post-author a{
  line-height: 32px;
  height: 32px;
}
.posts-widget-wrapper > article .post-author .author-avatar {
  border-radius: 30px;
  overflow: hidden;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  line-height: 0;
}
.posts-widget-wrapper > article .post-date{
  font-size: 14px;
  font-style: italic;
}
.posts-widget-wrapper .post-excerpt {
  padding: 5px 15px;
  margin: 20px 0 20px 15px;
  border-left: 2px solid #555;
  font-style: italic;
  color: #555;
  font-size: 15px;
}
.posts-widget-wrapper > article.post .post-content{
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .posts-wrapper.has_sidebar,
  .sidebar.mobile,
  .author-posts,
  article.post .post-content,
  article.post footer,
  article.post .post-comments{
    width: 100%;
  }
  .sidebar.mobile{
    margin-bottom: 10px;
    padding: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
  }
  .sidebar.mobile.open{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 2em 3.5em;
    overflow: scroll;
  }
  .sidebar.mobile .sidebar-toggle{
    padding: 0 5px;
    display: block;
    width: 100%;
    height: 45px;
  }
  .sidebar.mobile .sidebar-icon{
    line-height: 45px;
    float: right;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  .sidebar.mobile .sidebar-icon:before{
    content: "sidebar";
    position: relative;
    margin-right: 10px;

  }
  .sidebar.mobile .sidebar-element{
    display: none;
  }
  .sidebar.mobile.open .sidebar-element{
    display: block;
  }
  article.post footer,
  article.post .post-comments{
    padding: 2em;
  }
  .author-card{
    margin: 0 auto 2em;
    float: none;
  }
}
@media only screen and (max-width:767px){
  .posts-wrapper{
    padding: 0 10px;
  }
  .archive-post{
    margin-bottom: 10px;
  }
  nav#nav-single ul {
    padding:0;
  }
  nav#nav-single li{
    max-width: 100%;
    width: 100%;
  }.author-posts {
    padding:0;
  }.author-card {
    width: 94%;
  }nav#nav-single li .button{
    margin: 0;
    width:100%;
  }article.post h1.post-title {
    font-size:1.5em;
  }article.post footer {
    padding: 10px;
  }article.post footer, 
  article.post .post-comments {
    padding: 12px;
  }article.post .post-comments .comment{
    padding:0;
  }
}