.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .mainmenu-area.stricky-fixed{
	top:32px;
}
.categories-area .single-item .icon-holder .icon-box .icon{
	text-align:center;
}
.breadcrumb-botton-area .left ul li a{
	position:relative;
	padding-right:20px;
}
.breadcrumb-botton-area .left ul li a:after{
	content:"\f0da";
	font-family:'FontAwesome';
	position:absolute;
	font-size:14px;
	color:#43c3ea;
	right:5px;
	top:-3px;
}
.pricing-plan-one-area{
	padding-top:0px;
	padding-bottom:0px;
}
.pricing-plan-one-area.pricing{
	padding:80px 0px 0px;
}
.pricing-plan-two-area.pricing-table-2{
	margin-top:80px;
	padding-bottom:0px;
}
.pricing-plan-two-area .pricing-plan table {
    min-width: 220px;
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.pagination{
	margin:0px;
}
.post-pagination li a,
.post-pagination li span{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
	line-height:22px;
}

.post-pagination li a:hover,
.post-pagination li span.current,
.post-pagination li span:focus,
.post-pagination li span:hover{
    background: #43c3ea;
    color: #fff;
    border: 1px solid #43c3ea;
}

.blog_post_area .sidebar-wrapper{
	padding-left:0px;
}

.blog-with-sidebar-area.brodr-adj .blog-post,
.blog-single-area.brodr-adj .blog-post,
.main-shop-area.brodr-adj .shop-content{
	padding-left:25px;
	border-left:1px solid #f7f7f7;
	border-right:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
}
.blog-with-sidebar-area.border-right .blog-post,
.blog-single-area.border-none .blog-post{
	border-right:0px !important;
	padding-right:0px !important;
	margin-right:0px !important;
}
.blog-with-sidebar-area.brodr-adj .sidebar-wrapper,
.blog-single-area.brodr-adj .sidebar-wrapper,
.main-shop-area.brodr-adj .sidebar-wrapper{
	padding-left:0px;
}

.blog-single-area .comment-box .single-comment-box .img-holder{
	width:60px;
	height:60px;
}
.default-form .add-comment-form input[type="text"],
.default-form .add-comment-form input[type="email"],
.default-form .add-comment-form textarea{
	width:100%;
	padding:10px;
	border:1px solid #ececec !important;
	margin-bottom: 12px;
}
.default-form .add-comment-form input[type="text"]:focus,
.default-form .add-comment-form input[type="email"]:focus,
.default-form .add-comment-form textarea:focus{
	border-color:#43c3ea !important;
}
.default-form .add-comment-form .bg-1{
	padding: 18px 40px 15px;
    margin: 15px 0px 30px;
}

.default-form .add-comment-form .bg-1:hover{
	background: #152545;
    color: #fff;
    border-top-color: #152545;
    border-left-color: #152545;
    border-right-color: #152545;
}

.default-form .add-comment-form p a{
	color:#43c3ea
}
.default-form .add-comment-form p a:hover,
.comment-box .single-comment-box .text-holder a:hover{
	color:#152545;
}
.comment-box .single-comment-box .text-holder a{
	color:#43c3ea
}
.blog-single-area .comment-box .single-comment-box .single-comment-box{
	margin:30px 0px 30px 80px;
}

.blog-single-area .add-comment-box .title{
	padding-bottom:0px;
	margin-top:20px;
}
/*----------------------- Shoping Style --------------------------------*/
.single-product-item{
	min-height:365px;
}

/*----------------------- Services Menu -------------------------------*/
.service-single-sidebar .menu li{
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.service-single-sidebar .menu li a {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 16px 20px 16px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width:100%;
  transition: all 500ms ease;
  transition-delay: 0.10s;
}
.service-single-sidebar .menu li a::before {
  background: #43c3ea none repeat scroll 0 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 0px;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.5s;
}
.service-single-sidebar .menu li a:hover,
.service-single-sidebar .menu li.current-menu-item a{
  background: #152545; 
  color: #ffffff;
}
.service-single-sidebar .menu li a:hover::before,
.service-single-sidebar .menu li.current-menu-item a::before{
  width: 5px;  
}
/*----------------------- wishlist -----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:999;
}
.ajax-loading:before  {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin: -5.5px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
	
}
body > .ajax-loading {
    position: fixed;
}
#pop {
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
	z-index:999;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
	z-index:999;
}

/*-------------------- Blog Listing Style --------------------------*/

.widget ul{
  margin-top: -7px;
}
.widget ul li {
  border-bottom: 1px solid #f7f7f7;
  position:relative;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li a {
  color: #999999;
  transition: all 500ms ease;
  font-size: 14px;
  padding:10px 0;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  width: 87%;
  display: inline-block;
}
.widget ul li:before{
  content: "\f114";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 0;
  transition: all 500ms ease;
}

.widget ul li:hover,
.widget ul li a:hover{
  color: #43c3ea;    
}
.widget ul li a:hover:before{
  color: #43c3ea;      
}
.widget_bunch_recent_post .recent-post li a{
	position:relative;
	padding-left:0px;
	width:100%;
}
.widget_bunch_recent_post .recent-post li a:before{
	display:none;
}

/*-------------------- Tags Style --------------------------*/

.widget .tagcloud {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}
.widget .tagcloud a{
  display: inline-block;
  margin: 0 3px 10px;
  border: 1px solid #ececec;
  color: #999999;
  font-size: 14px !important;
  font-weight: 400;
  padding: 2px 10px 2px;
  transition: all 500ms ease 0s;
}
.widget .tagcloud a:hover{
  background: #43c3ea;
  border-color: #43c3ea;
  color: #fff;
}
.blog-single-area .tag-social-share-box .tag p {
	color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
}
.blog-single-area .tag-social-share-box .tag p a{
	color:#43c3ea;
	font-weight:normal;
}

/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #999999; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
    	text-align: center;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .inner-box {background: #efefef; padding:10px; }
	.sticky .inner-box .thm-unit-test {border: 3px solid #fff; padding:20px !important; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  	color: #999999;
  	line-height: 26px;
  	font-weight: 400;
	}
	.bypostauthor{
	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  	color: #999999;
  	line-height: 26px;
  	font-weight: 400;
	}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 50px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 10px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 45px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.blog-with-sidebar-area .blog-post .tag-sticky-2 .single-blog-item{
	background:#fafafa;
	padding:30px;
}
.thm-unit-test h1,.thm-unit-test h2,.thm-unit-test h3,.thm-unit-test h4,.thm-unit-test h5,.thm-unit-test h6{
	font-family: "Poppins",sans-serif;
	margin-bottom:15px !important;
	font-weight:400 !important;
	color: #333333 !important;
	line-height:1.2em;
}
.thm-unit-test h2{
	margin:0;
}
.thm-unit-test h2 small a{
	color:#43c3ea;
}
.thm-unit-test h2 small a:hover{
	color:#152545;
}
.thm-unit-test h2+h1+h2{
	margin:0 0 15px 0;
}
.thm-unit-test h1{
	font-size:36px;
}
.thm-unit-test h2{
	font-size:32px;
}
.thm-unit-test h3{
	font-size:28px !important;
	text-transform:capitalize !important;
}
.thm-unit-test h4,.thm-unit-test .text h4{
	font-size:26px;
}
.thm-unit-test h5{
	font-size:24px;
}
.thm-unit-test h6{
	font-size:20px;
}
.thm-unit-test table{
	margin-bottom:20px;
}
.thm-unit-test table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding:8px;
}
.thm-unit-test table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.thm-unit-test table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.thm-unit-test ul.meta-info{
	padding-left:0px;
}
.thm-unit-test ul,.thm-unit-test ol{
	padding-left:20px;
}
.thm-unit-test ul li{
	list-style-type:disc;
	display:list-item;
}
.thm-unit-test ul li ul,
.thm-unit-test ol li ol{
	padding-left:30px;
}
.thm-unit-test ul li ul li{
	list-style-type:circle;
}
.thm-unit-test ul li ul li ul li{
	list-style-type:square;
}
.thm-unit-test ol li{
	list-style-type:decimal;
	display:list-item;
}
.thm-unit-test ol li ol li{
	list-style-type:lower-alpha;
}
.thm-unit-test ol li ol li ol li{
	list-style-type:upper-roman;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
	max-width:100%;
	display:block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}
.paginate-links {
	margin-top: 15px;
}
.paginate-links a,
.paginate-links > span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    color: #3d3d3d;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
	line-height:29px;
	text-align:center;
}
.paginate-links a:hover,
.paginate-links > span{
	background: #43c3ea;
    color: #fff;
    border: 1px solid #43c3ea;
}
.thm-unit-test .news-style-one .post-header ul li ul.post-categories li{
	margin-right:20px;
}
.thm-unit-test .news-style-one .post-header ul li ul.post-categories li:last-child{
	margin-right:0px;
}
.comments-area .comment:last-child .comment-inner{
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;
	border-top:0px;
}
.single-blog-item .img-holder{
	display:inline-block;
}
.single-blog-item .img-holder{
	width:auto;
	max-width:100%;
	height:auto;
}

/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding:10px 0px 10px 25px;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 5px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul li{
	margin-bottom:0px;
	border-bottom:none;
	border-top:1px solid #ededed;
}
.thm-unit-test .share-box ul{
	padding-left:0px !important;
}
.thm-unit-test .share-box ul li{
	list-style-type:none !important;
	display:inline-block !important;
}
.thm-unit-test .share-box ul li img{
	display:inline-block !important;
}
.post-password-form input[type="password"]{
	border:1px solid #152545;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#152545;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.comments-area .comment .comment{
	margin-left:60px;
	padding-top:0px;
	border-top:none;
}
.widget_rss ul li{
	margin-bottom:12px;
	padding-bottom:15px;
	border-bottom:1px solid #666;
}
.widget_tag_cloud .tagcloud a{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px;;
	padding:4px 15px;
	border-radius:5px;
	font-size:14px !important;
	text-transform:capitalize;
	border:1px solid #666;
	text-align:center;
}
.single-footer-widget select{
	position:relative;
	padding:10px;
	border-radius:5px;
	width:100%;
	color:#000000;
	border:none;
}
.single-footer-widget #wp-calendar caption{
	color:#ffffff;
}
.single-footer-widget a{
	color:#ffffff;
}
.single-footer-widget a:hover{
	color:#cccccc;
}
.single-footer-widget #wp-calendar thead th { 
	padding-bottom: 4px;
	border: 1px solid #ffffff;
	text-align: center;
	color:#ffffff;
}
.single-footer-widget #wp-calendar tbody .pad{
	background:#f5f5f5;
}
.single-footer-widget #wp-calendar tbody .pad:hover{
	background:#f5f5f5;
}
.single-footer-widget .search-box .form-group{
	position:relative;
}
.single-footer-widget .search-box .form-group input[type=search]{    
	padding: 5px 45px 5px 10px;
    border-radius: 5px;
    color: #000000;
    width: 100%;
	position:relative;
}
.single-footer-widget .search-box .form-group button[type=submit]{
	padding: 5px 12px 4px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
	background:#cccccc;
    right: 0px;
	top:0px;
    color: #000000;
}
.single-footer-widget.widget_tag_cloud .tagcloud a{
	color:#ffffff;
}
.single-footer-widget.widget_tag_cloud .tagcloud a:hover{
	color:#cccccc;
}
.single-footer-widget ul li{
	color:#ffffff;
	padding:0px;
}
.single-footer-widget ul li a{
	color:#ffffff;
	width:87%;
	display:inline-block;
}
.footer-area .footer-widget{
	padding-top:10px;
}
.single-footer-widget .title{
	margin-top:30px;
}
.single-footer-widget .textwidget p{
	color:#ffffff;
}
.single-footer-widget .search-form input{
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}