/*
Theme Name: TM Moody Child
Theme URI: http://arden.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0
Template: tm-moody
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Fixes */
.tm-list--circle .tm-list__item .tm-list__marker:before {
    content: '•' !important;
}

/* category page custom code*/
.category .page-title-bar{
		margin-top: -80px
}

.category .page-title-bar-inner {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('https://feddefense.com/wp-content/uploads/AdobeStock_33754931.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category .heading , .category .insight_core_breadcrumb li a, .category .insight_core_breadcrumb li{
		color:white !important;
}

.category .page-open-mobile-menu i,.popup-search-wrap i, .page-open-mobile-menu i{
		color:white !important;
}




