/* Define colors */ /* Anchor color */ a:hover, a:focus { color: #E8813D; } /* Header */ .header { border-top-color: #E8813D; } .header--borders:before, .header--borders:after { background-color: #E8813D; } .header--transparent .header__logo-link { background-color: #E8813D; } .header--transparent .header__logo-link:hover, .header--transparent .header__logo-link:focus { color: #E8813D; } /* Menu */ .main-nav .menu-item-has-children > .dropdown-nav__link { border-bottom-color: #E8813D; } .main-nav .menu-item-has-children > .dropdown-nav__link:focus { border-color: #E8813D; } .dropdown-nav { background-color: #E8813D; } .dropdown-nav__toggle { background-color: #E8813D; border-color: #E8813D; } .dropdown-nav__toggle:hover { border-color: #E8813D; } .dropdown-nav__toggle:hover span { background: #E8813D; } .dropdown-nav__toggle:hover span:after, .dropdown-nav__toggle:hover span:before { background: #E8813D; } .dropdown-nav__toggle:focus:hover span { background: #E8813D; } .dropdown-nav__toggle:focus:hover span:after, .dropdown-nav__toggle:focus:hover span:before { background: #E8813D; } /* Footer */ .footer:after { background-color: #E8813D; } .footer__copyright a:hover, .footer__copyright a:focus { color: #E8813D; } /* Logo */ .btn--logo { border-color: #E8813D; color: #E8813D; } .btn--logo:hover, .btn--logo:focus { background-color: #E8813D; } /* Read more */ .btn--more-posts { border-color: #E8813D; color: #E8813D; } .btn--more-posts:hover, .btn--more-posts:focus { background-color: #E8813D; } /* Anchor color */ .post-item a { color: #E8813D; } .post-item a:hover, .post-item a:focus { border-bottom-color: #E8813D; } /* Comments button */ .fixed-footer__btn--red { background: #E8813D; } .fixed-footer__btn--red:hover, .fixed-footer__btn--red:focus { background: #eb9054; } /* Comments submit button */ .form-submit .submit { background-color: #E8813D; } /* Title hover */ .post-list .post-item__title a:hover, .post-list .post-item__title a:focus { color: #E8813D; } /* Older/newer buttons */ .post-list-nav__prev a, .post-list-nav__next a { background-color: #E8813D; } .post-list-nav__prev a:hover, .post-list-nav__next a:hover, .post-list-nav__prev a:focus, .post-list-nav__next a:focus { background-color: #e46c1d; } /* Anchor color */ .error-message a { color: #E8813D; } .error-message a:hover, .error-message a:focus { border-bottom-color: #E8813D; } /* ----- Widgets ----- */ /* Anchor color */ .widget a:hover, .widget a:focus { color: #E8813D; } /* Search button */ .search-form__button { background: #E8813D; } .search-form__button:hover, .search-form__button:focus { background-color: #e46c1d; } /* ----- Post formats ----- */ /* Audio */ .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background-color: #E8813D !important; } /* Gallery arrows */ .gallery-slider .slick-arrow:before { background-color: #E8813D; } /* Blog post pagination */ .pagination li a { background-color: #E8813D; } .pagination li a:hover, .pagination li a:focus { background-color: #eb9054; } .pagination .current { background-color: #e6752b; } /* Password protected button */ .post-password-form input[type="submit"] { background-color: #E8813D; } .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus { background-color: #e46c1d; }