/*
Theme Name: WPLN Genesis Child
Description: This is the sample theme based on the "Genesis Sample" child theme.
Author:  Mack Linebaugh

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: wpln_genesis
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gutenberg Blocks
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

@import "lib/wpln-css/_custom-properties.css";
@import "lib/wpln-css/featured-posts.css";
@import "lib/wpln-css/homepage.css";
@import "lib/gutenberg/front-end.css";


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}



/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background:#f9f9f9;
	font-family: "Open Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: normal;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #333;
}

p {
	margin: 0 0 20px;
	padding: 0;
}
p.no-margin {
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Selection Color ------------------------- */
::selection {
	background: #489bf5; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #489bf5; /* Gecko Browsers */
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Opens Sans", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1.entry-title,
h2.entry-title,
.site-container .wp-block-latest-posts li a {
	font-family: 'Charter', 'Palatino', serif;
	font-weight: 700;
	transition: .2s ease-out;
	letter-spacing: -.5px;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 1.1rem;
}

h6 {
	font-size: 1rem;
}

.single-post .entry-title,
h1.landing.entry-title,
.single-episode .entry-title {
	font-size: 3.25rem;
	line-height: 1.15;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1b2333;
}
.home-top .entry-title a {
	display: inline-block;
}
.sidebar h3.widgettitle  {
	text-align: center;
}
.entry-title a:focus,
.entry-title a:hover {
	color: #627487;
}
.archive-description {
	display: inline-block;
	width: 100%;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Force Twitter embed width - so that live blog column doesn't expand into right column */
.live-post-wrapper twitter-widget {
	max-width: 400px !important;
}

/* Gutenberg Blocks
--------------------------------------------- */

/* Follow WPLN reporters on Twitter page */
.wpln-follow h4 {
	margin: 18px 0 24px 0;
	color: #4c5a67;
}
.wpln-follow hr {
	padding-top: 0;
}
.wpln-block-group {
	padding-right: 0;
    padding-left: 0;
}
.wpln-follow  .wp-block-genesis-blocks-ab-profile-box {
	background-color: #fff;
}
.wpln-follow h3.has-text-align-center {
	margin-bottom: 20px;
}
div[class*="wp-block-atomic"].gb-font-size-18.gb-block-profile p
.entry-content .wpln-block-group ul.wp-block-social-links  {
	padding: 0 0 14px;
}
.wpln-follow .gb-block-profile .gb-profile-avatar-wrap {
	flex: 1.75 0 0;
}
.wpln-follow div.gb-profile-text {
	display: none;
}
.wpln-follow  .gb-block-profile .gb-profile-name {
	font-size: .75em;
}
div.wpln-follow {
	border-radius: 5px;
}
.wpln-follow .gb-block-profile .gb-profile-title {
	font-size: .65em !important;
	padding-top: 2px !important;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
}
.wpln-follow .gb-block-profile .gb-social-links {
	padding: 5px 0 0 0;
}
.wpln-block-group .wp-social-link {
	width: 38px;
	height: 38px;
	border-radius: 38px;
}
.wpln-block-group .wp-block-social-links a {
	background-color: transparent;
	padding: 7px;
}
.entry-content .wpln-block-group .wp-block-social-links.aligncenter  {
	padding: 0 0 10px 0;
}
.entry-content .this-is-nashville .wpln-block-group .wp-block-social-links.aligncenter  {
	padding: 0;
}

.wpln-follow .gb-block-profile .gb-profile-column {
	padding: 10px;
}
.entry-content .wpln-block-group #mc4wp-form-2,
.entry-content .wpln-block-group #mc4wp-form-1 {
	margin: 0 0 6px;
}

.website-7 .wpln-block-group #mc4wp-form-2.mc4wp-form input[type="submit"],
.website-7 .wpln-block-group #mc4wp-form-1.mc4wp-form input[type="submit"] {
	width: 28%;
}
.website-7 .wpln-block-group .mc4wp-form input {
    padding: 4px;
	border-radius: 4px;
}
.website-7 .wpln-block-group .mc4wp-form {
	padding: 0 14px;
}


@media only screen and (max-width: 600px) {

	.wpln-follow .gb-block-profile .gb-profile-avatar-wrap {
		flex: 110px 0 0;
	}
	.wpln-follow .gb-block-profile .gb-social-links li {
		margin: 0;
	}
	.wpln-follow .gb-block-profile .gb-profile-content-wrap {
		text-align: left;
	}
	.wpln-follow .gb-block-profile {
		flex-flow: row nowrap;
	}

}
/* End Follow WPLN reporters on Twitter page */



/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.wpln-slides {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px !important;
}

.wpln-slides .nivo-caption {
	background-color: inherit;
	color: #767676;
	font-size: .875rem;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: .875rem;
	font-weight: 400;
	padding: 10px 16px;
	width: 100%;
	border-radius: 4px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
.wpforms-confirmation-container-full {
        background-color: transparent !important;
		border: none !important;
    }


button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: var(--color-theme-dark);
	border-width: 0;
	color: #fff;
}
.mc4wp-form input[type="submit"] 

.entry-content .button:focus,
.entry-content .button:hover {
	color: var(--color-theme-white);
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

#mc4wp-form-1.mc4wp-form input {
	float: none;
	margin-right: 4px;
}
.mc4wp-form p {
	margin-bottom: 0;
}
#mc4wp-form-1.mc4wp-form input[type=submit] {
	float: none;
    margin: 12px auto;
	font-size: 1.125rem;
	text-transform: uppercase;
    font-weight: 700;
}

.mc4wp-form-fields ul li {
	list-style-type: none !important;
}

.home-full-mc #mc4wp-form-1.mc4wp-form input[type=submit] {
	width: 200px;
}

.secondary {
	font-size: .8rem;
}
.secondary p {
	color: #72757a;
	font-style: italic;
	border-top: 2px solid #eee;
	margin-top: 35px;
	margin-bottom: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: var(--color-theme-white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
}

.site-inner {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
}

@media screen and (max-width: 1160px) {
	.site-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 20px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* author box on author archive pages ------------------- */

.author-box .avatar {
	border-radius: 0;
}

div.author-archive-description {
	display: none;
}
.author-box {
	margin: 20px 0 50px 0;
}
.author-box h4.title,
.author-box .social a {
	color: var(--color-theme-dark);
	font-weight: 800;
}
.author-box .social {
	display: inline-block;
	margin: 4px 0;
	line-height: 1.65;
}

.author-box .social a {
	width: 100%;
	height: 100%;
}
.author-box h4.title {
	font-size: 1.375rem;
	margin-bottom: 0;
}
.author-box h4.title, .author-box .social a:hover {
	opacity: 80%;
}

.author-box p, .desc {
	font-size: .875rem;
	margin: 0 0 10px;
	line-height: 1.75;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	color: #1b2333;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	margin-bottom: 4px;
}
.author-box .social a.phone {
	font-size: .800rem;
}

.single .author-box .social a.phone {
	display: none;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* boxes -----------------------------------------------------*/
div.promo-content, .wpln-archive.content .entry {
	border-bottom: 0;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.05);
}
div.promo-content {
	display: block;
	margin-top: -10px;
	padding: 10px 20px 0px 20px;
	border-radius: 0 0 8px 8px;
}
.promo-content h3, .promo-content p {
	color: #414e5c;
	margin-bottom: 10px;
}
.promo-content h3 {
	line-height: 1.25;
}
.promo-content p {
	font-size: .8rem;
}
a.promo {
    padding: 6px 23px;
    margin: 6px 0 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    color: #ffffff;
    background-color: #2c3e4f;
    display: inline-block;
}
.promo h3 a {
	color: #1b2333;
}
.promo a:hover, .between-posts a:hover {
	opacity: 90%;
}
/* Custom Archives
--------------------------------------------- */
.archive-custom-header {
	text-align: center;
	padding: 150px 0;
	border-radius: 6px;
}
.archive-custom-header h1.archive-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 9rem;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 9px #00000047;
}
.archive-custom-descrip {
	font-size: 1rem;
	padding: 10px 20px;
	line-height: 1.5;
	color: var(--color-theme-grey-text);
}
@media screen and (min-width: 600px) and (max-width: 800px) {
	.archive-custom-header {
		padding: 80px 0;
	}
	.archive-custom-header h1.archive-title {
		font-size: 6rem;
	}
}
@media screen and (max-width: 600px) {
	.archive-custom-header {
		padding: 40px 0;
	}
	.archive-custom-header h1.archive-title {
		font-size: 4rem;
	}

}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 2.875rem;
	color: var(--color-theme-grey-text);
	font-weight: 600;
}

.archive-description .entry-title,
.author-box-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 1.875rem;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	opacity: .9;
}

