/**
 * @file
 * Visual styles for Journaleight's node component.
 */
/*node*/
.node {
  position: relative;
}
.node .field--name-body {
  margin-bottom: 20px;
}
.user-picture {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.user-picture a {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.node--view-mode-teaser .user-picture {
  max-width: 50px;
}
.node .submitted {
  font-size: 11px;
  color: #7d7d7d;
  padding-bottom: 20px;
}
.field--name-field-mt-subheader-body p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  padding-bottom: 25px;
}
.node-type-mt-post h1#page-title,
.node-type-blog h1#page-title,
.node-type-article h1#page-title {
  display: none;
}
@media (min-width: 992px) {
  .two-sidebars .node-teaser .field-type-image {
    margin-left: 30px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .node-teaser .field-type-image {
    margin-left: 30px;
    max-width: 190px;
  }
}
@media (max-width: 480px) {
  .node-teaser .field-type-image {
    margin-left: 0;
    float: none;
    max-width: 100%;
  }
  .node-teaser .field--name-body {
    clear: both;
  }
}
/* Node Layout */
.node-side + .node-content {
  overflow: hidden;
}
.node--view-mode-teaser .node-content,
.node-teaser .node-content.full-width,
.no-sidebars .node-content.full-width,
.two-sidebars .node-content.full-width,
.sidebar-first .node-content.full-width {
  margin-left: 0!important;
}
.node-content .content {
  overflow: hidden;
}
.node h1.title {
  margin-bottom: 20px;
}
.node-teaser h2.title {
  margin-top: 5px;
}
.node-side {
  float: left;
  text-align: center;
  width: 110px;
  font-size: 12px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .node-side {
    margin-top: 10px;
    float: left;
    top: 0;
    left: 0;
    text-align: center;
    width: 75px;
    font-size: 12px;
    padding: 0 15px 0 0;
  }
}
/* Post User info */
.user-info {
  margin-bottom: 40px;
}
.node-teaser .user-info {
  margin-bottom: 20px;
}
.user-info .user-picture {
  margin: 10px auto 0;
  overflow: hidden;
  display: block;
}
.user-info .user-name {
  margin-top: 10px;
}
/* Share links */
.share-links {
  font-weight: 700;
  color: #464646;
  text-align: right;
  margin-bottom: 40px;
}
.share-links ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.share-links ul li {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}
.share-links ul li a {
  color: #7d7d7d;
}
.share-links ul li a i {
  font-size: 16px;
}
.share-links ul li a:hover {
  text-decoration: none;
}
.share-links__text {
  min-width: 50px;
  display: inline-block;
}
/* Submitted info, print, resize font buttons, post progress & reading time */
.content-font-settings {
  font-weight: 700;
  color: #464646;
  text-align: right;
  margin-bottom: 30px;
}
.content-font-settings-item {
  margin-bottom: 15px;
}
.content-font-settings span {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  margin-top: 3px;
}
.font-resize {
  padding-bottom: 40px;
}
.font-resize a {
  width: 50%;
  text-align: center;
  float: left;
  margin: 0;
  padding: 0;
}
#incfont {
  font-size: 18px;
  line-height: 20px;
}
#decfont {
  font-size: 12px;
  line-height: 20px;
}
.reading-time {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: right;
  font-weight: 700;
  text-align: center;
}
.node-teaser .reading-time {
  border-bottom: none;
}
.reading-time__text {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 3px;
  font-weight: 400;
  color: #7d7d7d;
}
.post-progress {
  display:none;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  color: #464646;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.post-progress__text {
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 3px;
  font-weight: 400;
  color: #7d7d7d;
}
.post-progress__bar {
  height: 3px;
}
@media (min-width: 992px) {
  .post-progress {
    display: block;
  }
}
/*Node type: Post, Blog Entry, Article - Affix*/
#affix.affix {
  position: fixed;
  width: 80px;
}
#affix.affix .share-links {
  margin-top: 0;
}
#affix.affix-bottom {
  position: absolute;
  width: 80px;
}
@media (max-width: 480px) {
  #affix.affix,
  #affix.affix-bottom {
    width: 60px;
  }
}
/*Node type: Post, Blog Entry, Article - Node info*/
.node-info {
  margin-bottom: 35px;
  font-size: 12px;
  color: #7d7d7d;
}
.node-teaser .node-info {
  margin-bottom: 15px;
  margin-top: -15px;
}
.node-info-item {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 5px;
}
.node-info-item i {
  margin-right: 10px;
  font-size: 15px;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term {
  display: inline-block;
  margin: 0;
  overflow: visible;
  text-transform: none;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term ul.links li {
  float: none;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term ul.links li a {
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  display: inline;
  margin: 0;
  font-size: 12px;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term ul.links li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.node__meta {
  margin-bottom: 25px;
}
.node--view-mode-teaser .node__meta {
  margin-bottom: 15px;
  margin-top: 15px;
}
.node--view-mode-full .node__meta {
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.post-info {
  font-size: 10px;
  color: #7d7d7d;
}
.post-info em {
  font-style: normal;
}
.post-info > span {
  margin:0 8px;
  position: relative;
}
.post-info > span+span:after {
  content: "|";
  position: absolute;
  left: -9px;
  top: 0;
}
.post-info > span:first-child {
  margin-left: 0;
}
.node__links {
  margin-top: 25px;
  border-bottom: 1px solid #dddddd;
  font-size: 11px;
  clear: both;
}
.page-node-type-mt-post #block-journaleight-page-title {
  display: none;
}
