body {
  background-color: #f9f9f9 !important;
}

header, .mobile-menu {
  background-color: #ffffff !important;
}

footer {
  background-color: #ffffff;
}

.home-boxes ul li a span, .post-detail h1, .post-item a, .post-item h4, .jobs-theme-search form div label, .title-page h1, .page-article h1, .post-detail h1, .post-home a:hover h4, .company-detail h1 {
  color: #02e25c !important;
}

.post-item .button, .post-detail .button, .wpcf7-submit, .jobs-theme-search form button, .box-title h2 span {
  background-color: #02e25c !important;
}

.box-title h2 {
  border-color: #02e25c !important;
}

.box-newsletter {
  background: #ffffff !important;
}

#menuSidebar {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #02e25c 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #02e25c)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #02e25c 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #02e25c 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #02e25c 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #02e25c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#02e25c', GradientType=0 );
}


