/*---RESET---*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}
body
{line-height:1}
ol,ul
{list-style:none}
blockquote,q
{quotes:none}
blockquote:before,blockquote:after,q:before,q:after
{	content:'';content:none}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{	display:block;}
.clear
{	clear:both;}
.screen-reader-text
{	clip:rect(1px, 1px, 1px, 1px);
	position:absolute;}
::-moz-selection
{	background-color:#baeb4e;}
::selection
{	background-color:#baeb4e;}


/*---BASIC STRUCTURE---*/

body
{	background-color:#f0f0f0;
	color:#444;
	font-family:'Merriweather',serif;
	margin:0;
	text-rendering:optimizeLegibility;}
#container
{	margin:auto;
	max-width:1000px;
	width:auto;}
#sidebar
{	display:none;}


/*---TAGS---*/

a
{	color:#fa3c3c;
	text-decoration:none;
	word-wrap:break-word;}
a:hover,a:focus
{	color:#c73030;}
a:active
{	color:#000;}
a,a:hover,a:focus,a:active
{	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
b,strong
{	font-weight:bold;}
blockquote
{	border-top:solid 1px #e6e6e6;
	border-bottom:solid 1px #e6e6e6;
	color:#777;
	display:block;
	font-style:italic;
	margin:auto;
	max-width:640px;}
@media only screen and (max-width:680px)
{	blockquote
	{	margin:0 16px 0 16px;}}
blockquote cite
{	font-size:0.8em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;}
figure
{	display:block;
	max-width:1000px;}
figure img
{	display:block;
	margin:auto;
	width:auto;
	text-align:center;}
i,em
{	font-style:italic;}
img
{	height:auto;
	max-width:100%;}
a:hover img,a:focus img
{	opacity:0.9;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
sub,sup
{	font-size:0.7em;
	line-height:0;}
sub
{	vertical-align:sub;}
sup
{	vertical-align:super;}
sub a,sup a
{	font-weight:bold;}

/*Headings*/
@media only screen and (max-width:1040px)
{	h1,h2,h3,h4
	{	padding:0 16px 0 16px;}}
h1,.sticky h2
{	color:#000;
	font-family:'Roboto',sans-serif;
	font-size:3.4em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 auto 25px auto;
	max-width:1000px;
	text-align:center;
	width:100%;}
@media only screen and (max-width:1040px)
{	h1,.sticky h2
	{	font-size:2em;
		margin:0 auto 16px auto;
		width:auto;}}
.type-page h1
{	text-align:center;}
h2
{	color:#444;
	font-family:'Roboto',sans-serif;
	font-size:2.4em;
	font-weight:bold;
	line-height:1.2em;
	margin:56px auto 20px auto;
	max-width:700px;}
@media only screen and (max-width:740px)
{	h2
	{	font-size:1.4em;
		margin:40px auto 16px auto;
		width:auto;}}
h3
{	color:#aaa;
	font-family:'Roboto',sans-serif;
	font-size:1.6em;
	font-weight:400;
	line-height:1.2em;
	margin:40px auto 20px auto;
	max-width:700px;
	text-transform:uppercase;}
@media only screen and (max-width:740px)
{	h3
	{	font-size:1.2em;
		margin:32px auto 16px auto;
		width:auto;}}
h4
{	font-family:'Roboto',sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:40px auto 20px auto;
	max-width:700px;}
@media only screen and (max-width:740px)
{	h4
	{	font-size:1.1em;
		margin:32px auto 16px auto;
		width:auto;}}
h1 a,h2 a
{	color:#444;
	text-decoration:none;}
h1 a:hover,h1 a:focus,h2 a:hover,h2 a:focus
{	color:#fa3c3c;}


/*---GENERAL CLASSES---*/

.center
{	margin:auto;
	text-align:center;}
.divider,.divider-nonmobile
{	background-color:#ccc;
	height:1px;
	margin:40px auto 32px auto;
	width:100%;}
@media only screen and (max-width:700px)
{	.divider
	{	margin:20px auto;}}
@media only screen and (max-width:1040px)
{	.divider-nonmobile
	{	display:none;}}
.image-caption,.entry-content .featured_caption
{	color:#aaa;
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	margin:20px auto auto auto;
	max-width:700px;}
@media only screen and (max-width:740px)
{	.image-caption,.entry-content .featured_caption
	{	font-size:0.8em;
		margin-top:16px;
		padding:0 16px 0 16px;}}
.image-caption a,.entry-content .featured_caption a
{	color:#666;}
.image-podcast-post
{	margin:40px auto;}
.inblock
{	display:inline-block;}
.pullquote01
{	border-top:solid 4px #444;
	border-bottom:solid 2px #e6e6e6;
	display:block;
	font-size:1.6em;
	line-height:1.5em;
	margin:40px auto;
	max-width:640px;
	padding:25px 0;}
@media only screen and (max-width:680px)
{	.pullquote01
	{	font-size:1.2em;
		margin:0 16px;}}


/*---HEADER---*/

#header
{	background-color:#fa3c3c;
	box-shadow:0 1px 3px rgba(0,0,0,0.333);
	height:auto;
	min-height:110px;
	top:0;
	width:100%;}
@media only screen and (max-width:1100px)
{	#header
	{	min-height:80px;
		padding:60px 0 20px 0;
		text-align:center;}}

/*Header branding*/
.header-logo
{	float:left;
	height:auto;
	margin:15px 0 15px 20px;
	width:200px;}
@media only screen and (max-width:1100px)
{	.header-logo
	{	float:none;
		margin:auto;}}
#site-description
{	display:none;}

/*Header nav*/
#menu ul
{	float:right;
	font-family:'Roboto',sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	margin:16px 20px 0 0;
	text-transform:uppercase;}
@media only screen and (max-width:1100px)
{	#menu ul
	{	display:none;}}
#menu ul li.menu-item,.header-search
{	display:inline-block;
	list-style-type:none;
	margin:20px auto 28px auto;}
#menu ul li.menu-item a
{	color:#fed8d8;
	padding:10px 8px 10px 8px;
	text-decoration:none;}
#menu ul li.menu-item a:hover,#menu ul li.menu-item a:focus,#menu ul li.menu-item a:active
{	background-color:#c73030;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
#menu ul li.menu-item a:active
{	background-color:#962424;}

/*Header search*/
@media only screen and (max-width:1100px)
{	#searchform
	{	margin:-15px auto -10px auto;}}
#searchform input[type="text"]
{	background-color:#f0f0f0;
	border:none;
	color:#555;
	font-family:'Roboto',sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	padding:9px 7px 9px 7px;
	text-transform:uppercase;
	width:130px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
#searchform input[type="text"]:hover,#searchform input[type="text"]:focus
{	background-color:#fff;
	color:#999;}
#searchform input[type="submit"]
{	background-color:#fa3c3c;
	border:0;
	color:#fed8d8;
	cursor:pointer;
	font-family:'FontAwesome';
	font-size:1.1em;
	margin-left:1px;
	padding:9px 7px 9px 7px;}
#searchform input[type="submit"]:hover,#searchform input[type="submit"]:focus
{	color:#fff;}

/*Small nav*/
.small-nav
{	background-color:#fa3c3c;
	box-shadow:0 1px 3px rgba(0,0,0,0.333);
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.5em;
	position:fixed;
	text-align:center;
	text-transform:uppercase;
	top:0;
	width:100%;
	z-index:2;}
@media only screen and (min-width:1099px)
{	.small-nav
	{	display:none;}}
.small-nav-burger
{	text-transform:uppercase;}
.small-nav-hidden
{	display:none;}
.small-nav .menu-item a,a.small-nav-burger
{	background-color:#fa3c3c;
	color:#fed8d8;
	display:block;
	padding:8px;
	text-decoration:none;}
.small-nav .menu-item a:hover,a.small-nav-burger:hover
{	background-color:#e13636;
	color:#fff;
	text-decoration:none;}
.small-nav .menu-item a:active,a.small-nav-burger:active
{	background-color:#fed8d8;
	color:#fa3c3c;}


/*---POSTS & PAGES---*/

.sticky
{	border-bottom:none !important;
	padding-bottom:0 !important;}
.sticky .entry-title,.sticky .entry-meta
{	display:none;}
.post,.type-page
{	margin:50px auto;
	padding-bottom:20px;
	width:100%;}
.post
{	border-bottom:solid 1px #ccc;}
@media only screen and (max-width:1000px)
{	.post,.type-page
	{	margin:30px auto;
		padding-bottom:10px;}}
.post p,.post ol,.post ul,.type-page p,.type-page ol,.type-page ul
{	display:block;
	font-size:1.1em;
	line-height:1.8em;
	margin:25px auto 25px auto;
	max-width:700px;
	width:auto;
	-webkit-font-smoothing:subpixel-antialiased;}
@media only screen and (max-width:700px)
{	.post p,.post ol,.post ul,.type-page p,.type-page ol,.type-page ul
	{	font-size:1em;
		padding:0 16px 0 16px;}}
.post ol,.type-page ol
{	list-style:decimal outside none;}
@media only screen and (max-width:740px)
{	.post ol,.type-page ol
	{	list-style:decimal inside none;
		padding:0 16px 0 16px;}}
.post ul,.type-page ul
{	list-style:disc outside none;}
@media only screen and (max-width:740px)
{	.post ul,.type-page ul
	{	list-style:disc inside none;
		padding:0 16px 0 16px;}}
.post ol ul,.type-page ol ul
{	font-size:1em;}
.post ol li,.post ul li,.type-page ol li,.type-page ul li
{	margin:15px auto;}
.post strong,.type-page strong
{	font-family:'Roboto',sans-serif;
	font-size:0.9em;
	font-weight:900;
	letter-spacing:1px;
	text-transform:uppercase;}
@media only screen and (max-width:740px)
{	.post strong,.type-page strong
	{	font-size:0.8em;}}
.post em,.type-page em
{	font-style:italic;
	font-weight:400;}
.post-edit-link
{	display:none;}
img.attachment-post-thumbnail
{	display:block;
	height:auto;
	margin:25px auto;
	max-width:1000px;
	width:100%;}
@media only screen and (max-width:1000px)
{	img.attachment-post-thumbnail
	{	margin:20px auto;}}
#comments,.comments-link
{	display:none;}


/*---ENTRIES---*/

/*Entry meta*/
.entry-meta
{	color:#aaa;
	font-family:'Roboto',sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	margin:auto auto 20px auto;
	max-width:700px;
	text-align:center;}
@media only screen and (max-width:740px)
{	.entry-meta
	{	margin:auto;
		padding:0 16px;}}
.entry-date
{	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;}
.entry-intro,.archive-meta
{	color:#444;
	display:block;
	font-family:'Merriweather',serif;
	font-size:1.4em;
	font-weight:300;
	line-height:1.6em;
	margin:40px auto -1px auto;}
@media only screen and (max-width:740px)
{	.entry-intro,.archive-meta
	{	font-size:1.2em;
		line-height:1.5em;
		margin:auto;}}
.jm-text
{	font-weight:bold;}
.jm-text,.jm-text em,jm-text i
{	font-weight:bold;}

/*Entry audio options*/
.entry-listen
{	background-color:#ddd;
	border:solid 1px #ccc;
	display:block;
	margin:40px auto 0 auto;
	max-width:1000px;
	padding:1px 0 20px 0;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:740px)
{	.entry-listen
	{	margin-top:32px;
		padding-bottom:8px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;}}
.entry-listen h2
{	text-align:center;}
.powerpress_player
{	display:block;
	margin:20px auto;
	max-width:700px;
	width:100%;}
@media only screen and (max-width:700px)
{	.powerpress_player
	{	margin:16px auto 6px auto;
		width:93%;}}
.powerpress_links
{	display:block;
	margin:auto;
	text-align:center;}
a.powerpress_link_d,a.powerpress_link_pinw
{	background-color:#fa3c3c;
	color:#fed8d8;
	display:inline-block;
	font-family:'Roboto',sans-serif;
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:1px;
	margin:auto 6px;
	padding:4px 8px;
	text-align:center;
	text-transform:uppercase;
	width:200px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
@media only screen and (max-width:700px)
{	a.powerpress_link_d,a.powerpress_link_pinw
	{	font-size:0.8em;
		margin:6px auto;
		padding:3px 6px;}}
a.powerpress_link_d:hover,a.powerpress_link_pinw:hover,a.powerpress_link_d:focus,a.powerpress_link_pinw:focus
{	background-color:#c73030;
	color:#fff;
	cursor:pointer;
	text-decoration:none !important;}
a.powerpress_link_d:active,a.powerpress_link_pinw:active
{	background-color:#962424;
	color:#fff;}

/*Read more button*/
.entry-jump-button a
{	background-color:#fa3c3c;
	color:#fed8d8;
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	margin:32px auto;
	max-width:390px;
	padding:16px 20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:700px)
{	.entry-jump-button a
	{	font-size:1em;
		margin:16px auto;
		padding:16px 0;
		width:96%;}}
.entry-jump-button a:hover,.entry-jump-button a:focus
{	background-color:#c73030;
	color:#fff;
	cursor:pointer;}
.entry-jump-button a:active
{	background-color:#962424;
	color:#fff;}

/*Entry media*/
.entry-image-full
{	display:block;
	height:auto;
	margin:0 auto 40px auto;
	max-width:740px;
	padding:0;
	text-align:center;
	width:100%;}
@media only screen and (max-width:740px)
{	.entry-image-full
	{	margin:0 auto 32px auto;
		width:auto;}}
.entry-video-full
{	display:block;
	height:auto;
	margin:0 auto 40px auto;
	max-width:740px;
	min-height:500px;
	padding:0;
	text-align:center;
	width:100%;}
@media only screen and (max-width:740px)
{	.entry-video-full
	{	margin:0 auto 32px auto;
		min-height:240px;
		width:auto;}}

/*Entry footer (author info)*/
.entry-footer
{	background-color:#ddd;
	border:solid 1px #ccc;
	display:block;
	margin:-20px auto auto auto;
	max-width:1000px;
	padding:1px 0;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:740px)
{	.entry-footer
	{	margin-top:32px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;}}
.entry-footer-wrap
{	margin:auto;
	max-width:700px;
	width:auto;}
.entry-footer-photo
{	float:right;
	height:90px;
	margin:0 0 10px 20px;
	width:90px;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	border-radius:45px;}
@media only screen and (max-width:700px)
{	.entry-footer-photo
	{	margin:0 16px 10px 16px;}}
.entry-footer-wrap p
{	color:#777;
	font-size:1.1em;
	line-height:1.8em;
	margin:25px auto 25px auto;
	width:auto;
	-webkit-font-smoothing:subpixel-antialiased;}
@media only screen and (max-width:700px)
{	.entry-footer-wrap p
	{	font-size:1em;
		padding:0 16px 0 16px;}}


/*---POST NAVIGATION---*/

.footer
{	border-top:solid 1px #ddd;
	margin:auto;}
.footer h2
{	text-align:center;}
.navigation
{	font-size:1.1em;
	line-height:1.8em;
	margin:auto;
	max-width:700px;
	padding-bottom:100px;}
@media only screen and (max-width:740px)
{	.navigation
	{	font-size:0.9em;
		padding:0 16px 0 16px;}}
.nav-previous a
{	float:left;
	padding:8px;
	text-align:left;}
.nav-next a
{	float:right;
	padding:8px;
	text-align:right;}

/*Related posts boxes*/
ul#related_posts_thumbnails /*container*/
{	display:block;
	margin:0 auto 40px auto;
	text-align:center;}
ul#related_posts_thumbnails li /*box*/
{	background-color:#fff;
	border:solid 1px #ddd;
	display:inline-block;
	height:auto;
	list-style-type:none;
	margin:10px 5px;
	max-width:320px;
	padding-bottom:16px;
	vertical-align:top;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
ul#related_posts_thumbnails li img
{	height:160px;
	margin-top:0;
	margin-bottom:14px;
	width:320px;}
@media only screen and (max-width:700px)
{	ul#related_posts_thumbnails li img
	{	margin-bottom:10px;}}
ul#related_posts_thumbnails li span b /*title*/
{	font-family:'Roboto',sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em !important;}
@media only screen and (max-width:700px)
{	ul#related_posts_thumbnails li span b
	{	font-size:1.1em;
		padding:8px 8px 0 8px;}}
ul#related_posts_thumbnails li span /*text*/
{	color:#444;
	display:inline-block;
	line-height:1.5em;
	list-style-type:none;
	margin:auto;
	padding:0 10px;
	text-align:left;
	width:290px;}
@media only screen and (max-width:700px)
{	ul#related_posts_thumbnails li span
	{	padding:0 8px;}}


/*---FOOTER---*/

#footer
{	background-color:#555;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.8);
	color:#999;
	font-family:'Roboto',sans-serif;
	padding:40px 0 40px 0;
	text-align:center;}
#footer a
{	color:#bbb;}
#footer a:hover,#footer a:focus
{	color:#ddd;}
#footer a:active
{	color:#fafafa;}
.footer-slogan
{	display:block;
	font-family:'Merriweather',serif;
	font-size:3em;
	font-style:italic;
	font-weight:700;
	line-height:1.2em;
	margin:0 auto 16px auto;
	max-width:700px;
	text-align:center;
	width:100%;}
@media only screen and (max-width:740px)
{	.footer-slogan
	{	font-size:2em;
		max-width:350px;}}
.copyright
{	line-height:1.6em;
	margin:20px auto 20px auto;}

/*Footer social links*/
.footer-social
{	font-size:2.4em;
	margin:25px auto;}
@media only screen and (max-width:640px)
{	.footer-social
	{	font-size:1.8em;
		margin:20px auto 0 auto;
		width:auto;}}
.footer-social span
{	margin:0 8px 0 8px;}
.footer-social a
{	padding:4px 12px 1px 12px;
	text-decoration:none;}
@media only screen and (max-width:700px)
{	.footer-social a
	{	padding:3px 8px 1px 8px;}}


/*---HOME PAGE---*/

/*Check out the podcast button*/
.listen-now a
{	background-color:#fa3c3c;
	color:#fed8d8;
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	margin:32px auto;
	max-width:390px;
	padding:16px 20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:700px)
{	.listen-now a
	{	font-size:1em;
		margin:16px auto;
		padding:16px 0;
		width:96%;}}
.listen-now a:hover,.listen-now a:focus
{	background-color:#c73030;
	color:#fff;
	cursor:pointer;}
.listen-now a:active
{	background-color:#962424;
	color:#fff;}

/*Home social media links*/
.home-social-fb,.home-social-ig,.home-social-tw,.home-social-ap,.home-social-an,.home-social-more
{	display:inline-block;
	font-size:4em;
	margin:4px 20px 1px 20px;
	text-decoration:none;}
@media only screen and (max-width:700px)
{	.home-social-fb,.home-social-ig,.home-social-tw,.home-social-ap,.home-social-an,.home-social-more
	{	font-size:1.8em;
		margin:3px 16px 1px 16px;}}
a.home-social-fb /*Facebook*/
{	color:#3b5998 !important;}
a.home-social-fb:hover,a.home-social-fb:focus
{	color:#2f4779 !important;}
a.home-social-fb:active
{	color:#23355b !important;}
a.home-social-ig /*Instagram*/
{	color:#cd338c !important;}
a.home-social-ig:hover,a.home-social-ig:focus
{	color:#a42870 !important;}
a.home-social-ig:active
{	color:#7b1e54 !important;}
a.home-social-tw /*Twitter*/
{	color:#4099ff !important;}
a.home-social-tw:hover,a.home-social-tw:focus
{	color:#337acc !important;}
a.home-social-tw:active
{	color:#265b99 !important;}
a.home-social-ap /*Apple*/
{	color:#666 !important;}
a.home-social-ap:hover,a.home-social-ap:focus
{	color:#333 !important;}
a.home-social-ap:active
{	color:#000 !important;}
a.home-social-an /*Android*/
{	color:#a4ca39 !important;}
a.home-social-an:hover,a.home-social-an:focus
{	color:#83a12d !important;}
a.home-social-an:active
{	color:#627922 !important;}
a.home-social-more /*More options*/
{	color:#fa3c3c !important;}
a.home-social-more:hover,a.home-social-more:focus
{	color:#c73030 !important;}
a.home-social-more:active
{	color:#962424 !important;}


/*---ABOUT PAGE---*/

.about-image-logo
{	display:inline-block;
	margin:10px auto;}
@media only screen and (max-width:700px)
{	.about-image-logo
	{	margin:4px auto;}}

/*Podrover widget*/
.podrover-gallery
{	background-color:transparent !important;
	border:0 !important;
	display:block;
	margin:auto !important;
	max-width:740px !important;}
.podrover-review
{	background-color:transparent !important;
	padding:20px auto !important;
div.review-content
{	font-size:1.1em !important;
	line-height:1.8em !important;
	margin:25px auto 25px auto;
	width:auto;}
@media only screen and (max-width:700px)
{	.review-content
	{	font-size:1em;
		padding:0 16px 0 16px;}}}
.review-star
{	color:#fa3c3c !important;}
.review-author,.podrover-powered
{	color:#aaa;
	font-family:'Roboto',serif;
	font-size:0.8em;
	font-style:normal !important;
	line-height:1.4em;
	text-align:right;}
@media only screen and (max-width:740px)
{	.review-author,.podrover-powered
	{	font-size:0.7em;}}

/*Social media contact buttons*/
a.contact-button-fb
{	background-color:#3b5998;
	display:inline-block;
	color:#dfe3ee;
	font-family:'Roboto',sans-serif;
	font-size:1.2em;
	margin:4px;
	max-width:230px;
	padding:12px 20px 12px 20px;
	text-align:center;
	text-decoration:none !important;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:700px)
{	a.contact-button-fb
	{	font-size:1em;
		margin:8px auto;}}
a.contact-button-fb:hover,a.contact-button-fb:focus
{	background-color:#314e89;
	cursor:pointer;
	color:#fff;
	text-decoration:none !important;}
a.contact-button-fb:active
{	background-color:#203b75;}
a.contact-button-tw
{	background-color:#4099ff;
	color:#e7f2fe;
	display:inline-block;
	font-family:'Roboto',sans-serif;
	font-size:1.2em;
	margin:4px;
	max-width:230px;
	padding:12px 20px 12px 20px;
	text-align:center;
	text-decoration:none !important;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:700px)
{	a.contact-button-tw
	{	font-size:1em;
		margin:8px auto;}}
a.contact-button-tw:hover,a.contact-button-tw:focus
{	background-color:#1588ff;
	color:#fff;
	cursor:pointer;
	text-decoration:none !important;}
a.contact-button-tw:active
{	background-color:#0378ff;}

/*Email form*/
.contact-section
{	display:block;
	margin:0 auto;
	max-width:700px;
	width:100%;}
@media only screen and (max-width:800px)
{	.contact-section
	{	margin:0 16px;
		width:85%;}}
.fscf-label
{	font-family:'Roboto',sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;}
.fscf-input-text,.fscf-input-textarea
{	background-color:#fff;
	border:solid 1px #aaa;
	font-family:monospace,serif;
	font-size:1em;
	margin:4px auto 8px auto;
	padding:8px;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
.fscf-input-text:hover,.fscf-input-textarea:hover,.fscf-input-text:focus,.fscf-input-textarea:focus
{	background-color:#e9f4f4;
	border:solid 1px #249696;}
.fscf-button-submit
{	background-color:#fa3c3c;
	border:solid 1px #fa3c3c;
	color:#fed8d8;
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	margin:16px auto 0 auto;
	padding:10px 20px;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	transition:all 100ms linear;}
@media only screen and (max-width:700px)
{	.fscf-button-submit
	{	font-size:1em;
		padding:8px 16px;}}
.fscf-button-submit:hover,.fscf-button-submit:focus
{	background-color:#c73030;
	border:solid 1px #c73030;
	color:#fff;
	cursor:pointer;
	text-decoration:none !important;}
.fscf-button-submit:active
{	background-color:#962424;
	border:solid 1px #962424;
	color:#fff;}
.fscf-div-error
{	color:#fa3c3c;
	margin-bottom:4px;}
.fscf-required-indicator,.fscf-required-text
{	display:none;}


/*---EPISODES PAGE---*/

/*Playlist player*/
.wp-playlist
{	border:solid 1px #ddd !important;
	display:block;
	margin:auto !important;
	max-width:800px !important;
	padding:20px 40px !important;
	text-shadow:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:800px)
{	.wp-playlist
	{	padding:16px !important;}}
@media only screen and (max-width:800px)
{	.wp-playlist-item-length
	{	padding:16px !important;}}
.wp-playlist-current-item
{	max-height:50px;}
@media only screen and (max-width:800px)
{	.wp-playlist-current-item
	{	height:auto !important;
		max-height:100px;}}
.wp-playlist-caption span.wp-playlist-item-title a
{	font-size:1.2em;
	line-height:1.6em;}
@media only screen and (max-width:800px)
{	.wp-playlist-caption span.wp-playlist-item-title a
	{	font-size:1.1em;
		line-height:1.4em;}}
.wp-playlist-item
{	border-top:solid 1px #e6e6e6;
	border-bottom:0 !important;
	padding:6px 4px !important;}
.wp-playlist-item:hover,.wp-playlist-item:focus
{	background-color:#e9f4f4;}
.wp-playlist-playing
{	background-color:#fa3c3c !important;
	color:#fff !important;}
.wp-playlist-playing .wp-playlist-item-title,.wp-playlist-playing .wp-playlist-item-artist
{	color:#fed8d8 !important;}
.wp-playlist-item-title
{	font-family:'Roboto',sans-serif;
	font-size:1.2em !important;
	line-height:1.2em !important;
	white-space:normal !important;}
.wp-playlist-item-artist /*dates*/
{	color:#aaa !important;
	font-family:'Roboto',sans-serif;
	font-size:0.8em !important;
	font-style:normal !important;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;}
.wp-playlist-item-length
{	font-family:monospace;
	font-size:1em !important;
	padding-top:7px;}
@media only screen and (max-width:800px)
{	.wp-playlist-item-length
	{	font-size:1em !important;
		margin-right:-14px;}}

/*---Archive items---*/
li#category-posts-2,li#category-posts-3,li#category-posts-4
{	list-style-type:none;
	margin:0;
	padding:0;}
#category-posts-2,#category-posts-3,#category-posts-4
{	display:block;
	margin:auto;
	text-align:center;}
#category-posts-2 ul,#category-posts-3 ul,#category-posts-4 ul
{	margin:auto;
	max-width:1000px;
	padding:0;
	width:100%;}

/*Category post item title*/
#category-posts-2 .cat-post-item a.cat-post-title,#category-posts-3 .cat-post-item a.cat-post-title,#category-posts-4 .cat-post-item a.cat-post-title
{	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1em !important;
	font-weight:bold;
	line-height:1.2em !important;
	height:22px;
	overflow:hidden;
	padding:10px !important;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:break-word;
	-webkit-line-clamp:2}
@media only screen and (max-width:740px)
{	#category-posts-2 .cat-post-item a.post-title,#category-posts-3 .cat-post-item a.post-title,#category-posts-4 .cat-post-item a.post-title
	{	height:18px;
		padding:8px 8px 0 8px;}}
@media only screen and (max-width:660px)
{	#category-posts-2 .cat-post-item a.post-title,#category-posts-3 .cat-post-item a.post-title,#category-posts-4 .cat-post-item a.post-title
	{	height:auto;
		padding:16px 16px 0 16px;}}

/*Category post boxes*/
#category-posts-2 .cat-post-item,#category-posts-3 .cat-post-item,#category-posts-4 .cat-post-item
{	background-color:#fff;
	border:solid 1px #ddd;
	list-style-type:none;
	display:inline-block;
	margin:10px 5px !important;
	max-width:320px;
	min-height:360px;
	padding-bottom:16px;
	vertical-align:top;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:740px)
{	#category-posts-2 .cat-post-item,#category-posts-3 .cat-post-item,#category-posts-4 .cat-post-item
	{	min-height:342px;}}
@media only screen and (max-width:660px)
{	#category-posts-2 .cat-post-item,#category-posts-3 .cat-post-item,#category-posts-4 .cat-post-item
	{	height:auto;}}
#category-posts-2 .cat-post-thumbnail img,#category-posts-3 .cat-post-thumbnail img,#category-posts-4 .cat-post-thumbnail img
{	margin-top:0;
	margin-bottom:14px;}
@media only screen and (max-width:700px)
{	#category-posts-2 .cat-post-thumbnail img,#category-posts-3 .cat-post-thumbnail img,#category-posts-4 .cat-post-thumbnail img
	{	margin-bottom:10px;}}
#category-posts-2 .cat-post-item p,#category-posts-3 .cat-post-item p,#category-posts-4 .cat-post-item p
{	color:#444;
	font-size:0.9em;
	line-height:1.5em;
	padding:0 10px;
	text-align:left;}
@media only screen and (max-width:700px)
{	#category-posts-2 .cat-post-item p,#category-posts-3 .cat-post-item p,#category-posts-4 .cat-post-item p
	{	padding:0 8px;}}

/*Cat post date (not in use)*/
p.cat-post-date
{	color:#aaa !important;
	font-size:0.8em !important;
	font-style:normal !important;
	font-weight:bold;
	letter-spacing:1px;
	margin:10px auto;
	overflow:hidden !important;
	text-align:center !important;
	text-transform:uppercase;}
@media only screen and (max-width:740px)
{	p.cat-post-date
	{	margin:8px auto;}}

/*Read more button (cat)*/
.cat-jump-button a
{	background-color:#f0f0f0;
	border:solid 1px #fa3c3c;
	color:#fa3c3c;
	display:block;
	font-family:'Roboto',sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	margin:20px auto;
	padding:10px 8px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	max-width:255px;
	width:100%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;}
@media only screen and (max-width:700px)
{	.cat-jump-button a
	{	font-size:0.9em;
		margin:16px auto;
		padding:6px 4px;}}
.cat-jump-button a:hover,.cat-jump-button a:focus
{	background-color:#fa3c3c;
	color:#fff;
	cursor:pointer;}
.cat-jump-button a:active
{	background-color:#fed8d8;
	color:#fa3c3c;}


/*---SUBSCRIBE PAGE---*/

/*Powerpress box*/
.pp-sub-widget
{	background-color:transparent !important;
	border:0 !important;
	font-family:'Roboto',sans-serif !important;}
.pp-sub-h,.pp-sub-t
{	display:none;
	visibility:hidden;}
.pp-sub-m
{	margin:auto;
	text-align:center;}
.pp-sub-m-p
{	color:#444 !important;}
.pp-sub-m-i
{	border:solid 1px #e6e6e6 !important;}


/*---GET INVOLVED PAGE---*/

img.resources-image
{	border:solid 1px #e3e3e3;
	height:150px;
	margin:4px 8px;
	width:150px;}
@media only screen and (max-width:740px)
{	img.resources-image
	{	height:75px;
		margin:4px 6px;
		width:75px;}}
.resources-container
{	display:block;
	margin:auto;
	max-width:740px;
	text-align:center;
	width:100%;}
@media only screen and (min-width:361px) and (max-width:699px)
{	.resources-container
	{	margin:auto;
		max-width:340px;}}