/* These styles are specific to conspiracyresource.com - for theme-specific variations use theme-specific CSS selectors */

/* SITE-WIDE STYLES
----------------------------------------------------------------------------- */

/* HEADER STYLES
----------------------------------------------------------------------------- */

/* Header title & description - the "cm-" prefix is ColorMag */
:is( #masthead, #cm-masthead ) :is( .site-title, .cm-site-title ) a {
    color: black;
    background-color: white;
    font-family: "Courier New";
    font-weight: bold;
    padding: 3px 12px; /* top & bottom, left & right */
    text-transform: lowercase;
}
:is( #masthead, #cm-masthead ) :is( .site-tagline, .cm-site-description ) {
    color: white;
	font-family: "Courier New";
}

/* Not sure what these were doing on ColorMag */
#cm-masthead .cm-header-col-1 {
    flex-basis: auto;
}
#cm-masthead .cm-site-title {
    display: inline-block;
}

/* MAIN PAGE STYLES
----------------------------------------------------------------------------- */

/* SINGLE POST STYLES
----------------------------------------------------------------------------- */

/* POSTS ADMIN STYLES
----------------------------------------------------------------------------- */
