/*--------------------------theme check----------------------------------*/
.logged-in.admin-bar .main-header.header-fixed .header-lower {
    margin-top: 32px;
}
		
/*----------------------Default widget styling--------------------------*/
.widget ul li a{
	display:inline-block!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%;
}
.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 */	

/* Pagination */
/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */
.social-icon-three li {
    list-style-type: none!important;
    display: inline!important;
}
.sidebar .widget ul img{
 height: 75px!important;
} 
.m-t30{
	margin-top:30px !important;
}
.m-b30{
	margin-bottom:30px !important;
}		
.m-b60{
	margin-bottom:60px !important;
}
.comment-form{
	margin-top:60px;
}
.ir-comment-item .comment-form{
	margin:40px 0;
}
.ir-comment-item .ir-comment-item{
	margin-left:70px;
}
.sidebar .sidebar-widget h2 a, .sidebar .widget h2 a{
	color:inherit;
}
.footer-widget .textwidget .wp-caption-text {
	color:#000000;
}