/*-----------------------wishlist-----------------------*/
.ajax-loading {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:99;
}
.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:99;
}
.pop {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 20px;
	z-index:99;
}

/*----------------------------------------------*/
.admin-bar .stricky-fixed {
	margin-top:32px;
}
.kc_row .kc_col-sm-12{
  padding-left:0px !important;
  padding-right:0px !important; 
}
.breadcrumb-area {
	/*background-image: url(../images/background/2.jpg);*/
	background-color: #028fa3;
}
.breadcrumb-bottom-area ul li{
  margin-right: 26px;
}
.breadcrumb-bottom-area ul li:after{
	display: inline-block;
    font-size: 10px;
    padding-left: 2px;
	content:'\f105';
	position:absolute;
	width:10px;
	line-height:14px;
	color:#ffffff;
	font-family: 'FontAwesome';
	margin:0 8px;
}
.breadcrumb-bottom-area ul li:last-child:after {
    display: none;
}
.featured-product.woocommerce .star-rating {
	float:none;
	margin:auto;
}
.widget .sidebar-title{
	margin-bottom:30px;
}
.widget .sidebar-title h3{
	font-size:26px;
}
.widget ul{
    margin-bottom: 46px;
}
.widget li {
	border-bottom: 1px solid #f7f7f7;
    line-height: 24px;
	padding:10px 0;
	position:relative;
}
.widget li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color:#272727;
	position: relative;
	padding-left: 29px;
}
.widget li:before {
	content: '';
	width:8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top:20px;
	left:0;
	border:1px solid #7fb401;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget li a:hover:before {
	background-color: #7fb401;
}
.widget_tag_cloud .tagcloud {
  margin-top:40px;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 4px 8px 0;
  font-weight: normal;
  font-size: 14px !important;
  color:#9e9e9e;
  line-height: 32px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}
.widget_tag_cloud .tagcloud a:hover {
	background-color:#7fb401;
  color:#fff;
}
.reply-option a {
	color: #7fb401;
	position:relative;
	padding-left:25px;
}
.reply-option a:before {
	display: inline-block;
	color: #7fb401;
    font-size: 14px;
	content:'\f112';
	position:absolute;
	width:10px;
	line-height:24px;
	font-family: 'FontAwesome';
	top: 0;
	left:0;
}
.call-out .contact-box .form-group{
	display: inline-block;
	padding:0 15px;
	margin:0px;
}
.call-out .contact-box .form-group i{
	right:30px;
	color: #fff;
	display: none;
}
.comment-box .os-comment-item .default-form{
	margin-bottom:50px;
}
.comment-box .os-comment-item .theme_title{
	margin-bottom:0px;
}
.comment-box .os-comment-item .os-comment-item{
	margin-left:80px;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		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 {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: 'Roboto', sans-serif;
  	color:#272727;
  	font-size: 16px;
	}
	.bypostauthor{
	font-family: 'Roboto', sans-serif;
  	color:#272727;
  	font-size: 16px;
	}
	.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***********************/
.thm-unit-test .tag-sticky-2 .blogList_single_post .post .text{
	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: "Roboto",sans-serif;
	margin-bottom:15px;
	font-weight:400;
	color: #333333;
	line-height:1.2em;
}
.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;
}
.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 .text > ul,.thm-unit-test ol,.thm-unit-test .text > ul li ul,.thm-unit-test .text > ul li ul li ul,
.thm-unit-test .content > ul,.thm-unit-test .content > ul li ul,.thm-unit-test .content > ul li ul li ul,
.thm-unit-test > ul,.thm-unit-test > ul li ul,.thm-unit-test > ul li ul li ul{
	padding-left:40px;
}
.thm-unit-test .text > ul li,.thm-unit-test .content > ul li,
.thm-unit-test > ul li{
	list-style-type:disc;
	display:list-item;
}
.thm-unit-test ul li{
	color: #272727 !important;
}
.thm-unit-test .text > ul li ul li,.thm-unit-test .content > 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 .content > 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 #7fb401;
    color: #7fb401;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 44px;
    min-width: 46px;
	height:46px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.paginate-links a:hover,
