/* Global blog app style */
.app-blog {
  box-sizing: border-box;
  font-size: 10px;
}

.sidebar {
  background-color: #e0e0e0;
  float: right;
  margin-left: 2%;
  width: 25%;
}

.sidebar:before {
  clear: both;
}

.sidebar h2 {
  border-bottom: 5px double #343740;
  color: #343740;
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  text-align: center;
}

div.blog-item {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  margin: 0 0 10px;
}

.blog-head {
  margin-bottom: 10px;
  padding: 10px 10px 0;
}

.blog-text {
  padding: 10px;
}

.blog-titlelead-container {
  height: 120px;
}

.blog-titlelead {
  margin-top: 14px;
  position: relative;
  /**
  top: 50%;
  transform: translateY(-50%);
  **/
}

.related-news {
  margin-bottom: 10px;
}

div.blog-list {
  color: #343740;
  width: 100%;
}

div.app-blog h1 {
  color: #343740;
  font-size: 21px;
  margin: 10px 0 5px;
}

div.app-blog h2 {
  color: #343740;
  font-size: 20px;
}

div.app-blog a {
  
}

.blog-visual {
  float: right;
  height: 160px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.blog-lead p {
  color: #63656e;
  font-size: 15px;
  margin-bottom: 0;
  padding: 0;
}

div.blog-list li:last-child .blog-lead p {
  border-bottom: none;
}

span.tag {
  background-color: #63656e;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: lighter;
  margin-right: 5px;
  padding: 3px 5px;
}

/* Post list style */
ul.blog-items {
  padding: 0;
}

ul.blog-items li {
  list-style-type: none;
}

ul.blog-items h2 a {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

ul.blog-items h2 a:hover {
  color: #5da2bf;
  text-decoration: none;
}

p.blog-more, p.blog-meta {
  display: none;
}


/* Post detail style */
div.blog-detail {
  margin: 0 auto;
  float: left;
  width: 73%;
}

.blog-header {
  background: #e0e0e0;
  border: 1px solid #ccc;
  height: 160px;
  margin-bottom: 10px;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

div.blog-detail div.blog-meta {
  color: #393740;
  font-size: 11px;

}

div.blog-social-icons {
  clear: both;
  margin: 0 0 10px;
}

.blog-meta {
  color: #63656e;
  text-align: left;
}

span.meta-date {
}

div.blog-content {
  color: #393740;
}

div.blog-content p, div.blog-content ul {
  font-size: 14px;
  line-height: 27px;
}

div.blog-content ul {
  list-style-position: inside;
}

.blog-footer p {
  color: #63656e;
  font-size: 12px;
  line-height: 19px;
}

.blog-end {
  clear: both;
  /* border-bottom: 1px solid #353740; */
  margin-bottom: 10px;
  padding: 20px 0;
}

.blog-hr {
  border-bottom: 1px solid #353740;
}

p.blog-back {
  border-top: 1px solid #353740;
  clear: both;
  padding-left: 0;
  padding-top: .75em;
}

div.legal-text {
  font-style: italic;
  font-size: 10px;
}

div.legal-text a {
  color: #5da2bf;
  text-decoration: underline;
}

div.legal-text a:hover {
  color: #63656e;
  text-decoration: underline;
}

.forum-btn {
  
  background-color: #68b1c4;
  border-color: #5da2bf;
  color: #fff;
  display: block;
  float: right;
  height: 45px;
  margin: 5px 10px;
  min-width: 208px;
  padding: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.forum-btn i {
  float: left;
  font-size: 45px;
  padding: 0 5px;
}

.forum-btn-txt {
  float: right;
  font-size: 16px;
  padding: 0 5px;
}

.fb-like-button {
  padding: 5px;
}

.bg-fade:before {
background: -moz-linear-gradient(left,  rgba(224,224,224,1) 0%, rgba(224,224,224,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(224,224,224,1) 0%,rgba(224,224,224,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(224,224,224,1) 0%,rgba(224,224,224,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(224,224,224,1) 0%,rgba(224,224,224,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(224,224,224,1) 0%,rgba(224,224,224,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#00e0e0e0',GradientType=1 ); /* IE6-9 */
z-index: 2;
}

/** SOCIAL MEDIA STUFF
{% include 'ffg_marketing/social_media_icons.html' %}
**/
