/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
.pav-filter-blogs.wrapper {
  background-color: transparent;
  padding: 0;
}

.pav-blogs .box-heading {
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #d6d6d6; 
}
.pav-blogs .box-heading a {
  color: #333;
}
.pav-blogs .box-heading a:hover {
  color: #5e24d4;
}
.pav-blogs .box-content {
  
  background-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #d6d6d6;
  padding:15px !important;
  margin: 0 0 25px 0;
}
.pav-blogs .t-color {
  color: #5e24d4;
}
.pav-blogs .blog-meta {
  border-bottom: 1px dashed #5e24d4;
  margin-bottom: 10px;
  padding-bottom: 5px;
  float: left;
    width: 100%;
}
.pav-blogs .blog-meta ul li{
  display: inline-block;
  color:#5e24d4;
}
.pav-blogs .blog-meta ul li span{
  color: #949595;
} 
.pav-blogs .image {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
  /*width: 30%;
  margin-right: 25px;*/
}
.pav-blogs .image img {
  display: inline-block;
}
.pav-blogs .description {
  text-align: justify;
  color: #333;
  font-size: 15px;
}

#blog-info .blog-title {
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
#blog-info .image {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
#blog-info .image img {
  display: inline-block;
}
#blog-info .blog-content {
  text-align: justify;
  color: #545454;
  font-size: 15px;
      margin: 0px !important;
}
#blog-info .t-color {
  color: #5e24d4;
}

.pav-header {
  position: relative;
  /*display: none;*/	
}
.pav-header .rss-wrapper {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: -999em;
}

.blog-meta {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-meta > span {
  font-weight: bold;
  display: block;
  float: left;
  padding: 0 10px 0 0;
}
.blog-meta > span:last-child {
  border-right: none;
}
.blog-meta > span span {
  font-weight: normal;
}
.blog-meta > span i {
  margin: 0 5px 0 0;
}

.pav-comment label {
  display: block;
}
.pav-comment input[type="text"] {
  width: 50%;
}

.blog-header .created {
  display: block;
  overflow: hidden;
  height: auto;
  padding: 10px;
  color: #FFF;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 30px;
  margin: 0;
}
.blog-header span {
  font-size: 12px;
}
.blog-header span.day {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  display: block;
  text-align: center;
}

.blog-item .description {
  overflow: hidden;
  padding: 0;
}

.blog-title {
  overflow: hidden;
  margin: 10px 0;
  font-weight: normal;
}

#blog-info .blog-title {
  overflow: hidden;
  margin: 10px 0;
  font-weight: normal;
  line-height: 32px;
}

/**
 * Category Page
 */
div[class*="pavcol"] {
  float: left;
}

.pavcol1 {
  width: 100%;
}

.pavcol2 {
  width: 50%;
}

.pavcol3 {
  width: 33.33%;
}

.pavcol4 {
  width: 25%;
}

.pavcol5 {
  width: 20%;
}

.blog-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.blog-item .info {
  padding-left: 10px;
}

.btn-more-link {
  margin: 10px 0 20px 0;
}

.pav-blogs a {
  text-decoration: none;
}

/**
* Blog Page
*/
.pav-blog .description {
  font-weight: normal;
}
.pav-blog .blog-content, .pav-blog .blog-bottom {
  /*margin-bottom: 20px;*/
}

.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 #E2E2E2;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
  border-bottom: 1px solid #E2E2E2;
  font-size: 11px;
  margin: -20px -20px 10px;
  padding: 10px 20px;
}

.blog-tags, .blog-social {
  margin-bottom: 10px;
}

.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 #E2E2E2;
  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-bottom: 12px;
  line-height: 30px;
}
#comment-form .comment-warning {
  color: #b94a48;
}

/**
* Module
*/
.pavblogs-comments-box {
  font-size: 14px;
}
.pavblogs-comments-box .pav-comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.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: 30px;
}

.sub-description {
  margin: 15px 0;
}

.pavblog-latest .image {
  width: 65px;
}
.blog-readmore{
 text-align: right;
 padding: 0 0 10px 0;
     float: right;
}

.box-content .blog-body{
	float: left;
}

.pav-footer-list-heading h4{
	text-decoration:underline;
}
.pav-footer-list-heading .fa-li{
	        position: relative;
    left: 0;
    width: 2.14285714em;
    top: 0;
    text-align: left;
    color: #5e24d4;
    font-family: fontAwesome;
    padding: 0 10px 0 0;	   
}

.pav-footer-list-heading ul{
   margin: 0;
   padding: 0;
}

.pav-footer-list-heading ul li{
  list-style: none;
}

.blog-social .social-wrap>div{
	padding: 0 10px 0 0;
}
.blog-meta ul{
	padding:0;
}
.blog-meta ul li{
    padding: 0 10px 0 0;
}
.blog-content  a{
	color: #5e24d4;
}

.blog-content h2 {
    font-family: "PT Sans",Arial,sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px !important; 
}

.blog-content p img{
	display: inline-block;
	
}

 .float-image-left{
	 float: left;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 15px 10px 0;
	}
	
	.float-image-right {
    float: right;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0 0 10px 15px;
}


.blog-content .content-wrap{
	padding: 0 18px 18px 18px;
}

.pavblog-blog .category .box-heading, .pavblog-category .category .box-heading, .pavblog-blogs .category .box-heading {
	    background-color: #5e24d4 !important;
}

.blog-content p, .blog-content ul li{
 font-family: Helvetica,sans-serif;
 font-size: 15px;
 line-height: 25px;
 text-align: justify;
}

@media (min-width: 992px) {
	
	.blog-content, .blog-social, .pav-comment{
	      margin: 0 5%; 
	}
	
	.blog-content, .blog-social, .pav-comment{
	      margin: 0 5%; 
	}
	
}