/*
Theme Name: Activello Child
Theme URI: https://wp-themes.com/activello
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Activello child theme.
Template: activello
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.1
Text Domain: activello-child
*/

body {
    color: #fff;
}
.widget-title {
    color: #fff;
}
.entry-title a {
    color: #fff;
}
#secondary .widget> h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #fff;
}
.post-content a {
    color: #fff;
}

span.date {
    visibility: hidden;
}
ul.slides ul.post-categories {
	display: none;
}
li.cat-item a {
    color: #fff;
}
.read-more a {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}
ul.single-category {
    display: none;
}
.cat-title {
    display: none;
}
.comments-link{
	display: none;
}
.copyright {
	color: #000;
}
a.mt-color {
    color: #000;
}
span.comments-link a {
    color: #fff;
}
.entry-title {
    color: #fff;
}
div#page {
    background: rgba(0,0,0,0.3);
}
#masthead{
    background: #000;
}
.single.single-post #content #primary .post.type-post .entry-content p, 
.single.single-post #content #primary .post.type-post .entry-content span, 
.single.single-post #content #primary .post.type-post .entry-content h2, 
.single.single-post #content #primary .post.type-post .entry-content h3, 
.single.single-post #content #primary .post.type-post .entry-content h4, 
.single.single-post #content #primary .post.type-post .entry-content h5, 
.single.single-post #content #primary .post.type-post .entry-content h6, 
.single.single-post #content #primary .post.type-post .entry-content div, 
.single.single-post #content #primary .post.type-post .entry-content li, 
.single.single-post #content #primary .post.type-post .entry-content a{
    color: #fff !important;
}
.single.single-post #content #primary .post.type-post .entry-content h2 span{
    color: #f8b701 !important;
}
.single.single-post #content #primary .navigation.post-navigation .nav-links a{
    color: #fff !important;
}

