.blog-post .title{
	margin-bottom: 28px;
}
p{
	margin-bottom: 25px;
}
p.center{
	margin-bottom: 30px;
}
.title{
	width: 100%;
	left: 0;
}
.blog-post hr{
	margin-top: 80px;
	margin-bottom: 0;
}
.blog-post img{
	width: 100%;
	margin-top: -180px;
}
.home{
	background: #000;
	z-index: -1;
	position: relative;
	height: 400px;
	width: 100%;
}
.home .images-bg{
	background-size: cover;
	height: 510px;
	opacity: 0.2;
	background-position: center;
}
.tags{
	margin-top: 15px;
}
	.tags a{
		margin-right: 14px;
		color: #999;
	}
	.tags a:hover{
		color: #333;
	}	
.share-button{
	margin-top: 15px;
}
.share-button span,
.tags span{
	color: #666;
}
.tags span{
	margin-right: 5px;
}
.share-button span{
	margin-right: 15px;
}
.share-button a{
	margin: 0 12px;
	color: #ccc;
	font-size: 16px;
}
.share-button a:hover{
	color: #333;
}
.comment{
	padding-left: 30px;
	min-height: 110px;
	margin-bottom: 30px;
}
	.comment img{
		float: left;
	}
.comments-wrapper{
	padding-bottom: 30px;
	margin-top: -15px;
}
.comments-details{
	margin-left: 170px;
	padding-top: 15px;
}
	.comments-details .name{
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
	}
	.comments-details .date{
		font-size: 12px;
		color: #666;
		margin-left: 15px;
	}
	.comments-details .date:before{
		content: "/";
		margin-right: 13px;
	}
	.comments-details p{
		margin-top: 15px;
	}
.comments-form{
	text-align: center;
}	
	.comments-form hr{
		margin: 75px 0 0;
	}
	.comments-form textarea,
	.comments-form input{
		background: #e0e0e0;
		box-shadow:inset 0 0 0 2px #e0e0e0;
	}
	.comments-form textarea:focus,
	.comments-form input:focus{
		background: #fff;
		box-shadow:inset 0 0 0 2px #333;
		color: #333;
	}
.comments-form .button[data-style="move-up"] .content{
	box-shadow: inset 0 0 0 2px #333;
	background: #fff;
	color: #333;
}
.comments-form .button{
	box-shadow: inset 0 0 0 2px #333;
}
.comments-form .button[data-style="move-up"]:hover .content{
	background: #333;
	color: #fff;
}
.post-block div{
	opacity: 1;
}
.add-comments hr{
	margin-bottom: 0;
}
@media (max-width: 1100px){
	.share-button a{
		margin: 0 12px;
	}
}
@media (max-width: 800px){
	.share-button a:nth-child(2){
		margin-left: 0;
	}
	.share-button a{
		position: relative;
		top: 3px;
	}
	.share-button,
	.tags{
		width: 100%;
	}
}
@media (max-width: 640px){
	.home .images-bg{
		height: 250px;
	}
	.comments-details{
		margin-left: 150px;
	}
	.share-button{
		margin-top: 20px;
	}
}
@media (max-width: 320px){
	.tags span,
	.share-button span{
		display: block;
		margin-bottom: 10px;
	}
	.share-button a {
	    margin: 0 7px;
	}
	.comment img{
		width: 60px;
	}
	.comments-details{
		padding-top: 5px;
		margin-left: 80px;
	}
	.comments-details .date{
		display: block;
		margin-left: 0;
	}
	.comments-details .date:before{
		display: none;
	}
}