Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Main navigation
- **/
- .nav__holder,
- .nav__dropdown-menu{
- background-color: #157554;
- }
- .nav__holder a,
- .nav__holder li a{
- color: #fff;
- }
- .nav__holder li a,
- .nav__search-trigger{
- border-left: 1px solid #188761;
- border-right: 1px solid #188761;
- }
- .primary-menu .current-menu-parent>a,
- .primary-menu .current-menu-item>a,
- .floating-menu .current-menu-parent>a,
- .floating-menu .current-menu-item>a {
- background: #22966e;
- }
- /**
- * Footer
- **/
- footer.footer{
- background: #157554;
- }
- /**
- * Footer Sidebar
- **/
- .footer__widgets p,
- .footer__widgets a,
- .footer__widgets li a{
- color: #fff;
- }
- .footer__widgets .mc4wp-form-fields input[type=email],
- .footer__widgets .mc4wp-form-fields input[type=email]:focus{
- background: inherit;
- color: #fff;
- border: 1px solid #fff;
- }
- .footer__widgets .post-list-small__item,
- .footer__widgets .widget_nav_menu li {
- border-bottom: 1px solid #0e815a;
- }
- .footer__widgets .post-list-small__item:last-child,
- .footer__widgets .widget_nav_menu li:last-child{
- border-bottom: none;
- }
- /**
- * Footer Bottom
- **/
- .footer__bottom{
- background: #035237;
- color: #fff;
- }
- .footer__bottom a,
- .footer__bottom li a{
- color: #fff;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement