}

/* ---------------------------------------------------------------------------------
------------------------------   BLOG   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Grid  -----
------------------------------*/

#posts-container .post {
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}

#posts-container .post img {
  position: absolute;
  top: 0;
  left: -250px;
  opacity: 0;
  z-index: 9;
  width: 230px;
  height: 150px;
}
#posts-container .post .caption {
  display: table;
  height: 100%;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
#posts-container .post .caption > div {
  display: table-cell;
  vertical-align: middle;
}
#posts-container .post h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 2px;
  padding-right: 280px;
}
#posts-container .post time {
  font-size: 12px !important;
  line-height: 18px;
  color: #a7a7a7;
}

.post-arrow {
  position: absolute;
  top: 45px;
  right: 120px;
  opacity: 0;
  z-index: 9;
}

.post-back {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Infinite Loading */

.infinite-barrier {
  float: left;
  margin: 100px 0 -30px;
  text-align: center;
  width: 100%;
  display: none;
}
.infinite-barrier .end {
  display: none;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
  color: #fff;
  background: #333;
}
#infinite-link {
  display: none;
}

.preloader {
  display: block;
  width: 100%;
  height: 24px;
  background: url(images/preloader.gif) no-repeat center 0 transparent;
}

/* Classic Grid */

#posts-container.classic .post {
  height: auto;
  padding: 85px 0;
}
#posts-container.classic .post-image {
  float: left;
}
#posts-container.classic .post img {
  position: relative;
  top: 5px;
  left: 0;
  opacity: 1;
}
#posts-container.classic .post-info {
  margin-left: 280px;
}
#posts-container.classic .post h2 {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
  padding-top: 1px;
  display: inline-block;
}
#posts-container.classic .post-meta {
  width: 100%;
  color: #a7a7a7;
  display: inline-block;
  margin-top: 6px;
}
#posts-container.classic .post-meta li {
  list-style: none;
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
#posts-container.classic .post-meta time {
  line-height: 16px;
}
#posts-container.classic .post-meta a {
  color: #a7a7a7;
  font-weight: 400;
}
#posts-container.classic .post-cat-list span:last-child {
  display: none;
}
#posts-container.classic .post a:hover h2,
#posts-container.classic .post-meta a:hover {
  color: #b99d61;
}
#posts-container.classic .post-excerpt {
  font-size: 14px;
  line-height: 24px;
  margin: 2px 0 0 0;
}

/* ------------------------
-----   Single Post  -----
------------------------------*/

.post-content {
  max-width: 904px;
  margin: auto;
}

.post-header {
  text-transform: uppercase;
}
.post-header h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 7px;
}
.post-header a {
  font-size: 12px;
  line-height: 14px;
  color: #a7a7a7;
}
.post-header a:hover {
  color: #b99d61;
}

.post-text {
  margin-top: 45px;
}

/* Image tweaks */

.post-content .wp-caption {
  max-width: 1296px;
  margin-left: -196px;
}
.post-content blockquote,
.post-content iframe,
.post-content .mejs-container,
.post-content .wp-video {
  width: 1296px !important;
  margin-left: -196px;
}
.post-content iframe,
.post-content .mejs-container,
.post-content .wp-caption {
  margin-top: 60px;
  margin-bottom: 50px;
}
.post-content p:first-child > iframe:first-child,
.post-content .mejs-container:first-child,
.post-content .wp-caption:first-child {
  margin-top: 0;
}

/* Share Buttons */

.share-buttons {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #4c4c4c;
  margin-top: 45px;
}
.share-buttons a:first-child {
  margin-left: 18px;
}
.share-buttons a {
  padding-left: 18px;
}
.share-buttons a:after {
  content: "/";
  color: #a7a7a7;
  font-weight: 400;
  margin-left: 18px;
}
.share-buttons a:last-child:after {
  content: none;
  margin: 0;
}

/* Post navigation */

