                                                                                                                                                                
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: inline;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pav-header  { position:relative; }
.pav-header .rss-wrapper{
	width:30px;	height:30px; display:block; position:absolute;right:0; top:0; background:url(../image/icon-rss.png) no-repeat center center;
	overflow:hidden; text-indent:-999em;
}

.blog-meta {
		border: 1px solid #F1E5A2;
		margin: 10px;
		overflow: hidden;
                background: #fff;
	}
	.blog-meta > span  { font-weight:bold;
	  border-right: 1px solid #F1E5A2;
		display: block;
		float: left;
		font-size: 90%;
		padding: 10px 11px ;
	 }
	.blog-meta > span:last-child{ border-right:none; font-size:90%; }
	.blog-meta > span  span{ font-weight:normal; }
	
.blog-header .created {
	display:block;
	overflow:hidden;
	height:50px;
        padding:12px;
	background:#000;
	color:#FFF;
	float:left;
	font-size:11px; 
	margin-right:12px; 	
}

.blog-header  span.day{ font-size:30px; font-weight:bold; padding:4px 0;display:block; text-align:center; }
.blog-header  span{ font-size:98%; }
.blog-item .description{ padding: 2px; }
.blog-item .description p{ margin-bottom: 5px; }

.blog-item .readmore{
margin: 0 15px 25px 0;
font-weight: bold;
float: right;
padding: 5px 10px;
background: #FBF5D5;
border: 1px solid #CB9F51;
border-radius: 100%;
}
.blog-item .readmore:hover {
background: #CB9F51;
border: 1px solid #fff;
}
/**
 * Category Page
 */
 div[class*="pavcol"]{
	float:left;
 }
 .pavcol1{ width:100%; margin-bottom: 30px;}
 .pavcol2 { width:50%; }
 .pavcol3 { width:33.33%; }
 .pavcol4 { width:25%; }
 .pavcol5 { width:20%; }
 
 .blog-item{ padding:5px; height: 300px; }
 .blog-item img{ padding-right:10px; }
 .pavcol1 img { padding-right:10px; }
 
 .pav-blogs a {
	text-decoration:none;
 }
 /**
  * Blog Page
  */
  .pav-blog .description{ font-weight:bold; font-size: 15px; }
	
  .pav-blog .blog-content, .pav-blog .blog-bottom { margin-bottom:20px; font-size: 15px; background: #fff; padding: 10px 10px 5px 10px; }
   .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 #E5E5E5;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;	
  }
  .comment-wrap .comment-meta{
    border-bottom: 1px solid #E5E5E5;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
  }
  .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: none repeat scroll 0 0 #F4F4F4;
    border-left: 1px solid #E5E5E5;
    display: block;
    float: right;
    font-weight: bold;
    margin: -11px -20px -10px 0;
    padding: 10px 20px;
   }

 
   #comment-form .message{ background:#FCF8E3; padding: 12px; color:#000; margin:12px ;}
   #comment-form .comment-warning{ color:#B94A48  } 

   	#comment-form .input-group{	clear:both; padding: 6px 0;	}
   #comment-form label{  
		 
		display: block;
		float: left;
		line-height: 27px;
		margin: 0;
		width: 20%;
                font-weight: bold;
   }
    #comment-form input, #comment-form textarea{
		 display: block;
		margin: 0;
		width: 77%;
	}

    #comment-form textarea{
		height: 150px;
	}

		#comment-form  .recaptcha{padding:12px; }
		#comment-form  .recaptcha input { width: 140px; height:27px; display:inline; margin:0; }
   /**
    * Module
	*/
	.pavblogs-comments-box  .pav-comment { padding:10px 0 ;border-bottom:1px solid #F4F4F4; }
	.pavblogs-comments-box  .pav-comment:last-child{ border-bottom:none; }
	.pavblogs-comments-box img{ padding-right:12px; }
        .pav-filter-blogs { position: relative; float: left; width: 100%; }
        .pav-pagination { position: relative; float: right; }
.pav-comment {
position: relative;
float: left;
width: 100%;
margin-bottom: 40px;
}

/** h4.blog-title {
height: 46px;
} */

@media screen and (max-width: 767px) {
  div[class*="pavcol"] {
    float: none;
  }
  .pavcol2 { width: 100%; }
  .pavcol3 { width: 100%; }
  .pavcol4 { width: 100%; }
  .pavcol5 { width: 100%; }

  .blog-item {
    height: auto;
  }
  .blog-item img {
    padding-right: 0;
    width: 100%;
  }
  .blog-item .readmore {
    margin: 5px 0;
    display: inline-block;
    float: none;
  }
  .pav-blog .description {
    padding-right: 5px;
    padding-left: 5px;
  }
}