#tophead {
    background-color: #000000;
    clear: both;
    font-family: "Merriweather Sans",sans-serif;
    min-height: 35px;
}

#quick-contact li::before {
    color: #fae600;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 17px;
}

.site-header {
    clear: both;
    padding: 5px 0 0 0;
}

.search-form .search-submit, .woocommerce-product-search button {
    background-color: #000000;
    border-radius: 0 20px 20px 0;
    float: right;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
}


.top-news-title::before {
    color: #fae600;
    content: "\f0a4";
    float: left;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}


.site-header {
   // clear: both;
   // padding: 5px 0 0 0;
}


a, a:visited {
    color: #064c1d;
    text-decoration: inherit;
}

a, a:hover {
    color: #e73227;
    text-decoration: inherit;
}


#main-nav {
    background-color: #e73227;
    border-bottom: 5px solid #fae600;
    display: block;
    float: left;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_item > a, .main-navigation li:hover > a {
    background: #000000;
    color: #fae600;
}

.main-navigation ul ul {
    background: #e73227 none repeat scroll 0 0;
    box-shadow: 0 1px 2px;
    left: -999em;
    margin: 0;
    min-width: 200px;
    position: absolute;
    z-index: 9999;
}


h1, h2, h3, h4, h5, h6 {
    color: #064c1d;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
    margin: 0 0 15px;
}

#sidebar-primary .widget-title, #sidebar-secondary .widget-title {
    background: #e73227 none repeat scroll 0 0;
    border-bottom: 0 solid #fae600;
    border-left: 5px solid #fae600;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 20px;
}

.site-footer {
    background-color: #000000;
    clear: both;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

