.site-logo > a {
    display: inline-block;
    max-width: 150px;
    margin-right: 20px;
    color: #2d2d2d;
}

.header-wrapper #site-navigation {
    min-height: 50px;
    position: relative;
    display: block;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -webkit-box-shadow: 0 17px 11px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 17px 11px -21px rgba(0,0,0,0.75);
    box-shadow: 0 17px 11px -21px rgba(0,0,0,0.75);
    background: #f6b82d;
}

a:hover, .screen-reader-text:focus, .socials a:hover, .site-title a, .widget_search input#s, .search-block #searchsubmit, .widget_search #searchsubmit, .footer-sidebar .featured-desc .below-entry-meta a:hover, .slider-section .slide-title:hover, .slider-feature-wrap a:hover, .featured-desc .below-entry-meta span:hover, .posted-on a:hover, .cat-links a:hover, .comments-link a:hover, .edit-link a:hover, .tags-links a:hover, .byline a:hover, .nav-links a:hover, .comment-form .form-submit input:hover, .read-more:hover, #online-shop-breadcrumbs a:hover, .wpcf7-form input.wpcf7-submit, .header-wrapper .menu li:hover > a, .header-wrapper .menu > li.current-menu-item > a, .header-wrapper .menu > li.current-menu-parent > a, .header-wrapper .menu > li.current_page_parent > a, .header-wrapper .menu > li.current_page_ancestor > a, .header-wrapper .main-navigation ul ul.sub-menu li:hover > a, .woocommerce .star-rating, .woocommerce ul.products li.product .star-rating, .woocommerce p.stars a, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins .amount, .woocommerce a.button.add_to_cart_button:hover, .woocommerce a.added_to_cart:hover, .woocommerce a.button.product_type_grouped:hover, .woocommerce a.button.product_type_external:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .widget_shopping_cart_content .buttons a.button:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .at-cat-product-wrap .product-details h3 a:hover, .at-tabs >span.active, .feature-promo .single-unit .page-details .title, .woocommerce-message::before, a.my-account:hover {
    color: #808080;
}

a {
    color: #f6b82d;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.header-wrapper .menu li a {
    color: #2d2d2d;
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding: 20px 15px;
    position: relative;
    text-transform: uppercase;
}