/**
* 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
*/
.widget-tabs .nav-tabs {
    border-bottom: 0 none;
    padding-bottom: 20px;
}
.widget-tabs .item-post img {
	float: left;
    width: 126px;
    margin-right: 10px;	    
}
.widget-tabs .comment-item,
.widget-tabs .item-post {
   display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.blog-widget .widget-title {
	border-bottom: 1px solid #dddddd;
    color: #333333;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.widget-tabs h6 {
	font-size: 13px;
    line-height: 20px;
    max-height: 65px;
    overflow: hidden;
    padding-bottom: 5px;
}
.widget-tabs .post-view {
	font-size:12px;
	margin:0px;
}
.widget-tabs .comment-item img {
    float: left;
    margin-right: 10px;
    width: 65px;
}
.widget-categories li ul {
	display:none;	
}
.widget-categories li a {
	display:block;
	line-height:36px;
	position:relative;
}
.widget-categories li a span {	
	display:block;
	width:20px;
	height:20px;
	top:9px;
	right:10px;
	position:absolute;
}
.widget-categories li a span.child-icon {
	background:url('../img/open.png') no-repeat 4px 5px;
}
.widget-categories li.open a span.child-icon {
	background:url('../img/close.png') no-repeat 4px 8px;
}
.widget-categories li ul {
	margin-left:10px;
}
.post-view .fa-eye {
    margin-right: 5px;
}
.blog-social-sharing {
	margin-bottom:30px;
}
.post-image img {
    width: 100%;
}
#comments h5 {
    font-family: "oswald";
    font-size: 24px;
    padding-bottom: 16px;
    padding-top: 46px;
    text-transform: uppercase;
}
.post-comment-info img {
    border-radius: 50%;
    float: left;
    margin-right: 35px;
}
.post-comment-right h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.time_add {
    font-size: 12px;
    font-weight: 700;
    padding-left: 18px;
}
.time_add i {
    line-height: 26px;
    padding-right: 7px;
}
.post-comment-right span, .post-comment-right h6 {
    display: inline-flex;
}
.post-comment.clearfix p {
    margin-left: 87px;
    margin-top: 11px;
}
.post-comment.clearfix {
    border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
    padding-bottom: 30px;
    padding-top: 30px;
}
.panel.panel-default {
    border: 0 none;
    box-shadow: none;
}
.panel-group {
    margin-bottom: 45px;
}
.post-comment-right span, .post-comment-right h6 {
    display: inline-flex;
}
.post-comment-right span, .post-comment-right h6 {
    display: inline-flex;
}
.post-comment-right h6 {
    font-size: 16px ;
    font-weight: 700;
    text-transform: uppercase;
}
.time_add i {
    line-height: 26px;
    padding-right: 7px;
}
.social-sharing {
    margin-bottom: 30px;
    margin-top: 30px;
}
.commentForm h4 {
    font-family: "oswald";
    font-size: 24px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
#commentForm .fa {
    position: absolute;
    right: 33px;
    top: 48px;
}
.title-blog {
    font-family: "oswald";
    font-size: 24px;
    margin-bottom: 17px;
    padding: 0;
    text-transform: uppercase;
}
.category-info {
    padding: 20px 0;
}
.category-info .post-title{
	border-bottom:0px;
}
.blog-category {
    margin-bottom: 30px;
}
.post-thumb .img-responsive {
    width: 100%;
}
.blog-intro {
    padding-top: 22px;
}
.post-list .post-readmore {
    padding: 14px 25px;
    position: relative;
    top: 30px;
}
.post-title {
    font-size: 16px;
}
article.blog-post {
    margin-bottom: 83px;
}
.post-fulltext {
    padding-top: 24px;
}