.blog-container {
    margin-bottom: 60px;
    padding-bottom: 60px;
    position: relative;
	border-bottom:1px solid #f0f0f0;
}
.blog-container .blog-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.blog-meta {
    color: #aaaaaa;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
}
.blog-meta:after {
    background: none repeat scroll 0 0 #f0f0f0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}
.blog-meta a {
	color:#1abc9c
}
.blog-meta .published, 
.blog-meta .comment-count,
.blog-meta .post-view {
	display:inline-block;
	margin-left:20px;
}
.post-thumb {
	margin-bottom:10px;
}
.post-thumb img {
	width:100%;
}
.blog-container .blog-content {
	margin-bottom:30px;
}
.blog-container .btn {
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	font-family:"Raleway",sans-serif;
}
.entry-title {
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.25;
}
.blog-widget {
  position: relative;
  padding-bottom: 30px;
  margin-bottom:20px;
}
.blog-widget:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
}
.widget .widget-title {
  text-align: left;
  position: relative;
}
.widget-title {
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.blog-widget ul li a {
  font-family: 'Roboto Slab', serif;
  line-height: 38px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.widget-tabs .nav-tabs {
  border-bottom: 0;
  padding-bottom: 20px;
}
.widget-tabs .nav-tabs li a {
  margin-right: 10px;
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  border: 0;
  line-height: 20px;
  background: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;  
  transition:none;
  
}
.widget-tabs .nav-tabs li a:hover,
.widget-tabs .nav-tabs li.active a {
  color: #fff;
  border: 0;
  background: #1abc9c!important;
}
.widget-tabs .nav-tabs li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  border: 5px solid transparent;
  border-top-color: #1abc9c;
  width: 6px;
}
.widget-tabs .nav-tabs li:last-child a {
  margin-right: 0;
}

.widget-tabs article,
.widget-tabs article {
  margin-bottom: 20px;
}
.widget-tabs article:last-child,
.widget-tabs article:last-child {
  margin-bottom: 0;
}
.widget-tabs article img,
.widget-tabs article img {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 15px;
}
.widget-tabs article h6 {
  font-weight: 500;
  font-size: 14px;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  font-family: 'Roboto Slab', serif;
}
.widget-tabs article p {
  font-size: 13px;
  margin-bottom: 0;
  font-family: 'Roboto Slab', serif;
}
.widget-tabs article i {
	margin-right:5px;
}
.widget-tabs article:first-child {
  padding-top: 0;
}
.widget-tabs article p {
  color: #cccccc;
}
.widget-tabs h6 {
  max-height: 65px;
  overflow: hidden;
  line-height: 20px;
}
.widget-tabs h6 a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}
.widget-tabs h6 a:hover {
  text-decoration: underline;
}
.post-comment input {
	width:100%;
}
.widget-tags a {
	border: 1px solid #333;
    color: #333;
    display: inline-block;    
    font-size:1em !important;
    margin: 0 4px 5px 0;
    padding: 5px 10px;
    text-transform: capitalize;
}
.blog-tags {
	display:block;
}
