/* category */

/* blog listing */

.blog-meta {
  margin-bottom: 15px;
}
.blog-meta > span,
.blog-meta a {
  margin-right: 6px;
  position: relative;
  font-size: 13px;
  line-height: 13px;
}
.blog-meta > span:hover,
.blog-meta a:hover {
  color: #f4cb00;
}
.blog-meta > span:last-child:before {
  display: none;
}
.homeblog-inner {
  float: left;
  width: 100%;
}
.homeblog-inner .blog-created {
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
  background-color: #f4cb00;
  height: 70px;
  width: 70px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 0;
  z-index: 3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-item:hover .blog-created {
  transition: all 0.5s;
  transform: translateY(150%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.homeblog-inner li.blog-post .blog-item {
  padding: 0 15px;
}
.homeblog-inner .blog-created time.date {
  display: block;
}
span.day {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 30px;
}
span.month {
  font-size: 14px;
  display: block;
}
.homeblog-inner li.blog-post {
  padding: 0;
}
.homeblog-inner li .blog-item {
  margin-bottom: 0px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-item .blog-content-wrap {
  text-align: left;
}
.blog-item .blog-content-wrap .title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
  font-size: 15px;
}
.blog-item .blog-content-wrap .title a {
  color: #000000;
  text-transform: capitalize;
}
.blog-item .blog-content-wrap .title a:hover {
  color: #f4cb00;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
}
.ttblog-latest .blog-item .blog-meta,
.secondary-blog .blog-item .blog-meta {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-item .readmore {
  margin-top: 20px;
}
.homeblog-inner .blog-shortinfo .readmore {
  display: none;
}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .readmore p .btn {
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  font-size: 10px;
}
.blog-item .blog-content-wrap .readmore p .btn:hover {
  border-color: #2fb5d2;
}
.blog-item .blog-content-wrap .blog-shortinfo {} .blog-item .blog-content-wrap .blog-shortinfo .more {
  margin: 15px 0 0;
}
.blog-item .blog-content-wrap .blog-shortinfo .more i {
  color: #888;
}
.blog-item .blog-content-wrap .blog-shortinfo .more i:hover {
  color: #222;
}
.blog-item .blog-image {
  padding: 0;
  position: relative;
  margin-bottom: 25px;
      overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
}
.blog-detail {
  margin-bottom: 120px;
}
.blog-detail > div {
  margin-bottom: 20px;
}
.blog-detail .blog-image {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.blog-detail .blog-title {
  font-size: 20px;
  color: #2B2B30;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: 600;
}
.blog-detail .blog-description {
  font-size: 13px;
  margin-bottom: 80px;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.social-share .itemTwitterButton,
.social-share .itemFacebookButton,
.social-share .itemGooglePlusOneButton {
  margin-bottom: 10px;
}
.blog-detail .extra-blogs {
  display: inline-block;
  width: 100%;
}
.blog-detail .extra-blogs h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.blog-detail .extra-blogs ul {
  padding-left: 25px;
}
.blog-detail .extra-blogs ul li {
  list-style: disc;
  padding: 3px 0;
}
.blog-detail .blog-tags {
  display: inline-block;
  float: right;
}
.blog-detail .blog-tags > span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap {
  margin-left: 80px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta {
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span {
  margin-right: 15px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span span {
  color: #888;
  margin-left: 10px;
  font-weight: normal;
}
.blog-detail .blog-comment-block #blog-localengine .form-group {
  margin-bottom: 20px;
}
.blog-detail .blog-comment-block .btn-send {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 110px;
  text-align: center;
  color: #fff;
  background-color: #eee;
  font-weight: 600;
  float: right;
  border-radius: 3px;
}
.blog-detail .blog-comment-block .btn-send i {
  margin-right: 10px;
  font-weight: 800;
}
.blog-detail .blog-comment-block .btn-send:hover {
  background-color: #222;
}
.blog-comment-block h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #2B2B30;
}
.blog-comment-block #comment-form {
  margin-top: 30px;
}
.comment-capcha-image {
  margin-bottom: 10px;
}
h1.blog-heading {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.ps-carousel {
  display: none;
}
.Recent-title {
  margin-bottom: 20px;
}
#blog-category {
  margin-bottom: 30px;
}
.subcategories-title {
  margin-bottom: 20px;
}
.category-title {
  padding: 15px 0 5px;
}
.secondary-blog .flexRow {
  clear: both;
  float: left;
}
.pagination li.previous > span,
.pagination li.next > span {
  width: 30px;
  height: 30px;
  font-size: 0;
}
.pagination li span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #666666;
  text-align: center;
}
.pagination li.current span span,
.pagination li a:hover span {
  border: none;
  background: transparent;
}
.pagination .previous,
.pagination .next {
  line-height: 3px;
}
.pagination li.disabled:hover .material-icons {
  color: #ffffff;
}
.pagination .disabled .material-icons {
  color: #bbbbbb;
  cursor: default;
}
.product-count {
  float: left;
  margin: 3px 5px;
}
.pagination-block {
  float: right;
  margin: 0;
}
#left-column #categories_blog_menu ul li,
#right-column #categories_blog_menu ul li {
  padding: 3px 0;
}
#left-column #categories_blog_menu ul .level2,
#right-column #categories_blog_menu ul .level2 {
  margin-left: 10px;
}
#left-column #categories_blog_menu ul .level2 li:before,
#right-column #categories_blog_menu ul .level2 li:before {
  content: "-";
  margin-right: 0.3125rem;
}
#left-column #categories_blog_menu ul .level2 li:hover:before,
#right-column #categories_blog_menu ul .level2 li:hover:before {
  color: #f4cb00;
}
.secondary-blog .blog-content-wrap,
.homeblog-inner .blog-content-wrap {} .blog-container .homeblog-inner-wrapper {
  margin: 0 -15px;
}
.homeblog-inner .blog_grid.row {
  margin: 0;
}
.leading-blog .blog-content-wrap {
  padding: 10px 0;
}
.blog-meta i.material-icons {
  font-size: 15px;
  color: #666;
}
#blog-category h1 {
  font-size: 20px;
  font-weight: 600;
}

.blog-item .blog-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blog-item:hover .blog-image:before {
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
 
.pst-blogicons {
  position: absolute;
  top: -30%;
  right: 10px;
  bottom: auto;
  left: auto;
  content: '';
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-item:hover .pst-blogicons {
  top: 5px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pst-blogicons .icon {
  background-color: #f4cb00;
  color: #000000;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 5px 0 0 0;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
}
.pst-blogicons .icon:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.pst-blogicons .icon .fa {
  margin: 0;
  display: block;
  line-height: 35px;
}
.homeblog-inner .blog-image {
  overflow: hidden;
}
.homeblog-inner .blog-image img {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.homeblog-inner li.blog-post .blog-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.homeblog-inner .blog-meta {
  margin-bottom: 0;
  text-align: left;
}
.pagination li span span {
  height: 30px;
  margin: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  background: transparent;
  border: none;
  display: block;
  font-weight: normal;
}
.blog-container {
  clear: both;
}
#index .blog-container {
  margin-bottom: 50px;
  position: relative;
      overflow: hidden;
}
@media (max-width: 991px) {
  #blog-category h1 {
    margin: 10px 0;
  }
  .blog-video-code iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-detail .blog-title {
    font-size: 18px;
  }
  .homeblog-inner {
    position: relative;
    padding-top: 30px;
   }
}
@media (max-width: 543px) {
  .leading-blog .blog-content-wrap {
    padding: 15px 0;
  }
}