/* =WordPress Core
-------------------------------------------------------------- */
.logged-in.admin-bar .main-header.header-fixed .header-lower {
    margin-top: 32px;
}
.pricing-column .table-number::after{
	background:none;
	height:10px;
}
.forcefullwidth_wrapper_tp_banner h1{
	color:#00aeff;
}
.sidebar-page .blog-post .image-box img,.sidebar .recent-gallery .image img{
	height:auto;
}

/****************Custom Widget*********************/
.widget ul li a{
	width:88%;
	display:inline-block;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}

.comment .comment-info .g-date{
	font-size:12px;
	font-weight:400;
	margin-left:10px;
}
.comment-box .children{
	margin-left:30px;
}
.widget_nav_menu ul.menu li{
	background:none;
	padding:0px;
}
.widget_nav_menu ul.menu li a{
	color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.widget_nav_menu ul.menu li a:before{
	display:none;
}
.widget_nav_menu ul.menu li a:hover {
    color: #1cbefe;
}
.comment-navigation{margin-bottom:60px;overflow: hidden;}

.children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px){
	
	.children {
    margin-left: 0px;
    }
}

/*Comment Navigator */
.children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px){
	.children {
    margin-left: -35px!important;
    }
}
.comment-form h2 a{font-size:17px}