/*
Theme Name: Six Colors
Author: Christa Mrgan and Ste Grainer
Description: Six Colors custom CSS
Version: 2023.08.01
*/


/* base styles */

:root {
	color-scheme: light dark;
}

html
{
	background: #fff;
	font-size: 15px;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.7em;
}

body
{
	padding: 0;
	margin: 0 auto;
	color: #000;
}

header
{
	text-align: center;
}

.main
{
	max-width: 1200px;
	margin: 0 auto;
}

a
{
	color: #24ace1;
	text-decoration: none;
}

a:hover
{
	color: #24c1ff;
}

bold
{
	font-weight: bold;
}

.dateline
{
	font-size: .7rem;
	line-height: .4em;
	float: left;
	clear: right;
	text-align: left;
}

.byline
{
	color: #666;
	font-size: .9rem;
	letter-spacing: .02rem;
	text-transform: uppercase;
}

.sitebyline
{
	color: #666;
	font-size: .7rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
	line-height: normal;
}

h1
{
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-top: 0;
}

h2
{
	font-size: 1.2em;
	color: #707070;
	font-weight: 600;
}

h3
{
	font-size: .8em;
	margin-top: 0px;
	text-transform: uppercase;
}

.topsponsor h4
{
	font-size: .8em;
	margin-top: 0px;
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 0px;
}

blockquote
{
	font-size: 13px;
	background-color: #f0f0f0;
	margin: 0 auto;
	padding: 2px 28px;
}


/* forms */

label, input, button, select, textarea {
	font-weight: normal;
}
input, button, select, textarea, label {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}
label {
	display: block;
	margin-bottom: 2px;
}
input, textarea, select {
	display: inline;
	width: 95%;
	max-width: 500px;
	padding: 5px;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 14px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
input[type="submit"] {
	width: auto;
	padding: 0.5em 1em;
	border: 0;
	border-radius: 4px;
	background-color: #ddd;
	color: #222;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background-color: #fa9428 !important;
	color: #fff;
}
#mc_embed_signup {
	max-width: 500px;
}



/* columns */

.centerContent
{
	margin: 0 auto;
	float: none;
	clear: none;
	padding: 0px 12px;
}

.column1
{
	float: left;
	clear: none;
	margin: 0px 24px 12px 0px;
}


.column2
{
	float: right;
	clear: none;
}

hr.separator
{
	background: none;
	border: 0;
	border-top: 1px solid #e5e5e5;
	clear: both;
}

hr.separator.last
{
	border-top: 0px solid #fff;
	padding-bottom: 20px;
}

/* mobile nav menu */

.mobile-nav {
	background: #76c261;
	-webkit-animation:cyclecolors linear infinite;
	-webkit-animation-duration: 90s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	padding: 18px 0px 10px 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.menu-btn div
{
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 1rem;
	letter-spacing: .15rem;
	font-weight: 300;
	vertical-align: middle;
	z-index: 99;

}

/* This is for a "hamburger" style icon if desired � add 3 spans in a row to html

.menu-btn span
{
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0px 4px 4px;
	background: rgb(255,255,255);
	z-index: 99;
}
*/

.responsive-menu
{
	display: none;
	line-height: 2em;
}

.responsive-menu ul
 {
	list-style: none;
	padding-left: 20px;
 }

.responsive-menu li
 {
	padding: 6px 0px 6px 0px;
	margin-right: 24px;
	color: #fff;
	border-bottom: 2px solid white;
	line-height: 2.3em;
 }

.responsive-menu a
 {
	color: #fff !important;
	letter-spacing: .15em;
	text-decoration: none;
	display: block;
 }


.responsive-menu a:hover {
	color: #000 !important;
	background: #fff;
	display: block;
}


.expand {
	display: block !important;
}

/* standard navbar */

#navbar {
	border: none;
	background: #76c261;
	-webkit-animation:cyclecolors linear infinite;
	-webkit-animation-duration: 90s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation:cyclecolors linear infinite;
	-moz-animation-duration: 90s;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	color: #fff;
	letter-spacing: .1em;
	list-style: none;
/*	margin: 0 auto; */
	width: 100%;
/*	padding: 0; */
	text-transform: uppercase;
	text-align: center;
}

