@charset "utf-8";
/* CSS Document */

.post-grid{
	overflow:hidden;}

.post-grid .grid-items {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.post-grid .item {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  display: inline-block;
  vertical-align: top;
}

.post-grid .no-post-found {
  background: #fff none repeat scroll 0 0;
  color: #666;
  text-align: center;
}


.post-grid .item .layer-media {
  line-height: 0;
}

.post-grid .item .layer-media img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}


.post-grid .item .layer-media iframe {
  width: 100% !important;
  height: auto;
}


.post-grid .owl-theme .owl-controls .owl-buttons div {
  background: rgb(28, 155, 236) none repeat scroll 0 0;
}



/*navigation top*/

.post-grid .grid-nav-top {
  
}

.post-grid .grid-nav-top .nav-filter {
  text-align: center;
  padding: 20px 0;
}
.post-grid .grid-nav-top .nav-filter .filter {
  background: rgba(220, 220, 220, 0.3) none repeat scroll 0 0;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 10px;
}

.post-grid .grid-nav-top .nav-filter .filter.active {
  border: 1px solid rgba(255, 255, 255, 0);
}

/*nav-search*/
.post-grid .grid-nav-top .nav-search {
  padding: 10px 0;
  text-align: center;
}

.post-grid .grid-nav-top .nav-search .search {
  background: rgb(255, 255, 255) url("search.png") no-repeat scroll 4px 6px;
  padding-left: 35px;
}

.post-grid .grid-nav-top .nav-search .loading {
  background: rgb(255, 255, 255) url("ajax-loader.gif") no-repeat scroll 4px 6px;
  padding-left: 35px;
}



/*pagination*/

.post-grid .pagination {
  clear: both !important;
  line-height: normal;
  margin: 30px 0;
  text-align: center;
}
.post-grid .pagination .current {
  border: medium none !important;
}


.post-grid .pagination .prev  {}
.post-grid .pagination .next {}

.post-grid .pagination.lite .page-numbers {
  background: rgba(220, 220, 220, 0.3) none repeat scroll 0 0;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px;
  text-decoration: none;
  cursor: pointer;
}

.post-grid .pagination.dark .page-numbers {
  background: rgba(198, 198, 198, 0.7) none repeat scroll 0 0;
  border: 1px solid rgb(153, 153, 153);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px;
  text-decoration: none;
  cursor: pointer;
}


/*load-more*/
.post-grid .pagination .load-more {
  background: rgba(220, 220, 220, 0.3) none repeat scroll 0 0;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
}




.post-grid .pagination .load-more.loading {
  transform: scale(0.8);
  transition: all 1s ease 0s;
}

.post-grid .pagination .load-more.no-post {
  border: 1px dashed rgb(255, 91, 34);
}

/* pager-list */

.post-grid .pagination .pager.active {
  border: medium none !important;
}
.post-grid .pagination.lite .pager {
  background: rgba(220, 220, 220, 0.3) none repeat scroll 0 0;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px;
  text-decoration: none;
  cursor: pointer;
}

.post-grid .pagination.dark .pager {
  background: rgba(198, 198, 198, 0.7) none repeat scroll 0 0;
  border: 1px solid rgb(153, 153, 153);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px;
  text-decoration: none;
  cursor: pointer;
}


/*Grid Element CSS*/

.post-grid .element.wc_add_to_cart {}
.post-grid .element.wc_add_to_cart p {
  border: medium none !important;
  margin: 0 !important;
  padding: 0 !important;
}


.post-grid .element.wc_gallery {}
.post-grid .element.wc_gallery img {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  width: 50px;
}

.post-grid .element.wc_full_price {}
.post-grid .element.wc_full_price ins {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}



.post-grid .share_button span {
  display: inline-block;
  height: 25px;
  width: 25px;
}


.post-grid .share_button span{}

.post-grid .share_button span a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.post-grid .share_button .fb {
  background: rgba(0, 0, 0, 0) url("icons/facebook.png") repeat scroll 0 0 / 100% auto;
}

.post-grid .share_button .twitter {
  background: rgba(0, 0, 0, 0) url("icons/twitter.png") repeat scroll 0 0 / 100% auto;
}

.post-grid .share_button .gplus {
  background: rgba(0, 0, 0, 0) url("icons/gplus.png") repeat scroll 0 0 / 100% auto;
}

.post-grid .zoom {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgb(153, 153, 153);
  cursor: pointer;
  display: inline;
  height: 50px;
  line-height: normal;
  text-align: center;
  width: 50px;
}

.post-grid .zoom .fa {
  color: #999;
  font-size: 24px;
  margin-top: 12px;
}

.post-grid .comments-area {

}

.post-grid .commentlist {

}

.post-grid .commentlist li {
  list-style: outside none none;
  margin: 0;
}


/*Lazy Load*/
.post-grid-lazy {
  text-align: center;
}

.post-grid-lazy img {
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
}