.widget-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.wpln-single-post .entry-title {
		font-size: 2.375rem;
	}
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text,
.credit-agency {
	color: #5a5a5a;
}
.npr_caption,
figcaption,
.gallery-caption,
.wp-caption-text {
	text-align: left;
	font-size: .875rem;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

span.credit-agency {
	display: block;
	text-align: right;
	font-size: 11px;
    font-style: italic;
    padding-top: 6px;
	line-height: 1;
}
.wpln-archive span.credit-agency {
	font-size: .625rem;
	color:#767676;
	padding-top: 0;
}

span.npr-image-credit:empty, span.npr-image-agency:empty {
	display: none;
}
span.npr-image-agency::before {
	content: " / "
}
.wpln-archive img.alignleft {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

@media screen and ( max-width: 600px ) {
	figure.alignleft,
	figure.alignright,
	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	img.alignleft,
	img.alignright {
		display: table !important;
		float: none !important;
		margin: 20px auto !important;
	}
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* header alert widget */
.widget_header_alert_widget {
	display: block;
	position: relative;
	width: 100%;
	background: linear-gradient(129deg, #15313f 77%, #00405f 21%);
	padding: 40px 30px;
	margin: 0;
	color: #eee;
}
.widget_header_alert_widget .widget-wrap {
	max-width: 1140px;
	margin-left: auto;
	margin-right:auto;
}
.widget_header_alert_widget p {
	font-weight: 200;
	font-size: 1.25rem;
	margin: 0;
}
.widget_header_alert_widget .widget-wrap a {
	display: inline-block;
	color: #eee;
	margin-top: 10px;
	padding: 6px 16px;
	border: 1px solid #eee;
	border-radius: 4px;
	text-transform: uppercase;
	transition: 0.25s;
}
.widget_header_alert_widget .widget-wrap a:hover {
	background-color: #00405f;
}
.widget_header_alert_widget h3  {
	font-size: 2.5rem;
	margin-bottom: 0;
	color: #fff;
}
.widget_header_alert_widget #close {
	position: absolute;
	padding: 8px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	opacity: .75;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 2px;
}
.widget_header_alert_widget #close-inner {
	position: relative;
	font-weight: 800;
	width: 16px;
	height: 16px;
	background: url(images/close-x.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.widget_header_alert_widget #close:hover {
	opacity: .75;
}

/* Top right sidebar widget -------------------------------------------*/
.toprightl-sidebar-widget {
	width: 300px;
	float: right;
	margin-bottom: 16px;
}

/* Super RSS Widget styles -------------------------------------------*/
#super_rss_reader-2 .widget-title {
	background-color: #414e5c;
	color: #fff;
	font-size: 1.375rem;
	padding: 6px;
}
.srr-title {
	line-height: 1.4em !important;
}
.srr-title a {
	color: #1b2333;
	font-weight: 600;
}
p.srr-summary {
	font-size: .875rem;
	line-height: 1.7em !important;
}
.srr-item:not(:first-child) p {
    display: none;
}
.srr-meta {
	font-size: .8rem;
	color: #767676;
}
.srr-tab-wrap li {
	font-size: .8rem;
}
#super_rss_reader-2 .srr-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 0 !important;
}
#super_rss_reader-2 .srr-item:last-of-type {
	border-bottom: none;
}
#super_rss_reader-2 .srr-active-tab {
	background-color: #414e5c !important;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 1rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 1rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

/*.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}*/

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: .875rem;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header - Grid Layout
---------------------------------------------------------------------------- */

.site-header {
	background-color: var(--color-theme-white);
}

.site-header {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	grid-template-areas:
			"header-alert header-alert"
			"logo give-listen";
	width: 100%;
	margin: 0 auto;
	background-color: var(--color-theme-light-grey);
}
.header-alert-area {
	grid-area: header-alert;
}
.navSocial {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	left: 0;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
	animation: box-shadow .3s;
	padding-left: 50px;
	background-color: var(--color-theme-bright);
	display: inline-grid;
	width: 100%;
	grid-template-areas: "logo menu social";
	grid-template-columns: min-content auto auto;
	align-items: center;
	z-index: 9999;
}

.nav-wrap {
	grid-area: menu;
	justify-self: start;
	transition: width .25s ease-out;
}
.social-menu-widget {
	grid-area: social;
}
.header-widget-area {
	grid-area: give-listen;
	justify-self: end;
	padding-right: 50px;
	display: grid;
	align-items: center;
}
.site-header .widget {
	margin-bottom: 0 !important;
}
.widget.simple-social-icons ul li {
	margin: 0 !important;
}
.simple-social-icons {
	margin-bottom: 0;
}
.social-menu-widget {
	grid-area: social;
	justify-self: stretch;
	padding-right: 50px;
	justify-items: end;
}

@media screen and (min-width: 640px) {

	.navSocial .nav-logo {
		height: 100%;
		grid-area: logo;
		display: inline-block;
		justify-self: stretch;
		align-self: stretch;
		width: 0;
		opacity: 0;
		transition: width .15s ease-out, opacity .15s ease-out;
	}
	.navSocial .nav-logo .menu-home-link {
		display: block;
		height: 100%;
		padding: 5px;
		margin: 0 10px 0;
		background-color:var(--color-theme-light-grey);
	}
	.navSocial .nav-logo img {
		opacity: 0;
		transition: opacity .15s ease-out .3s;
	}
	.navSocial.is-pinned .nav-logo img {
		opacity: 1;
	}
	.navSocial.is-pinned .nav-logo {
		opacity: 1;
		margin-left: 0;
		width: 86px;
	}
}

@media screen and (max-width: 960px) {
	.menu-toggle {
		grid-area: menu;
		justify-self: start;
		height: 43px;
	}
	.navSocial {
		grid-template-columns: min-content max-content auto;
		align-items: start;
		padding-left: 20px;
	}
	.social-menu-widget {
		padding-right: 0;
	}
	#search {
		display: none;
	}

}

/* Title Area
--------------------------------------------- */

.site-header .title-area {
	padding: 12px 0 12px 50px;
	justify-self: start;
	float: none !important;
	max-width: none !important;
	grid-area: logo;
	width: 100%;
	display: grid;
	grid-template-columns: 120px auto;
	column-gap: 20px;
	align-items: end;
	justify-items: start;

}

.title-area .site-title a {
	display: block !important;
	width: 120px;
	height: 86px;
}
.site-title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}
.site-description {
	justify-self: start;
	align-self: end;
	margin-bottom: 0;
	line-height: .75;
	font-size: 1.125rem;
	letter-spacing: -1px;
	font-weight: 600;
	color: #265483;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: var(--color-theme-menu-text);
	display: block;
	font-size: 1.125rem;
	outline-offset: -1px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: 600;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--color-theme-bright);
	font-size: 1.125rem;
	padding: 10px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