#navbar ul
{
	padding: 0;
}

#navbar li
{
	display: inline-block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
}

#navbar li a
{
	color: #fff;
	line-height: 50px;
	padding: 0px 18px;
	display: block;
	text-decoration: none;
}
#navbar li a:hover
{
	background: #fff;
	color: #000;
	line-height: 50px;
	text-decoration: none;
}
#navbar ul li:hover a
{
	background: #fff;
	color: #000;
	text-decoration: none;
}
#navbar li ul
{
	display: none;
/*	height: auto; */
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
/*	width: 100px; */
	z-index: 200;
}

#navbar li:hover ul
{
	display: block;
}

#navbar li li
{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
/*	width: 170px; */
	background: #f0f0f0;
}
#navbar li:hover li a
{
	background: none;
}
#navbar li ul a
{
	display: block;
	font-style: normal;
	margin: 0px;
	text-align: left;
	font-size: .6em;
	padding: 0px 10px;
	text-align: center;
}
#navbar li ul a:hover,
#navbar li ul li:hover a
{
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background: #757575;
}

/* navbar color cycle animation */

@keyframes cyclecolors

	{
		0%	{background:#76c261;}
		16%	{background:#fdc345;}
		32%	{background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}

@-webkit-keyframes cyclecolors /* Safari */
	{
		0%	{background:#76C261;}
		16%	{background:#fdc345;}
		32%	{background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}

@-moz-keyframes cyclecolors /* Firefox */
	{
		0%	{background:#76c261;}
		16%	{background:#fdc345;}
		32%	{background:#f89438;}
		48% {background:#e65453;}
		64% {background:#a759a8;}
		96% {background:#32afe2;}
	}

/* footer etc. */

.footer
{
	margin: 0 auto;
	padding: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: #3a3a3a;
	color: #bababa;
	font-size: .7em;
	text-align: center;
}

.footer a:link, .footer a:visited
{
	text-decoration: none;
	color: #f1f1f1;
}


.footer a:hover, .footer a:active, .footer a:focus
{
	text-decoration: underline;
	color: #fff;
}

#moreButtonContainer
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

.moreButton
{
	display: inline-block;
	background-color:#76c260;
	animation-name: cyclecolors;
	animation-duration: 90s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: cyclecolors;
	-webkit-animation-duration: 90s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: cyclecolors;
	-moz-animation-duration: 90s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	min-width: 220px;
	width: 30%;
	max-width: 580px;
	cursor :pointer;
	color: #ffffff;
	font-size: 1.2em;
	padding: 16px 32px;
	text-decoration:none;
	margin: 0 auto;
}

.moreButton:hover
{
	outline: 2px solid lightgray;
	color: #fff;
}

.moreButton:active
{
	position:relative;
	top:1px;
}

.morelink a
{
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	text-decoration: none;
	color: #fcfcfc;

}

.morelink a:hover
{
	color: #fff !important;
	font-weight: bold;
}

.more

{
	font-weight: bold;

}

#menu-footer, #menu-footer-menu {
	padding: 0;
}


/* Figure and Caption Styles */

figure
{
	margin: 0 auto;
	display: block;
}

figure img
{
	width: 100%;
	height: auto;
}

figcaption
{
	margin: 10px 0px 22px 0px;
	font-size: 1em;
	font-style: italic;
}

.pull-right
{
	float: right;
	clear: none;
	padding: 5px 5px 0px 12px;
	width: 50%;
}

.pull-left
{
	float: left;
	clear: none;
	padding: 5px 12px 0px 5px;
	width: 50%;
}


figure.border img
{
	border: 1px solid black;
}


.bleed
{
	margin: 0 auto !important;
}

.bleed img
{
	width: 100%;
	margin-top: 12px;
}

.bleed figcaption
{
	margin-left: 12px;
}


.icon
{
	background-repeat: no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	float: left;
	clear: none;
	padding: 6px;
}

figure table

{
	width: 100%;
	font-size: .9rem;
}

figure table th
{
	text-align: left;
}




/* Ad Styles */

.topsponsor
{
	text-align: center;
	margin: 0 auto;
	padding: 4px 0px 10px 0px;
	font-size: .9rem;
}

.topsponsor h3
{
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 0px;
}


.deckad
{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	line-height: 18px;
	max-width: 250px;
	padding: 4px 0px;
}

.deckad a
{
	color: #24ace1;
	text-decoration: none;
}

.viathedeck
{
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.viathedeck a
{
	color: #737373;
}


/* Post Type Styles */

.pageHeader
{
	margin-left: 12px;
}

.sponsor, .article, .linked, .members, .elsewhere
{
	padding: 10px 12px 12px 10px;
	margin-bottom: 12px;
	margin: 0 auto;
}

.article p
{

}

/*
.article pre {
	font-size: 12px;
	padding: 7px;
	margin-right: 0%;
	margin-left: 0%;
	background: #000;
	color: #9f9;
	overflow: scroll;
}

*/

.article h1, .article h2, .article h3, .post h4
{
	color: #458B32;
	text-transform: none;
}

.article .column1 h3
{
	text-transform: uppercase;
}

.article .column2 h3
{
	font-size: 1em;
}



.article h1, .members h1
{
	font-size: 2em;
	letter-spacing: normal !important;
	line-height: 1.2em !important;
	margin-top: -6px;
}


.article a:hover
{
	color: #76c261;
}

.article a:visited
{
	color: #458B32;
}

.article a, .article h4 a:visited
{
	color: #458B32;
}

.article .column1
{
	background-image:url(images/article_2x.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 0px;
	float: left;
	clear: none;
	padding: 0px 6px 6px 36px;
}

.column1 h3
{
	line-height: 1em;
	margin-bottom: 0px;
}

.linked h3, linked h1, .linked h4
{
	color: #26aee3;
}


.linked h6
{
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	margin-block-start: 0px;
	margin-block-end: 15px;
}

.linked a, .linked h4 a:visited
{
	color: #26aee3;
}

.linked .column2 p a
{
	color: #176d8f;
}

.linked a:hover, .linked .column2 p a:hover
{
	color: #24c1ff;
}


.linked .column1
{
	background-image:url(images/linked@2x.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 5px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 36px;
}


.sponsor .column1
{
	background-image:url(images/sponsor@2x.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px -2px;
	float: left;
	clear: none;
	padding: 0px 6px 6px 36px;
}

.sponsor h3, .sponsor h1, .sponsor h3 a, .sponsor h1 a
{
	color: #727272;
}

.sponsor h1 a:hover
{
	color: #939393;
}

.sponsor a
{
	color: #24ace1;
}

.sponsor a:hover
{
	color: #24c1ff;
}


/* Page-Specific Styles */

.about h1, .about h2
{
	color: #74c25f;
}

.archive h1
{
	color: #e5a400;
}

.archive .section
{
	padding: 1px 12px 1px 24px;
	border-radius: 10px;
	background-color: #f0f0f0;
	margin-bottom: 24px;
}
.archiveBox
{
	padding: 1px 12px 1px 24px;
	border-radius: 10px;
	border: 2px solid #e5a400;
	max-width: 680px;
}

.archiveBox h1
{
	margin-top: 12px !important;
}

.archive strong
{
	font-weight: bold;
	text-transform: uppercase;
	color: #707070 !important;
	letter-spacing: .02em;
}

.archiveBox li
{
	color: #e5a400;
}

.subscribe h1, .subscribe h2
{
	color: #a856a9;
}


.sponsorship h1, .sponsorship h2
{
	color: #727272;
}

.td_Date
{
	background-color: #f0f0f0;
	padding: 6px 12px;
}

.td_Status
{
	padding: 6px 16px;
}

.podcasts h1, .podcasts h2
{
	color: #e6514f;
}

.podcasts ul
{
	list-style-type: none;
	margin-top: 30px;
	padding-left: 0;
}

.podcasts li img
{
	float: left;
	clear: none;
	margin: 3px 10px 0px 0px;
}

.podcasts li
{
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.reviews h1, .reviews h2, .reviews h3, .reviews h1 a, .reviews h4
{
	color: #a856a9;
}

.reviews h1 a:hover
{
	color: #c85cca;
}

.reviews a
{
	color: #24ace1;
	text-decoration: none;
}

.reviews a:hover
{
	color: #24c1ff;
}


h1.pageheader
{
	color: #24ace1;
}


/* MiniPost Type Styles */



.minipost
{
	margin: 0 auto;
	padding: 12px 0px;
}



.podcast
{
	margin-bottom: 20px;
	float: right;
	width: 690px;
	background: #f9f9f9;
	border-radius: 0px;
	padding: 10px;
}



.members.podcast
{
	margin-bottom: 20px;
	float: right;
	width: 690px;
	border-radius: 0px;
	padding: 10px;
}


.podcast .art
{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 50px;
	padding-right: 8px;
	margin-top: 2px;
	float: left;
	clear: none;
}


.podcast h2:before, .podcast h2
{
	text-transform: uppercase;
	outline: 2px;
	font-size: .9em;
	margin: 0 0 2px 0;
	content: "New podcast episode ";
}

.members.podcast h2:before
{
	content: "Six Colors podcast ";
}

.podcast h2, .podcast h3, .podcast a
{
	color: #e65453;
}

.members.podcast h2
{
	color: #a756a2;
}

.members.benefits, .members.upgrade
{
	padding: 0; 
}

.podcast .column2 p
{
	font-size: 13px;
	line-height: 1.6em;
}


.podcast a:hover
{
	color: #ff6060;
}

.elsewhere h3, .elsewhere h1, .elsewhere h2, .elsewhere h3 a, .elsewhere h1 a, .elsewhere a, .elsewhere h4, .elsewhere h4 a:visited
{
	color: #fa9428;
}

.elsewhere h3 a:hover, .elsewhere h1 a:hover, .elsewhere a:hover
{
	color: #ff911a;
}

.elsewhere .column1
{
	background-image:url(images/elsewhere@2x.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 4px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 38px;
}





/* Podcast Classes */

.art.any
{
	background-image:url(images/podcast@2x.png);
}


.art.memberspod
{
	background-image:url(images/6c_purple@2x.png);
}


.art.guest img	/* Note: resize guest artwork to 100px x 100px */
{
	height: 50px;
	width: 50px;
	float; left;
	clear: none;
}

/* Members only - locked styles */

.column2.locked
{
	position: relative;
	max-height: 500px;
	overflow: hidden;
}


.fade-out
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0;
	height: 100px;
	background: hsla(0,0%,100%,.2);
	background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
	background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
}

.full-story
{
	width: 690px;
	clear: both;
	float: right;
	margin: 0 auto;
}

.subscribe-buttons
{
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

.full-story h1
{
	color: #a756a1;
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
}

.members .column1
{
	background-image:url(images/6cmember@2x.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0px 9px;
	float: left;
	clear: none;
	padding: 6px 6px 6px 36px;
}

.members.video .column1 {
	background-image: url('images/video-player.svg');
	background-position: 0 6px;
}
.members.backstage .column1 {
	background-image: url('images/backstage-pass.svg');
	background-position: 0 5px;
}

.members .column1 h3, .members .column1 .dateline
{
	padding-left: 3px;
}

.members .column2 h1
{
	text-transform: none;
}

.members h1, .members h3, .members h2, .members.column2 h2, .members.column2 h1, .members a, .subscribe a, .members.podcast a, .members.podcast h2, .members.podcast h3
{
	color: #a756a1;
}

.members a:hover, .subscribe a:hover, .members.podcast a:hover
{
	color: #cd5dc6;
}

.members a:visited, .subscribe a:visited
{
	color: #974d98;
}

.sign-in_header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.btn, a.btn, a.btn.btnclear
{
	color: #a856a9;
	font-size: 1em;
	background: transparent;
	outline: 2px solid #a856a9;
	text-transform: uppercase;
	padding: 12px 30px 0px 30px;
	height: 40px;
	text-decoration: none;
	white-space: nowrap;
}

.btn:hover, a.btn:hover {
	color: #ffffff;
	color: #fff;
	background: #a856a9;
	text-decoration: none;
}

.buttonwrapper {
	display: inline;
	padding: 10px;
}


a.btn.btnclear {
	clear: left;
}

.subscribe-btn, a.subscribe-btn
{
	color: #fff;
	font-size: 1em;
	background: #a856a9;
	outline: 2px solid #a856a9;
	text-transform: uppercase;
	padding: 12px 30px 0px 30px;
	height: 40px;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 15px;
}

.subscribe-btn:hover, a.subscribe-btn:hover
{
	background: #cd5dc6;
	color: #fff;
	outline: 2px solid #cd5dc6;
}

.subscription-types
{
	display: flex;
	justify-content: flex-start;
}

.members.podcast h1
{
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-top: 0;
}


/* Screen Sizes */



/* show mobile nav */
@media only screen and (max-width: 767px)
{
	.mobile-nav
	{
		display: block;
	}

	#navbar
	{
		display: none;
	}

}



/* 	show full navbar */
@media only screen and (min-width: 768px)
{

	.mobile-nav
	{
		display: none;
	}

	#navbar
	{
		display: block;
	}
}


/* Desktop */

@media only screen and (min-width: 1011px)
{
		.talkshowsmall
	{
	display: none;
	}


		.talkshowbig
	{
	}


	.sponsor, .linked, .article, .members, .elsewhere.minipost
	{
		width: 976px;

	}

	.minipost
	{
		width: 1000px;
	}


	.column1
	{
		width: 220px;
	}

	.column2
	{
		width: 690px;
	}

		/* large logo */
	.logo_sm
	{
		display: none !important;
	}
	.logo_lg img
	{
		display: block;
		margin: 0 auto;
		width: 30% !important;
		padding-top: 1.5em;
	}

/* 	more spacious navbar */
	#navbar li
	{
		display: inline-block;
		font-weight: normal;
		line-height: 50px;
		margin: 0px;
		padding: 0px 12px;
	}

	#navbar li ul a
	{
		display: block;
		font-style: normal;
		margin: 0px;
		text-align: left;
		font-size: .65em;
		padding: 0px 13px;
		text-align: center;
		width: auto;
	}

}

/* iPhone 6 and smaller full-screen images */

@media only screen and (max-width: 750px)
{
	.pull-right img, .pull-left img
	{
		margin: 0 auto !important;
		width: 100%;

	}


	.pull-right, .pull-left
	{
		margin: 0 auto !important;
		padding: 0px 0px 8px 0px !important;
		width: 100%;
		display: inline-block;
		text-align: center;
	}


.buttonwrapper {
	display: block;
	clear: center;
	margin-bottom: 40px;
}

}


/* Mobile (General) */

@media only screen and (max-width: 1010px)
{
	html
	{
		font-size: 15px;
	}
	.talkshowbig
	{
	display: none;
	}


	.logo_sm
	{
		display: block;
		margin: 0 auto;
		padding-top: 10px;
	}
	.logo_lg
	{
		display: none;
	}

	.main
	{
		padding: 0px 12px;
	}

	.centerContent
	{
		padding: 0px 0px;
	}

	.bleed figcaption
	{
		margin-left: 0px;
	}

	.minipost
	{

	}

	.column1
	{
		clear: right;
	}

	.column2, .podcast, .members.podcast
	{
		float: left;
		clear: both;
		width: 96%;
	}

	.topsponsor
	{
		padding-bottom: 6px;
	}


	.footer
	{
		letter-spacing: .1em;
	}

	.dateline
	{
		font-size: .8rem;
		line-height: .9em;
	}

	h3
	{
		font-size: .9em;
	}

	.sign-in_header
	{
	flex-direction: column;
	}

	.subscribe h1
	{
	text-align: center;
	}

	.subscription-types
	{
	flex-direction: column;
	align-content: center;
	text-align: center;
	}

	.subscribe-btn, a.subscribe-btn
	{
	margin-right: 0px;
	margin-top: 15px;
	}

	.subscribe-buttons
	{
	flex-direction: column-reverse;
	align-content: center;
	text-align: center;
	}

	.full-story
	{
	float: none;
	margin: 0 auto;
	width: 100%;
	}



}



figure.youtube {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	padding-left:0;
	padding-right:0;
	margin: 0;
	height: auto;
}
figure.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0
}

video {
	width: 100%;
	height: auto;
}




/* Dark Mode */



@media (prefers-color-scheme: dark) {


	input
{
	color: white !important;
}

	html {
	background: #222;
}

	body {
	color: #eee;
}

hr.separator
{
	background: none;
	border: 0;
	border-top: 1px solid #404040;
	clear: both;
}


.podcast
{
 background: #2a2a2a;
}

.archive .section
{
	background-color: #444;
}

.sitebyline
{
	color: #ccc;
}

blockquote
{
	background-color: #444;
}

.responsive-menu a:hover {
	color: #fff !important;
	background: #333;
}

#navbar li a
{
	color: #000;
}
#navbar li a:hover
{
	background: #333;
	color: #fff;
}
#navbar ul li:hover a
{
	background: #333;
	color: #fff;
}


.article a, .article h1, .article h2, .article h3
{
	color: #76C261;
}

.article a:hover
{
	color: #86D271;
}

.article a:visited
{
	color: #458B32;
}

.linked .column2 p a
{
	color: #BCE0FF;
}

/*	Members Styles */

.fade-out
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,0)), color-stop(100%, rgba(34,34,34,1)));
	background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
	background: -o-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 );
}

.btn, a.btn, a.btn.btnclear
{
	color: #fff;
	font-size: 1em;
	background: transparent;
	outline: 2px solid #cd5dc6;
	text-transform: uppercase;
	padding: 12px 30px 0px 30px;
	height: 40px;
	text-decoration: none;
	white-space: nowrap;
}

.members a.btn:hover, .members a.btn.btnclear:hover, .subscribe a.btn:hover, .subscribe a.btn.btnclear:hover

{
	color: #fff;
	background: #cd5dc6;
}


.subscribe h1, .subscribe h2, .members h3, .members h1, .members a, .subscribe a, .members h2, .members.podcast h3, .members.podcast h2, .members.podcast h1, .members.podcast a
{
	color: #cd5dc6;
}

.members a:hover, .subscribe a:hover, .members.podcast a:hover
{
	color: #f254e8;
}

.btn:hover, a.btn:hover {
	color: #ffffff;
	color: #fff;
}

.subscribe-btn, a.subscribe-btn, a.subscribe-btn:hover
{
	color: #fff;
}

}


/* New styles for Member Feed page */

   .feedlist ul {
        list-style: none;
        margin: 0 auto 1.5rem;
        max-width: 40rem;
        padding: 0; }
      .feedlist li {
        margin: 0 0 0.25rem; }
      .feedlist input {
        display: none; }
      .feedlist strong {
        display: block; }
      .feedlist label {
        border-radius: 0.5rem;
        padding: 1rem 5rem 1rem 1rem;
        position: relative; }
      .feedlist label:hover, .feedlist label:focus {
        background: rgba(0,0,0,0.05); }
      .feedlist label span {
        background: rgba(0,0,0,0.125);
        border: 1px solid rgba(0,0,0,0.25);
        border-radius: 0.75rem;
        display: block;
        height: 1.5rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
        transition: 0.25s all ease-out;
        width: 3rem; }
      .feedlist label span::before {
        background: rgba(255,255,255,1);
        border-radius: 0.75rem;
        content: "";
        display: block;
        height: calc(1.5rem - 2px);
        margin: 1px 0 0 1px;
        transition: 0.25s all ease-in-out;
        width: calc(1.5rem - 2px); }
      .feedlist input:checked + label span {
        background: #76C261; }
      .feedlist input:checked + label span::before {
        transform: translateX(1.5em); }
      #feed-link {
        max-width: 100%; }
      #copy-feed.copied {
        background: #76C261;
        color: #fff; }
      
      
      @media screen and (prefers-color-scheme: dark) {
        .feedlist label:hover, .feedlist label:focus {
          background: rgba(255,255,255,0.05); }
        .feedlist label span {
          background: rgba(255,255,255,0.125);
          border-color: rgba(255,255,255,0.25); }
        #copy-feed {
          color: #222 !important; }
        #copy-feed.copied {
          color: #fff !important; }
      }

      

/* submenu styles */

.sub-menu li {
	border-bottom: none;
	font-style: italic;
}

.footer-menu li {
	display: inline;
}

.footer-menu li:after {
	content: " | ";
}


.footer-menu li:last-child:after {
	content: "";
}



/* search styles */

#search_header 
{
	padding: 30px 0px;	
}

#search_header h1 
{
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
}

#search_header input, textarea, select
{
	background: transparent;
	border: 2px solid #76c261;
    animation-name: border-cycle;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: border-cycle;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: border-cycle;
    -moz-animation-duration: 20s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}


#search_header .infobox 
{
	display: flex;
	justify-content: center;
}

.info 
{
	justify-content: center;
	width: 95%;
	font-size: .8rem;
}

.searchform {
	display: flex;
	justify-content: center; 
}


/* search border color cycle animation */

@keyframes border-cycle
{
	0%	{border-color:#76c261;}
	16%	{border-color:#fdc345;}
	32%	{border-color:#f89438;}
	48% {border-color:#e65453;}
	64% {border-color:#a759a8;}
	80% {border-color:#32afe2;}
	96% {border-color:#76c261;}
}

@-webkit-keyframes border-cycle /* Safari */
{
	0%	{border-color:#76c261;}
	16%	{border-color:#fdc345;}
	32%	{border-color:#f89438;}
	48% {border-color:#e65453;}
	64% {border-color:#a759a8;}
	80% {border-color:#32afe2;}
	96% {border-color:#76c261;}
}

@-moz-keyframes border-cycle /* Firefox */
{
	0%	{border-color:#76c261;}
	16%	{border-color:#fdc345;}
	32%	{border-color:#f89438;}
	48% {border-color:#e65453;}
	64% {border-color:#a759a8;}
	80% {border-color:#32afe2;}
	96% {border-color:#76c261;}
}

/* jetpack search overlay tweaks */

input.jetpack-instant-search__box-input.search-field 
{
	border-radius: 0px;
}

.jetpack-instant-search__box-filter-option:first-of-type 
{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.jetpack-instant-search__box-filter-option:last-of-type
{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.jetpack-instant-search__search-results .jetpack-instant-search__search-results-primary mark 
{
color: black;
background-color: #C6EEFF;
}



/* tag styles */ 

.column1 
{
	display: flex;
	flex-direction: column;
}

.tags
{
	margin: 0px;
	display: flex;
	flex-direction: column;
}

.tags h4, .tags h4 a
{
	margin: 5px 0px;
	font-size: .7rem;
	text-transform: uppercase;
	text-decoration: none;
}

@media only screen and (max-width: 1010px)
{
	.tags
	{
		flex-direction: row;
	}
	
	.tags h4
	{
		padding-right: 10px;
	}
	
	.column1
	{
		/* width: 220px; */
	}
}

/* New styles for subscription plans */

      .sub-plans {
        margin: 3rem auto; }
      .sub-plans > ul, .benefits > ul {
        display: grid;
        grid-gap: 1.5rem;
        list-style: none;
        margin: 0;
        padding: 0; }
      .sub-plans > ul > li {
        background: rgba(0,0,0,0.025);
        box-shadow: 0 2px 10px rgba(0,0,0,0.33);
        display: grid;
        grid-template-rows: auto 1fr auto;
        padding: 1rem; }
      .sub-plans h3, .benefits h3, .upgrade h3 {
        font-size: 1.4em;
        margin-bottom: 0.25em; }
      .sub-plans > ul p:last-child {
        margin-bottom: 0; }
      .sub-plans > ul > li ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
      .sub-plans > ul > li li {
        padding-left: 1.5em;
        position: relative; }
      .sub-plans > ul > li li::before {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0ibTIzLjE1IDUuNC0yLjgtMi44YS41LjUgMCAwIDAtLjcgMEw3Ljg1IDE0LjRhLjUuNSAwIDAgMS0uNyAwbC0yLjgtMi44YS41LjUgMCAwIDAtLjcgMGwtMi44IDIuOGEuNS41IDAgMCAwIDAgLjdsNi4zIDYuM2EuNS41IDAgMCAwIC43IDBsMTUuMy0xNS4zYS41LjUgMCAwIDAgMC0uN1oiIGZpbGw9IiM3NkMyNjEiIC8+PC9zdmc+);
        display: inline-block;
        height: 1em;
        left: 0;
        position: absolute;
        top: 0;
        width: 1em; }
      .sub-plans > ul > li:not(:first-child) li:first-child::before {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTguNSAyMi41QTEuNSAxLjUgMCAwIDAgMTAgMjRoNGExLjUgMS41IDAgMCAwIDEuNS0xLjV2LTYuNzVhLjI1LjI1IDAgMCAxIC4yNS0uMjVoNi43NUExLjUgMS41IDAgMCAwIDI0IDE0di00YTEuNSAxLjUgMCAwIDAtMS41LTEuNWgtNi43NWEuMjUuMjUgMCAwIDEtLjI1LS4yNVYxLjVBMS41IDEuNSAwIDAgMCAxNCAwaC00YTEuNSAxLjUgMCAwIDAtMS41IDEuNXY2Ljc1YS4yNS4yNSAwIDAgMS0uMjUuMjVIMS41QTEuNSAxLjUgMCAwIDAgMCAxMHY0YTEuNSAxLjUgMCAwIDAgMS41IDEuNWg2Ljc1YS4yNS4yNSAwIDAgMSAuMjUuMjVaIiBmaWxsPSIjNzZDMjYxIiAvPjwvc3ZnPg==);
        transform: translateY(2px); }
      .sub-plans .subscribe-btn {
        display: block;
        height: auto;
        margin: 0 0 1rem;
        padding: 6px 20px;
        text-align: center; }
	  .sub-plans .subscribe-btn:visited {
		  color: #fff; }
      .sub-plans .subscribe-btn span {
        display: block;
        opacity: 0.75; }
      .benefits, .upgrade {
        margin-top: 1.5em; }
      .benefits h2, .upgrade h2 {
        display: grid;
        font-size: 1.4em;
        grid-gap: 1em;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: 0.7em 0;
        margin-bottom: 1.5em;
        text-align: center;
        text-transform: uppercase; }
      .benefits h2:before, .benefits h2:after, .upgrade h2:before, .upgrade h2:after {
        content: " ";
        display: block;
        border-bottom: 2px solid rgba(0,0,0,0.25); }
      .benefits svg, .upgrade svg {
        height: auto;
        margin: 0 auto;
        max-width: 6rem;
        width: 100%; }
      .benefits > ul > li {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr 3fr; }
      .member-level {
        background: #eee;
        border-radius: 0.5em;
        display: inline-block;
        font-size: 0.8em;
		margin: 0 0 0.25em 0;
        padding: 0.25em 1em;
        text-transform: uppercase; }
	  .benefits ul a {
		word-break: break-word; }
	  .signed-in {
		align-items: flex-start; }
	  .plan-details .sub-plans > ul {
		grid-template-columns: 1fr; }
	  @media screen and (max-width: 639px) {
		.copyfixed {
		  width: 100% !important; }
	  }
      @media screen and (min-width: 640px) {
        .sub-plans > ul /*, .benefits > ul */ {
          grid-template-columns: repeat(2, 1fr); }
		.plan-details {
		  display: grid;
		  grid-template-columns: 1fr 2fr;
		  grid-gap: 1.5rem;
		}
      }
      @media screen and (min-width: 800px) {
        .sub-plans > ul {
          grid-template-columns: repeat(3, 1fr); }
      }
      @media screen and (prefers-color-scheme: dark) {
        .sub-plans > ul > li {
          background: rgba(255,255,255,0.05);
          border: 1px solid rgba(255,255,255,0.05); }
        .benefits li > svg path, .benefits svg circle {
          fill: #fff; }
        .member-level {
          background: rgba(255,255,255,0.15); }
        .benefits h2:before, .benefits h2:after, .upgrade h2:before, .upgrade h2:after {
          border-color: rgba(255,255,255,0.25); }
		.qrtoggle.selected { background-color: hsla(213, 83.9%, 93.8%, 25%); }
      }


