.admin-bar .sticky-header{
	top:32px;
}

/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:88%;
	display:inline-block;
}
.widget ul.children,.widget ul.sub-menu{
	padding:0px !important;
	
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}

.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
@media only screen and (max-width: 767px){
	
	.children {
    margin-left: 0px;
    }
}
.footer-widget ul li a {
    color: #ababab;
    width: 88%;
    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-top:60px;
}
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Pagination */	
.paginate-links a {
    position:relative;
	display:inline-block;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	background:#f4f4f4;
	color:#888888;
	font-weight:600;
	text-align:center;
	border-radius:5px;
	line-height:40px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.paginate-links a:hover{
    color: #ffffff;
    background: #99cc00;
    border-color: #fbca00;
}
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}
.extra-class .extra-class {margin-left: 70px;}
@media only screen and (max-width: 767px){
	
.extra-class .extra-class {
    margin-left: 0px;
    }
}	
.m-b30{
	margin-bottom:30px !important;
}
.m-t30{
	margin-top:30px !important;
}
.comments-area .comment-box > .extra-class:last-child .comment-inner{
	margin-bottom:0px;
}
.m-form{
	margin-top:60px;
}
.extra-class .m-form{
	margin-top:0px;
}