
/*--------------------------theme check----------------------------------*/
.logged-in.admin-bar .main-box{
    margin-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 ul.children > li,.widget ul.sub-menu > li{
	border-bottom:0px;
	border-top:1px solid #f4f4f4;
	margin-bottom:12px;
	margin-left:15px;
}
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #7d7d7c;
	padding:10px 15px;
}
.widget .tagcloud{
	padding:20px 0px;
}
.widget label{
	padding:15px 25px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.th-comment-list .children{
	margin-left:50px;
}
.widget_recent_comments ul li{
	padding:12px 0 12px 20px;
}


.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;
}


.children,.reply-comment {
    margin-left: 50px;
}
.comment-box > .comment-box > .comment-box > .comment{margin-left:50px}	
@media only screen and (max-width: 767px){
	.comment-box > .comment-box > .comment-box > .comment{margin-left:0px}	
}

iframe{
	width: 100%;
	height:100%;	
}