.paginate-links > span{
	background: #7fb401 none repeat scroll 0 0;
    border-color: #7fb401;
    color: #ffffff;
}
/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding: 10px 0px 10px 29px;
}
.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;
	padding-left: 15px;
}
.widget ul li ul li{
	border-bottom:none;
	border-top:1px solid #f7f7f7;
	margin-top:10px;
	padding-bottom: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 #7fb401;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#7fb401;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.thm-unit-test .review-box .fr-coment-item .fr-coment-item{
	margin-left:60px;
}
.thm-unit-test .review-box .fr-coment-item .name h4{
	font-size:18px;
}
.thm-unit-test .default-form .section-title h3{
	font-size:24px !important;
}
.thm-unit-test .post-comments.comment-area{
	margin-top:40px;
}
.blog-section .thm-unit-test > p{
	margin-bottom:15px;
}
/*********************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 ul li a:hover {
    color: #028fa3;
}


.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:#9e9e9e;
}
.thm-unit-test ul.post-info{
	padding-left:0px !important;
	color:#9e9e9e;
	display: none;
}
.news.single_news_page.news_single .comment-box .single-comment-box span.p_color,
.news.single_news_page .page-default .comment-box .single-comment-box span.p_color{
	margin-left:20px;
}
.news.single_news_page .page-default .comment-box .single-comment-box span.p_color{
	color: #7fb401;
	font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin-right: 7px;
}
.page-default .thm-unit-test .reply-box,
.page-default .thm-unit-test .comment-box{
	padding-top:0px;
}
/* =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;
}
.os-comment-item .single-comment-box.pingback .img-box{
	display:none;
}
.os-comment-item .single-comment-box.pingback .text-box{
	padding-left:0px;
}
.no-comments{
	border:1px solid #7fb401;
	display:inline-block;
	color:#7fb401;
	padding:8px 12px;
}
.single-item .content {
  position: relative;
  background: #f7f7f7;
  padding: 15px;
  border-bottom: 2px solid #f0f1f1;
}
.single-item .content h3 {
  font-size: 16px !important;
  color: #333;
  font-weight: 700;
}
.single-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.single-item:hover .overlay-box {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
}

.single-item .overlay-box .inner {
  position: relative;
  height: 100%;
}

.single-item .overlay-box .top-content {
  position: absolute;
  top: -50px;
  width: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.single-item:hover .overlay-box .top-content {
  top: 50px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.single-item .overlay-box .top-content ul  {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.single-item .overlay-box .top-content ul li {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  margin: 0 3px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.single-item .overlay-box .top-content ul li span {
  line-height: 40px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.single-item .overlay-box .top-content ul li:hover span {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.single-item .overlay-box .top-content .tultip {
    position: absolute;
    bottom: 55px;
    opacity: 0;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    left: -33px;
    color: #fff;
    width: 105px;
    z-index: 99;
}
.single-item .overlay-box .top-content ul li span i {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -6px;
    font-size: 20px;
}

.single-item .overlay-box .top-content .tultip-op .tultip:hover {
    opacity: 0 !important;
}
.single-item .overlay-box .top-content .tultip-op:hover .tultip {
    opacity: 1;
}

.single-item .overlay-box .bottom-content {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 15px;
    padding: 10px 20px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
	display:none;
}
.single-item:hover .overlay-box .bottom-content {
    bottom: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.single-item .overlay-box .bottom-content h4 {
  text-align: left;
}
.single-item .overlay-box .bottom-content h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.single-item .overlay-box .bottom-content p {
  color: #fff;
  text-align: left;
}
.woocommerce .cart_shipping.col-md-4{
	width:48% !important; 
	padding-left:0px !important;
}
.woocommerce .cart-collaterals .cross-sells{
	width:48% !important;
}
.thm-unit-test .posts-nav{
	margin-top:15px;
	margin-bottom:40px;
}
.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:#7fb401;
}
.thm-unit-test .posts-nav a:hover span{
	background:#7fb401;
}
.woocommerce .up-sells h2,
.woocommerce .cart-collaterals .cross-sells h2{
	position: relative;
	padding-bottom: 26px;
	text-transform: uppercase;
	font-weight: 700;
	font-size:30px;
}
.woocommerce .cart-collaterals .cross-sells h2{
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	font-size: 14px;
	margin: 0 0 30px;
	padding: 20px;
}
.cart-collaterals .cross-sells .purchasable{
	width:50%;
	margin-bottom:40px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	margin-top:70px;
}
.logo-area{
    text-align:center;
}
.woocommerce .shop-sidebar ul.product_list_widget li:before,
.woocommerce .shop-sidebar ul.product_list_widget li a:before{
    display:none;
}
.woocommerce .shop-sidebar ul.product_list_widget li{
    padding-left:100px;
    padding-bottom:5px;
    margin-bottom:17px;
}
.woocommerce .shop-sidebar ul.product_list_widget li a{
    padding:0px 0px 10px;
    line-height:24px;
}
.woocommerce .shop-sidebar ul.product_list_widget li a img{
    position:absolute;
    left:-100px;
    top:0px;
    width:80px;
    height:auto;
    margin:0px;
}