/* Color Theme - Amethyst /Violet/

color - #78903a
/* 01 MAIN STYLES
****************************************************************************************************/
a {
  color: #78903a;
}
::selection {
  color: #fff;
  background: #78903a;
}
::-moz-selection {
  color: #fff;
  background: #78903a;
}

/**** Custom logo ****/
.logo{
	width: 145px;
	height: 60px;
	background: url('http://learnlife.tk/wp-content/themes/phoebe/images/logo.png') no-repeat center center;
	background-size: 145px 60px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width: 115px;
	height: 47px;
	background: url('http://learnlife.tk/wp-content/themes/phoebe/images/logo.png') no-repeat center center;
	background-size: 115px 47px;
}

.thin-text,
.sub-text a,
.about-box .about-box-icon,
.fact-wrap .fact-icon,
.team-box-down p,
.team-box-down .social-team a:hover,
.about-bottom-left .link-left a:hover,
.tp-title span:nth-child(2),
.services-top-wrap .subtext-ser-top,
.process-wrap .arrow-right-process,
.featured h5,
.plan-icon,
.blog-wrap .blog-wrap-icon,
.project-section-down h6 span,
.blog-text-name a,
.blog-text-wrap p span,
.widget_recent_comments ul li a:hover,
.logged-in-as a, #ajax-form .form-submit input,
.blog-post .post h6 a{ 
	color:#78903a;
}
.sub-text a::before{
	border: 1px solid #78903a;
}
.about-bottom-right,
.work-bottom,
.project-link-to-page1:hover,
.project-link-to-page2:hover{
	background:#78903a;
}
.about-bottom-left .link-left a::after,
.link-project a::after{
	border: 1px solid #78903a;
}
.tp-grid li a{
	border:5px solid #78903a;
}
.portfolio-icon, .widget_categories ul li, .widget_archive ul li, .widget_meta abbr, .search_form:hover:before,
#wp-calendar tfoot #next, #wp-calendar tfoot #prev {
	color: #78903a;
}
.search_form input:focus {border-color:#78903a; }
#wp-calendar tbody td#today {background: #78903a;}

/**** STYLE FOOTER ****/
.footer {background: #59595a;color: #ffffff;}
.footer .call, .social-footer a {color: #ffffff;}