@media screen and (min-width: 840px) {
	.genesis-nav-menu.menu-primary .menu-item-has-children a.sf-with-ul::after {
		font-family: "dashicons";
		content: "\f347";
		padding-left: 2px;
		vertical-align: middle;
		display: inline-block;
		opacity: 60%;
	}
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.menu-toggle {
	line-height: 20px;
	font-size: 1.375rem;
	padding: 0;
	position: relative;
	z-index: 1000;
	color: #fff;
	text-transform: uppercase;
}
.nav-wrap .dashicons-menu:before {
	margin-right: 6px;
	font-size: 1.375rem;
}
.menu-toggle.activated {
}
.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */


/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Ads
--------------------------------------------- */

@media screen and (min-width: 601px) {
	.mobile-ad {
		display: none;
	}
	.leaderboard {
		margin: 20px auto 40px auto;
		text-align: center;
	}
	#div-gpt-ad-1594914631652-0 {
		margin: 0 auto;
		overflow: auto;
    	display: block;
		text-align: center;
		padding: 6px;
	}
	#div-gpt-ad-1594914631652-0 iframe {
		display: block;
		margin: 0 auto;
	}

}
@media screen and (max-width: 600px) {
	.leaderboard {
		display: none;
	}
	.mobile-ad {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}

.sidebar-ad {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.sponsor-link {
    font-size: .75rem;
    line-height: 15px;
    float: right;
    color: #818282;
    text-align: right;
}
.sponsor-info {
    display: inline-block;
    vertical-align: text-top;
    height: 13px;
    line-height: 1.1;
    width: 13px;
    margin: 2px 0 0 5px;
    border-radius: 100%;
    text-align: center;
    background-color: #eee;
    padding-left: 1px;
}
/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
	list-style: inside;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	color: var(--color-theme-grey-text);
}

.entry-categories,
.entry-tags {
	display: block;
}
.entry-tags {
	font-size: .875rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-meta {
	color: #4d4b4b;
	display: inline-block;
}
.wpln-archive .entry-meta {
	font-size: .8rem;
}
.entry-meta a, .archive-description a {
	color: #319DFF;
	margin-left: 4px;
}
.entry-meta a {
	text-transform: capitalize;
}
.entry-header .entry-meta {
	margin-bottom: 20px;
}
.archive-description ul li {
	list-style: inside;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}
.archive-pagination,
.entry-pagination {
	width: 45%;
	text-align: center;
	font-size: .875rem;
	margin: 40px auto;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination-previous a , .pagination-next a {
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 6px;
	background-color: #215180;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: var(--color-theme-white);
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 1rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar-primary .widget {
	width: 300px;
}
.sidebar p {
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.sidebar .widget {
		margin-left: auto;
		margin-right: auto;
	}
}
/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #32373c;
	color: #aaa;
	clear: both;
	font-size: .875rem;
	padding: 60px 0 20px;
}

.footer-widgets .widget-title {
	color: #879fb7;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets a {
	color: var(--color-theme-white);
	font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ccc;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #32373c;
	font-size: .9rem;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	margin-bottom: 86px;
	color: var(--color-theme-white);
}

.site-footer p {
	margin-bottom: 0;
}

/* Live Blog page structure */
.live-wrap {
	display: grid;
    justify-items: start;
	grid-template-columns: 180px 1fr;
	grid-gap: 20px;

}
.live-updates {
	grid-column-start: 1;
    grid-row-start: 1;

}
.live-updates h3 {
	text-align: center;
    font-size: .8rem;
    padding: 4px;
    background-color: #b61818;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}
.live-menu {
    padding: 6px;
	background-color: #f7f5f0;
	border-radius: 4px;
	position: sticky;
	position: -webkit-sticky;
	top: 15px;
}
.live-content {
	grid-column-start: 2;
	grid-row-start: 1;
	max-width: 640px;
}
.live-content figure {
	max-width: 100% !important;
	height: auto !important;
	display: contents !important;
}

.live-content h3 {
	margin-bottom: 4px;
}
.live-post-wrapper {
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.live-menu ul {
	list-style: none;
    font-size: .75rem;
	line-height: 17px;
}
.live-menu ul li {
	margin-bottom: 20px;
}
.live-menu a {
	color: #0577df;
}
.live-date, .live-author {
	display: block;
	color: #8c8e8f;
}
.live-date {
	text-transform: uppercase;
	font-size: .75rem;
}
.live-menu .live-date {
	color: #88898b;
}
.live-author {
	font-size: 1rem;
	margin-bottom: 10px;
}
.live-post-wrapper .entry-content .aligncenter {
	padding: 0 0 10px;
}
.page-template-live-blog-1 h1.entry-title {
	display: block;
    color: #1b2333;
    font-size: 2.5rem;
    overflow: hidden;
    line-height: 1.15;
}
.page-template-live-blog-1 h1.entry-title:before {
	display: inline-block;
    content: '';
    background-image: url(https://wpln.org/wp-content/themes/wpln-genesis-child/images/covid-19-square-crop.jpg);
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
	vertical-align: middle;
	float: left;
}
.page-template-live-blog-1 .entry {
	margin-bottom: 0;
}
.helper-text {
	display: block;
	font-size: .75rem;
	color: #494a4e;
}

@media only screen and (max-width: 600px) { 
	.live-wrap {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
	.live-content {
		grid-column-start: 1;
		grid-row-start: 1;
		max-width: 100%;
	}
	.live-updates {
		display: none;
	}

}


/* Media Queries
---------------------------------------------------------------------------- */


@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.admin-bar .site-header {
		top: 32px;
	}


	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: var(--color-theme-white);
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.3s ease-in-out;
		box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
		animation: box-shadow .3s;
	}
	.genesis-nav-menu .sub-menu a,
	.nav-primary .genesis-nav-menu .sub-menu a:first-of-type {
		border-top: 0;
		padding: 10px 15px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */
	.js .nav-primary {
		display: block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		width: auto;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav-primary .genesis-nav-menu a:first-of-type {
		padding-left: 0;
	}

	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		width: 65%;
	}
	.sidebar-content .content {
		float: right;
	}
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		width: 30%;
		margin-top: 20px;
	}
	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #e8ecef;
		border-radius: 4px;
		box-shadow: 1px 2px 4px #ccc;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	.after-entry p:last-child {
		margin-bottom: 0;
	}
	.after-entry .widget {
		margin: 30px 0;
	}
	.after-entry .widget:last-child {
		margin-bottom: 0;
	}
	.after-entry.widget-area {
		border-top: 2px solid #eee;
	}

	/* Column Classes
	--------------------------------------------- */
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	/* Entry Misc.
	--------------------------------------------- */
	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}
	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets .wrap {
		max-width: 1140px;
		margin: 0 auto;
	}
	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 860px) {
	#listen {
		display: none;
	}
	.now-playing p {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.site-description {
		display: none;
	}

}



@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/* Listen Live and Support buttons in Header
--------------------------------------------- */
div#give-listen {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 14px;
	justify-items: end;
	align-items: center;
	justify-content: end;
}
#give a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#listen a, #give a, #listen span {
	display:inline;
	color: var(--color-theme-white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.25rem;
	letter-spacing: 1px;
	line-height: 1;
}
#listen a:hover{
	cursor: pointer;
}
#give-listen #search a {
	color: var(--color-theme-bright);
	font-weight: 600;
	font-size: 1.25rem;
}
#search {
	grid-column-start: 2;
}
#search a:before {
	font-family: "dashicons";
	content: "\f179";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1;
	vertical-align: top;
	margin-right: 5px;
}
#menu-wpln-main .menu-item-search {
	display: none;
}
#listen, #give {
	padding: 5px 18px 5px 14px;
	border-radius: 4px;
	background-color: var(--color-theme-dark);
}
#listen {
	grid-column-start: 3;
	height: 100%;
	transition: all .2s ease-in-out;

}
#give {
	grid-column-start: 4;
	transition: all .2s ease-in-out;
}
#listen:hover,
#give:hover {
	transform: scale(1.1);
}
.fa-beat {
	animation:fa-beat 7s ease infinite;
}
  @keyframes fa-beat {
	0% {
	  transform:scale(1);
	}
	17% {
		transform:scale(1.40);
	}
	34% {
		transform:scale(1);
	}
	51% {
		transform:scale(1.40);
	  }
	68% {
		transform:scale(1);
	}
	85% {
		transform:scale(1.40);
	}
	100% {
		transform:scale(1);
	}
  }
.heart {
	color: var(--color-logo-orange);
	display: inline-block;
	padding-right: 8px;
  }
#listen .fa-play, #listen .fa-pause {
	margin: 0 5px;
}

@media screen and (max-width: 640px) {
	#search,
	#listen {
		display: none;
	}
	#give a {
		font-size: 1rem;
		font-weight:900;
		white-space: nowrap;
	}
	.site-header .title-area {
		padding-left: 14px;
	}
	.header-widget-area {
		padding-right: 20px;
	}
}

@media screen and (max-width: 390px) {
	.heart {
		display: none;
	}
}

/* persistent audio player styles
-----------------------------------------------------------------------------*/
#nash-player-wrap {
	z-index: 500;
	width: 100%;
	position: fixed;
	height: 86px;
	bottom:0%;
	background-color: var(--color-theme-bright);
	opacity: 0.985;
	visibility: visible;
	-moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

/* Customize styles for custom fields from NPR story api and image caption, credit, etc.*/
.npr_author {
	color: #4d4b4b;
	font-size: 16px;
	margin-top: 26px;
	line-height: 1;
}
.npr_author a.author {
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
}
.npr_author a:hover {
	color: #04407c;
}
.single-post .npr_author a.meta-email,
.single-post .npr_author a.meta-twitter {
	display: none;
}
.wpln-archive .npr_author {
	margin-top: 14px;
}

