/* CSS Document */
.kc-row-container.kc-container{
 max-width:1200px;
 width:100%;
}
.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}

.admin-bar .fixed-header .sticky-header,
.admin-bar .fancybox-toolbar{
	top:32px;
}
/*Popular Tags*/

.sidebar .widget_tag_cloud .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px 7px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px !important;
	background:none;
	font-weight:700;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Lato', sans-serif;
}

.sidebar .widget_tag_cloud .tagcloud a:hover{
	border-color:#e5ae58;
	background-color:#e5ae58;
	color:#ffffff;	
}

/*Blog Category*/

.widget_categories ul{
	position:relative;
}

.widget_categories ul li{
	position:relative;
}

.widget_categories ul li a{
	position:relative;
	color:#797979;
	font-size:17px;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Lato', sans-serif;
}

.widget_categories ul li:last-child a{
	border-bottom:0px;
}

.widget_categories ul li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:14px;
	font-family: 'FontAwesome';
}

.widget_categories ul li a:hover{
	color:#e5ae58;
}

.styled-pagination li > span{
	position:relative;
	display:inline-block;
	line-height:41px;
	height:44px;
	font-size:16px;
	min-width:45px;
	color:#e5ae58;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border-radius:50%;
	border:2px solid #e5ae58;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.styled-pagination li span.current {
	color:#ffffff;
	border-color:#e5ae58;
	background-color:#e5ae58;
}

.sidebar-page-container .comments-area .mind_theme .mind_theme {
    padding-left: 70px;
	border-bottom:1px solid #ebe8e8;
}
.sidebar-page-container .comments-area .mind_theme .mind_theme .comment-box{
	border-bottom:none;
}
.mind_theme .comment-box .default-form{
	margin-top:40px;
}
.mind_theme .comment-box .default-form .group-title{
	margin-bottom:0px;
}