
/*--------------------------theme check----------------------------------*/
	.logged-in.admin-bar .main-header.header-fixed .header-lower {
    margin-top: 32px;
}
		
/*----------------------Default widget styling--------------------------*/
.widget{
	margin-bottom:50px;
}
.blog-side ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li a{
	display:inline-block;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}
.textwidget,.widget .tagcloud,.widget_calendar{
	padding:20px 0px;
}
.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}

.footer-widget ul li a {
    color: #ababab;
    width: 81%!important;
    text-align: left;
    display: inline-block;
}
.footer-widget ul li a:hover {
    color: #fff;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin-bottom:30px;
}
select option {
    color: #7b7b7b;
}
select {
    font-family: 'PT Sans', sans-serif;
    background: #ffffff;
    width: 100%!important;
    padding: 8px;
    color: #676767;
}

/*Comment Navigator */	
.nav-previous  a{    
    margin-right: 15px;
    border: 1px solid #cecece;
    padding: 8px;
	float:left;
	display:inline-block;
	max-width: 300px;

	}
.nav-next  a{
    border: 1px solid #cecece;
    padding: 8px;
    margin-right: 18px;
	display:inline-block;
    padding: 8px;
    float: right;
    max-width: 300px;
    }
.sidebar-page-container .comments-area {
	margin-bottom:90px;
}
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Pagination */	

.paginate-links a:hover{
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}
.paginate-links > span{
   color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}
.paginate-links > span:hover{
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}
/* Pagination */
/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */
.logged-in.admin-bar .stricky {
    margin-top: 32px;
}
.blog-txt p,.news-section p{
	margin-bottom:20px;
}
	
.leave-comment{margin-top:60px}
	
.blog-inner ol li, .comment ol li, .news-section ol li {
    padding: 5px 0px;
}
dt {
    padding: 5px 0!important;
}
blockquote{
	font-size:inherit;
}

.woocommerce div.single-shop-item{
	min-height:520px;	
}
.shop_container .sidebar-widget,
.sidebar-section .sidebar-widget{
	margin-bottom:40px;
}
.woocommerce div.product div.images img{
	width:auto;
	margin-top:3px;	
}
.product_details .product_top_section .item_description>p, .summary p{
	margin-top:18px;	
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart{
	margin-top:30px;
}
.m-b60{
	margin-bottom:60px !important;
}
.m-b40{
	margin-bottom:40px !important;
}
.single-blog-page .single-comment-box .content-box h3 a{
	color:inherit;
}
.single-blog-page .comment-box > .id-comment-item:last-child .single-comment-box{
	margin-bottom:0px;
}
.id-comment-item .leave-comment{
	margin:40px 0 60px;
}
.id-comment-item .id-comment-item{
	margin-left:70px;
}
@media only screen and (max-width: 767px){
	
	.id-comment-item .id-comment-item{
		margin-left:0px;
	}
	.single-blog-page .single-comment-box{
		padding-left:0px;
	}
	.single-blog-page .single-comment-box .img-box{
		position:relative;
		margin-bottom:30px;
	}
}