.wpln-archive .npr_author, .wpln-archive p.entry-meta {
		font-size: .8rem;
}
.entry-footer p.entry-meta {
	margin: 0 0 10px;
	display: block;
}
.category-stations-events .entry-header div.npr_author, .category-stations-events .entry-header p.entry-meta {
	display: none;
}
.npr_author .dashicons, .author-box .social .dashicons {
	display: inline;
    padding: 4px;
    border: 1px solid #d7dbdc;
    vertical-align: baseline;
    border-radius: 4px;
    font-size: 1em;
    position: relative;
    top: 2px;
}
.npr_author .dashicons-email:before, .npr_author .dashicons-twitter:before {
	color: #44505f;

}
.npr_author::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	right: -20px;
	color: #d7dbdc;
	font-size: .75rem;
	line-height: 2.75;
}
.wpln-archive .npr_author::after {
	line-height: 2.3rem;
}
a.meta-email{
	margin-left: 6px;
}
a.meta-twitter {
	margin-left: 10px;
}
a.meta-email, a.meta-twitter {
	opacity: 70%;
}
.npr_author .author-delimeter{
	margin: 0 6px;
}
a.meta-email:hover, a.meta-twitter:hover {
	text-decoration: none;
	opacity: 100%;
}
.entry-content .addtoany_content {
	display: inline-block;
    margin: 20px 0;
    padding: 8px 0 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.entry-content .addtoany_header {
	display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: baseline;
    color: #818284;
}
.blog h2 {
	margin: 0;
}

/* Format images from CorePub stories pulled from NPR api
----------------------------------------------------------------------------	*/
.wysiwyg-asset-image-wrapper.offset-right {
	float:right;
	max-width: 50%;
	margin: 20px 0 auto auto;
}

/* Archive Intro - grid layout */
.cat-intro {
	font-size: .9rem;
}
.cat-intro p {
	margin-bottom: 14px;
}

/* archive posts layout - grid ------------------------*/
.wpln-archive .entry-content {
	display: grid;
	grid-template-columns: min-content 1fr;
	grid-template-rows: min-content 1fr;
	column-gap: 0;
	row-gap: 0;
}
.wpln-archive  .entry-content .entry-image-link {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	align-self: start;
	width: 300px;
    margin-right: 20px;
}
.wpln-archive .entry-footer {
	display: none;
}
.wpln-archive .entry-content p {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-top: 0;
	margin-bottom: 0px;
}
.wpln-archive  .entry-content .audio-embed {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	margin-top: 0;
}

@media screen and (max-width: 600px) {
	.wpln-archive .entry-content {
		grid-template-columns: auto;
		grid-template-rows: auto;
		row-gap: 10px;
	}
	.wpln-archive .entry-content .entry-image-link {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		margin-right: 0;
		min-width: 300px;
	}
	.wpln-archive .entry-content p {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.wpln-archive .entry-content .audio-embed {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.wpln-archive span.credit-agency {
		grid-column: 1/2;
		grid-row: 4/5;
	}
}

.wpln-archive .entry-header .entry-meta {
    margin-bottom: 10px;
}
.wpln-archive.content .entry, .live-post-wrapper {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    border-radius: 6px;
    border: 1px solid #eee;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.05);
	margin-bottom: 30px;
}
.live-post-wrapper {
	display: inline-block;
}
.wpln-archive.content .home-top .entry {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.wpln-archive h2.entry-title {
	margin-bottom:0;
}
.wpln-archive .entry-content p, .live-content .entry-content p {
	color: var(--color-theme-grey-text);
    font-size: 1rem;
	line-height: 1.6;
}
.live-content .entry-content p:last-of-type {
	margin-bottom: 0;
}
.entry-content a.continue {
	display: block;
    padding: 0 10px;
    margin: 10px auto 0 auto;
    max-width: 162px;
    text-align: center;
    font-size: .875rem;
    border: 1px solid #319dff;
}
.live-blog-thumb {
	width: 250px;
	padding: 0 20px 20px 0;
	float: left;
}
/* archive for home page ----------------------- */
.story-cat-meta {
	font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-family: HelveticaNeue-CondensedBold,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}
.story-cat-meta, .story-cat-meta a {
	color: #a1adb8;
}

/* Deadly Force Podcast archive layout --------------------*/
.deadly-force .npr_author {
	display: none;
}
.deadly-force .entry-meta {
	font-size: .75rem;
}
.deadly-force .entry-header h2 {
	font-size: 2.5rem;
	margin-bottom: 0;
}
.deadly-force .entry-title a {
	color: #29394d;
}
.deadly-force img.alignleft {
	margin: 0 24px 24px 0;
    min-width: 250px;
    padding-right: 20px;
}
.deadly-force .entry-header .entry-meta {
	margin-bottom: 12px;
}

/* Podcast Landing Pages
-----------------------------------------------*/
div.pod-intro-wrap {
	display: grid;
	grid-template-columns: 50% auto;
	border-radius: 8px;
	padding: 30px;
}
div.show-header {
	width: 100%;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	display: grid;
	grid-template-columns: 100px auto;
	grid-template-rows: 50px 50px auto;
	column-gap: 10px;
	row-gap: 0;
}
img.podcast {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	border: 1px solid #d5d6d8;
}
h1.archive-title.podcast {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	margin-bottom: 0;
	color: #fff;
	align-self: end;
}
span.pod-meta {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	color:#d5d6d8;
	font-style: italic;
	align-self: start;
}
div.pod-descrip {
	grid-row: 4 / 5;
	grid-column: 1 / 3;
	margin-top: 20px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d6d8;
}
.pod-intro-wrap div.subscribe-links {
	grid-row: 2 / 3;
	grid-column: 1 / 3;
	border: none;
	padding: 20px 0 0;
    margin: 0;
    clear: both;
}
.pod-intro-wrap .subscribe-links h3,
.pod-intro-wrap .subscribe-links p,
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin h3,
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin p {
	color: #fff;
}
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin ul li a {
	box-shadow: 5px 4px 0 #241b85;
	padding: 2px 14px;
	border-radius: 8px;
	transition: box-shadow 0.2s ease-in-out;
}
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin ul li a:hover {
	box-shadow: none;
	opacity: 100%;
}
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin h3,
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin p {
	font-size: 1rem;
}
.show-header-wrap.this-is-nashville .show-header-description .subscribe-links.tin h3 {
	font-weight: 700;
	margin-bottom: 4px;
	font-size: .875rem;
	text-transform: uppercase;
}
.pod-intro-wrap .subscribe-links ul > li a {
	font-size: .8rem;
}

@media screen and (max-width: 800px) {
	div.pod-intro-wrap {
		grid-template-columns: auto;
	}
}

/* Podcast Subscribe links
-----------------------------------------------*/
div.subscribe-links, .entry-content div.subscribe-links {
	padding: 10px 0;
	border-top: 1px solid #eee9;
	margin: 20px 0;
	clear: both;
}
.show-header-description div.subscribe-links.tin {
	margin: 20px 0 0;
}
.entry-content div.subscribe-links {
	margin: 20px 0;
}
.subscribe-links h3, .entry-content .subscribe-links h3 {
	font-size: 1.1rem;
	margin-bottom: 14px;
	color: #767676;
}
.subscribe-links h3, .entry-content .subscribe-links h3 .clear-text-color, .subscribe-links p, .entry-content .subscribe-links p .clear-text-color {
	color: inherit !important;
}
.subscribe-links ul, .entry-content .subscribe-links ul {
	margin: 0;
}
.subscribe-links ul > li, .entry-content .subscribe-links ul > li {
	list-style:  none;
	display: inline;
	margin-right: 10px;
}
.subscribe-links ul > li a, .entry-content .subscribe-links ul > li a {
	display: inline-block;
	margin-top: 4px;
	padding: 6px 14px;
	background-color: #414e5c;
	color: #fff;
	border-radius: 4px;
	font-size: 1.1rem;
	white-space: nowrap;
}
.subscribe-links ul > li a.apple, .entry-content .subscribe-links ul > li a.apple {
	background-color: #8139B9;
}
.subscribe-links ul > li a.spotify, .entry-content .subscribe-links ul > li a.spotify {
	background-color: #1DB954;
}
.subscribe-links ul > li a.google-play, .entry-content .subscribe-links ul > li a.google-play {
	background-color: #F45A35;
}
.subscribe-links ul > li a.stitcher, .entry-content .subscribe-links ul > li a.stitcher {
	background-color: #3292C5;
}
.subscribe-links ul > li a.rss-link, .entry-content .subscribe-links ul > li a.rss-link {
	background-color: #627487;
}
.subscribe-links ul > li a:hover, .entry-content .subscribe-links ul > li a:hover {
	opacity: 90%;
}
.subscribe-links p, .entry-content .subscribe-links p {
	display: block;
	margin: 0;
	font-size: .9rem;
	color: #767676;
}

/* podcast single posts */
.pod-post-meta {
	display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.pod-post-meta img {
	margin-right: 10px;
	border: 1px solid #767676;
}
.pod-post-meta a {
	width: 100%;
	height: 100%;
	color: #3f4d5d;
}
.pod-post-meta a:hover {
	opacity: 80%;
}
.pod-meta-title {
	display: inline-block;
	color: #767676;
	font-size: .875rem;
	font-style: italic;
}
.pod-meta-title h4 {
    font-size: 1.8rem;
    font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	font-style: normal;
}
.pod-post-meta.tin img {
	padding: 6px;
	background-color: #1a60dd;
	border: none;
}

/* Shows & Podcasts Page formatting
----------------------------------------------------------------------------	*/
h2.show-logos {
	font-size: 1.25rem;
	background-color: #45505f;
    color: #fff;
    padding: 4px 14px;
    border-radius: 2px;
}
.entry-content ul.show-logos {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.entry-content .show-logos li, .entry-content .show-names li {
	list-style-type: none;
}
.entry-content .show-logos li {
	border: none;
	padding-bottom: 30px;
	flex-grow: 1;
	padding: 20px 10px;
	text-align: center;
}
.entry-content .show-logos li img {
	max-width: 220px;
	border: 1px solid #ccc;
}

#homefront .show-logos li img {
	max-width: 240px;
	border-radius: 10px;
	background-color: #fff;
}
.entry-content ul.show-names {
	margin: 0;
}
.entry-content ul.station-logos  {
	margin: 0 !important;
}
.entry-content .station-logos li {
	list-style-type: none !important;
	margin-left: 0;
	border: none;
	padding-bottom: 30px;
	flex-grow: 1;
	padding: 20px 10px;
	text-align: center;
}

/* sponsor logos - in sidebar */
.sponsor-logos {
	font-size: .875rem;
	padding: 6px 14px;
	border: 2px solid #eee;
	border-radius: 4px;
	margin-top: 14px;
}
.sponsor-logos p {
	margin-bottom: 6px;
}

/* Hearken embed */
/*👉div.hearken-embed {
	padding-top: 20px;
}👈*/

/* Ajax Load More plugin
-----------------------------------------------*/
.alm-btn-wrap {
	margin-bottom: 60px;
}
.ajax-load-more-wrap.infinite .alm-load-more-btn {
	opacity: 0;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */
.content #genesis-responsive-slider,
.content .genesis_responsive_slider li {
	border: none;
}
.genesis_responsive_slider {
	margin-bottom: 40px;
}
.content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}
.content .genesis_responsive_slider .slide-excerpt,
.content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}
.content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}
.content #genesis-responsive-slider,
.content .genesis_responsive_slider .slides li,
.content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}
.content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}
.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}
.content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}
.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}
.content .genesis_responsive_slider p {
	font-size: .875rem;
	margin: 10px 0 0;
}
.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}
.content .genesis_responsive_slider .flex-direction-nav li a:focus,
.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}
.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}
.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}
.content #genesis-responsive-slider .flex-direction-nav li a:focus.prev,
.content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

/* Donation Pop Up
----------------------------------------------*/
a.donate {
    /* background-color: #da3f0e; */
    color: white;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #fff;
}
.donate .fa-heart {
	color: #f33f05;
	padding-right: 8px;
}

