.cover_post_detail h1{
	font-size: 24px;
    margin: 0;
    font-family: 'Open Sans';
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.cover_post_detail .post_info{
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
	transition: ease-in-out 0.2s;
}
.cover_post_detail .post_info:hover{
	color: #ff672a;
}
.cover_post_detail .post_info span{
	margin-right: 5px;
}
.cover_post_detail .desc{
	font-weight: bold;
	margin-bottom: 20px;
    text-align: justify;
}
.cover_post_detail iframe{width:100% !important;}
.aside_right_news{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    padding: 5px 10px;
    background: #fff;
    border-top: 1px solid #ff672a;
    overflow: hidden;
}
.aside_right_news h2{
	display: inline-block;
    position: relative;
    background-color: #fff;
    color: #1c1c1c;
    font-size: 15px;
    letter-spacing: -.4px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    margin: 0 0 10px;
    padding-right: 15px;
    padding-left: 25px;
}
.aside_right_news h2::before{
	position: absolute;
    content: "\f1d8";
    font: normal normal normal 12px/1 fontawesome;
    color: #ff672a;
    width: 12px;
    height: 12px;
    display: inline-block;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    z-index: 5;
}
.aside_right_news .aside_title{
	position: relative;
    z-index: 1;
    line-height: 33px;
    margin: 10px 0;
}
/*.aside_right_news .aside_title::after{
	content: "";
    position: absolute;
    z-index: 0;
    top: 12px;
    left: 0;
    width: 100%;
    border: 4px double #ff672a;
}*/
.aside_right_news .related_posts_aside{
	overflow: hidden;
	padding: 10px 0;
}
.aside_right_news .related_posts_aside .cover_img_posts{
	width: 140px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.aside_right_news .related_posts_aside h3{
	display: inline-block;
	width: calc(100% - 150px);
	float: left;margin: 0px;
	font-size: 14px;
	line-height: 20px;
}
.cover_tag_post{
	list-style: none;
}
.cover_tag_post li{
	display: inline-block;
	float: left;
}
.cover_tag_post .tag{
    background: url(http://mikos.co.uk/tags/assets/images/tag.png) no-repeat 0 0;
    color: #3f3f3f;
    /*display: none;*/
    float: left;
    height: 25px;
    line-height: 1;
    margin: 5px;
    padding: 0 5px 0 8px;
    position: relative;
    text-decoration: none;
    transition: ease-in-out 0.2s all;
	}
.cover_tag_post .tag .tag_name {
    background: url(http://mikos.co.uk/tags/assets/images/tag.png) no-repeat 100% -25px;
    height: 25px;
    padding: 6px 10px 0 0;
    position: relative;
    text-shadow: 0 1px 1px #fff;
    z-index: 10;
    float: left;
}
.cover_tag_post .tag .tag_count {
    background: url(http://mikos.co.uk/tags/assets/images/tag.png) no-repeat 100% -50px;
    color: #fff;
    height: 25px;
    padding: 5px 10px 0;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 #c54a0c;
    top: 1px;
    z-index: 5;
    display: block;
	float: left;
}
#list_post .cover_home_post_cate{

}
#list_post .cover_home_post_cate h2{
	color: #333;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
    text-transform: uppercase;
    border-top: 2px solid #ff672a;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#list_post .cover_home_post_cate h3{
	text-align: center;
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 40px;
    line-height: 20px;
}

@media (max-width: 480px){
	.fb-like{
		float: left !important;
		margin-bottom: 20px !important;
	}
}