.logged-in.admin-bar .main-menu.fixed{
    top: 32px!important;
}

/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	width:87%;
	display:inline-block;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}
.textwidget,.widget .tagcloud{
	padding:20px 0px;
}
.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;
    text-align: left;
    display: inline-block;
}
.footer-widget ul li a:hover {
    color: #fff;
}

nav.navigation.comment-navigation {
	overflow:hidden;
	margin:30px 0;
}
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 {
    position: relative;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 36px;
    border: 1px solid #fbca00;
    background: #ffffff;
    color: #fbca00;
    font-weight: 700;
    text-align: center;
    border-radius: 1px;
    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: #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 */
#gallery-1 figure {
    display: inline-block;
}
.post-pagination ul li {
    display: inline!important;
}	.post-password-form input[type=submit] {
    width: auto;
    float: inherit;
    position: relative;
    top: 2px;
}

.post-password-form label input {
    width: inherit;
}	
blockquote{
	font-size:inherit;
}
.single-comment-boxx > .vua:last-child .single_comment{
	margin-bottom:0px;
}
.m-form{
	margin-top:60px;
}
.vua .m-form{
	margin:40px 0;
}
.widget ul li{
	position:relative;
    border-bottom: 1px solid #e8eaef;
	margin-bottom:10px;
	padding-bottom:10px;
}
.widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
    border-top: 1px solid #e8eaef;
	margin-top:10px;
	padding-top:10px;
	margin-left:15px;
}