
/*--------------------------theme check----------------------------------*/
.logged-in.admin-bar .main-header{
    margin-top: 32px;
}
	
/*----------------------Default widget styling--------------------------*/
.widget ul li ul li{
	margin-left:15px;
	margin-top:14px;
	margin-bottom:0px;
}
.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:0px;
}
.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}

.comment-box .children {
    margin-left: 20px;
}
@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;
    float: right;
    max-width: 300px;
    }
.comment-navigation{margin-bottom:60px}
/*Comment Navigator */
/* Pagination */	
.paginate-links a {
    position: relative;
    display: inline-block;
    line-height: 15px;
    padding: 7px 14px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 36px;
    border: 1px solid #b5b5b5;
    background: #ffffff;
    color: #333333
    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: #b5b5b5;
    border-color: #b5b5b5;
}
.paginate-links > span {
    color: #ffffff;
    background: #a2a2a2;
    border-color: #a2a2a2;
    padding: 8px 14px;
}
.paginate-links > span:hover{
    color: #ffffff;
    background: #fbca00;
    border-color: #fbca00;
}
/* Pagination */
/* Image Hover */
.blog-post .image-box {
	display:inline-block;
}
/* Image Hover */
.social-icon-one li{
	position:relative;
	display:inline-block;
	margin-right:9px;
}

.social-icon-one li a{
	width:28px!important;
	height:28px!important;
	display:inline-block!important;
	border-radius:3px!important;
	color:#6a6a6a!important;
	font-size:14px!important;
	line-height:28px!important;
	text-align:center!important;
	background-color:#404143!important;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-one li a:hover{
	background-color:#e5a62c!important;
	color:#ffffff!important;
}
.styled-pagination li{
    list-style-type: none!important;
}
dt,dd {
    color: #959595;
	font-size: 16px;
    padding: 3px 0;
}		
.m-b50{
	margin-bottom:50px !important;
}
.m-t30{
	margin-top:30px !important;
}
.m-b30{
	margin-bottom:30px !important;
}
.m-form{
	margin-top:60px;
}
.comment-inner > .m-comment-box:last-child .comment-box{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.m-comment-box .m-comment-box{
	margin-left:70px;
}
.m-comment-box .m-form{
	margin:40px 0;
}