.kc_row.background-color{
	background-color:#f8f8f8;
}
.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .main-header.fixed-header .main-box{
	top:32px;
}
.admin-bar .close-search.template-btn{top:45px;}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.main-slider .tp-dottedoverlay.twoxtwo{
	background-image:none;
}
.page-title{
	background-image:url(../images/background/3.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.styled-pagination li a,
.styled-pagination li span{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	border:1px solid #e0e0e0;
	background:none;
	color:#cdcdcd;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.styled-pagination li span.current{
	color:#ffffff;	
	border-color:#3f51b5;
	background:#3f51b5;	
}
.comments-area .ford-theme .ford-theme{
	margin-left:80px;
}
.comments-area .ford-theme .ford-theme .comment .comment-inner{
	
}
.default-form{
	margin:25px 0px;
}
.default-form .group-title{
	margin-bottom:5px;
}
.default-form  small a{
	font-size:16px;
	font-weight:700;
	color:#333333;
}

.footer-widget .contact-column .contact-form input[type=submit]{
	width:auto;
	margin-top:10px;
}
.news-style-one .inner-box .lower-content{
	padding:25px 30px 25px;
}
.sidebar-page-container .content-side{
	min-height:400px;
}
/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.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;
	z-index:999;
}
#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;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
}

/*---------------------- Blog Listing Style ------------------------*/

.widget ul{
	position:relative;
}

.widget ul li{
	position:relative;
	line-height:24px;	
}

.widget ul li:last-child{
	border-bottom:none;	
}

.widget ul li a{
	position:relative;
	display:inline-block;
	width:87%;
	color:#666666;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:5px 15px;
	padding-left:24px;
}

.widget ul li a:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
	top:4px;
	color:#3f51b5;
    line-height: 24px;
    position: absolute;
}

.widget ul li a:hover{
	color:#3f51b5;	
}
.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px !important;
	padding:6px 20px 3px;
	margin:0px 7px 10px 0px;
	border:1px solid #e0e0e0;
	color:#888888;
	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:#3f51b5;
	border-color:#3f51b5;
	color:#ffffff;	
}

/*--------------------------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 { 
	}
	#wp-calendar tbody td { 
		background: #e9e9e9; 
		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:0px 0px 0px; 
	}
	
	.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: 'Nunito Sans', sans-serif;
		font-size:15px;
		color:#666666;
		line-height:1.8em;
		font-weight:400;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
	}
	.bypostauthor{
		font-family: 'Nunito Sans', sans-serif;
		font-size:15px;
		color:#666666;
		line-height:1.8em;
		font-weight:400;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
	}
	.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;
    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;
	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 .sticky .single-blog-item{
	background:#fafafa;
	padding:30px;
}
.blog-section .tag-sticky-2{
	background:#fafafa;
}
.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:5px !important;
	color: #222222 !important;
	line-height:1.2em;
}
.default-form .group-title h2,
.default-form .group-title{
	margin-bottom:0px !important;
}
.thm-unit-test h2 small a{
	color:#3f51b5;
	font-size:14px;
	font-weight:400;
}
.thm-unit-test h2 small a:hover{
	color:#3f51b5;
}
.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:first-child,.thm-unit-test ol:first-child,
.comment-box .text ul:first-child,.comment-box .text ol:first-child,
.news-outer ul:first-child,.news-outer ol:first-child{
	padding:0px;
}*/
.thm-unit-test ul.meta-info{
	padding-left:0px;
}
.thm-unit-test .lower-content>ul,.thm-unit-test ol{
	padding-left:20px;
}
.thm-unit-test ul{
	padding-left:20px;
}
.thm-unit-test .lower-content > ul li,
.thm-unit-test ul li{
	list-style-type:disc;
}

.thm-unit-test .lower-content > ul li > ul > li{
	list-style-type:circle;
}

.thm-unit-test .lower-content > ul li > ul > li > ul > li{
	list-style-type:square;
}

