.box_style_1 {
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border:0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*List*/
ul.list_cat  {
	list-style: none;
	margin: 2px 10px 0px 15px;
	padding: 0;
	line-height: 1;
}

ul.list_cat li  {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

ul.list_cat li:last-child   {
	margin-bottom: 0;
}

ul.list_cat li:before {
	font-style: normal;
	font-weight: bold;
	font-family: "icon_set_1";
	font-size: 16px;
	content: "\42";
	color: #eb5722;
	position: absolute;
	left: 5px;
	top: 13px;
}


    
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#555;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}
#cat_blog ul{
	list-style:none;
	margin:0;
	padding:0;
}
.widget h4{
	font-weight: 600;
	text-transform:uppercase;
	font-size:22px; line-height: 2em;
	margin-bottom: 10px;
	border-bottom: solid 2px #eb5722;
}
#cat_blog ul li a{
	border-bottom:1px solid #ededed;
	padding:10px 0;
	display:block;
	color:#333;
	font-size: 18px;
}
#cat_blog ul li:last-child a{
	border-bottom:none;
	padding-bottom:0;
}
#cat_blog ul li a:hover{
	color:#eb5722;
}
ul.recent_post {
	margin:0;
	padding:0;
}

ul.recent_post li {
	padding: 5px 0 4px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted; 
	list-style:none;
	line-height:22px;
	padding-bottom:15px;
	color:#555; font-size: 15px;
}

ul.recent_post li a {  color:#666; }
ul.recent_post li a:hover{ color:#eb5722;
}

ul.recent_post li .img-thumbnail { width: 100px; display: inline-block; float: left; margin-right: 10px; overflow: hidden;}

ul.recent_post li img {
	padding-left: 0px; width: 100%;
	font-style:normal
}
ul.recent_post li:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post h2{
	font-size:22px;
}
.post img {
	margin-bottom:10px;
}

.post_info {
	padding: 0 0 10px 0;
	border-bottom:1px #ccc dashed;
	margin-bottom:12px;
	color:#777;
}
.post_info a{
	color:#777;
}
.post_info a:hover{
	color:#333;
}
.post_info span {
	color:#ff6666;
}
.post-left {float:left;}
.post-left ul {
	margin-left:0;
	padding-left:0;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}

/* From tablet portrait to mobile */
@media (max-width: 767px)  {
.post-right {float:none;}
.post-left ul li {
	float:none;
	margin-right:0;
	margin-bottom:3px;
}

}	