/*
Theme Name: Eco World
Theme URI: http://themeforest.net/user/Softwebmedia/portfolio
Author: Soft Web Media
Text Domain: eco-world
Domain Path: /languages
Author URI: http://themeforest.net/user/Softwebmedia
Description: A premium WordPress responsive theme by Soft Web Media
Version: 1.12
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/



/* 

All Custom CSS are added in theme's "css" folder.
If you want to do any custom changes then use child theme's "child-theme-style.css" or you can use main theme's custom.css

 */
.news-more-link {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #002F6F !important;
    border-radius: 10px !important;
}
.news-more-link:hover {
    background: #555 !important;
    color: #fff !important;
}