/* Horizontal Slider */
.pod-slider {
	margin: 40px 0;
}
.horiz-slides {
/*👉	background-color: #efefef;
	padding: 10px;
	border-radius: 4px;👈*/
}
.horiz-slides .slide-card {
	width: 200px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	vertical-align: top;
}
.horiz-slides .slide-card h3 {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
	color: var(--wpln-font-color);
	white-space: normal;
}
.slide-card a .wpln-slider-img {
	transition: .25s ease-out;
	box-shadow: 2px 2px 5px 0px #BCBBBF;
}
.slide-card a:hover .wpln-slider-img {
	opacity: .8;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
  }

  .flickity-enabled:focus { outline: none; }

  .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
  }

  .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
  }

  /* draggable */

  .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }

  .flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
  }

  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
  }

  /* ---- flickity-button ---- */

  .flickity-button {
	position: absolute;
	background: #fff;
	border: none;
	color: #333;
  }

  .flickity-button:hover {
	background: white;
	cursor: pointer;
	color: #333333a6;
  }

  .flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
  }

  .flickity-button:active {
	opacity: 0.9;
  }

  .flickity-button:disabled {
	opacity: 0;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
  }

  .flickity-button-icon {
	fill: currentColor;
  }

  /* ---- previous/next buttons ---- */

  .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
	box-shadow: 3px 1px 4px 0px #7a7a75c9;
  }
button.flickity-prev-next-button {
	padding: 0;
}
  .flickity-prev-next-button.previous { left: -20px; }
  .flickity-prev-next-button.next { right: -20px; }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 0px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 0px;
  }

  .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
  }

  /* ---- page dots ---- */

  .flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
  }
  .flickity-page-dots {
	  display: none;
  }
/*👉  .flickity-rtl .flickity-page-dots { direction: rtl; }
👈*/
/*👉  .flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
  }👈*/

  .flickity-page-dots .dot.is-selected {
	opacity: 1;
  }
/* / Flickity
---------------------------------------------- */
.wpln-after-sticky .widget_mc4wp_form_widget {
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.wpln-after-sticky #mc4wp-form-1.mc4wp-form input {
	width: 100%;
}

.wpln-after-sticky #mc4wp-form-1.mc4wp-form input[type=submit] {
	font-size: 18px;
	width: 200px;
	background-color: var(--color-theme-bright);
}

.entry-content .wpln-after-sticky h4 {
	margin-top: 0px;
	color: var(--color-theme-bright);
/*👉	padding-top: 20px;
	border-top: 1px solid #ccc;👈*/
}
/* newscast */
.wpln-after-sticky h2 {
	margin-bottom: 4px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

 .wpln-featured .wpln-after-sticky .audio-embed {
	width: 100%;
	height: 48px;
/*👉	border-radius: 25%;
👈*/ }
 .wpln-featured .wpln-after-sticky .jp-audio .jp-controls div {
	 font-size: 18px;
	 padding-top: 5px;
 }
 .wpln-featured .wpln-after-sticky .audio-embed .jp-progress,
 .wpln-featured .wpln-after-sticky .audio-embed .jp-progress .jp-seek-bar,
 .wpln-featured .wpln-after-sticky .audio-embed .jp-progress .jp-seek-bar .jp-play-bar {
	 display: block;
	 height: 5px;
 }
 .wpln-featured .wpln-after-sticky .audio-embed .jp-progress {
	 width: 90%;
	 padding-top: 6px;
 }
 .wpln-featured .wpln-after-sticky .jp-audio .jp-details {
	 padding-top: 6px;
 }
 .wpln-featured .wpln-after-sticky .jp-current-time,
 .wpln-featured .wpln-after-sticky .time-divider {
	 display: inline-block;
	 font-size: 16px;
 }
 .wpln-featured .wpln-after-sticky .time-divider {
	 vertical-align: top;
 }
 .wpln-featured .wpln-after-sticky .jp-audio .jp-time-holder {
	 float: right;
	 width: 50%;
	 padding-top: 6px;
 }


/* WNXP Widget */
h2.section-title#h-music-news-from-wnxp {
	color: #fff;
	/*👉background-color: #ffcc02;👈*/
	background-color: #0062af;
	padding: 6px;
	border-radius: 4px;
	border-bottom: 0;
	font-size: 16px;
	display: inline;
	line-height: 80px;
	border-bottom: none;
	box-shadow: 2px 3px 5px #ccc;
}
#h-music-news-from-wnxp::before {
	content: '';
	width: 94px;
	height: 80px;
	background-image: url('/wp-content/themes/wpln-genesis-child/images/wnxp-logo-only-300x254.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: left;
	margin-right: 4px;
}
 .entry-content ul.wnxp-rss {
	 width: 100%;
	 padding: 6px 10px;
	 border-left: 1px solid #ffcc02;
	 border-bottom: 1px solid #0062af;
	 border-right: 1px solid #0062af;
	 border-radius: 0 0 6px 6px;
	 margin: -10px auto 0 auto;
	 box-shadow: 2px 5px 4px #ccc;
 }

 .entry-content ul.wnxp-rss li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-left: 6px;
 }
 .entry-content ul.wnxp-rss li:last-of-type {
	border-bottom: none;
 }
 .entry-content ul.wnxp-rss a {
	 display: inline-block;
	 color: var(--wpln-font-color);
	 font-size: 18px;
	 font-weight: 600;
	 line-height: 1.2;
	 font-family: 'Charter', 'Palatino', serif;
	 margin: 14px 4px;
	 transition: .2s ease-in-out;
 }
 .entry-content ul.wnxp-rss a:hover {
	color: var(--color-theme-light-blue);
 }

