/* Enter Your Custom CSS Here */
#logo {
	max-width:280px;
  	width:100%;
}

.entry-title, .entry-title a {
	color:#08AB73;
}

.post a {
	color:#08AB73;
}

.c-wiget__title{
	color:#08AB73;
}

.b-site__header {
	background:#fff;
}

.c-nav-primary {
	background:#08AB73;
}

.c-menu-primary a {
 	color:#fff;
}

.c-menu-primary li:hover {
  	background:#08AB73;
 	
}

.c-menu-primary a:hover {
  	background:#08AB73;
 	color:#fff;
}

.site-info a{
	color:#08AB73;
}

.entry-footer {
	background:#08AB73;
}

.entry-footer a {
	color:#fff;
}