.admin-bar .fixed{
	top:30px !important;
}
#banner a{
	font-size:14px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
	margin-bottom:0px !important;
}
.margin-top-none{
	margin-top:0px !important;
}
.main-menu.menu-colorTwo{
	position:absolute;
	width:100%;
}
.main-menu.menu-colorTwo.fixed{
	position:fixed;
}
/****************************bread Crumb**************************/
.inner-banner .page-title .float-right ul li{
	position:relative;
	padding-right:15px;
}
.inner-banner .page-title .float-right ul li:before{
	content:'/';
	position:absolute;
	right:0px;
	top:0px;
	color:#fff;
}
.inner-banner .page-title .float-right ul li:last-child{
	padding-right:0px;
}
.inner-banner .page-title .float-right ul li:last-child a{
	color:#8fc941;
}
.inner-banner .page-title .float-right ul li:last-child:before{
	display:none;
}
/************************Custom Widget****************************/
.widget{
	background: #fff;
    padding: 30px 30px;
	margin-bottom:50px;
}
.widget ul li {
    margin-bottom: 20px;
	position:relative;
}
.widget ul li:last-child{
	margin-bottom:0px;
}
.widget_recent_comments.widget ul li{
	padding-left:48px;
}
.widget ul li:before{
	position:absolute;
	content:'\f0da';
	top:0px;
	left:0px;
	color:#6f6f6f;
	font-size:14px;
	border: 1px solid #f6f0f0;
	text-align: center;
    width: 28px;
	line-height: 28px;
	font-family: 'FontAwesome';
}
.widget ul li a {
    color: #6f6f6f;
    line-height: 28px;
	padding-left:48px;
	font-size: 14px;
}
.widget ul li:hover:before,.widget ul li a:hover{	
	border-color: #8fc941;
    color: #8fc941;
}
.widget h6.title-style-one{
	margin: 0px 0 40px;
}
.tagcloud a {
    display: inline-block;
    margin: 0 6px 10px 0;
	border: 1px solid #f6f0f0;
    color: #6f6f6f;
    line-height: 47px;
    padding: 0 25px;
	font-size:14px !important;
}
.tagcloud a:hover {
    border-color: #8fc941;
    color: #8fc941;
}
.sidebar-two .sidebar-about input{
	margin-bottom:25px !important;
}
.footer-widget .tag a {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 5px;
	border: 1px solid #b6b6b6;
    color: #fff;
    line-height: 37px;
    padding: 0 22px;
    text-align: center;
}
.footer-widget .tag a:hover, .footer-widget .tag a:focus {
    border-color: #8fc941;
}
/**************************Pagination*************************/
.paginate-links{
	margin-top:30px;
}
.page-pagination ul li,.paginate-links > span,.paginate-links a {
    display: inline-block;
    margin-left: 5px;
}
.page-pagination ul li a,.page-pagination ul li > span,.paginate-links > span,.paginate-links a {
    border: 1px solid #8fc941;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	background:rgba(0,0,0,0) ;
	padding:0px !important;
}
.page-pagination ul li a:hover,.page-pagination ul li > span,.paginate-links > span,.paginate-links a:hover {
    background: #8fc941 none repeat scroll 0 0;
    border-color: #8fc941;
    color: #fff;
}
/*************************************Theme Unit Testing***********************/
.blog-v2-single-page .sticky .item-wrapper .text,.blog-v2-single-page .tag-sticky-2 .item-wrapper .text{
	background:#fafafa;
	padding:15px 15px 15px 95px;
	border:3px solid #eaeaea;
}
.text .post-info.clear-fix{
	margin-bottom:30px;
}
.text>h1+h2{
	margin-top:0px;
}
.text h1,.text h2,.text h3,.text h4,.text h5,.text h6,
.comments h1,.comments h2,.comments h3,.comments h4,.comments h5,.comments h6,
.blog-page h1,.blog-page h2,.blog-page h3,.blog-page h4,.blog-page h5,.blog-page h6{
	font-family: "Raleway",sans-serif;
	margin-bottom:15px;
	font-weight:600;
	color: #333333;
	line-height: 1.1;
}
.text h1,.comments h1,.blog-page h1{
	font-size:2em;
}
.text h2,.comments h2,.blog-page h2{
	font-size:1.6em;
}
.text h3,.comments h3,.blog-page h3{
	font-size:1.4em;
}
.text h4,.comments h4,.blog-page h4{
	font-size:1.2em;
}
.text h5,.comments h5,.blog-page h5{
	font-size:1.1em;
}
.text h6,.comments h6,.blog-page h6{
	font-size:1em;
}
.text table thead tr th,.comments table thead tr th,.blog-page table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.text table tbody tr th,.comments table tbody tr th,.blog-page table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.text table tbody tr td,.comments table tbody tr td,.blog-page table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.text ul,.text ol,
.comments ul, .comments ol,
.blog-page ul, .blog-page ol{
	padding-left:18px;
}
.text ul li,.comments ul li,
.blog-page ul li,.blog-page ul li{
	list-style-type:disc;
	display:list-item;
}
.text ul li ul li, .comments ul li ul li,
.blog-page ul li ul li{
	list-style-type:circle;
}
.text ul li ul li ul li, .comments ul li ul li ul li,.blog-page ul li ul li ul li{
	list-style-type:square;
}
.text ol li,.comments ol li,.blog-page ol li{
	list-style-type:decimal;
	display:list-item;
}
.text ol li ol li,.comments ol li ol li,.blog-page ol li ol li{
	list-style-type:lower-alpha;
}
.text ol li ol li ol li,.comments ol li ol li ol li,.blog-page ol li ol li ol li{
	list-style-type:upper-roman;
}
.text p img,.text figure img,.text img,.blog-sidebar p img,.blog-sidebar figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comments-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.text .alignright{
	float:right;
	padding:10px;
}
/****************Custom Widget*********************/
.widget_recent_commentss ul li a:before{
	display:none;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
	margin-top:20px;
}
.sidebar-two .widget .calendar_wrap #wp-calendar{
	width:100%;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.single-blog-post .text .img-box img{
	width:100%;
	height:auto;
}
.blog-sidebar .single-blog-post .meta-info li a{
	display:inline-block;
}
.text .meta-info,.social-share{
	padding:0px !important;
}
.text .meta-info li,.social-share li{
	list-style-type:none !important;
	display:inline-block !important;
}
.widget .search-box .form-group{
	position:relative;
	margin-bottom:0px;
}
.search-box .form-group input[type="search"]{
	position:relative;
	width:100%;
	border:1px solid #fafafa;
	padding:10px 40px 10px 15px
}
.search-box .form-group input[type="search"]:focus{
	border-color:#8fc941;
}
.search-box .form-group button[type="submit"]{
	position:absolute;
	top:0;
	right:0;
	background:#fafafa;
	color:#1a1a1a;
	text-align:center;
	width:42px;
	line-height:42px;
}
.search-box .form-group button[type="submit"]:hover{
	background:#8fc941;
	color:#fff;
}
.widget_nav_menu .menu ul li{
	padding-left:0px;
}
.widget_nav_menu .menu ul li a{
	padding-left:48px;
}
/*--------------------------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: 14px;
}
#wp-calendar thead th { 
	padding: 10px;
	background:#8fc941;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
}
#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: 14px; 
	text-transform: uppercase; 
	text-align: right;
}
#wp-calendar tfoot #prev { 
	font-size: 14px; 
	text-transform: uppercase; 
	padding-top: 10px; 
}

.sticky .post {background: #efefef; border: 3px solid #fff; }
.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 { position:relative;}
.bypostauthor{position:relative;}
.alignright{ 
	text-align:right;
}
.alignleft{ 
	text-align:left;
}
.aligncenter{ 
	text-align:center;
}	
.screen-reader-text{
}

/* =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;
	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;
}
.our-blog .text .post-info ul.float-left{
	padding-left:0px !important;
}
#banner a{
	text-align:center !important;
}
.about-us-story ul{
	padding:0px !important;
}
.about-us-story ul li{
	list-style:none !important;
	display:block !important;
}
.blog-details-page .comment-area .single-comment.pingback img,
.blog-details-page .comment-area .single-comment.trackback img{
	display:none;
}
.blog-details-page .comment-area .single-comment.pingback .text-area,
.blog-details-page .comment-area .single-comment.trackback .text-area{
	padding-left:0px;
}
.item-wrapper table{
	margin-bottom:20px;
}
.blog-details-page .comment-area .comments > .task-comment-item:last-child .single-comment{
	margin-bottom:0px;
}
.add-comment{
	margin-top:50px;
}
.task-comment-item .add-comment{
	margin-bottom:50px;
}
.page .comment-area{
	margin-top:60px;
}
.blog-details-page p{
	margin-bottom:20px;
}
.footer-widget select{
	width:100%;
}
.footer-widget.widget_rss ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #fafafa;
}
.footer-widget.widget_rss ul li a{
	display:block;
	font-weight:600;
}
.footer-widget.widget_rss ul li span{
	margin:10px 0;
	color:#fff;
	display:block;
}
.footer-widget.widget_rss ul li cite{
	margin:10px 0;
	color:#fff;
	display:block;
}
.widget ul li ul li{
	margin-top:20px;
	margin-left:10px;
}
.widget_rss.widget ul li:before{
	display:none;
}
.widget_rss.widget ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #eaeaea;
}
.widget_rss.widget ul li a,
.footer-widget.widget_rss ul li a{
	padding-left:0px;
	font-weight:500;
}
.widget_rss.widget h6 a{
	color:#292929;
}
.widget_rss.widget ul li .rss-date,
.footer-widget.widget_rss ul li .rss-date{
	display:block;
	margin-bottom:15px;
}
.widget_rss.widget ul li cite,
.footer-widget.widget_rss ul li cite{
	margin-top:15px;
	display:block;
}
/*.footer-widget{
	margin-bottom:50px;
}*/
.footer-widget ul li,
.footer-widget ul li a,
.footer-widget .calendar_wrap #wp-calendar caption,
.footer-widget .calendar_wrap td a{
	color:#fff;
}
.footer-widget ul li a{
	display:inline-block;
	padding-bottom:10px;
}
.footer-widget select{
	width:100%;
	height:40px;
}
.footer-widget ul li ul li{
	margin-left:15px;
}
.footer-widget.widget_recent_comments ul li{
	padding-left:0px;
}
.footer-widget.widget_rss ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #fff;
}
.footer-widget.widget_recent_comments ul li{
	padding-bottom:10px;
}
.footer-widget .search-box form{
	position:relative;
}
#bunch_footer_tags-2 {
	margin-bottom: 15px;
}