/*Temporary fix for blowout layout display bug */
.postid-4915238 .story-blowout .story-content{overflow:initial}

/*hotfix for CTA Bar, which overlaps a sidebar ad if in blowout layout. This can be removed if causing unexpected issues, was added for post ID 4999182 */
.story-blowout .cta-bar {display:flex;}

/*.postid-4915238*/
/* Temporary fix for blowout sidebar / trending content on large displays (breaks ie) see: WAMUH-329*/
.story-blowout .sidebar {
    width: auto;
}

/*Removing ads because it overlaps ctr box postid:4972570 and 4988062 */
body[data-postid="4972570"] .ad.alignright {display: none;}
body[data-postid="4988062"] .ad.alignright {display: none;}
.postid-4988062 .story-blowout .story-content { overflow: initial;}

/*begin custom header 4982570*/
@media(min-width:1040px) {
    body[data-postid="4982570"] .story-meta::before {
        content: "";
        margin-bottom: 2em;
        display: block;
        width: 100%;
        background-image: url('/wp-content/uploads/sites/3/2023/03/spotlight-hero_v5.png');
        background-size: cover;
        background-position: center;
        height: 400px;
    }
    body[data-postid="4982570"] .page-header {
        padding: 60px 0 10px 0;
    }
    body[data-postid="4982570"] .story-container .post-featured-image,
    body[data-postid="4982570"] .story-meta .post-title,
    body[data-postid="4982570"] .story-meta .post-lead {
        display: none;
    }
}
/*end custom header 4982570*/

/* .widget-trending .post-layout-list-item:nth-child(4) { display: none; opacity: 0;} */

/* colors for the Yard Sale banner only */
/* p.alert__body.reveal.reveal-2,
p.alert__title.reveal.reveal-1 > span:nth-child(2) {
	color: #000;
}
p.alert__title.reveal.reveal-1 > span.banner-icon > svg {
	fill: #D51824;
} */

/* hiding the Play All button on DCist until after the Welcome Series */
div.page-header > div > div > div.section-header-text > button.post-button-play {
	display: none;
}

/* Fix blowout layout story using a callout at top, where ad overlaps. */
.postid-4999031 .cta-bar {display:flex;}

/* Spotlight story custom styling. Not intended for removal unless replaced elsewhere. Story URL is /on-the-clock */
body[data-postid="4999151"] .section-header{margin:0;padding:0}
body[data-postid="4999151"] .section-header-text {display:none;}
body[data-postid="4999151"] .story-container > .post-featured-image.wp-caption{margin-top:-60px;}
body[data-postid="4999151"] .post-bar-sharing{width:100%;}
body[data-postid="4999151"] .social-share{float:right;}
body[data-postid="4999151"] .story-blowout .post-featured-image:before {height:auto;}
body[data-postid="4999151"] .spotlight-teasers {display:table;margin-bottom: 2em;}
body[data-postid="4999151"] .spot-thumb {width:120px; display: table-cell; vertical-align: middle; padding-right: 1em;}
body[data-postid="4999151"] .spot-thumb img {width:100%; }
body[data-postid="4999151"] .spot-thumb img.mask-circle {border-radius:50%;width:100px}
body[data-postid="4999151"] .spot-teaser {display: table-cell; vertical-align: middle;}
body[data-postid="4999151"] .spot-meta {color:#999;font-size: 0.8em;display:block;}

body[data-postid="4999151"] .header-announcements {display:none;}
@media only screen and (min-width:1242px){
    body[data-postid="4999151"] .story-container > .post-featured-image.wp-caption{margin-top:-80px;}
    body[data-postid="4999151"] .page-header {padding: 20px 0 50px 0;}
}