/* header */

header {
    background: #5c883f !important;
}

.header nav a {
    background: #5c883f !important;
    color: #fff !important;
}

.button_alt {
    color: #5c883f !important;
}

nav a.button_alt:hover {
    background: #4b742f !important;
    color: #fff !important;
}

.search-wrapper button {
    background: #5c883f !important;
}

.search-wrapper button:hover {
    background: #4b742f !important;
}

nav ul:before {
    background: #5c883f !important;
    color: #aed494 !important;
}

/* content */

.subpageheader .title {
    color: #5c883f;
}

.subpageheader .title a {
    color: #5c883f;
}

.gradbox .content h1 a:hover {
    color: #49722e;
}

.gradbox .content .post-excerpt .more-link {
    color: #5c883f;
}

.gradbox .content .post-excerpt .more-link:hover {
    color: #49722e;
}

.property-focus-wrap h3,
.widgettitle {
    color: #5c883f;
}

.searchform div input[type="submit"] {
    background-color: #5c883f;
}

.searchform div input[type="submit"]:hover {
    background-color: #49722e;
}

#theContent a:hover {
    color: #49722e;
}

.navigation div {
    color: #5c883f !important;
}

.navigation div a {
    color: #5c883f !important;
}

.navigation div a:hover {
    color: #49722e !important;
}

/* footer */

footer {
    background: #5c883f !important;
}

footer h3 {
    color: #fff !important;
    font-weight: 600;
}

footer a,
footer p,
footer span {
    color: rgba(255,255,255,0.7) !important;
}

footer a:hover {
    color: rgba(255,255,255,1) !important;
}

footer .copyright {
    color: #fff !important;
}

footer .divider {
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}