/* Begin JP Player -------------------------------------------------------------------------------------*/
.hidden {
	opacity: 0;
}
.shown {
	opacity: 1;
	transition: .2s ease-in-out;
}
div.audio-embed {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
div.jp-details p {
	display: none;
}

/* Begin grid layout */
.nash-player {
	display: grid;
	grid-template-columns: 80px auto 300px;
	grid-template-rows: 100%;
	grid-template-areas:
		"player playing popup";
	grid-column-gap: 10px;
	margin: 0 50px;
	height: 100%;
}
.nash-player .jp-audio {
	position: relative;
	grid-area: player;
	justify-self: left;
	align-self: center;
	color:#ECF0F1;
	width: auto;
	height: auto;
}

/* Begin nested controls grid */
 .nash-player .jp-audio .jp-controls, #listen .jp-audio .jp-controls {
	background: none;
	position: relative;
	top: auto;
	left: auto;
 }
.nash-player .jp-audio .jp-controls {
	align-self: center;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	color: #ecf0f1;
	border-right: none;
}

#listen .jp-audio, #listen .jp-audio .jp-controls {
	width: inherit;
	height: inherit;
	border-right: none;
}

#listen .jp-audio .jp-controls span, #listen .jp-audio .jp-controls a:before {
	line-height: 1;
	white-space: nowrap;
}
#listen .jp-audio .jp-controls span {
	line-height: 1;
	padding-left: 0;
	display: inline-block;
}
.nash-player .jp-audio .jp-controls a {
	box-sizing: border-box;
	display:block;
	width:70px;
	height:70px;
	padding-top: 18px;
	padding-left: 6px;
	line-height: 20px;
	border: 4px solid var(--color-theme-white);
	border-radius: 50%;
	text-align:center;
	background-color: var(--color-theme-bright);
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 1.8rem;
	color: #ECF0F1;
	cursor: pointer;
}
.nash-player .jp-audio .jp-controls a.jp-pause {
	padding-left: 1px;

}
.nash-player .jp-audio .jp-controls a:hover {
	transform: scale(1.1);
}
.nash-player .jp-audio .jp-controls a:before {
  display: inline-block;
  font-family: flat-audio;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  width: 80px;
  line-height: 42px;
  opacity: 1;
}


/* Now Playing Widget -------------------------------------------------------------------------------------*/
#now-playing-persist {
	grid-area: playing;
	align-self: center;
}
#now-playing-persist h3, .whatson-program{
	display: inline-block;
}
#now-playing-persist h3 {
	font-weight: 400;
	font-size: .75rem;
	color: #b0bfce;
	margin-bottom: 3px;
}
#now-playing-persist img.onair {
	vertical-align: middle;
	margin: 0 2px 2px 0;
}
.whatson-wrap {
	padding-right: 10px;
}
.whatson-block p {
	float:right;
}
.whatson-program {
	color: #ecf0f1;
}
.whatson-program span {
	display:none;
	font-size: .75rem;
	font-weight: 100;
}
.whatson-program a, .now-playing p, .now-playing p a {
	color: #ecf0f1;
}
.whatson-program a, .now-playing p a {
	font-size: 1.375rem;
}
.whatson-block {
	margin: 0 0 14px 0;
    line-height: 1;
}
.whatson-block p a {
	font-size: 1rem;
}
.whatson-program a:hover, .program-data a:hover, a.onNow-programLink:hover, .now-playing p a:hover {
	color: #b0bfce;
}
.whatson-block li {
	list-style-type: none;
	line-height:1.3;
}
.now-playing p {
	margin-bottom: 0;
}
.now-playing p b {
	color:#b0bfce;
	font-size: .875rem;
	margin-right: 6px;
}
.now-playing p b:before {
	font: 400 16px/1 dashicons;
    vertical-align: middle;
    content: "\f139";
    color: #bdddef;
    margin-right: 3px;
}
#sg-button {
	grid-area: popup;
	height: 100%;
	width: 100%;
	background-color: var(--color-theme-dark);
	text-align: center;
	cursor: pointer;
	align-self: center;
}
#sg-button a.sgplayer-link {
	color: #fff;
	font-weight: 600;
	height: 100%;
	width: 100%;
	display: grid;
	align-items: center;
}
#sg-button i {
	font-family: "Font Awesome 5 Free";

}

#sg-button a:hover {
	color: #eee;
}

.sgplayer-link .fa-external-link-alt:before {
	font-size: 1.375rem;
	vertical-align: middle;
}

/* Persistent Player Media Queries --------------------------------------*/

@media only screen and (min-width: 601px) {
	.allstreams {
		display: inline;
		font-size: .9rem;
		padding-left: 10px;
	}
	.allstreams-mobile {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
		#nash-player-wrap {
			height: 60px;
		}

		.site-footer {
			margin-bottom: 60px;
		}
		#now-playing-persist h3 {
			font-size: 1rem;
			color: #fff;
		}
		#now-playing-persist h3 img {
			display: none;
		}
		#now-playing-persist .now-playing {
			display: none;
		}
		.nash-player {
			grid-template-columns: 100%;
			grid-template-areas: "popup";
			width: 100%;
			margin: 0;
		}
		.nash-player .jp-audio {
			justify-self: center;
		}
		#sg-button {
			align-self: center;
		}
		#sg-button a {
			line-height: .75;
		}

		#sg-button i {
			margin-right: 0;
			font-size: 1.8rem;
			line-height: 1;
		}
		.mobile-player-ad {
			display: none;
		}
		.allstreams {
			display: none;
		}

		.allstreams-mobile {
			font-size: .65rem;
		}
	}

/* related posts */
h3.crp-list-title {
	color: var(--color-theme-grey-text);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
h3.crp-list-title::after {
	content: ":";
}
.crp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#genesis-content .crp-list-item {
	display: flex;
	width: 200px;
	margin: 0 20px 30px 20px
}
.crp-list-item-image img {
	width: 200px;
}
.crp-list-item-title {
	font-family: 'Charter', 'Palatino', serif;
	font-size: 1.1rem;
	line-height: 1.4;
	margin-top: 10px;
}
.crp-list-item a {
	font-weight: 600;
	color: var(--color-theme-title-link);
	transition: .2s;
}
.crp-list-item a:hover {
	color: var(--color-theme-link);
}
@media only screen and (max-width: 960px) {
	.crp-list {
		justify-content: center;
	}
	#genesis-content .crp-list-item {
		width: 220px;
	}
	.crp-list-item .crp-list-item-image {
		text-align: center;
	}
	.crp-list-item-image img {
		width: 220px;
	}
}

/* Mail Chimp
--------------------------------------------- */
.mc4wp-form  {
	font-size: 14px;
	padding: 10px 16px 12px 16px;
	border-radius: 4px;
	display: inline-block;
    width: 100%;
}
.entry-content .mc4wp-form {
	margin: 10px 0 20px;
	}
.single-post .mc4wp-form {
	margin-top: 10px;
	font-weight: 700;
	color: #215080;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
}
.mc4wp-form input {
	padding: 8px;
	border-radius: 2px;
}
.mc4wp-form input[type="submit"] {
	padding: 10px 24px;
	border-radius: 4px;
	background-color: var(--color-theme-bright);
}

.website-7 #mc4wp-form-2.mc4wp-form input[type="submit"],
.website-7 #mc4wp-form-1.mc4wp-form input[type="submit"] {
	width: 22%;
	float: right;
}
.mc4wp-form label {
	display: block;
}
.mc4wp-form h3 {
	font-size: 1.8rem;
	margin-bottom: 0;
	font-weight: 800;
}
.mc4wp-form.mc4wp-form-126116 {
	margin: 0;
	border-radius: 18px;
	padding: 10px 20px;
	background-color: #0067be;
	background-image: url('images/tin-bg.jpg');
	color: #fff;
	font-weight: 700;
	box-shadow: 5px 5px 0px #212180;
}
.mc4wp-form.mc4wp-form-126116 input[type=checkbox]:checked,
.mc4wp-form.mc4wp-form-114243 input[type=checkbox]:checked {
	background-color: #ccc;
}
.mc4wp-form.mc4wp-form-126116 input[type="submit"],
.mc4wp-form.mc4wp-form-114243 input[type="submit"] {
	background-color: #ff69e4;
	color: #000;
	box-shadow: 4px 4px 0px #212180;
}
.mc4wp-form.mc4wp-form-126116 input[type="submit"]:hover,
.mc4wp-form.mc4wp-form-114243 input[type="submit"]:hover {
	box-shadow: 1px 1px 0px #212180;
}

.mc4wp-form.mc4wp-form-126116 input::placeholder,
.mc4wp-form.mc4wp-form-114243 input::placeholder {
	color: #212180;
}
.mc4wp-form.mc4wp-form-126116 h3,
.mc4wp-form.mc4wp-form-114243 h3 {
	color: #fff;
}
.emphasis {
	font-size: 1.125rem;
	color: #414d5c;
}

/* Home page ------------------------------------------------------------*/
.home .entry-header .entry-title {
	display: none;
}
.home .content {
	float: none;
	width: 100%;
}
.home .entry-content ol,
.home .entry-content ul,
.entry-content .wp-block-query ul {
	margin-bottom: 0;
	padding-left: 0;
}

.home .wp-block-query .content-sidebar-wrap {
	margin-top: 40px;
}

