/**********************************************************/

/* Joomblog */

/* Frontpage */

.jb-content {
  clear: both;
}

.jb-content .post-content {
  display: flex;
}

.jb-content .postSummary > p {
  display: none;
}

.jb-content .category-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

#jb-wrap .jb-content .category {
  color: #fff;
  background: #ff5000;
  font-size: 12px;
  padding: 2px 10px;
  text-decoration: none;
}

.jb-content .feature-image-wrap {
  border: 2px solid #e8e8e8;
  margin: -9px 0 0;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

.jb-content .feature-image-wrap img {
  transition: transform .4s;
}

.jb-content .feature-image-wrap:hover img {
  transform: scale(1.2);
}

.jb-content .post-date {
  font-size: 14px;
  color: #636466;
}

#jb-wrap .jb-content .postSummary-teaser h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 24px;
  color: #c05e9e;
}

.jb-content .jb-readmorelink .btn {
  font-size: 12px;
  font-weight: normal;
}

.jb-content .post-teas-bottom {
  display: none;
}

/* Single post */

#jb-wrap #startOfPage + .postSummary {
  border-top: none;
}

#jb-wrap h1 {
  color: #c05e9e;
}

#jb-wrap .postSummary ul {
  font-size: 14px;
}

.jb_fbsocial_button .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#jb-wrap .jb-bottom {
  height: auto;
  padding: 8px;
  border: none;
  background: #eee;
}

.jb-entry-random .postSummary-readmore {
  border: none;
  border-radius: 3px;
  background: #ff5000 !important;
  color: #fff;
  font-size: 12px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s, background .2s;
}

.jb-entry-random .postSummary-readmore:hover {
  background: #c05e9e !important;
}

.jb-entry-next,
.jb-entry-prev {
  font-size: 14px;
}

.jb-navi-btn {
  display: none;
}