/**
 * 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: #f1f1ec;
  border: 1px solid #d6d6d6;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.pav-blogs .box-heading a {
  color: #333;
}
.pav-blogs .box-heading a:hover {
  color: #fc6e51;
}
.pav-blogs .box-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #d6d6d6;
}
.pav-blogs .t-color {
  color: #fc6e51;
}
.pav-blogs .blog-meta {
  border-bottom: 1px dashed #fc6e51;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.pav-blogs .image {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pav-blogs .image img {
  display: inline-block;
}
.pav-blogs .description {
  text-align: justify;
  color: #000;
  font-size: 15px;
}

#blog-info .blog-title {
  color: #333;
  border-bottom: 1px dashed #fc6e51;
  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: #000;
  font-size: 15px;
}
#blog-info .t-color {
  color: #fc6e51;
}

.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;
}
