/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


ul#project-menu li {
    list-style: none;
}

ul#project-menu li a {
    color: #333333;
    transition: .3s all;
}

ul#project-menu li a:hover {
    color: #000000;
}

ul#project-menu li a span {
    color: #333333;
    transition: .3s all;
}

ul#project-menu li a:hover span {
    color: #ee3142;
}
