﻿.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .main-header.fixed-header .main-box{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1210px;
	width:100%;
}
.service-style-one .inner-box{
	background-position:left top !important;
	background-repeat:no-repeat !important;
}
.page-title{
	position: relative;
    padding: 210px 0px 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.main-slider.main-slider-one .content-inner{
	text-align:right !important;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 8px 0px;
    font-size: 18px;
    text-transform: capitalize;
    background: none;
    color: #3b566e;
	border:0px;
    font-weight: 400;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	border-color:inherit;
    background: none;
	color: #072e51;
}
.owl-carousel .owl-item img{
	height:auto;
}
/***************************** Blog Widget Style *************************/
.widget ul{
	position:relative;	
}
.widget ul li{
	position: relative;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
	display: block;
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
	margin-bottom:10px;
}
.widget ul li a{
	position: relative;
    line-height: 24px;
	display: inline-block;
    color: #696969;
    font-size: 15px;
    font-weight: 400;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    line-height: 24px !important;
    padding: 6px 22px;
    margin: 0px 8px 10px 0px;
    border: 1px solid #e0e0e0;
    color: #696969;
    text-align: center;
    font-size: 14px !important;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.widget .tagcloud a:hover{
	background-color: #1f8ceb;
    border-color: #1f8ceb;
    color: #ffffff;
}
.default-form.comment-form .group-title{
	margin-bottom:0px;
}
.spring_theme .spring_theme{
	margin-left:70px;	
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 14px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#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 .thm-unit-test {border: 3px solid #fff; padding:20px !important; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	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-size:15px;
		color:#777777;
		line-height:1.8em;
		font-weight:400;
		background:#ffffff;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		font-family: 'Lato', sans-serif;	
	}
	.bypostauthor{
		font-size:15px;
		color:#777777;
		line-height:1.8em;
		font-weight:400;
		background:#ffffff;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		font-family: 'Lato', sans-serif;		
	}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.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;
    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;
	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***********************/
.thm-unit-test .tag-sticky-2 .inner-box .lower-content,
.thm-unit-test .sticky .inner-box .lower-content{
	background:#fafafa;
	padding:15px;
	border:5px solid #e9e9e9;
}
.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: 'Heebo', sans-serif;
	position: relative;
	color: #3b566e;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 12px;
}
.thm-unit-test h1{
	font-size:28px;
}
.thm-unit-test h2{
	font-size:24px;
}
.thm-unit-test h3{
	font-size:20px;
}
.thm-unit-test h4,.thm-unit-test .text h4{
	font-size:18px;
}
.thm-unit-test h5{
	font-size:16px;
}
.thm-unit-test h6{
	font-size:14px;
}
.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 .text > ul,.thm-unit-test ol,
.thm-unit-test .text > ol,.thm-unit-test > ul{
	padding-left:17px;
}
.thm-unit-test .text > ul li ul,.thm-unit-test .text > ul li ul li ul,
.thm-unit-test > ul li ul,.thm-unit-test > ul li ul li ul,
.thm-unit-test .text > ol li ol,.thm-unit-test .text > ol li ol li ol,
.thm-unit-test > ol li ol,.thm-unit-test > ol li ol li ol{
	padding-left:40px;
}
.thm-unit-test .text > ul li,
.thm-unit-test > ul li{
	list-style-type:disc;
	display:list-item;
}
.thm-unit-test .text > ul li ul li,
.thm-unit-test > ul li ul li{
	list-style-type:circle;
}
.thm-unit-test .text > ul li ul li ul li,
.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 {
    margin: 0 5px 7px 0;
    position: relative;
	border: 1px solid #1f8ceb;
    color: #1f8ceb;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 48px;
    min-width: 46px;
	height:46px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.paginate-links a:hover,
.paginate-links > span{
	background: #1f8ceb none repeat scroll 0 0;
    border-color: #1f8ceb;
    color: #ffffff;
}
/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul{
	padding-bottom:0px;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #f0f0f0;
}
.widget ul li ul li:after{
	top:10px;
}
.widget_rss ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #e9e9e9;
}
.widget_rss ul li a{
	display:block;
	font-weight:600;
}
.widget_rss .rss-date{
	margin:10px 0;
	display:block;
}
.widget_rss cite{
	margin-top:10px;
	display:block;
}
.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 #1f8ceb;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#1f8ceb;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}

/*********************Custom Footer widget Styling************************/
.footer-widget h3{
	margin-bottom:30px;
}
.footer-widget.widget_recent_comments ul li{
	padding: 0;
}
.footer-widget ul li a{
	padding:0px 0 10px;
}
.footer-widget ul li a,.footer-widget ul li,.footer-widget .textwidget p{
	color:#ffffff;
}
.footer-widget a{
	color:#fafafa;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:0px 0 15px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.footer-widget .tagcloud a{
	color:#ffffff;
}
.comments-area .comment.pingback .comment-inner{
	padding-left:0px;
}
.sidebar-page-container .comments-area .comment.pingback .author-thumb{
	display:none;
}
.no-comments{
	display:inline-block;
	background:#1f8ceb;
	padding:8px 15px;
	color:#ffffff;
	margin-top:20px;
}
.heal_theme .heal_theme .comment-box{
	padding-left:100px;
}
/* =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;
    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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	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;
}
.thm-unit-test .posts-nav{
	margin-top:20px;
}
.thm-unit-test .posts-nav a{
	font-size:15px;
	color:#333333;
}
.thm-unit-test .posts-nav a span{
	display:inline-block;
	padding:15px;
	color:#ffffff;
	font-size:14px;
	background:#333333;
}
.thm-unit-test .posts-nav a:hover{
	color:#1f8ceb;
}
.thm-unit-test .posts-nav a:hover span{
	background:#1f8ceb;
}
/*********************WP Gallery*********************/
.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
	margin-left:-15px;
	margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
	padding-left:15px;
	padding-right:15px;
}
.gallery-columns-1 .gallery-item{
	width:100%;
}
.gallery-columns-2 .gallery-item{
	width:50%;
}
.gallery-columns-3 .gallery-item{
	width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-6 .gallery-item{
	width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
	width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
	width: 12.5%;
}
.gallery-columns-9 .gallery-item{
	width: 11.11111111%;
}
.sidebar-page-container .comment-form{
	margin-top:70px;
}
.sidebar-widget .calendar_wrap thead tr th{
	border:1px solid #101010;
	text-align:center;
	padding:0px !important;
}
.sidebar-widget #wp-calendar caption{
	padding:0px;
	margin:0px 0 15px;
	font-size:14px;
	color:#101010;
}
.sidebar-widget #wp-calendar thead th{
	border:1px solid #555;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#101010;
}
.sidebar-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.sidebar-widget #wp-calendar tbody td{
	border-color:#555;
	font-size:13px;
	padding:0px;
	color:#555;
}
.sidebar-widget #wp-calendar tbody td a,
.footer-widget #wp-calendar tbody td a{
	color:#000000;
}
.sidebar-widget #wp-calendar tfoot td a,
.footer-widget #wp-calendar tfoot td a{
	color:#101010;
	font-size:13px;
}
.footer-widget #wp-calendar tfoot td a{
	color:#fff;
}
/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 100px;
  padding-top: 72px;
}

.not-found-content.text-center{
	max-width:900px;
	margin:0 auto;
}
.not-found-content h1 {
  color: #1f8ceb;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 7px;
}
.not-found-content h3 {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.not-found-content p {
  font-size: 18px;
  margin: 0 0 42px;
}
.not-found-area .blog-section {
    background:none;
    padding:0;
    position: relative;
}
.comment-reply-link{
	margin-top:8px;
	display:block;
}
.search-no-results .sidebar-page-container .sidebar{
	padding-left:0px;
}
/*****************Review Fixes************************/
.news-style-one .lower-content{
	border:1px solid #e5e5e5;
	padding:25px 25px 0;
}
.news-style-one .lower-content .post-meta{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
	padding-bottom:10px;
	font-weight:500;
}
.news-style-one .inner-box{
	margin-bottom:50px;
}
.news-style-one .lower-content .tag{
	display:inline-block;
	margin-top:20px;
	font-weight:500;
	margin-bottom:20px;
}
.comments-area .comment .text{
	padding-top:10px;
}
.sidebar-page-container .spring_theme .comment-form{
	margin:50px 0 40px;
}
.news-style-one .lower-content .text blockquote p{
	margin-bottom:0px;
}
.news-style-one .lower-content .text,.comments-area .comment .text,.news-style-one .lower-content .text p,
.sidebar-page-container .blog{
	color:#696969;
}