.home .wp-block-post-title

/* Change SVG logo color (experimental) ---------------------------------------------*/
img.custom-logo {
	filter: invert(12%) sepia(93%) saturate(1000%) hue-rotate(
128deg
) brightness(100%) contrast(104%);
}


/* Home top ------------------------------------------------------------*/


.home-sticky h2.wp-block-post-template a,
.home-offset h2.wp-block-post-template a,
.home-recent h2.wp-block-post-template a,
.home-category h2.wp-block-post-template a {
	color: var(--color-theme-title-link);
}
.entry-content .home-sticky li,
.entry-content .home-recent li,
.entry-content .home-category li,
.entry-content .home-offset li {
	list-style-type: none;
}
.home-sticky.wp-block-post-template li {
	position: relative;
}

.home-sticky h2.entry-title {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0;
	font-size: 1.375rem;
}
.home-sticky h2.entry-title a {
	color: var(--color-theme-white);
	padding: 6px 12px 12px;
	line-height: 1.1;
	background: #333333db;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 2px;
	box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 22%);
	font-size: 1.375rem;
	font-weight: 600;
}

@media only screen and (min-width: 600px) {

	.home-sticky.wp-block-post-template li,
	.home-sticky .wp-block-post-featured-image a {
		max-width: 350px; /* width of container */
		max-height: 230px; /* height of container */
		overflow: hidden;
	}
	.home-sticky.wp-block-post-template li {
		border-radius: 4px;
		-webkit-box-shadow: 5px 5px 6px -2px #00000033;
		box-shadow: 5px 5px 6px -2px #00000033;
	}
	.home-sticky .wp-block-post-featured-image a img {
		object-fit: cover;
		object-position: center;
		transition: .25s ease-out;
	}
	.home-sticky .wp-block-post-featured-image a:hover img {
		transform: scale(1.1);
		filter: sepia(30%);
	}
}
/* Deadly Force Podcast archive layout --------------------*/

.deadly-force .entry-header h2 {
	font-size: 1.8rem;
	margin-bottom: 22px;

}
.deadly-force .entry-title a {
	color: #29394d;
}

.archive .content.deadly-force .entry {
	padding: 10px 20px 30px 20px;

}
h1.archive-title.podcast {
	font-size: 1.5rem;
}
span.pod-meta {
	font-size: .9rem;
	line-height: 1.5;
}
/* Podcast subscribe links */
.subscribe-links ul > li {
	margin-top: 14px;
}

@media screen and (max-width: 800px) {
	.subscribe-links ul > li {
		display: block;
	}
}

/* Home offset - experiment with layout with a top sticky story and 2 lesser ones */
ul.is-flex-container.home-offset.wp-block-post-template {
		display: grid;
		grid-template-columns: 2fr 1px 1fr;
		grid-template-rows: max-content auto;
		grid-template-areas:
			"one line two"
			"one line three";
		align-items: start;
		column-gap: 40px;
}
.home-offset.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
.home-offset.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
	width: 100%;
}
ul.home-offset.wp-block-post-template {
	padding-bottom: 0;
}
.home-offset.wp-block-post-template ul li {
	margin: 0;
}
.home-offset.wp-block-post-template li:first-of-type {
	width: 100%;
	grid-area: one;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: max-content auto;
	grid-template-areas:
		"headline image"
		"exerpt image";
	column-gap: 20px;
}
.home-offset.wp-block-post-template li:nth-of-type(2) {
	grid-area: two;
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-bottom: 1px solid #ccc;
}
.home-offset.wp-block-post-template li:nth-of-type(3) {
	grid-area: three;
}

.home-offset.wp-block-post-template li:first-of-type figure {
	grid-area: image;
}
.home-offset.wp-block-post-template li:first-of-type h2 {
	grid-area: headline;
	margin-bottom: 2px;
}
.home-offset.wp-block-post-template li:nth-of-type(2) h2,
.home-offset.wp-block-post-template li:nth-of-type(3) h2 {
	font-size: 1.5rem;
}

.home-offset .wp-block-post-excerpt__excerpt {
	grid-area: excerpt;
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1.4;
	color: #333;
}
.home-offset.wp-block-post-template li:nth-of-type(2) figure,
.home-offset.wp-block-post-template li:nth-of-type(3) figure {
	display: none;
}

@media screen and (max-width: 860px) {
	ul.is-flex-container.home-offset.wp-block-post-template {
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-template-areas:
			"one"
			"two"
			"three";
		align-items: start;
		column-gap: 40px;
}
	.home-offset.wp-block-post-template li:first-of-type {
		grid-template-areas:
			"image"
			"headline"
			"exerpt";
			grid-template-columns: auto;
			grid-template-rows: auto;
			padding-bottom: 20px;
			border-bottom: 1px solid #ccc;
	}
	.home-offset.wp-block-post-template li:first-of-type figure {
		margin-bottom: 20px;
	}
	.home-offset.wp-block-post-template li:nth-of-type(2) h2,
	.home-offset.wp-block-post-template li:nth-of-type(3) h2 {
		margin-bottom: 10px;
	}
	.home-offset.wp-block-post-template li:nth-of-type(2) .wp-block-post-excerpt__excerpt,
	.home-offset.wp-block-post-template li:nth-of-type(3) .wp-block-post-excerpt__excerpt {
		display: inline;
	}
}
/* /Home Sticky */

.featured-image-class {
	margin-top: 20px;
}
.entry-content img.centered,
.entry-content .aligncenter {
	display: inline-block;
	margin: 0 auto;
	padding: 20px 0;
}
.featured-image-class img.aligncenter,
.featured-image-class .entry-content img.centered {
	padding: 0;
}
.featured-excerpt {
	font-size: 1rem;
	color: var(--color-theme-grey-text);
	line-height: 24px;
}

.home-recent .wp-block-post-featured-image img {
	width: 156px;
	height: 156px;
	object-fit: cover;
	object-position: center;
}

.home-recent ul > li {
	margin-bottom: 30px;
}

.home-recent h2 {
	margin-bottom: 4px;
}
.home-recent .wp-block-post-date {
	font-size: .875rem;
}
.section-title {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	width: max-content;
	padding-bottom: 4px;
	margin-bottom: 4px;
	transition: .25s ease-in;
	white-space: nowrap;
}
a .section-title {
	color: var(--color-theme-grey-text);
}
a:hover .section-title {
	color: var(--color-theme-light-blue);
}
.home-email {
	font-weight: 800;
	border-radius: 4px;
}

.sisters {
	background-color: var(--color-theme-bright);
	padding: 10px 16px;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #ccc;
}
.sisters h2.page-subhead {
	margin-bottom: 8px;
	color: #fff;
}

.entry-content ul.sister-stations > li {
	list-style: none;
	margin: 0 0 2px 6px;
}
.entry-content ul.sister-stations > li:last-of-type {
	margin-bottom: 0;
}

ul.sister-stations > li a {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	transition: .25s ease-out;
}
.entry-content ul.sister-stations > li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f130";
	margin-right: 10px;
}
ul.sister-stations > li a:hover {
	color: rgb(186, 210, 224);
}
.sister-stations.gb-block-accordion .gb-accordion-title {
	background-color: var(--color-theme-bright);
	color: var(--color-theme-menu-text);
	font-weight: 800;
	border-radius: 4px;
	box-shadow: 4px 4px 4px -3px #00000033;
	margin: 15px auto 10px auto;
	text-align: center;
}
.sister-stations.gb-block-accordion .gb-accordion-title::marker {
	font-size: 1.375rem;
	line-height: 0;
}
.sister-stations.gb-block-accordion details:not([open]) {
	height: 54.5px;
}
.sister-stations.gb-block-accordion details[open] {
	background-color: #ebebeb;
	}
.home-category a h2.entry-title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--wpln-font-color);
	margin-left: 10px;
}
.home-category .cat-item a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 10px 0;
}
.home-category .cat-item a:hover .entry-title {
	color: var(--color-theme-light-blue);
}
.home-category .cat-item a .wp-post-image {
	transition: .25s ease-out;
}
.home-category .cat-item a:hover .wp-post-image {
	opacity: .8;
}
.home-category .beat-meta {
	display: grid;
	grid-template-columns: 42px auto;
	grid-template-rows: 50% 50%;
	grid-template-areas: "avatar name"
	"avatar title";
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	column-gap: 10px;
	color: #5c5c5c;
	transition: .2s ease-in;
}
.home-category .beat-avatar {
	width: 42px;
	height: 42px;
	grid-area: avatar;
	justify-self: start;
	align-self: center;
}

.home-category .beat-name {
	grid-area: name;
	font-size: .875rem;
	font-weight: 600;
	align-self: end;
}
.home-category .beat-author-title {
	grid-area: title;
	font-size: .75rem;
	align-self: start;
}
.home-category a:hover .beat-meta {
	color: var(--color-theme-light-blue);
}

.page-id-167621 .home-cat-title {
	display: none;
}

/*👉.home .gb-2-col-wideleft .gb-layout-column-wrap {
	grid-template-columns: auto 300px;
}👈*/
.home-three-column.gb-3-col-equal .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
	grid-template-columns: auto auto 300px !important;
}

