/* Change the featured image of NOVEMBER DEMOCRATS category page */
.category-10727 .custom-header-image {
  background-image: url(https://demwritepress.com/wp-content/uploads/2018/04/Nick-1733x755.png) !important;
}
/* Change the featured image of CANDIDATE VOICES category page */
.category-10742 .custom-header-image {
  background-image: url(https://demwritepress.com/wp-content/uploads/2018/06/IMG_5205.jpg) !important;
}

.entry-content a img, .widget a img {
    background: transparent;
    box-shadow: 0 0 0 6px transparent;
}
/* Display post code spacings, title settings */
.display-posts-listing .listing-item {
    padding-bottom: 5em;
}

.display-posts-listing .listing-item .title {
    font-size: x-large;
    font-weight: 700;
}

.display-posts-listing .listing-item .excerpt-dash {
    display: none;
}

.display-posts-listing .listing-item .excerpt {
    display: block;
    padding-top: 1em;
}

/* Disable front page header image overlay */

body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before {
    background: rgba(0,0,0,0.0);
}

blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
border-left:3px dashed #c1c1c1;
border-right:3px dashed #c1c1c1;
}
 
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 9px;
}
  
blockquote cite:before {
content: "\2014 \2009";
}

div.post-headline {
    text-align: center;
}

/* Center title on /demcast page HC-11534614-MR */
.post-3498 .entry-title {
	text-align:center;
}

/* Get image and text closer in block HC-11534614-MR */
.wp-block-image img {
    margin-bottom: -20px;
}

/* Center title on /volunteer page HC-11534614-MR */
.post-3646 .entry-title {
	text-align:center;
}

/* Center title on /team page HC-11534614-MR */
.post-3742 .entry-title {
	text-align:center;
}

/* Center title on /donate page HC-11534614-MR */
.post-4604 .entry-title {
	text-align:center;
}