@charset "utf-8";
/* CSS Document */
.post-title-container{
	
 padding: 0em 0px 1em 0px;
 text-decoration:none;
}

.post-materials{
 
 padding-bottom:1em;
 text-decoration:none;
 	
}

.post-title-container h1{
	font-size:1.6em;
	text-decoration:none;
}

.post-title-container h1 a:hover{
 text-decoration:none;
}

.post-title-container h1 a:after{
 text-decoration:none;
}
#post_bar .post_bar p{
	
 text-align:justify;
 
}
#single_post{ background-color: #F0F0F0;
padding-top: 50px;
padding-bottom: 50px;
}
#post_bars .post_bar .blog_btn{
	
 padding-top:1em;
 
}

#post_bar .post_bar .blog_btn a {

 display: inline-block;

 color: #fff;

 width: 80%;

 height: auto;

 text-align: center;

 border-radius: 30px;
 
 padding:15px 0px;

 background-color: #197ba8;
 
 text-decoration:none;
 
}

#post_bar .post_bar .blog_btn a:hover {

 background-color: #7c8e97;

 color: #fff;
 
 text-decoration:none !important;

}
.post_share{ 

 display: block;
 padding-top:0em;
 
 
}
.tag-title-post {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    padding-left: 5px;
}


 

.post_icons{

 display: inline-block;

 list-style: none;
 
 float:left;
 


}

.single_post .post_icons{

 padding-top: 2em;
 
}

.post_icons li {

 display: inline-block;

}

.post_icons li a {

 display: inline-block;

 color: #fff;

 width: 25px;

 height: 25px;

 line-height: 25px;

 text-align: center;

 border-radius: 2px;

 background-color: #7c8e97;

}

.post_icons li a:hover {

 background-color: #0072bc;

 color: #fff;
 
 text-decoration:none;
}
 .post_icons .fa {
	
 font-size: 14px;

 padding: 5px;
 
}

.post_bar .post_one{
	
	margin-top:0em; 
}

.post_bar .post_two{
	
	margin-top:0em; 
}

.post_bar{
	
 padding-bottom:5em;
 
}

.content_blog{
	padding-top:1em;
	text-align:justify;
	}
	
	.blog_btn .btn-view {
	border-radius: 30px;
	display: block;
	background-color: #3180c5;
	color: #fff;
	font-size: 1em;
	line-height: 3em;
	
	 
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration:none;
 -webkit-transition:all .25s ease;
 -ms-transition:all .25s ease;
 transition:all .25s ease;
 width: 150px;
text-align: center;
}
.blog_btn .btn-view:hover {
	background-color:#039;
}