/*!
Theme Name: Threshold Media Framework
Theme URI: https://thresholdmedia.com
Author: Threshold Media
Author URI: https://thresholdmedia.com
Description: Custom WordPress theme with a modern development workflow
Version: 2.0.0
Requires PHP: 5.6
Tested up to: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threshold-media-framework
*/


.about-text p a {
    color: #fff !important;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

.about-text p a:hover {
    color: #A80000 !important;
    text-decoration: none;
}

.blog_learn_more.loadmore {
    text-align: center;
    margin-top: 28px;
}