.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pav-header  {
	position:relative;
}
.pav-header	a span.fa-rss {
	color: orange !important;
}
.pav-header .rss-wrapper{
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
	text-indent:-999em;
}
.blog-header{
	float: right;
	width: 80%;
}
.blog-wrapper .blog-meta {
	float: left;
	width: 18%;
	border: 1px solid #dfdfdf;
	font-size: 12px;
}
.blog-wrapper .blog-meta > span  {
	display: block;
	text-align: center;
	padding:20px 10px;
	border-bottom: 1px solid #dfdfdf;
}
.blog-wrapper .blog-meta > span:last-child{
	border-bottom:none;
}
.blog-wrapper .blog-meta > span i{
	margin: 0 5px 0 0;
	color: #ffc400;
	font-size:20px;
	width: 100%;
}
.blog-wrapper .image-detail{
	margin-bottom: 15px;
}
.blog-wrapper .blog-title{
	margin-top:20px;
	margin-bottom: 15px;
}
.blog-wrapper .blog-readmore {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: right;
}
.blog-wrapper .blog-readmore a {
	font-style: italic;
	color: #999999;
}
.blog-wrapper .blog-readmore a:hover {
	color: #242424 !important;
}
.pav-comment label{
	display: block;
}
.pav-comment label:before {
    color: red;
    content: "*";
    margin-right: 5px;
}
.pav-comment .pull-left a {
    display: block;
}
.pav-comment .pull-right {
	width: calc(100% - 70px);
}
.blog-header  span.day{
	font-size:25px;
	font-weight:bold;
	padding:0;
	display:block;
	text-align:center;
}
.blog-header  span{
	font-size:12px;
}
.latest-posts-title .shortinfo{
	overflow:hidden;
	padding: 0;
}
.latest-posts-title, #blog-info .latest-posts-title{
	overflow: hidden;
	margin: 10px 0;
	margin-top: 12px;
}
#blog-info .latest-posts-title{
	line-height: 32px;
}

/**
 * Category Page
 */

 div[class*="pavcol"]{
	float:left;
 }
 .pavcol1{ width:100% }
 .pavcol2 { width:100%; }
 .pavcol3 { width:33.33%; }
 .pavcol4 { width:25%; }
 .pavcol5 { width:20%; }
 .blog-item{
 	padding:0;
 	margin-bottom: 30px;
 }
.btn-more-link{
	margin: 10px 0 20px 0;
}
.pav-blogs a {
	text-decoration:none;
}

/**
* Blog Page
*/

.pav-blog .description{
	font-weight: normal;
}
.comment-item {
	padding-bottom:10px;
}
.comment-item  img{
	padding-right:12px;
}
.comment-wrap{
	overflow:hidden;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ededed;
	position: relative;
}
.comment-wrap .comment-meta{
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	padding: 15px;
	position: relative;
}
.blog-tags,.blog-social{
	margin-bottom: 5px;
}
.comment-wrap .comment-meta > span {
	font-weight: bold;
}
.comment-wrap .comment-meta > span  span{
	font-weight:normal;
}
.blog-social  .social-wrap > div {
	float:left;
}
.blog-social .social-heading{
	padding-right:12px;
}
.comment-link{
	background: #F4F4F4;
	display: block;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-text {
	padding: 15px;
}
#comment-form .message{
	background:#FCF8E3;
	padding: 12px;
	color:#000;
	margin-bottom: 12px;
	line-height: 30px;
}
#comment-form .comment-warning{
	color:#B94A48
}

/**
* Module
*/

.pavblogs-comments-box  .pav-comment {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom:1px dashed #ededed;
}
.pavblogs-comments-box  .pav-comment:last-child{
	border-bottom:none;
}
.blog-list-item{
	margin-bottom: 0;
}
.secondary.blog-list-item{
	margin-bottom: 0;
}
.secondary .col-lg-3 .blog-title,
.secondary .col-lg-4 .blog-title,
.secondary .col-lg-6 .blog-title{
	font-size: 112%;
	line-height: normal;
	margin: 10px 0;
}
.pav-pagination{
	margin: 0;
	text-align: right;
}
.pav-pagination .results{
	padding-top:0;
}
#input-captcha{
	margin: 10px 0;
	width: 20%;
}
.buttons-wrap.right{
	text-align: right;
}
.sample-blog-category > li{
	line-height: 29px;
}
.sub-description{
	margin: 15px 0;
}