/*
  Ameera Theme
	default.css
 	Author : Warung Themes - Ari Rusmanto
 	Main Theme Color: #6bbf00
*/

body{
	color: #777677;
}
a{
	color: #6bbf00;
}
a:hover{
	color: #33363b;
}

.btn.btn-main {
	background-color: #6bbf00;
	border-color: #6bbf00;
}
.btn.btn-main.focus,
.btn.btn-main.active,
.btn.btn-main:active,
.btn.btn-main:focus,
.btn.btn-main:hover{
	background-color: #6bbf00 !important;
}
.cssload-loader {
	border: 4px solid #6bbf00;
}
.cssload-loader-inner {
	background-color: #6bbf00;
}
.owl-carousel .owl-controls .owl-buttons div:hover,
.owl-carousel .owl-controls.clickable .owl-buttons div:hover{
	background: #6bbf00;
}
.social-icons a:hover{
	color: #6bbf00;
}
header.hero-image.main-nav-fixed.do-fixed .main-nav ul > li:hover > ul > li > ul > li.active > a,
header.hero-image.main-nav-fixed.do-fixed .main-nav ul > li > ul > li:hover > ul > li.active > a,
header.hero-image.main-nav-fixed.do-fixed .main-nav ul > li > ul > li.active > a:hover,
header.hero-image.main-nav-fixed.do-fixed .main-nav ul > li > ul > li.active > a{
	background: #6bbf00;
}
header .social-icons a:hover{
	background: #6bbf00;
}
header .logo{
	background: #6bbf00;
}
header.hero-image .social-icons a:hover{
	color: #6bbf00;
}
header.hero-image .main-nav ul > li:hover > ul > li > ul > li.active > a,
header.hero-image .main-nav ul > li > ul > li:hover > ul > li.active > a,
header.hero-image .main-nav ul > li > ul > li.active > a:hover,
header.hero-image .main-nav ul > li > ul > li.active > a{
	background: #6bbf00;
}
.main-nav ul > li.active > a:before{
	background: #6bbf00;
}
.main-nav ul > li:hover > ul > li > ul > li.active > a,
.main-nav ul > li > ul > li:hover > ul > li.active > a,
.main-nav ul > li > ul > li.active > a:hover,
.main-nav ul > li > ul > li.active > a{
	background: #6bbf00;
}
.post-heading .post-title:after,
.page-heading:after {
	background: #6bbf00;
}
.boxed-heading h2 {
	color: #6bbf00;
}
.post-likes {
	background: #6bbf00;
}
.page-wrapper h1{
	color: #6bbf00;
}
.post-meta-box .share-icons a:hover{
	color: #6bbf00;
}
.post-author.about-widget .subtitle{
	color: #6bbf00;
}
.widget.related-post li .caption .post-title:after{
	background: #6bbf00;
}
.featured.featured-tiled .item:hover .post-likes {
	background: #6bbf00;
}
.featured.featured-tiled .item:nth-child(2) .caption .post-title:after{
	background: #6bbf00;
}
.featured.featured-slideshow .item .caption .post-title:after{
	background: #6bbf00;
}
.featured.featured-slideshow .owl-controls.clickable .owl-page.active:hover span,
.featured.featured-slideshow .owl-controls .owl-page.active span{
	background: #6bbf00;
}
.archive-list li:hover.post-format .featured-img:after {
	background: #6bbf00;
}
.archive-list.list-style.large-post-first li:first-child .caption .post-title:after,
.archive-list.grid-style.large-post-first li:first-child .caption .post-title:after,
.archive-list li .caption .post-title:after {
	background: #6bbf00;
}
.about-widget .subtitle{
	color: #6bbf00;
}
.about-widget .social-icon-links a:hover{
	color: #6bbf00;
}
.twitter-widget li:hover:before,
.twitter-widget li:hover:after{
	color: #6bbf00;
}
.tag a:active,
.tag a:focus,
.tag a:hover{
	background: #6bbf00;
	border-color: #6bbf00;
}
.widget-text-list li span {
	color: #6bbf00;
}
.widget-text-list li:hover a {
	color: #6bbf00;
}
.widget-text-list li:hover span {
	background: #6bbf00;
	border-color: #6bbf00;
}
.archive-widget .widget-text-list li strong{
	color: #6bbf00;
}
.post-list-widget li .caption .date{
	color: #6bbf00;
}
.post-list-widget.large-post-first.with-numbering li:first-child .caption .date{
	color: #6bbf00;
}
.post-list-widget.with-numbering li:hover:before{
	background: #6bbf00;
}
.comments-widget li:hover .caption .name{
	color: #6bbf00;
}
.tabs-widget .nav-tabs > li > a:hover {
	color: #6bbf00;
}
.tabs-widget .nav-tabs > li.active:after {
	background: #6bbf00;
}
.prev-next ul.pager li:hover a,
.centered-numbering-pagination .pagination li:hover a {
	color: #6bbf00;
}
.prev-next ul.pager li.active a,
.centered-numbering-pagination .pagination li.active a {
	color: #6bbf00;
}
footer .footer-social-icons{
	background: #6bbf00;
}
footer .footer-menu li a:hover{
	color: #6bbf00;
}
.back-to-top {
    background: #6bbf00;
}


@media only screen and (max-width: 800px) {
	.main-nav ul > li:hover > ul > li > ul > li.active > a,
	.main-nav ul > li > ul > li:hover > ul > li.active > a,
	.main-nav ul > li > ul > li.active > a:hover,
	.main-nav ul > li > ul > li.active > a{
		background: #6bbf00 !important;
	}
}

@media only screen and (max-width: 600px) {
	.featured.featured-tiled .item .caption .post-title:after{
		background: #6bbf00;
	}
}