.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .sticky-header,
.admin-bar .main-header.stricky-fixed{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.breadcrumb-area{
	position: relative;
    background-position: center bottom;
    background-size: cover;
	background-repeat:no-repeat;
}
.pagination{
	position:relative;
	display:block;	
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 6px 0px 0px;	
}
.pagination li a, .pagination li span{
	position: relative;
    display: block;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    color: #91939d;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    width: 60px;
	line-height:56px;
    padding: 0px 0;
    transition: all 500ms ease 0s;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
    background: #ffa200;
    border: 2px solid #ffa200;
}
iframe{
	width:100%;
	height:100%;	
}
.main-header .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
	content:"\f00d";
}
.single-blog-post .meta-box .meta-info li{
	margin:0px 20px 0px 0px;	
}
.single-blog-post.blog-post .text-holder .meta-box{
	margin-bottom:20px;	
}
.blog-single-area .single-blog-post .img-holder img{
	height:auto;	
}
.blog-single-area .tag-box .tag p a{
	color: #8b888e;
    font-size: 18px;
    font-weight: 500;
	position:relative;
	display:inline-block;
}
.add-comment-box{
	margin-top:50px;	
}
.blog-single-area .inner-comment-box .title{
	padding-bottom:0px;	
}
.blog-single-area .inner-comment-box .single-comment-box{
	margin-bottom:0px;
	margin-top:50px;	
}
.add-comment-box h4 small a{
	color:inherit;
	font-weight:700;
}
.woteen-comment-item .woteen-comment-item{
	margin-left:80px;	
}
/******************** Blog Sidebar Widget ****************************/
.single-sidebar{
	margin-bottom:30px;	
}
.widget{
	background: #f5f5f5;
    padding: 50px 50px 42px;
    border-radius: 7px;
}
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0px 0px 10px 19px;
    border-bottom: 1px solid #ffffff;
}
.widget ul li:last-child{
	margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.widget ul li ul li{
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ffffff;
}
.widget ul li:before{
	position: absolute;
    content: "\f10c";
    font-family: 'Flaticon';
    font-size: 14px;
	line-height:26px;
    left: 0px;
    top: 0px;
    color: #8b888e;
    transition: all 500ms ease;	
}
.widget ul li ul li:before{
	top:10px;
}
.widget ul li a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    color: #8b888e;	
}
.widget ul li a:hover,
.widget ul li:hover:before{
	color:#2b283a;	
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    background: #eeece9;
    color: #8b888e;
	margin: 0 5px 10px;
    font-size: 16px !important;
    font-weight: 600;
    padding: 2px 10px 1px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 3px;
}
.widget .tagcloud a:hover{
	background: #ffa200;
    color: #ffffff;
}

/****************** Footer Widget Style *****************/

.footer-widget ul{
    position: relative;
    display: block;
}
.footer-widget ul li {
    line-height: 32px;
    margin-bottom: 8px;
}
.footer-widget ul li:last-child{
    margin-bottom: 0;
}
.footer-widget ul li ul li{
	margin-left:15px;
	margin-bottom:0px;
	margin-top:8px;
}
.footer-widget ul li a{
    position: relative;
    display: inline-block;
    color: #c5c2d3;
    font-size: 16px;
    font-weight: 600;
    transition: all 500ms ease;
}
.footer-widget ul li a:hover{
    color: #01b2ec;
    text-decoration: underline;
    padding-left: 5px;
}
.p-t0{
	padding-top:0px !important;
}
.sidebar-wrapper .single-sidebar.widget_search{
	background:none;
	padding:0px;
}
.footer-widget .sidebar-search-box form.search-form{
	padding:0px;
	background:none;
}
.footer-widget .sidebar-search-box form.search-form button{
	top:0px;
	right:0px;
}