/*
Theme Name: SimpleMag Child Theme
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


/* Your CSS code goes here
-------------------------------------- */

/*
 * A few visual tweaks to make it more pleasing to the eye
 */
.entry-meta {
    text-transform: uppercase;
    margin-top: 15px;
}

.single .entry-header .entry-meta {
    margin-bottom: 15px;
}

.entry-details .entry-date,
.entry-details .entry-category {
    display: inline !important;
}


/* MailChimp button */
html #mc_embed_signup .button {
    background-color: #bee5db;
    border-radius: 0;
    color: #000;
    line-height: 1;
    height: auto;
    padding: 12px 22px;
}

html #mc_embed_signup .button:hover {
    background-color: #bee5db;
}

/* Center 'Nuffnang Bloggerati Badge' in the sidebar */
#nnbloggerati {
    max-width: 100% !important;
    max-height: 100% !important;
}