@media screen and ( min-width: 800px ) and ( max-width: 940px ) {
	.home-category a h2.entry-title,
	.entry-content ul.wnxp-rss a {
		font-size: .875rem;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 800px ) {
	.home-recent .wp-block-post-featured-image img {
		width: 100%;
		height: auto;
		padding-right: 20px;
	}
}
@media screen and ( max-width: 600px ) {
	.home-recent .wp-block-post-featured-image img {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
}

/* hide/show on mobile/desktop */
@media screen and ( max-width: 600px ) {
	.hide-on-mobile {
		display: none;
	}
	.show-on-mobile {
		display: inherit;
	}
}
@media screen and ( min-width: 600px ) {
		.hide-on-mobile {
		display: inherit;
	}
	.show-on-mobile {
		display: none;
	}
}

h2.page-subhead {
	font-size: 1.125rem;
	font-weight: 700;
	display: flex;
    align-items: center;
	color: var(--color-theme-dark);
	margin-bottom: 26px;
}
h2.page-subhead.no-padding {
	margin-bottom:0;
}
.page-subhead:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #ccc;
	margin-left: 0.85rem;
}

.boxzilla-close-icon {
	color: #5c4b51 !important;
}

/* Metro Landing Page Styles */
.metro-landing {
	margin-bottom: 30px;
}
.metro-landing h2 {
	text-align: center;
	margin: 20px 0;
	color: #402476;
	font-weight: 800;
}
.metro-header {
    border-bottom: 2px solid #402476;
    border-radius: 48px 0 48px 0;
    padding: 16px;
    margin-bottom: 20px;
    background-color: #efefef;
    box-shadow: -3px 0 0 #ff1300, 3px 0 #01feff;
}
h1.archive-title.metro-page {
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	font-size: 4.875rem;
	color: #402476;
	text-shadow: -3px 0 0 #FF1300, 3px -1px 0 #01FEFF;
	margin-bottom: 0;
	line-height: 1;

}
.metro-landing .subheading {
	display: block;
	font-size: 1.375rem;
	line-height: 1.4;
	margin-bottom: 0;
	color: #402476;
	font-weight: 600;
}
.metro-cartoon {
	display: grid;
	grid-template: 100% / 23.5% 23.5% 23.5% 23.5%;
	column-gap: 2%;
	align-items: stretch;
	margin-bottom: 30px;
}

.cartoon-card {
	background-color: #efefef;
}
.cartoon-card .number {
	display: block;
	text-align: center;
	font-size: 1.75rem;
	font-weight:800;
	color:#2598a8;
}
.cartoon-card.one .number::after,
.cartoon-card.two .number::after,
.cartoon-card.three .number::after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	padding-left: 10px;
}
.cartoon-card.four .number::after {
	font-family: "Font Awesome 5 Free";
	content: "\f4da";
	font-weight: 400;
	padding-left: 10px;
}
.metro-cartoon p {
	font-size: .875rem;
    line-height: 1.6;
    padding: 0 19px;
    text-align: center;
	color: #434f5e;
}
.hearken-grid {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
}

.ask-hearken, .hearken-vote {
	background-color: #efefef;
}
.metro-landing .hearken-grid h2 {
	margin-bottom: -10px;
}

@media only screen and (max-width: 660px) {
	.imgslidersgt {
		max-height: 300px;
    	height: 300px;
	}
	.cctooltip {
		margin-top: 210px;
	}
	.metro-cartoon {
		grid-template-columns: 46% 46%;
		grid-template-rows: auto auto;
		row-gap: 10px;
	}
	.hearken-grid {
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
		row-gap: 20px;
	}
}

/* Post Slider custom styles override */
.metro-landing .psac-post-carousel.psac-design-2 .psac-post-title {
	font-size: 1rem;
	line-height: 22px;
}
.metro-landing .psac-post-carousel.psac-design-2 .psac-post-margin-content {
	padding: 10px;
}
.metro-landing .psac-post-carousel.psac-design-2 .psac-post-carousel-content {
	text-align: left;
}

/* Added for Delke trial blog and single posts - to connect the podcast and the blog */
.instructions {
	font-size: 1rem;
	display: block;
	color: #767676;
	font-style: italic;
	margin-bottom: 6px;
}

.special-post_meta {
	display: grid;
	width: 100%;
	grid-template-columns: 300px auto;
	grid-template-areas: "header header"
	"podlink bloglink";
	column-gap: 6px;
	row-gap: 20px;
	align-items: center;
	margin: 10px 0 20px;
}
.special-meta-header {
	grid-area: header;
	font-size: 1.375rem;
	line-height: 2.4rem;
	font-style: italic;
	font-weight: 600;
	color: #767676;
}
.pod-post-meta.delke {
	grid-area: podlink;
	border-bottom: none;
	padding: 0;
	margin: 0;
	place-self: start;
	border-right: 1px solid #ccc;
}

a.bloglink {
	grid-area: bloglink;
	place-self: start;
    padding-left: 20px;
    /* background-color: #414d5c; */
    color: #319DFF;
    /* border-radius: 4px; */
    font-weight: 600;
    font-size: 1.25rem;
}
a.bloglink:hover {
	opacity: 80%;
}
@media only screen and (max-width: 760px) {
	.special-post_meta {
		grid-template-columns: auto;
		grid-template-areas: "header"
		"podlink"
		"bloglink";
	}
	.special-meta-header {
		font-size: 1.25rem;
	}
	a.bloglink {
		padding-left: 0;
	}

}

/* This Is Nashville home page */

.show-header-wrap.this-is-nashville {
	background-image: url('images/tin-background-skyline.jpg');
	background-color: #0067be;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	box-shadow: 0px 5px 0px 0px #212180;
}
.show-header-wrap.this-is-nashville .show-header {
	max-width: 1140px;
    display: grid;
    grid-template-areas: "logo info";
    grid-template-columns: 200px auto;
    grid-template-rows: auto;
    justify-items: start;
    column-gap: 40px;
    padding: 20px 0;
    margin: 0 auto 40px;
}
.show-header-wrap.this-is-nashville .show-header-logo {
	grid-area: logo;
}
.show-header-wrap.this-is-nashville .show-header-logo img {
	max-width: 200px;
}
.show-header-wrap.this-is-nashville .show-header-info,
.show-header-wrap.this-is-nashville .show-header-info .subscribe-links h3,
.show-header-wrap.this-is-nashville .show-header-title {
	color: #fff;
}
.show-header-wrap.this-is-nashville .show-header-info {
	grid-area: info;
	padding: 0;
	align-self: center;
}
.show-header-wrap.this-is-nashville .show-header-title {
	font-weight: 600;
	font-size: 2.1rem;
	margin-bottom: 0;
}
.show-header-wrap.this-is-nashville .show-header-info p {
	font-weight: 600;
}
.show-header-wrap.this-is-nashville .show-header-info p:last-of-type {
	margin-bottom: 0;
}
.show-header-wrap.this-is-nashville .show-header-description {
	display: inline-block;
}

.show-header-wrap.this-is-nashville .show-header-description p {
	font-size: .9rem;
    line-height: 1.4;
}

.this-is-nashville a.latest-ep {
	font-size: .875rem;
	background-color: #ff78df;
	color: #212180;
	box-shadow: 5px 4px 0 #241b85;
	transition: box-shadow 0.2s ease-in-out;
    padding: 5px 14px;
    border-radius: 8px;
}
.this-is-nashville a.latest-ep:hover {
	box-shadow: none;
}
.show-header-wrap.this-is-nashville .tin-subcat .show-header-title {
	font-weight: 300;
}
.show-header-wrap.this-is-nashville .tin-subcat .show-header-title a {
	color: #fff;
	font-weight: 700;
	transition: .25s;
}
.show-header-wrap.this-is-nashville .tin-subcat .show-header-title a:hover {
	color: #ffffffba;
}
.show-header-wrap.this-is-nashville .tin-subcat .show-header-title a .fa-angle-right {
	vertical-align: middle;
	padding-bottom: 2px;
}
.white-link a {
	color: #fff;
}
.white-link a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 800px) {
	.show-header-wrap.this-is-nashville .show-header-logo img {
		max-width: 130px;
	}
	.show-header-wrap.this-is-nashville .show-header-info {
		padding: 20px
	}
  }

/* /This Is Nashville home page */
div.wpln-episode {
	margin-bottom: 20px;
}

.wpln-episode .excerpt {
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 6px;
}

.wpln-episode .episode-date {
	text-align: left;
}

