.menu-box-wrapper {
    background: #479634;
    border-bottom: 2px solid #29561e;
    min-height: 44px;
    padding: 0;
    z-index: 500;
}
#header .menu-box .current-menu-item > a, #header .menu-box .current-menu-ancestor > a, #header .menu-box .current_page_item > a, #header .menu-box .current-page-ancestor > a, .home #header .menu-box .link-home {
    background-color: #479634;
}
.post-entry .post-entry-headline a {
    color: #479634;
    text-decoration: none;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -ms-transition: color 1s ease;
    transition: color 1s ease;
}
.sidebar-widget a {
    color: #479634;
    text-decoration: underline;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -ms-transition: color 1s ease;
    transition: color 1s ease;
}
#searchform .searchform-wrapper .send {
    background-color: #AF202E;
    border: none;
    color: white;
    cursor: pointer;
    font-family: ElegantIcons !important;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 31px;
    z-index: 20;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
body .header-content-wrapper {
    padding: 10px 0 0 0;
}
.top-navigation-wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #000;
}
.header-contact {
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 34px;
    margin: 0;
}
.header-contact span i {
    color: #ffffff;
    padding-right: 4px;
}
#searchform .searchform-wrapper .send {
    background-color: #479634;
    border: none;
    color: white;
    cursor: pointer;
    font-family: ElegantIcons !important;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 31px;
    z-index: 20;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    transition: background-color 1s ease;
}