.post-nav {
  border-top: 1px solid #e6e6e6;
  padding: 63px 0;
  text-align: center;
  position: relative;
  display: block;
}
.post-nav a:hover {
  background-color: inherit !important;
  color: #9e8247;
}
.post-nav a:hover .krown-svg {
  fill: #9e8247;
}
.post-nav a {
  margin-top: -16px;
}
.post-nav .btn-prev {
  float: left;
}
.post-nav .btn-next {
  float: right;
}
.post-nav .btn-close {
  font-size: 15px;
  line-height: 15px;
  color: #1d1d1d;
}
.post-nav .btn-close .krown-svg {
  display: none;
}
.post-nav .btn-prev .krown-svg {
  margin-left: -15px;
}
.post-nav .btn-next .krown-svg {
  margin-right: -15px;
}

.single-post .post-nav {
  margin-top: 150px;
}
.single-portfolio .post-nav {
  border-top: none;
}

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

#comments {
  margin-top: 140px;
  display: block;
}
#comments h3 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 65px 0;
  font-weight: 700;
}
#comments p {
  margin-bottom: 0px;
}
.comment {
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
#comments-list > .comment:first-child {
  margin-top: 0;
  padding-top: 0;
}
#comments-list .children {
  margin: 0;
}
#comments-list .children li {
  padding-left: 100px;
}
#comments-list .children .children li {
  padding-left: 200px;
}
#comments-list .comment-meta {
  position: relative;
}
.comment-avatar {
  position: absolute !important;
  width: 65px;
  height: 65px;
}
.comment-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 8px;
}
.comment-title a,
.comment-reply-link {
  color: #3b3b3b;
}
.comment-title a:hover,
.comment-reply-link:hover {
  color: #b99d61;
}
.comment-content {
  float: left;
  width: 100%;
  padding-left: 98px;
}
.comment-content ol ul {
  margin: 0;
}
.comment-meta h6 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin: 9px 0 9px;
}
.comment-meta span {
  font-size: 15px;
  line-height: 15px;
  display: block;
  color: #959595;
  margin-bottom: 27px;
  font-weight: 500;
}
.comment-text {
  font-size: 15px;
  line-height: 28px;
  color: #4d4d4d;
}
.comment-reply-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  text-transform: uppercase;
}
.comment-reply-link .krown-icon-cw {
  font-size: 14px;
  left: -7px;
  position: relative;
}
.comment:hover .comment-reply-link {
  opacity: 1;
}
.await {
  color: #f00;
  display: block;
  margin-top: 15px;
}
#respond {
  padding-top: 113px;
}
#comments-list #respond {
  margin-top: 60px;
}
#respond form {
  display: block;
}
#respond textarea,
#respond input {
  border: none;
}
#respond input {
  margin-bottom: 38px;
}
#respond label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #4d4d4d;
  margin-bottom: 12px;
}
#respond h3 {
  margin-bottom: 58px;
}
form .krown-column-container {
  margin-left: 4%;
}
form .krown-column-container.span4 input {
  margin-bottom: 30px;
}
form .krown-column-container.span12 input {
  margin-bottom: 49px;
}
form .span4 {
  width: 30.66%;
}
form .krown-column-container:first-child {
  margin-left: 0px;
}
.krown-form input[type="submit"] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 24px 35px;
  height: auto;
  margin: 0;
  position: relative;
  top: 8px;
  height: 62px;
  min-width: 200px;
}
.logged-in-as {
  margin-top: -5px;
  margin-bottom: 35px;
  font-size: 14px;
}

/* ------------------------
-----   Widgets  -----
------------------------------*/

.widget {
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 22px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 23px;
  color: #212121;
}

.widget ul {
  list-style: none;
}
.widget ul:first-child,
.widget p:first-child {
  margin-top: 0;
}
.widget ul li {
  border-top: 1px solid #e9e9e9;
  line-height: 20px;
}
.widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget ul a {
  color: #000;
  padding: 13px 0;
}
.widget ul a:hover {
  color: #b99d61;
}

.widget small {
  font-size: 1em;
}
.widget .meta {
  display: block;
  margin-top: -2px;
}
.widget a {
  font-weight: 400;
}

.widget_calendar table {
  width: 100%;
  text-align: left;
}
.widget_calendar caption {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.widget_calendar thead {
  font-weight: 700;
}
.widget_calendar tfoot a {
  margin-top: 15px;
  float: left;
}