.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;
    margin-bottom: 15px;
}
.paginate-links a,
.paginate-links > span {
    position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	border:1px solid #e0e0e0;
	background:none;
	color:#cdcdcd;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.paginate-links a:hover,
.paginate-links > span{
	color:#ffffff;	
	border-color:#3f51b5;
	background:#3f51b5;
}
.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;
}
.news-style-one .inner-box .image-box img{
	width:auto;
	margin-bottom:25px;
}
.comment-form.default-form .default-form h2{
	font-size:18px;
	margin-top:10px;
}
.comments-area .budap-comment .budap-comment {
	margin-left:60px;
}
.comments-area .budap-comment  .comment{
	border-bottom: none;
}
.comments-area .budap-comment  .comment .comment-inner{
	border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
	padding-bottom:30px;
}
.page-title h1{
	line-height:1.3em;
}
.comments-area .comment .comment-header h4 a{
	color:#222222;
}
.comments-area .comment .comment-header h4 a:hover{
	color:#222222;
}
/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding:7px 0px 7px 0px;
}
.widget_recent_comments ul li a:before{
	display:none;
}
.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:0px;
}
.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 #072e51;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#072e51;
	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 !important;
	border-bottom:1px solid #666;
}
.widget_rss ul li a{
	padding:12px 0px;
	width:100%;
}
.widget_rss ul li a:before{
	display:none;
}
.widget_tag_cloud .tagcloud a{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px;;
	padding:4px 15px;
	border-radius:2px;
	font-size:14px !important;
	text-transform:capitalize;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#888888;
}
.footer-column .footer-widget h2{
	font-size: 22px;
    padding-bottom: 15px;
    color: #22313f;
}
.footer-widget select{
	position:relative;
	padding:10px;
	border-radius:5px;
	width:100%;
	color:#000000;
	border:1px solid #e0e0e0;
}
.footer-widget #wp-calendar caption{
	color:#22313f;
}
.footer-widget a{
	color:#22313f;
}
.footer-widget a:hover{
	color:#5c6bc0;
}
.footer-widget #wp-calendar thead th { 
	padding: 4px 0px;
	border: 1px solid #22313f;
	text-align: center;
	color:#22313f;
}
.footer-widget #wp-calendar tbody .pad{
	background:#f5f5f5;
}
.footer-widget #wp-calendar tbody .pad:hover{
	background:#f5f5f5;
}
.footer-widget .search-box .form-group{
	position:relative;
}
.footer-widget .search-box .form-group input[type=search]{    
	padding: 5px 45px 5px 10px;
    border-radius: 5px;
    color: #000000;
    width: 100%;
	position:relative;
	background:#f5f5f5;
	border:1px solid #072e51;
}
.footer-widget .search-box .form-group button[type=submit]{
	padding: 6px 12px;
    position: absolute;
	right: 0px;
	top:0px;
    color: #ffffff;
	font-size: 14px;
    background: #072e51;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
}
.footer-widget .widget_tag_cloud .tagcloud a{
	color:#000000;
}
.widget_tag_cloud .tagcloud a:hover{
	background-color: #3f51b5;
    border-color: #3f51b5;
    color: #ffffff;
}
.footer-widget ul li{
	color:#22313f;
	padding:5px 0px;
}
.footer-widget ul li a{
	color:#22313f;
	width:87%;
	display:inline-block;
}
.footer-area .footer-widget{
	padding-top:10px;
}
.footer-widget .title{
	margin-top:30px;
}
.footer-widget .textwidget p{
	color:#22313f;
}
/* =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: 0px 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;
}
.comment-box .ford-theme .default-form .group-title h2{
	text-transform:capitalize !important;
	font-size:14px;
}
.pingback .author-thumb,
.ford-theme:last-child .comment .comment-inner .author-thumb{
	/*display:none;*/
}
.pingback .comment-inner,
.ford-theme:last-child .comment .comment-inner{
	/*padding-left:0px !important;*/
}
/* ---------------------------- Theme Error Page  ------------------------*/
.error-page {
  text-align: center;
  padding: 90px 0px 150px 0px;
}
.error-page h2 {
  font-size: 150px;
  font-weight: 900;
  color: #2e2e2e;
}
.error-page h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 5px;
  color:#000;
}
.error-page p {
  font-size: 16px;
  margin-bottom: 35px;
  color:#333;
  font-weight:400;
}
.error-page a {
  line-height: 55px;
  width:128px;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  text-align: center;
  background:#3f51b5;
  display:inline-block;
}
.error-page span.or {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}
.error-page form {
  height:55px;
  width:380px;
  position: relative;
  display: inline-block;
}
.error-page form input {
  padding: 0 58px 0 20px;
  border:1px solid #f0f0f0;
  height: 100%;
  width: 100%;
}
.error-page form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 55px;
  border-left: 1px solid #f0f0f0;
  background: transparent;
  font-size: 20px;
  color: #a3a3a3;
}
.news-style-one .inner-box .lower-content p{
	margin-bottom:0px;
}
