
/************************************************************************
*  Blog 5 css
************************************************************************/

.tgx-blog-5 .u-clearfix:before,
.tgx-blog-5 .u-clearfix:after {
  content: " ";
  display: table;
}

.tgx-blog-5 .u-clearfix:after {
  clear: both;
}

.tgx-blog-5 .u-clearfix {
  *zoom: 1;
}

.tgx-blog-5 .content {
  color: #aaa;
  padding: 0;
}

.tgx-blog-5 .entry-content {
  font-size:14px;
}

.tgx-blog-5 .card-container {
  margin: 25px auto 0;
  position: relative;
}

.tgx-blog-5 .card {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, .07);
  z-index: 1;
}

.tgx-blog-5 .card-body {
  display: inline-block;
}

.tgx-blog-5 .card-number {
  margin-top: 15px;
}

.tgx-blog-5 .card-circle {
  border: 1px solid #aaa;
  border-radius: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  padding:5px;
}

.tgx-blog-5 .card-author {
  display: block;
  font-size: 12px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.tgx-blog-5 .card-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  margin: 10px 0;
}

.tgx-blog-5 .card-description {
  display: inline-block;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0;
}

.tgx-blog-5 .card-read {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 6px;
  margin: 5px 0 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

.tgx-blog-5 .card-read a{
	background: inherit;
}

.tgx-blog-5 .card-read:after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  width: 50%;
}

.tgx-blog-5 .card-tag {
  float: right;
  margin: 5px 0 0;
}


.tgx-blog-5 .card-shadow {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}