@media screen and (min-width: 801px ) and ( max-width: 1050px ) {
	#h-music-news-from-wnxp::before {
		display: inline-block;
		float: none;
		margin: 0 auto;
		width: 100%;
		height: 120px;
		margin-bottom: 10px;
	}
	h2.section-title#h-music-news-from-wnxp {
		line-height: 1;
		color: #0062af;
		background: none;
		border-radius: 0;
		box-shadow: none;
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 800px ) {
	.entry-content ul.wnxp-rss {
		max-width: 100%;
		margin-top: 0;
		box-shadow: none;
	}
/*👉	h2.section-title#h-music-news-from-wnxp {
		font-size: 26px;
	}
👈*/
}


 /* flickety slider for wpln.org contributors - on home page. */
 .author-slider {
	 margin: 20px 0;
 }
.author-slider .author-slides .slide-card {
	margin-left: 20px;
}
a.author-slide-link {
	color: #545454;
	display: grid;
	grid-template-columns: 130px;
	grid-template-rows: 120px auto;
	grid-template-areas:
		"image"
		"name";
	row-gap: 6px;
	align-items: center;
	justify-items: start;
}
a.author-slide-link:hover {
	color: var(--color-theme-bright);
}
 .author-slider img {
	 /*👉filter: saturate(0);👈*/
	 filter: grayscale(1);
	 transition: .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: grayscale(0)
 }
 .author-slider-name {
	grid-area: name;
	font-size: 12px;
	text-align: center;
	justify-self: center;
	font-weight: 600;
	line-height: 1.3;
}

/* Home Page - latest news, everything not in sticky posts or category boxes */

/*👉.more-main {
	margin-right: 20px;
	border-right: 1px solid #ccc;
	margin-right: 0;
	border-right: none;
}
👈*/
h2.page-subhead.more-healines {
	margin-bottom: 10px;
}
.more-news-item-link {
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	flex-basis: 40%;
}
.more-news-item-link:first-of-type {
	border-top: none;
}

@media screen and (min-width: 800px ) {
/*👉	.more-main .more-news-item-link:last-of-type,
	.more-rail .more-news-item-link:last-of-type {
		border-bottom: none;
	}👈*/
	.more-news {
		column-count: 2;
		column-rule: 1px solid #dbe0e7;
		column-gap: 60px;
	}
	.more-news-item-link:nth-of-type(4) {
		border-top: none;
		padding-top: 0;
	}

}

/*👉.more-main .more-news-item-link {
	margin-right: 20px;
}👈*/

.more-news-item-link .entry-title {
	color: var(--wpln-font-color);
	font-size: 22px;
}

.more-news-item-link:hover .entry-title {
	color: var(--color-theme-light-blue);
}
a.all-news {
	text-transform: uppercase;
	color: #0062af;
	border: 1px solid #0062af;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
}

.home-three-columns-ads.gb-layout-columns-3>.gb-layout-column-wrap {
	grid-template-columns: 1fr 1fr 300px;
}

.home-full-mc .gb-block-layout-column-inner {
	padding: 20px 10px 10px 10px;
	height: 250px;
	display: grid;
	align-content: center;
}

@media screen and (max-width: 800px ) {
/*👉	.more-news {
		flex-wrap: wrap;
	}👈*/
	.home-three-columns-ads.gb-layout-columns-3>.gb-layout-column-wrap {
		grid-template-columns: auto;
	}
}
.home .mc4wp-form h3 {
	color: #fff;
}

.home .entry-content .mc4wp-form {
	margin: 0;
}
.home .mc4wp-form input[type="submit"] {
	background-color: #112e3c;
}
.home .mc4wp-form p:last-of-type {
	margin-bottom: 0;
}
