/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: Eric Rannestad and Kate Arpin
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/********************/
/*** ERIC STYLES ****/
/********************/


.meta-bar table {
    margin-top: 12px;
    width: auto !important;
}


.meta-bar table {
    margin-top: 12px;
    width: auto !important;
}

.meta-bar table td {
    padding: .5em 2em;
    padding-left: 0;
    border: 0;
}

.table-container.left-border{
    padding-left: 12px;
    border-left: solid 5px lightgray;
}

.meta-label {
    margin-bottom: .5em;
    font-size: 9px;
    text-transform: uppercase;
}

.status-none {
    background-color: #efefef;
    color: #b3b3b3;
}

.status-active a {
    background-color: #c0f59e;
    color: green;
}

.status-inactive a { 
    background-color: #ffedc7;
    color: #ef8300;
}

.macd-topic a {
    background-color: #dbeeff;
    color: #1e73be;
}

.status a, .status-none, .tag a{
    text-align: center;
    font-size: 12px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 14px;
    margin-right: 4px;
}


/* resolution tags override */

ul#lct-widget-macd_topics li {
    flex-grow: 1 !important;
    flex-basis: auto !important;
    margin: 0em 0 !important;
    padding: 0 .2em !important;
    text-align: left !important;
    border: 2px solid #fff !important;
    background-color: #f5f5f5 !important;
    font-size: 12px !important;
}



/***********************/
/***** KATE STYLES *****/
/***********************/


#resolutions_meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
}

#archivemeta {
    font-size: 14px;
    text-transform: uppercase;
}

#resolutions_meta ul {
    list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    font-size: .932em;
    margin: 0 0 10px 0;
}

#resolutions_meta a {
    color: #1f1f1f;
}

.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px !important; 
}

#updated_time {
    font-style: italic;
}