/***************************************************************************************************************************************/
/* Misc stories style */
/***************************************************************************************************************************************/

.postid-42327 .story-body p.centered-subheading {margin-bottom: 40px;}
.postid-42327 .story-body p.centered-subheading strong {display: inline-block;}
.postid-42327 .story-body p.centered-subheading strong:not(:first-child) {margin-top: 20px;}
.postid-42327 .story-body p.centered-subheading.poem-heading strong {max-width: 500px;}
.postid-42327 .story-body p.centered-subheading.rosemary-heading strong {max-width: 600px;}
.postid-42327 .story-body p.centered-subheading.daniel-heading strong {max-width: 600px;}

.postid-42327 #attachment_42472 figcaption {top: 100%;}

.postid-43932 .sidebar-body ul.carving-list {margin: 40px 0 0 15px;}
.postid-43932 .sidebar-body ul.carving-list li {margin-bottom: 20px;}
.postid-43932 .sidebar-body ul.carving-list li strong {display: inline-block; margin: 0 0 10px;}

/***************************************************************************************************************************************/
/* Misc issues style */
/***************************************************************************************************************************************/

.postid-45170 .issue-partners-inner .partner-logo img {height: 120px; margin-top: -15px;}
.postid-45170 .issue-partners-inner .partner-logo p {margin: 10px 0 0;}

/***************************************************************************************************************************************/
/* Hide "Written by" meta field for podcast "A Black Entrepreneur Finds Her "Vegan Soul" in Idaho" */
/***************************************************************************************************************************************/

.tg-post-36788 div.tg-element-2 span.podcast-writtenby, /* Podcasts main page grid */
.podcast-id-36788 .tci-home-cpt-credits span.podcast-writtenby, /* Homepage */
.postid-36788 .podcast-meta p:nth-child(1) { /* Podcast single post */
	display: none !important;
}

/***************************************************************************************************************************************/
/* 2020 Year-End Appeal */
/***************************************************************************************************************************************/

.page-id-29737 .mtsnb.mtsnb-top {
	display: none !important;
}

.mtsnb.mtsnb-top {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #F7F7F6;
}

.mtsnb.mtsnb-top .mtsnb-container {
	padding: 25px 0px 0px;
	text-align: left;
}

.mtsnb-custom-type.mtsnb-content {
	position: relative;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-icon {
	width: 80px;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification {
	width: calc(100% - 80px);
	padding: 0 0 0 35px !important;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification p {
	color: #635954;
	margin: 0 0 5px;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification p strong {
	background: yellow;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification a {
    background: #D06128;
    color: #FFF;
    padding: 5px 20px 7px;
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 0;
    display: table;
    transition: 0.3s ease-in-out;
}

.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification a:hover {
	text-decoration: none;
	background: #635954 !important;
}

.mtsnb.mtsnb-top .mtsnb-hide {
    position: relative;
    top: unset !important;
    bottom: 28px;
    left: 230px;
    margin: 0 !important;    
    
    font-size: 30px !important;
    color: #D06128 !important;
    background: transparent !important;
    transition: 0.3s ease-in-out;
}

.mtsnb.mtsnb-top .mtsnb-hide:hover {
	color: #635954 !important;
}

@media only screen and (max-width: 899px) {
	.mtsnb.mtsnb-top .mtsnb-hide {left: 115px;}
	.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-icon {display: none;}
	.mtsnb-custom-type.mtsnb-content .mtsnb-custom-content .crafts-notification {width: 100%; padding: 0 !important;}
}