/*
Theme Name: Milo Eco - Child
Theme URI: http://milotheme.com/eco
Author: MiloTheme
Author URI: http://milotheme.com/
Description: This is child theme of Milo Eco
Template: milo-eco
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/



.entry-content .wpb_text_column a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
    color: #4d7535 !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.entry-content .wpb_text_column a:hover,
.entry-content .wpb_text_column a:focus {
    color: #244019 !important;
    text-decoration-color: #244019 !important;
}




.recent_news_item h5.post-title a {
    color: #4D7535 !important;
}

.recent_news_item h5.post-title a:hover,
.recent_news_item h5.post-title a:focus {
    color: #355126 !important;
}