.wpln-episode a {
	color: var(--wpln-font-color);
	display: grid;
	grid-template-areas:
	"image info";
	grid-template-columns: 50% 50%;
	column-gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.wpln-episode a:hover .entry-title {
	color: var(--color-theme-link);
}
.wpln-episode a:hover .episode-thumbnail {
	transition: .2s ease-out;
}
.wpln-episode a:hover .episode-thumbnail {
	opacity: .9;
}

.wpln-episode.ep-1 a {
	grid-template-columns: 50% 50%;
}
.wpln-episode.ep-2 a,
.wpln-episode.ep-3 a,
.wpln-episode.ep-4 a,
.wpln-episode.ep-5 a,
.wpln-episode.ep-6 a {
	grid-template-columns: 150px auto;
}
.wpln-episode.ep-3 a {
	border-bottom: none;
	padding-bottom: 0;
}
.wpln-episode.ep-1 a .episode-thumbnail {
	grid-area: image;
	grid-column: 1 / span 1;
	grid-row: 1 / span 4;
}
.wpln-episode.ep-2 a .episode-thumbnail,
.wpln-episode.ep-3 a .episode-thumbnail,
.wpln-episode.ep-4 a .episode-thumbnail,
.wpln-episode.ep-5 a .episode-thumbnail,
.wpln-episode.ep-6 a .episode-thumbnail {
	width: 150px;
}

.wpln-episode.ep-1 .ep-info {
	grid-area: info;
}
.wpln-episode.ep-1 a h2.entry-title {
	font-size: 2.2rem;
	margin-bottom: 0;
}
.wpln-episode.ep-2 a h2.entry-title,
.wpln-episode.ep-3 a h2.entry-title,
.wpln-episode.ep-4 a h2.entry-title,
.wpln-episode.ep-5 a h2.entry-title,
.wpln-episode.ep-6 a h2.entry-title {
	font-size: 1.75rem;
	margin-bottom: 0;
}
.wpln-episode.ep-1 a .latest {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	color: var(--color-theme-bright);
}
.wpln-episode.ep-1 a .latest .label {
	text-transform: uppercase;
	background-color: var(--color-theme-bright);
	color: #fff;
	padding: 0 10px;
	border-radius: 4px;
	margin-right: 5px;
}

.wpln-episode.ep-1 a .episode-date {
	font-weight: 800;
	font-size: 1rem;
}
.wpln-episode.ep-2 a .episode-date,
.wpln-episode.ep-3 a .episode-date,
.wpln-episode.ep-4 a .episode-date,
.wpln-episode.ep-5 a .episode-date,
.wpln-episode.ep-6 a .episode-date {
	font-weight: 800;
	font-size: .875rem;
}

.wpln-episode a br {
	display: none;
}
div.tin-see-all {
	display: flex;
	align-items: center;
	margin-top: -20px;
	margin-bottom: 20px;
}
div.tin-see-all:before {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #ccc;
    margin-right: 0.85rem;
}
.tin-see-all a {
	float: right;
}

.this-is-nashville-col2 {
	width: 300px !important;
}
.this-is-nashville-col2 h3 {
	margin-bottom: 0;
	color: var(--color-theme-bright);
}
.this-is-nashville-col2 div.hearken-embed {
	padding-top: 0;
}
a.tin-more-link {
	padding: 0 0 0 10px;
	float: right;
	position: absolute;
	right: 0;
	background-color: rgb(249, 249, 249);
}
@media screen and ( max-width: 800px ) {
	.show-header-wrap.this-is-nashville .show-header-logo img {
		max-width: 80%;
	}
	.show-header-wrap.this-is-nashville .show-header {
		grid-template-areas:
		"logo"
		"info";
		grid-template-columns: auto;
		row-gap: 30px;
	}
	.show-header-wrap.this-is-nashville .show-header-logo {
		text-align: center;
	}
	.wpln-episode a {
		grid-template-areas:
		"image"
		"info";
		grid-template-columns: auto;
	}
	.wpln-episode.ep-1 a .episode-thumbnail {
		grid-area: image;
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}
	.wpln-episode.ep-1 a {
		grid-template-columns: auto;
	}
	.wpln-episode.ep-2 a .episode-thumbnail,
	.wpln-episode.ep-3 a .episode-thumbnail,
	.wpln-episode.ep-4 a .episode-thumbnail,
	.wpln-episode.ep-5 a .episode-thumbnail,
	.wpln-episode.ep-6 a .episode-thumbnail {
		width: 100%;
	}
	.this-is-nashville-col2 {
		width: 100%;
		margin: 0 auto;
	}
}

/* This Is Nashville Sub Category Pages */
#menu-this-is-nashville-menu {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	margin-top: -20px;
}
#menu-this-is-nashville-menu li {
	line-height: 1;
	margin-bottom: 0;
}
#menu-this-is-nashville-menu li a {
	font-weight: 600;
}

#menu-this-is-nashville-menu li.current-menu-item a {
	color: #202080;
	font-weight: 700;
}

/* compact audio player for most recent episode */
.wpln-episode .audio-embed {
	height: auto;
	margin: 16px 0 0;
	background-color: var(--color-theme-bright);
	border-radius: 25px;
	width: 200px;
}
.wpln-episode .jp-gui.jp-interface .jp-progress-wrapper {
	background: none;
	padding: 0;
	line-height: 2;
	left: 40px;
	height: auto;
}
.wpln-episode .jp-audio {
	height: 32px;
}
.wpln-episode .jp-audio .jp-progress .jp-seek-bar {
	border-radius: 0 16px 16px 0;
	background-color: #215080;
}
.wpln-episode .jp-audio .jp-progress {
	line-height: 32px;
	left: 34px;
	height: 32px;
	border-radius: 0 16px 16px 0;
}
.wpln-episode .jp-audio .jp-progress .jp-seek-bar {
	border-radius: 0 16px 16px 0;
	background-color: #215080;
}
.wpln-episode .jp-audio .jp-controls span  {
	line-height: 32px;
	font-size: 1rem;
	padding-left: 14px;
}
.wpln-episode .jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
    width: 0;
    height: 32px;
    background-color: #2980B9;
}
.wpln-episode .jp-audio .jp-details,
.wpln-episode .jp-audio .jp-time-holder {
	width: auto;
	line-height: 32px;
}
.wpln-episode .jp-current-time,
.wpln-episode .time-divider {
	display: none;
}
.wpln-episode .jp-audio .jp-details {
	width: auto;
	padding: 0 4px;

}
.wpln-episode .jp-audio .jp-time-holder {
	right: 6px;
}
.wpln-episode .jp-audio .jp-controls {
	width: 32px;
	line-height: 32px;
	border-radius: 16px 0 0 16px;
	border-right: none;
}

.wpln-episode .jp-audio .jp-time-holder,
.wpln-episode .jp-audio .jp-duration {
	width: auto;
	line-height: 32px;
}
.jp-duration {
	display: none;
}
.wpln-episode .jp-title,
.wpln-episode .jp-audio .jp-time-holder {
	font-size: 1rem;
	margin-right: 10px;
	white-space: nowrap;
}
.wpln-episode .jp-title {
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 0;
}

.wpln-epidose .jp-audio .jp-time-holder {
	float: right;
	width: auto;
}

/* This Is Nashville posts */
.episode-header {
	display: grid;
	grid-template-columns: 120px 1px auto;
	grid-template-rows: auto auto;
	grid-column-gap: 10px;
	grid-template-areas:
	"logo line headline"
	"date line headline";
}
.episode-show-logo {
	grid-area: logo;
}
.episode-header .vert-divider {
	grid-area: line;
	height: 100%;
	background-color: var(--color-theme-bright);
}
a.show-logo-link {
	display: inline-block;
	background-color: #1d60e0;
	border-radius: 4px;
}

a.show-logo-link:hover {
	background-color: #3676ec;
}

.episode-date {
	grid-area: date;
	color: var(--color-theme-bright);
	font-size: .75rem;
	line-height: 1.4;
	text-align: center;
}
.episode-header header.entry-header {
	grid-area: headline;
}

.episode-date .day {
	display: block;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 800;
}
/* This Is Nashville episode archive */

.post-type-archive-episode .wpln-archive .npr_author {
	display: none;
}

 /* flickety slider for wpln.org contributors - on home page, and staff slider block*/
 .author-slider,
 .staff-slider {
	margin: 20px 0;
}
.author-slider .author-slides .slide-card,
.staff-slider .staff-slides .slide-card {
   margin-left: 20px;
}
a.author-slide-link,
a.person-slide-link {
   color: #545454;
   display: block;
   width: 120px;
}
a.author-slide-link:hover {
   color: var(--color-theme-bright);
}
.author-slider img {
	transition: all .25s;
	border-radius: 50%;
	grid-area: image;
	justify-self: center;
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.author-slider .author-slides .slide-card a:hover img {
	filter: sepia(40%) hue-rotate(0deg) saturate(100%);
}
.author-slider-name {
	padding-top: 6px;
	display: block;
   font-size: .875rem;
   text-align: center;
   font-weight: 700;
   line-height: 1.3;
}

/* election-2022 archive */
.tag-elections-2022 h1.archive-title, .tag-mayoral-race-2023 h1.archive-title {
	display: none;
}
img.wp-image-130200 {
	display: block;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #6f6f70b0;
}
.tag-elections-2022 ul.election-list {
	font-weight: 800;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
}
.tag-elections-2022 ul.election-list li {
	list-style: none;
	display: block;
}
.tag-elections-2022 ul.election-list li a {
	display: block;
	padding: 10px;
    border-radius: 4px;
    background-color: #215080;
	box-shadow: 2px 2px 4px #6f6f70b0;
	line-height: 1.3;
	color: #fff;
	margin: 0;
}
.tag-elections-2022 ul.election-list li a:hover {
	background-color: #2d67a1;
}
.boxed {
	padding: 10px;
	background-color: #f2f2f2;
}

/* Use rounded-shadow for a white rounded box with a shadow */
.rounded-shadow {
	background: #fff;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
	border-radius: 8px;
}

.author-atudhope .social { 
	display: none;
}

div.elections-header {
	border-radius: 7px;
	filter: drop-shadow(1px 2px 3px #767878);
}

ul.elections-header li a {
	background-color: #215180;
	margin-right: 5px;
}
ul.elections-header li a:hover {
	text-decoration: underline;
}