/**
* 2007-2015 PrestaShop
*
* Jms Blog
*
*  @author    Joommasters <joommasters@gmail.com>
*  @copyright 2007-2015 Joommasters
*  @license   license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*  @Website: http://www.joommasters.com
*/
.blog-post .post-meta {
  display: block;
  margin-top: 15px; }
  .blog-post .post-meta .post-category {
    width: 100%;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 3px; }
    .blog-post .post-meta .post-category a {
      color: #6f6f6f; }
  .blog-post .post-meta .title-blog {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px; }
  .blog-post .post-meta li {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #6f6f6f; }
    .blog-post .post-meta li span.lnr {
      font-size: 15px;
      vertical-align: sub; }

.blog-post .blog-intro {
  width: 100%;
  float: left;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 20px; }

.blog-post .post-meta li.post-comment-count a {
  color: #222; }

.post-fulltext {
  display: block;
  width: 100%;
  float: left;
  margin-top: 15px; }

.blog-post .post-meta .include_info .title-blog {
  font-size: 20px;
  color: #111; }

.comment-heading.clearfix h5, .commentForm h4.heading {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ebebeb; }

.commentForm h4.heading {
  margin-bottom: 40px; }

.panel.panel-default {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-group {
  margin-bottom: 45px; }

.post-comment-info img {
  border-radius: 50%;
  float: left;
  border: 1px solid #ebebeb;
  margin-right: 20px; }

.post-comment-info h6 {
  display: inline; }

.post-comment-info .customer_site {
  text-transform: capitalize; }

.post-comment-info .time_add {
  display: block;
  font-size: 14px;
  opacity: 0.65; }

#comments {
  margin-top: 78px; }

.post-comment.clearfix {
  margin-bottom: 30px; }

#post-comments {
  margin-top: 30px; }
  #post-comments .post-comment-content {
    margin-bottom: 0;
    margin-top: 10px; }

/*tag*/
.post-info-tag {
  margin-top: 30px; }

#module-jmsblog-tag article.blog-post {
  border-bottom: 0 none;
  float: left;
  margin-bottom: 0;
  padding: 0 15px 30px;
  width: 50%; }

#module-jmsblog-tag .post-list {
  margin: 27px -15px 0; }

#module-jmsblog-tag article.blog-post::after {
  background: transparent url("../img/background.jpg") repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2; }

#module-jmsblog-categories .blog-category .post-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

#module-jmsblog-categories .blog-category:hover .post-thumb img {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#module-jmsblog-categories .category-info {
  color: #1e1e1f;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase; }

#module-jmsblog-categories .title-blog {
  margin-bottom: 27px; }

.post-meta .post-created {
  padding-right: 20px; }

.post-meta li {
  padding-right: 20px; }

@media (max-width: 1199px) {
  #module-jmsblog-post .page-content, #module-jmsblog-category .page-content, #module-jmsblog-tag .page-content, #module-jmsblog-archive .page-content, #module-jmsblog-categories .page-content {
    width: auto; }
  #module-jmsblog-tag article.blog-post {
    width: 100%; } }

@media (max-width: 767px) {
  #module-jmsblog-tag article.blog-post {
    width: 50%; }
  #module-jmsblog-post .page-content, #module-jmsblog-category .page-content, #module-jmsblog-tag .page-content, #module-jmsblog-archive .page-content, #module-jmsblog-categories .page-content {
    padding: 0 10px; } }

@media (max-width: 700px) {
  #module-jmsblog-tag article.blog-post {
    width: 100%; } }
