@charset "utf-8";
/*
Theme Name: The Mike Gallagher Show Website
Theme URI: http://www.mikeonline.com
Author: Salem National
Author URI: http://www.salemnational.com
Description: WordPress theme for The Mike Gallagher Show Website.
Version: 3.0
License: 
License URI: 
Text Domain: mike-gallagher
*/

/*
font-family: 'Open Sans', sans-serif;
*/

@import 'css/normalize-v2.min.css';
@import 'css/icomoon-style-v2.css';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

:root {
	--orange: #de4803;
	--paleorangerollover: #E56D35;
	--brightorangerollover:#ff5d13;
	--bluegreen:#2b4c65;
	--darkbluegreen:#1c3649;
	--palebluegreen: #517a99;
	--bluelinks:#0e88c3;
    --textshadow:1px 1px 1px rgba(0,0,0,0.3);
    --filtershadow: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

body{font-size:100%; color:#333333; font-family: 'Open Sans', Arial, Helvetica, sans-serif; background:#e8e8e8;}

input, textarea, select, button{font-family: 'Open Sans', Arial, Helvetica, sans-serif;}

/* Placeholder text */
input::-webkit-input-placeholder{font-size:1em; color:#999999; font-style:italic; text-overflow: ellipsis;} input:-moz-placeholder{font-size:1em; color:#999999; font-style:italic; text-overflow: ellipsis; opacity: 1;} input::-moz-placeholder{font-size:1em; color:#999999; font-style:italic; text-overflow: ellipsis; opacity: 1;} input:-ms-input-placeholder{font-size:1em; color:#999999; font-style:italic; text-overflow: ellipsis;}
input[type=text]:focus::-webkit-input-placeholder{color:transparent;}
input[type=text]:focus:-moz-placeholder{color:transparent;}
input[type=text]:focus::-moz-placeholder{color:transparent;}
input[type=text]:focus:-ms-input-placeholder{color:transparent;}

/*================================================
	Main Header
==================================================*/
.header{}
.main_header_wrap{}
.main_header_container{height:150px; width:100%; position:relative;
background: var(--bluegreen);
background: -webkit-linear-gradient(top, rgba(43,76,101,1) 0%, rgba(50,117,148,1) 100%);
background: linear-gradient(to bottom, rgba(43,76,101,1) 0%, rgba(50,117,148,1) 100%);}
.main_header_logo{position:absolute; left:20px; bottom:0; height:150px;}
.gallagher_img{display:block; position:absolute; left:0; bottom:0;}
.main_logo{
position: absolute;
left: 150px;
width: 260px;
height: 70px;
display: block;
bottom: 30px;
}


.main_header_content{position:absolute; top:0; right:30px; padding-top:12px;}

.contact_links_wrap{text-align:right; color:#ffffff; font-size:1em;}
.contact_link{color:#ffffff; text-decoration:none; margin:0 3px; display:inline-block; border-bottom:1px solid rgba(255,255,255,0); opacity:0.8;}
.contact_link:hover{border-bottom:1px dashed rgba(255,255,255,1.0); opacity:1.0;}
.contact_link_social{color:#ffffff; text-decoration:none; border:1px solid #ffffff; height:26px; width:26px; border-radius:13px; text-align:center; font-size:14px; margin-right:5px; display:inline-block; position:relative; top:-2px; opacity:0.8;}
.contact_link_social:hover{opacity:1.0;}
.contact_link_social span{position:relative; top:4px;}

.show_info_wrap{
display: flex;
justify-content: flex-end;
align-items: center;
column-gap: 2em;
padding-top: 19px;
}
.show_info_wrap > div{display:inline-block;}

.show_number_wrap{color:#ffffff;}
.show_number_wrap .label{display: block; font-size: 1em; line-height: 1.1em; text-align: left;}
.show_number{font-size:1.500em; font-weight:700; position:relative; display:block; color:#ffffff; text-decoration:none; line-height:1.1em;}
.show_number span{display:inline-block; font-size:12px; letter-spacing:8px; bottom:-20px; right: 21px; position:absolute; font-weight:400;}
.show_time{font-size:0.875em; padding-top:15px;}

.email_mike_btn_wrap{}
.email_mike_btn{display:inline-block; color:#ffffff; font-size:1em; text-decoration:none; padding:5px 10px; border-radius:4px; border:1px solid rgba(255,255,255,0.5);}
.email_mike_btn .icon_envelope{width:16px; height:13px; position:relative; top:1px; margin-right:2px;}
.email_mike_btn:hover{background:rgba(255,255,255,0.2); border-color:#ffffff;}

@media (max-width: 1135px) {
.main_header_wrap{display:none;}
}
@media (max-width: 29em) {
.header{font-size:87.5%;}
}

/*================================================
	Main Navigation
==================================================*/
.main_nav_wrap{width:100%; background:var(--orange); position:relative;}
.main_nav{height:60px; text-align:center;}
.main_nav_li{position: relative; display:inline-block; border-right:1px solid var(--paleorangerollover);}
.main_nav_li:first-of-type{border-left:1px solid var(--paleorangerollover);}
.main_nav_li > a,
.main_nav_li_a_wrap > a{color: #fff; display: block; font-size: 16px; height: 60px; line-height: 60px; padding: 0 24px; text-align: center; text-decoration:none; position:relative; text-shadow:1px 1px 1px rgba(0,0,0,0.3); z-index:2;}
.main_nav_li > a::after,
.main_nav_li_a_wrap > a::after{background: var(--paleorangerollover); bottom: 0; content: ""; height: 0; left: 0; position: absolute; transition: all 0.3s ease 0s; width: 100%; z-index: -1;}
.main_nav_li_a_wrap > a span::before{content:"▼"; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:12px; position:relative; top:-3px;}
.main_nav_li > a:hover,
.main_nav_li_a_wrap:hover > a{cursor:pointer;}
.main_nav_li > a:hover::after,
.main_nav_li_a_wrap:hover > a::after{height:100%;}


/* Search Btn */
.main_nav_li.on > a{background: var(--paleorangerollover);}
.main_nav_search_btn.off .icon-cross{display:none; position:relative;}
.main_nav_search_btn.off .icon-search{display:inline-block;}
.main_nav_search_btn.on .icon-cross{display:inline-block;}
.main_nav_search_btn.on .icon-search{display:none;}

/* Drop Nav */
.main_nav .main_drop_nav{display:block; opacity: 0; width:330px; position:absolute; left:0; top:100%; background:var(--paleorangerollover); z-index:4; border-radius:0 0 4px 4px; overflow:hidden; 
-webkit-transition: opacity 0s 1s, z-index 0s 1s;
transition: opacity 0s 1s, z-index 0s 1s;}
.main_drop_nav_li{display:block; width:100%; border-top:1px solid rgba(255,255,255,0.2);}
.main_nav .main_nav_li .main_drop_nav-right{left:auto; right:0;}
.main_drop_nav_li a{color: #fff; display: block; font-size: 16px; padding:15px 30px; text-align:left; text-decoration:none; text-shadow:1px 1px 1px rgba(0,0,0,0.3);}
.main_drop_nav_li a:hover{background:var(--palebluegreen);}

.main_nav .main_nav_li:hover .main_drop_nav{z-index:7; opacity:1; display:block;
-webkit-transition: opacity, z-index;
transition:  opacity, z-index;}
.main_nav:hover .main_drop_nav{opacity:0; z-index:4; display:none;
-webkit-transition: none;
transition: none;}

/* Search Dropdown */
.main_search_wrap{display:none; width:100%; background-color:var(--paleorangerollover); position:absolute; top:60px; left:0; z-index:6;}
.main_search_container{max-width:1310px; margin:0 auto; width:100%; padding:20px;}
.main_search_box{position:relative;}
.main_search_box input[type="text"]{border-radius:3px; background-color:#ffffff; color:#555555; font-size:1em; padding:10px 60px 10px 10px; width:100%; border:0;}
.main_search_box .search_btn{background:rgba(0,0,0,0); border: none; height: 44px; position: absolute; right: 0; top: 0; width: 50px; z-index: 10; cursor:pointer;}
.main_search_box .search_btn span{font-size:18px; color:#2B4C65;}
.main_search_box .search_btn:hover span{color:#DE4803;}


/*================================================
	Mobile Header
==================================================*/
.mobile_header_wrap{display:none;}
.mobile_header_container{
height:80px;
position:relative;
background-color:#ffffff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1em;
}
.mobile_logo{display:block; height:50px; width:auto;}

.mobile_show_info_wrap{
line-height: 1.4em;
font-size: 87.5%;
}
.mobile_show_info_wrap .show_number{
font-size: 1.5em;
font-weight: 700;
color: #f17c2a;
text-decoration: none;
}
.mobile_show_info_wrap .show_time{
padding:0;
}

@media (max-width: 1135px) {
	.mobile_header_wrap{display:block;}
}
@media (max-width: 39em) {
	.mobile_show_info_wrap{font-size: 75%;}
}
@media (max-width: 29em) {
	.mobile_header_container{height:60px;}
	.mobile_logo{left:10px; height: 40px; width:152px; bottom:8px;}
}


/*================================================
	Mobile Navigation
==================================================*/
.mobile_nav_wrap{}
.mobile_nav{display:block; width:100%; height:60px; position:relative;}
.mobile_nav_li{float:left; position:relative; width:100%;}
.mobile_nav_li > .mobile_menu_drop_btn{display:block; padding:0 20px; height:60px; line-height:60px; text-decoration:none; font-size:1em; cursor:pointer; color:#ffffff; background:var(--bluegreen); position:relative;}
.mobile_nav_li_world > .mobile_world_btn{display:none; padding:0 20px; height:60px; line-height:60px; text-decoration:none; font-size:1em; cursor:pointer; color:#ffffff; background:var(--bluegreen); position:relative;}
.mobile_nav_li_right > .mobile_search_drop_btn{display:block; width:60px; height:60px; line-height:60px; text-decoration:none; font-size:1em; cursor:pointer; color:#ffffff; background:var(--bluegreen); position:relative; text-align:center;}
.mobile_nav_li > .mobile_menu_drop_btn{padding-left:50px;}
.mobile_nav_li_right{position:absolute; top:0; right:0;}
.mobile_nav_li_world{position:absolute; top:0; right:60px;}
.mobile_nav_li_right > .mobile_search_drop_btn,
.mobile_nav_li_world > .mobile_world_btn{border-left: 1px solid #355c7a; z-index: 2;}
.mobile_nav_li > .mobile_menu_drop_btn span{display:block; width:22px; height:3px; background:#fff; position:absolute; left:20px; top:50%; -webkit-transform:translate(0px,-50%); transform:translate(0px,-50%);}
.mobile_nav_li > .mobile_menu_drop_btn span::before{content:""; display:block; width:22px; height:3px; background:#fff; position:relative;top:-6px;}
.mobile_nav_li > .mobile_menu_drop_btn span::after{content:""; display:block; width:22px; height:3px; background:#fff; position:relative;bottom:-3px;}
.mobile_nav_li > .mobile_search_drop_btn span{font-size:1.125em;}
.mobile_nav_li_world > .mobile_world_btn img{display: inline-block; height:auto; position: relative; top: 12px; width: 90px;}
.mobile_nav_li:hover > .mobile_menu_drop_btn,
.mobile_nav_li_right:hover > .mobile_search_drop_btn,
.mobile_nav_li_world:hover > .mobile_world_btn{cursor:pointer; background: #355c7a;}

.mobile_drop_nav{width:100%; display:none; background-color:var(--bluegreen);}
.mobile_drop_nav li{float: left; width: 100%;}
.mobile_drop_nav li a{color: #fff; display: block; font-size: 1em; padding: 15px 1em; text-align: left; text-decoration:none; border-top:1px solid #355c7a;}
.mobile_drop_nav li a:hover{background-color:#355c7a; cursor:pointer;}

.mobile_search_wrap{width:100%; display:none; background:var(--bluegreen); border-top:1px solid #355c7a; padding:1em;}
.mobile_search_container{position:relative;}
.mobile_search_container input[type="text"]{font-family: 'Open Sans', sans-serif; font-size:1em; color:#555555; width:100%; padding:5px 60px 5px 10px; border-radius:2px; border:none; background:#ffffff;}
.mobile_search_container .search_btn{background:rgba(0,0,0,0); border: none; height: 34px; position: absolute; right: 0; top: 0; width: 50px; z-index: 10; cursor:pointer;}
.mobile_search_container .search_btn span{font-size:1.250em; color:#DE4803;}
.mobile_search_container .search_btn:hover span{color:var(--paleorangerollover);}

.mobile_icon_button{background-color: var(--orange); color: #fff; display: block; float: left; font-size: 1em; height: 60px; line-height: 60px; text-decoration: none; width: 50%; border-right:1px solid #eb733b; padding-left:20px;}
.mobile_icon_button img{height:14px; width:auto; position:relative; top:1px; margin-right:2px;}
.mobile_icon_button:last-of-type{border:0;}
.mobile_icon_button:hover{background-color:var(--paleorangerollover);}

@media (max-width: 58em) {
.mobile_nav_li_world > .mobile_world_btn{display:block;}
}
@media (max-width: 29em) {
.mobile_nav{height:40px;}
.mobile_nav_li > .mobile_menu_drop_btn,
.mobile_nav_li_right > .mobile_search_drop_btn,
.mobile_nav_li_world > .mobile_world_btn{height: 40px; line-height: 40px;}
.mobile_nav_li_right > .mobile_search_drop_btn{width:50px;}
.mobile_nav_li_world{right:50px;}
.mobile_nav_li_world > .mobile_world_btn img{top: 9px; width: 72px;}
.mobile_drop_nav li a{padding: 10px 1em;}
.mobile_icon_button{height: 40px; line-height: 40px; padding:0; text-align:center;}
.no_text{display:none;}
}

/*================================================
	Listen, watch, subscribe btns
==================================================*/
.show_action_btns_wrap{
background: #fff;
padding: 1.5em 0;
z-index: 5;
position: relative;
width: 100%;
}
.show_action_btns_wrap-sticky{
position: fixed;
bottom: 0;
z-index: 1000;
background: #fff;
box-shadow: 0 -2px 5px rgb(0 0 0 / 15%);
display: none;
width: 100%;
padding: 1em 0;
}
.show_action_btns_container{
display: flex;
justify-content: center;
column-gap:1em;
}
.show_action_btn{
display: flex;
justify-content: center;
padding: 16px 1.75em;
font-size: 1.25em;
font-weight: 700;
color: #fff;
background: #222;
text-decoration: none;
border-radius: 4px;
align-items: center;
text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
height: 50px;
}
.show_action_btn:last-of-type{
margin:0;
}
.show_action_btn:focus{	
outline-color: crimson;
outline-offset: 1px;
}
.show_action_btn-listen{
}
.show_action_btn-listen:hover{
background: #444;
}
.show_action_btn-listen span{
margin-right:7px;
}
.show_action_btn-watch{
background: #0064a8;
}
.show_action_btn-watch:hover{
background: #027ed2;
}
.show_action_btn-watch img{
display: inline-block;
width: 67px;
height: 19px;
margin-left: 8px;
}
.show_action_btn-subscribe{
background: var(--orange);
}
.show_action_btn-subscribe:hover{
background: var(--brightorangerollover);
}
.show_action_btn-subscribe span{
margin-right: 3px;
font-size: 1.125em;
}

@media (max-width: 1135px) {
	.show_action_btns_wrap{
	position: fixed;
    bottom: 0;
    z-index: 1000;
    padding: 10px;
    font-size: 87.5%;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 15%);
    background: #fff;
	}
	.show_action_btn{
	padding: 0 1.5em;
	height: 46px;
	}
}
@media (max-width: 760px){
	.show_action_btns_wrap{
	font-size: 75%;
	}
	.show_action_btns_container{
	flex-wrap: wrap;
    column-gap:2%;
    row-gap:10px;
	}
	.show_action_btn{
	height: 40px;
    width: 49%;
    padding: 0;
	}
	.show_action_btn-subscribe{
	width:100%;
	}
}
@media (max-width: 480px){
    .show_action_btns_container{
    row-gap:7px;
	}
}


/*================================================
	Content Containers
==================================================*/
.content_wrap{position:relative; z-index:5;width: 100%;}
.content_container{position:relative; width: 100%;}
.main_col{float: left; margin-right: -360px; width: 100%;}
.main_col_push{margin-right: 360px;}
.main_col_content{width:100%; padding:25px 15px 40px; position:relative;}

.main_col.full_width_col{float: none; margin: 0;}
.full_width_col .main_col_content{}

.wall_container{position:relative; width:100%;}

.side_col{float:left; width:360px; padding:25px 30px 40px 30px;}

@media (max-width: 1135px) {
.content_wrap{font-size:87.5%;}
.main_col{margin-right: -340px;}
.main_col_push{margin-right: 340px;}
.main_col_content{padding:20px 5px 30px 5px;}
.side_col{padding:20px; width:340px;}
}
@media (max-width: 58em) {
.main_col, .main_col_push{margin:0;}
.side_col{width:100%; padding:20px; margin-top:30px;}
}

/*================================================
	Posts/Page Entries - Universal
==================================================*/
.entry {font-size:1.125em;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{display:block; margin-bottom:1em; line-height:1.3em; padding-top:10px;}
.entry h1{font-size:2em;} .entry h2{font-size:1.75em;} .entry h3{font-size:1.5em;}
.entry h4, .entry h5, .entry h6{font-size:1.25em;}
.entry p, .entry ul, .entry ol, .entry blockquote{line-height:1.5em;}
.entry p{padding-bottom:1.5em;}
.wall_container .entry p:last-child{padding-bottom:0;}
.entry blockquote{padding:0 2em; font-style:italic; color:#888888; margin-bottom:1.5em;}
.entry a{color:var(--bluelinks); text-decoration:underline;}
.entry ul{list-style-type:square; padding-left:2em;}
.entry ul > li > ul{list-style-type:circle; padding-bottom:10px; padding-top:10px;}
.entry ol{list-style-type:decimal; padding-left:2em;}
.entry ol > li > ol{list-style-type:lower-alpha; padding-left:2em; padding-bottom:10px; padding-top:10px;}
.entry ul li, .entry ol li{padding-bottom:1.5em;}
/* Images */
.entry img.alignleft{float:left; margin-right:30px; margin-bottom:10px; margin-top:5px; display:block; max-width:50%; height:auto;}
.entry img.alignright{float:right; margin-left:23px; margin-bottom:10px; margin-top:5px; display:block; max-width:50%; height:auto;}
.entry img.aligncenter,
.entry img.alignnone{margin:0 auto; display:block; max-width:100%; height:auto;}
/* Images with captions */
.entry div.alignleft{float:left; margin-right:20px; margin-bottom:10px; margin-top:5px; max-width:50% !important;}
.entry div.alignright{float:right; margin-left:20px; margin-bottom:10px; margin-top:5px; max-width:50% !important;}
.entry div.aligncenter,
.entry div.alignnone{margin:0 auto 1.5em; height:auto; width:auto !important;}
.entry div.alignleft img,
.entry div.alignright img{display:block; width:100%; height:auto; margin-bottom:10px;}
.entry div.aligncenter img,
.entry div.alignnone img{margin:0 auto 10px; display:block; max-width:100%; height:auto;}
.entry .wp-caption-text{font-size:12px; color:#727272; display:block; width:100%; max-width:500px; margin:0 auto; text-align:center; line-height:1; padding-bottom:0;}
/* Legal */
.entry > ul.legal{list-style-type:lower-alpha;}
.entry > ul.legal > li > ul{list-style-type:lower-roman;}

@media (max-width: 47em) {
.entry img.alignleft,
.entry img.alignright{float:none; margin:0 auto 1.5em; max-width:100%;}
.entry div.alignleft,
.entry div.alignright{float:none; margin:0 auto 1.5em; max-width:100% !important;}
}


/* Podcasts */
.podcast_player_wrap{margin-bottom:1em;}


.entry .read_more_link{
color: #fff;
font-weight: 700;
display: inline-block;
background: var(--bluelinks);
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
padding: 8px 12px;
text-align: center;
border-radius: 3px;
}
.entry .read_more_link:hover,
.entry .read_more_link:focus{
background: var(--orange);
}
.entry .read_more_link:focus{
outline:2px solid var(--bluelinks);
outline-offset: 2px;
}


/*================================================
	Buttons - Universal
==================================================*/
.regular_btn{background-color:var(--orange); color:#ffffff; text-align:center; display:inline-block; padding:0.75em 1.125em; line-height:1; font-weight:700; font-size:1em; text-decoration:none; border-radius:3px; text-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.regular_btn:hover{background-color:var(--brightorangerollover);}

.gray_btn{background:#999;}
.gray_btn:hover{background:#aaa;}

.small_btn{font-size:0.75em;}


/*================================================
	Article Boxes (Wall posts)
==================================================*/
.wall_box{padding:0 15px 30px; float: left;}
.wall_box_sizer{width:33.33%; }
@media (max-width: 1570px) {.wall_box_sizer{width:50%;}}
@media (max-width: 1150px) {.wall_box_sizer{width:100%;}}
.article_box{background-color:#ffffff; border-radius:4px; padding:26px 30px;}
.article_header{}
.article_heading{font-size:1.5em; line-height:1.3em; margin-bottom:15px; font-weight:700;}
.article_heading a{color:var(--bluegreen); text-decoration:none;}
.article_heading a:hover{text-decoration:underline;}
.article_info{color:#727272; font-size:1em; margin-bottom:20px; font-style:italic;}
.article_info a{color:#727272; text-decoration: none;}
.article_info a:hover,
.article_info a:focus{text-decoration: underline;}

.article_social_link_wrap{margin-bottom:30px;}
.article_fb_like{float:left;}
.article_social_link_wrap .twitter_link{display:inline-block; padding:0 11px; height: 28px; line-height: 27px; color:#ffffff; text-decoration:none; text-align:center; border-radius:4px; background:#09b0ed;}
.article_social_link_wrap .twitter_link .label{font-size:13px; position:relative; top:-1px; font-weight:700; font-family:Arial, Helvetica, sans-serif;}
.article_social_link_wrap .twitter_link .icon-twitter{font-size:14px; margin-right:3px; position:relative; top:1px;}


@media (max-width: 1135px) {
.article_social_link_wrap .twitter_link{line-height: 28px;}
}

@media (max-width: 29em) {
/*	Header ==============================*/
.content_wrap{font-size:75%;}
.wall_box{padding:0 10px 30px;}
.article_box{padding: 16px 20px;}
.article_social_link_wrap .twitter_link{line-height: 30px;}
}

/* Images */
.article_box .entry img{max-width:100%; height:auto; display:block; margin:0 auto; float:none;}
.article_figure{margin:0 auto 1.5em;}
.article_figure img{display:block; margin:0 auto; max-width:100%; height:auto;}
/* Images with captions */
.article_box .entry > div.alignleft,
.article_box .entry > div.alignright,
.article_box .entry > div.aligncenter,
.article_box .entry > div.alignnone{float:none; margin:0 auto; width:100% !important; height:auto; display:block;}
.article_box .entry .wp-caption-text{font-size:12px; color:#727272; display:block; width:100%; text-align:center; line-height:1; margin-top:3px;}

/*  Videos ==============================*/
.video_wrap_container{
width: 100%;
max-width: 1080px;
margin: 0 auto;
}
.video_wrap{position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom:1.5em;}
.video_wrap iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.wall_video_post_image_link{
margin:0 auto 1em;
position: relative;
display: block;
width: 100%;
}
.wall_video_post_img{
max-width:100%;
height: auto;
display:block;
margin:0 auto;
}
.wall_video_post_play_btn{
display:block;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
width:80px;
height: 80px;
opacity: 0.7;
}
.wall_video_post_image_link:hover .wall_video_post_play_btn,
.wall_video_post_image_link:focus .wall_video_post_play_btn{
opacity: 1;
}
.wall_video_post_image_link:focus{
outline:2px solid var(--bluelinks);
}

@media (max-width: 480px) {
	.wall_video_post_play_btn{
	width:70px;
	height:70px;
	}
}

/*  Audio Wrap ==============================*/
.audio_wrap{padding:10px 15px 10px 10px; margin-bottom:1.5em; background-color:#000000; border-radius:2px;}

/*  Today's Radio Show ==============================*/
.todays_show_content_wrap{background:var(--darkbluegreen) url(images/todays-show-bg.png) no-repeat -5px -5px; border-radius: 4px; padding: 26px 30px;}
.todays_show_content_wrap_heading{font-size:16px; color:#efefef; text-align:center; display:block; padding-bottom:20px; position:relative; margin-bottom:20px; text-transform:uppercase;}
.todays_show_content_wrap_heading::after{content:''; display:block; width:100px; height:3px; background-color:var(--orange); position:relative; margin:0 auto; bottom:-13px;}
.todays_show_content{}
.todays_show_date{color:#ffffff; text-align:center; margin-bottom:25px; font-size:1.25em; line-height:1em;}
.todays_show_date a{color:#ffffff; text-decoration:none;}
.todays_show_date a:hover{text-decoration:underline;}
.todays_show_content p{
color:#fff;
font-size:1.125em;
line-height:1.5em;
margin-bottom:20px;
}
.todays_show_content p a{color:#ff7637; text-decoration:underline;}

.todays_show_list{list-style:none; font-size:1.125em; text-align:left; line-height:1.5em;}
.todays_show_list > li{margin-bottom:20px; color:#cacaca; text-align:center; padding-bottom:20px;}
.todays_show_list > li::after{content:''; display:block; width:20px; height:1px; border-bottom:1px dotted rgba(255,255,255,0.3); position:relative; margin:0 auto; bottom:-20px;}
.todays_show_list > li:last-of-type{margin-bottom:10px;}
.todays_show_list > li:last-of-type::after{display:none;}
.todays_show_list > li a{color:#ff7637; text-decoration:underline;}

.todays_show_btn_wrap{
display: flex;
justify-content:space-between;
align-items: center;
flex-wrap: wrap;
row-gap: 1em;
}
.todays_show_btn_wrap > a{
width:48%;
}
.regular_btn.watch_btn {
background: #016eb7;
}
.regular_btn.watch_btn:hover {
background: #027ed2;
}
.regular_btn.listen_btn .icon-headphones{
margin-right:2px;
}
.todays_show_btn_wrap .subscribe_btn{
flex-grow: 2;
}

@media (max-width: 29em) {
.todays_show_content_wrap{padding:20px;}
.todays_show_list > li{margin-bottom: 10px; padding-bottom: 10px;}
.todays_show_list > li::after{bottom: -10px;}
}


/*================================================
    Cartoons
==================================================*/
#cartoon-host-bio,
#cartoon-clip-list {
margin-bottom: 30px;
}
#cartoon-clip-list {
display:flex;
flex-wrap: wrap;
}
#cartoon-header-image{
margin: 0 15px 30px;
}
#cartoon-header-image img {
display: block;
max-width: 100%;
height: auto;
margin:0 auto;
}
.cartoon_box{
width: 33.33%;
margin-bottom: 2em;
padding: 0 1%;
}
.cartoon_box_image_wrap img{
display: block;
width:100%;
height:auto;
margin:0 auto;
}
.link-cursor {
cursor: pointer;
}
.cartoon_heading{
font-size: 1.5em;
line-height: 1.3em;
margin-top: 5px;
font-weight: 700;
text-align: center;
}
.cartoon_heading a{
color: var(--bluegreen);
text-decoration: none;
}
.cartoon_heading a:hover,
.cartoon_heading a:focus{
text-decoration: underline;
}
.cartoon_info{
color: #727272;
font-size: 1em;
margin-bottom: 20px;
font-style: italic;
}

@media (max-width: 1300px) {
	.cartoon_box{
	width:50%;
	padding: 0 1.5%;
	}
}
@media (max-width: 500px) {
	.cartoon_box{
	width:100%;
	padding: 0 10px;
	}
}

/* Cartoons - Single ==================================================*/
.cartoon_article{
}
.cartoon_article_heading{
font-size: 2.5em;
margin-bottom: 0.5em;
line-height: 1.4em;
font-family: 'Roboto Condensed', Arial, Helvetica, 'sans-serif';
}
.cartoon_article_img_wrap{
}
.cartoon_article_img_wrap img{
display:block;
max-width:100%;
height:auto;
margin:0 auto;
}

.cartoon_article_footer{
text-align: center;
background-color: #ffffff;
border-radius: 4px;
margin: 0 15px 30px;
padding: 26px 30px;
}
.cartoon_article_footer a{
color: var(--bluelinks);
text-decoration: none;
}
.cartoon_article_footer a:hover,
.cartoon_article_footer a:focus{
text-decoration: underline;
}
.cartoon_more_header{
font-size: 1em;
display: block;
margin-bottom: 1.25em;
text-transform: uppercase;
}
.cartoon_more_link_wrap{
margin-bottom: 15px;
}
.cartoon_more_link_wrap a{
color: var(--bluelinks);
text-decoration: none;
}
.cartoon_more_link_wrap a:hover,
.cartoon_more_link_wrap a:focus{
text-decoration: underline;
}

@media (max-width: 47em) {
	.cartoon_article_heading{
	font-size: 2em;
	}
}


/*  TV Hits ==============================*/
.video_image_wrap{width:100%; display:block; position:relative;}
.video_image_wrap_img{width:100%; height:auto; display:block;}
.video_image_wrap .icon-play2{position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%);  transform:translate(-50%,-50%); color:#fff; font-size:3.5em;}
.video_image_wrap:hover{opacity:0.8;}


/*  Podcast Listing/Single Pages ==============================*/
/* List */
.podcast_box_col_content{width:100%; padding-bottom:40px; position:relative;}

.podcast_box_list_wrap{padding:0 15px 5px 15px;}

.podcast_box{margin-bottom:30px;}
.podcast_box .article_header{
padding-left: 66px;
position: relative;
display: flex;
align-items: center;
min-height: 50px;
margin-bottom: 1em;
}
.podcast_box .article_heading{margin:0;}
.podcast_box .play_btn a{text-decoration: none; display: block; font-size: 50px; color: var(--orange); position: absolute; top: 0; left: 0; line-height: 1; cursor: pointer;}
.podcast_box .play_btn a:hover,
.podcast_box .play_btn a:focus{color:var(--brightorangerollover);}

.podcast_author_wrap{
display: flex;
column-gap:20px;
padding:0 15px 40px;
position: relative;
}
.podcast_author_wrap img{
max-width:150px;
display:block;
}
.podcast_author_info{
width:calc(100% - 170px);
}

.podcasting_links_wrap{
display: flex;
column-gap: 20px;
align-items: center;
flex-wrap: wrap;
row-gap: 20px;
font-size: 1.125em;
}
.podcasting_link{
display: flex;
position: relative;
color: #000;
text-decoration: none;
align-items: center;
font-size: 1em;
column-gap: 5px;
}
.podcasting_link img{
display: inline-block;
width:24px;
height:auto;
}
.podcasting_link:hover{
text-decoration: underline;
}
.podcast_box .entry p:last-child{display:none;}

@media (max-width: 1135px) {
	.podcast_box_col_content{padding-bottom:30px;}
}
@media (max-width: 29em){
	.podcast_box_list_wrap{padding:0 10px 5px 10px;}
	.podcast_author_wrap{
	flex-wrap: wrap;
	justify-content: center;
	padding:0 10px 30px;
	}
	.podcast_author_info{
	width: 100%;
    margin-top: 1.5em;
	}
	.podcasting_links_wrap{
	justify-content: center;
	}
}

/* Single */
.podcast_box_post_wrap{padding:0 15px 30px 15px;}
.podcast_box_post_wrap .article_heading{font-size:2em; color:var(--bluegreen);}
.podcast_box_post_wrap .entry p:last-child{display:none;}
.podcast_player_wrap {margin:1.5em 0;}
@media (max-width: 29em){
	.podcast_box_post_wrap{padding:0 10px 30px 10px;}
}

/*  Page Navigation ==============================*/
.page_navigation_wrap{padding: 30px 0 0; text-align:left; font-size:1.125em;}
.page_navigation_wrap .pagenum{color: #727272; display: inline-block; padding-bottom: 10px; padding-right:20px;}
.pagenum_dropdown{color: #727272; font-size:1em; border:1px solid #bfbfbf; padding: 2px 6px; border-radius:3px; background:#ffffff;}
.page_navigation_wrap .current, .page_navigation_wrap a { display:inline-block; margin: 0 0.25em 0 0; padding:10px 17px; text-decoration:none; width:auto; color:#fff; background-color: var(--orange); border-radius:3px; text-align:center;}
.page_navigation_wrap a:hover{ color:#fff; text-decoration:none; background-color: var(--brightorangerollover)}
.page_navigation_wrap .current{background: #ffffff; color:#333333;}

.wall_page_navigation_wrap{border-top:5px solid #bfbfbf; margin: 10px 15px 0;}

@media (max-width: 47em) {
.page_navigation_wrap{text-align:center;}
.page_navigation_wrap .pagenum{display:block; text-align:center; padding-right:0;}
}
@media (max-width: 37em) {
.page_navigation_wrap .current,
.page_navigation_wrap a{margin: 0 1% 0 0; padding: 10px 0; width: 9%;}
}
@media (max-width: 29em) {
.wall_page_navigation_wrap{margin: 10px 10px 0;}
}

/*================================================
	Pages
==================================================*/
.page_wrap{padding:0 15px 30px;}
.page_heading{font-size:2.5em; line-height:1.3em; margin-bottom:28px; font-weight:400; color:#333333; text-align:left; padding:0 15px;}
.page_heading-wall_container_page{margin-bottom:10px; padding-top: 7px;}
.page_heading a{color:#333333; text-decoration: none;}
.page_content_wrap{background-color:#ffffff; padding:26px 30px; border-radius:4px; margin:0 15px 30px;}

.page_description{font-size:1.125em; margin-bottom:30px; padding:0 15px; line-height:1.4em;}
.page_description p{margin-bottom:1.5em;}
.page_description p:last-of-type{margin:0;}
.page_description a{color:var(--bluelinks); text-decoration:underline;}

@media (max-width: 1135px) {
.page_heading{margin-bottom:20px;}
}
@media (max-width: 58em) {
.page_heading{ text-align:center;}
}
@media (max-width: 29em) {
.page_heading{font-size: 2em;}
.page_content_wrap{margin:0 10px 30px;}
}

/*  Show Archive ==============================*/
.show_archive_box_wrap{float:left; width:50%; margin-bottom:30px; padding:0 15px;}
.show_archive_box_wrap:nth-of-type(2n+3){clear:both;}
.show_archive_box{background-color:#ffffff; border-radius:4px; padding:26px 30px 30px;}
.show_archive_box_heading{font-size:1.5em; line-height:1.3em; margin-bottom:20px; font-weight:700; color:var(--bluegreen); text-align:left;}
.show_archive_box_heading a{color:var(--bluegreen); text-decoration: none;}
.show_archive_box_heading a:hover,
.show_archive_box_heading a:focus{ text-decoration: underline;}

.show_archive_box_wrap p{
font-size:1.125em;
margin-bottom:1.5em;
line-height:1.4em;
}
.show_archive_box_wrap p a{color:var(--bluelinks); text-decoration: none;}
.show_archive_box_wrap p a:hover,
.show_archive_box_wrap p a:focus{ text-decoration: underline;}

.show_archive_list{list-style:none; font-size:1.125em; text-align:left; line-height:1.5em;}
.show_archive_list > li{margin-bottom:1em; padding-left:20px; background:url(images/arrow-bullet-orange.svg) no-repeat 0 9px;}
.show_archive_list > li a{color:var(--bluelinks); text-decoration:underline;}
.show_archive_btn_wrap{text-align:left; padding-top:10px;}
.show_archive_btn_wrap .todays_show_listen_btn{margin-bottom:0;}

@media (max-width: 1135px) {
/*	Show Archive ==============================*/
.show_archive_list > li{background-position:0 7px;}
}
@media (max-width: 47em) {
.show_archive_box_wrap{width:100%;}
}
@media (max-width: 29em) {
.show_archive_list > li{background-position:0 5px;}
}

/*  Book Club ==============================*/
.top_ten_wrap{margin-bottom:2em; background:#1C3649; margin:0 15px 2em 15px; border-radius:0 0 4px 4px; padding:25px 10px 0 10px;}
.top_ten_wrap_heading{color:#ffffff; font-size: 2em; font-weight: 400; line-height: 1.3em; margin:0 15px; padding:10px 25px; text-align: center; border-radius:4px 4px 0 0; background:#327594;}
.book_box_wrap{float:left; width:50%; margin-bottom:30px; padding:0 15px;}
.book_box_wrap:nth-of-type(2n+3){clear:both;}
.book_box{background-color:#ffffff; border-radius:4px; padding:26px 30px 30px; position:relative;}
.book_box_num{background:#DE4803; color:#ffffff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); font-size:1.125em; font-weight:700; border-radius:4px 0 4px 0; position:absolute; top:0; left:0; width:40px; padding:6px 0; text-align:center;}
.book_box_figure{width:80px; float:left;}
.book_box_img{display: block; height: auto; margin: 0 auto; max-width: 100%;}
.book_box_content{margin-left:100px;}
.book_box_title{font-size:16px; line-height:1.3em; margin-bottom:0.75em; font-weight:700; color:var(--bluegreen); text-align:left;}
.book_box_title a{color:var(--bluegreen); text-decoration:none;}
.book_box_title a:hover{text-decoration:underline;}
.book_box_author{font-size:14px; margin-bottom:1.25em;}

.amazon_btn{background:#ffe3b9; border-radius:2px; height:40px; padding-right:10px; text-decoration:none; display:inline-block;}
.amazon_btn strong{color:#ffffff; background:#ff9900; display:inline-block; height:40px; line-height:40px; font-size:12px; text-transform:uppercase; padding:0 10px; border-radius:2px 0 0 2px;}
.amazon_btn img{height:18px; width:auto; position:relative; margin-left:8px; top:8px;}

@media (max-width: 83em) {
.book_box_wrap{width:100%;}
}
@media (max-width: 29em) {
.book_box_figure {width: 100%; margin-bottom:1em;}
.book_box_img{max-width:100px;}
.book_box_content{margin-left: 0;}
.amazon_btn{width: 100%;}
}

/*  Events ==============================*/
.event_box_wrap{float:left; width:50%; margin-bottom:30px; padding:0 15px;}
.event_box_wrap:nth-of-type(2n+3){clear:both;}
.event_box{background-color:#ffffff; border-radius:4px; padding:26px 30px 30px; position:relative;}
.event_box_figure{width:100%; float:left;}
.event_box_img{display: block; height: auto; margin: 0 auto 1em; max-width: 500px; width: 100%;}
.event_box_title{font-size:1.5em; line-height:1.3em; margin-bottom:20px; font-weight:700; color:var(--bluegreen); text-align:left;}
.event_box_title a{color:var(--bluegreen); text-decoration:none;}
.event_box_title a:hover{text-decoration:underline;}
.additional_info_box{font-size:1.125em; margin-bottom:1em;}
.event_box .entry{margin-bottom:1em;}

@media (max-width: 76em) {
.event_box_wrap{width:100%;}
}

/*================================================
    Watch the Show
==================================================*/
.snc_page_heading{
display: flex;
align-items: center;
justify-content: center;
padding:0.75em;
font-size: 1.75em;
font-weight: 700; line-height: 1.4em;
text-transform: uppercase;
background-color:#0064a8;
color:#fff;
margin: 0 15px 15px;
border-radius: 4px;
}
.snc_page_heading img{
display: inline-block;
width: 120px;
height: 32px;
margin-left:10px;
}
@media (max-width: 700px) {
	.snc_page_heading{
	font-size:1.25em
	}
	.snc_page_heading img{
    width: 68px;
    height: 18px;
    margin-left: 6px;
	}
}
@media (max-width: 29em){
	.snc_page_heading{
	margin: 0 10px 15px;
	}
}

.watch_wrap{float: left; margin-right: -640px; width: 100%;}
.watch_wrap_push{margin-right: 640px;}
.watch_wrap_content{width:100%; position:relative;}
.chat_wrap{float:right; width:600px;}
.thechatroom{width:100%;}

@media (max-width: 80em) {
.watch_wrap{padding:0; margin:0;}
.watch_wrap_push{margin: 0px;}
.chat_wrap{width:100%;}
.thechatroom{height:450px;}
}


/*  Recommends/Our Advertisers ==============================*/
.recommends_wrap{margin-bottom:30px;}
.recommends_box{margin-bottom:1em;}
.recommends_box:last-of-type{margin:0;}
.recommends_box a{font-size:1.75em; color:var(--bluelinks); text-decoration:none;}
.recommends_box a:hover{text-decoration:underline;}

.advertisers_wrap{ font-size:1.125em;}
.advertisers_wrap a{color:var(--bluelinks); text-decoration:none;}
.advertisers_wrap a:hover{text-decoration:underline;}

.advertiser_audio_wrap{max-width:400px; margin-top: 10px;}


/*================================================
    Promotions
==================================================*/
.promotion_list{
list-style: none;
margin-top: 2em;
border-top: 1px solid #ccc;
padding-top: 2em;
}
.promotion_list > li{
margin-bottom: 1em;
font-size: 1.25em;
line-height: 1.5em;
font-weight: 700;
}
.promotion_list > li a{
color:var(--bluegreen);
text-decoration: none;
}
.promotion_list > li a:hover,
.promotion_list > li a:focus{
text-decoration: underline;
}



/* Search Results ==============================*/
.search_result_header_wrap{padding: 0 15px; margin-bottom:2em;}
.search_result_search_wrap{width:100%; position:relative;}
.search_result_search_wrap input[type="text"]{font-size:1.125em; color:#555555; border-radius:3px; border:none; background:#ffffff; padding:10px 60px 10px 10px; width:100%;min-height: 44px;}
.search_result_search_wrap .search_btn{background:rgba(0,0,0,0); border: none; height: 44px; position: absolute; right: 0; top: 0; width: 50px; z-index: 10; cursor:pointer;}
.search_result_search_wrap .search_btn span{font-size:1.750em; color:var(--orange); top:2px; position:relative;}
.search_result_search_wrap .search_btn:hover span{color:var(--paleorangerollover);}

.search_list_post{margin-bottom:2em;}
.search_list_post_title{font-size:1.25em; margin-bottom:5px; line-height:1.4em;}
.search_list_post_title a{color:var(--bluelinks); text-decoration:none;}
.search_list_post_title a:hover{text-decoration:underline;}
.search_list_post_figure{float: left; height: auto; margin-bottom: 1em; margin-right: 1.5em; position: relative; top: 3px; width: 120px;}
.search_list_post_figure img{display: block; height: auto; width: 100%;}
.search_list_post .full_url{color:#17b506; text-decoration:underline; font-size:12px; }
.search_list_post .article_info{margin-bottom:5px;}
.search_list_post p{margin-bottom:7px;font-size:1.125em; line-height:1.4em;}

@media (max-width: 39em) {
.search_list_post_figure{width:80px;}
}


/*  Single Posts Pages ==============================*/
.page_content_wrap .article_box,
.page_content_wrap .show_archive_box{padding:0;}
.page_content_wrap .article_heading,
.page_content_wrap .show_archive_box_heading{font-size:2em;}
/*.page_content_wrap .article_social_link_wrap{width:100%; max-width:400px;}*/


/* Single Post Pagination */
.post_footer_pagination_wrap{background-color: #ffffff; border-radius: 4px; margin: 0 15px 30px; padding: 26px 30px;}
.post_footer_pagination_link{width:50%; position:relative; display:block; text-decoration:none; font-size:1.125em;}
.post_footer_pagination_wrap .prev_link{float:left; padding-right:20px;}
.post_footer_pagination_wrap .next_link{float:right; text-align:right; padding-left:20px;}
.post_footer_pagination_link span{font-size:30px; position: relative; top: 5px; color:#e0e0e0;}
.prev_link .icon-arrow-left2{float:left;} .next_link .icon-arrow-right2{float:right;}

.post_footer_pagination_link .direction{color:#727272; text-transform:uppercase; font-size:11px; font-weight:700; margin-bottom:3px;}
.post_footer_pagination_link .title{color:var(--bluelinks);}
.prev_link .direction, .prev_link .title{padding-left:40px;}
.next_link .direction, .next_link .title{padding-right:40px;}

.post_footer_pagination_link:hover span{color:var(--orange);}
.post_footer_pagination_link:hover .title{text-decoration:underline;}

@media (max-width: 37em) {
.post_footer_pagination_link{width:100%;}
.post_footer_pagination_wrap .prev_link{padding-bottom: 25px; padding-right:0;}
.post_footer_pagination_wrap .next_link{border-top: 1px solid #efefef; padding-top: 25px;  padding-left:0;}
}


/* Post Footer Content Wrap */
.post_footer_content_wrap{
background-color: #ffffff;
border-radius: 4px;
margin: 0 15px 30px;
padding: 26px 30px;
}
.post_footer_content_heading{
font-size: 1em;
display: block;
margin-bottom: 1.25em;
text-transform: uppercase;
}

/*================================================
	Contact - Page and Forms
==================================================*/
/* Contact Forms =============================*/
.contact_form_wrap{font-size:1.125em;}
.contact_field_wrap p{padding:0;}
.contact_field_wrap{margin-bottom:1em; position:relative;}
.contact_field_wrap label{display:block; color:#727272; padding-bottom:2px; font-weight:700;}
.contact_field_wrap label span{font-weight:400; color:#B03F41; font-size:0.875em; margin-left:10px;}
.contact_field_wrap input[type="text"],
.contact_field_wrap input[type="email"],
.contact_field_wrap input[type="tel"],
.contact_field_wrap textarea{font-size:1em; color:#333333; padding:10px; border-radius:2px; border:1px solid #d9d9d9; background:#eee;}
.contact_field_wrap input[type="text"],
.contact_field_wrap input[type="email"],
.contact_field_wrap input[type="tel"]{width:60%;}
.contact_field_wrap textarea{width:100%; height: 100px;}
.contact_field_wrap select{font-size:1em; color:#333333; background:#eee; background:rgba(0,0,0,0); -webkit-appearance:none; height:50px; cursor:pointer; border:none; padding:0 10px; width: 110%;}
.contact_field_wrap span.state,
.contact_field_wrap span.service,
.contact_field_wrap span.position{overflow:hidden; position:relative; z-index:100; display:block; width: 60%;}
.select_fake_field{border-radius:2px; border:1px solid #d9d9d9; background:#eee; height: 50px; position: absolute; width: 60%; z-index: 5;}
.select_fake_field img{position:absolute; top: 21px; right:10px; display:block;}
.contact_field_wrap .wpcf7-submit{display:inline-block; margin-top: 10px; padding: 0.75em 1.5em; border-radius:4px; color:#fff; text-decoration:none; text-align:center; text-transform:uppercase; background:var(--orange); font-weight:700; border:none; font-size:1em; cursor:pointer;}
.contact_field_wrap .wpcf7-submit:hover{background-color:var(--brightorangerollover);}

.contact_field_wrap .wpcf7-radio{padding-top:10px; display:block;}
.contact_field_wrap .wpcf7-radio .wpcf7-list-item{display:block; margin-bottom:0.5em;}
.contact_field_wrap .wpcf7-radio .wpcf7-list-item label span{color:inherit; font-size:inherit; cursor:pointer;}

.contact_field_wrap input[type="text"].wpcf7-not-valid,
.contact_field_wrap input[type="email"].wpcf7-not-valid,
.contact_field_wrap input[type="tel"].wpcf7-not-valid,
.contact_field_wrap textarea.wpcf7-not-valid{border-color:red; background-color:#F5D8D8;}

@media (max-width: 47em) {
.contact_field_wrap input[type="text"],
.contact_field_wrap input[type="email"],
.contact_field_wrap input[type="tel"]{width:100%;}
}

/* Contact Page Form Wrap (slide down boxes) =============================*/
.contact_page_content_wrap{}
.contact_box{font-size:1.125em; margin-bottom:1em; }
.contact_box > span{}
.contact_box > strong{color:var(--bluelinks);}
.contact_box > strong a{color:var(--bluelinks); text-decoration:none;}
.contact_box > strong a:hover{text-decoration:underline;}
.contact_box_social_btn{display:inline-block; text-decoration:none !important; color:#fff !important; text-align:center; padding:5px 10px; border-radius:2px;}
.contact_box_social_btn span{}
.contact_box_social_btn_fb{background:#3B5998;}
.contact_box_social_btn_tw{background:#05B1D6;}

.form_box_wrap{}
.form_box{background-color:#ffffff; border-radius:4px; padding:26px 30px; margin: 0 15px 30px;}
.form_box h4{font-size:1.5em; font-weight:700; line-height:1.3em; padding-bottom:15px; display:block;}
.form_box h4 a{color:var(--bluelinks); text-decoration:none;}
.form_box h4 a:hover{text-decoration:underline;}
.form_box > p{margin-bottom:1.5em; line-height:1.4em; font-size:1.125em;}
.form_box > p:last-of-type{margin:0;}
.contact_form_container{display:none; margin-top:1em;}
.red{color:red;}

@media (max-width: 47em) {
.form_content_wrap h4{font-size:1.125em;}
}


/*================================================
	Side Column Content
==================================================*/
.side_col_container{width:100%;}
.side_col_container.no_ad{margin-bottom:40px;}
.side_col_container.no_ad:last-of-type{margin-bottom:0;}
.side_col_box{ width:300px; margin:0 auto; position:relative; padding-bottom:1px;}

.side_col_box_heading{font-size:16px; color:#343434; text-align:center; display:block; padding-bottom:15px; position:relative; margin-bottom:20px; text-transform:uppercase;}
.side_col_box_heading:after{content:''; display:block; width:100px; height:3px; background-color:var(--orange); position:relative; margin:0 auto; bottom:-13px;}

@media (max-width: 58em) {
.no_mobile{display:none;}
}


/*  Team Gallagher Box ==============================*/
.team_gallagher_wrap{border-radius:4px; overflow:hidden;}
.team_gallagher_wrap_heading{display:block;}
.team_gallagher_wrap_heading img{display:block;}
.team_gallagher_wrap_subheading{background-color:#41667d; font-size:15px; color:#fefefe; padding:5px 0; text-align:center;}
.team_gallagher_wrap_btn{display:block; width:50%; padding:10px 5px; color:#fff; text-decoration:none; text-align:center; text-transform:uppercase; background-color:#163745; font-weight:700; font-size:16px; border-top: 1px solid #395061; float: left;}
.team_gallagher_wrap_btn:hover{background:#264456;}
.team_gallagher_wrap_btn:first-of-type{border-right:1px solid #395061;}


/*  Mobile App ==============================*/
.mobile_app_wrap{}
.mobile_app_wrap_heading{display:block;}
.mobile_app_wrap_heading img{display:block; max-width:100%; height:auto;}
.mobile_app_wrap a{display:block; width:50%; background:#000000; float:left; text-align:center; height:45px;}
.mobile_app_wrap a img{display:inline-block; position:relative; top:50%; transform:translate(0px,-50%);}
.mobile_app_wrap .app_store{border-right:1px solid #363636;}
.mobile_app_wrap .google_store{}
.mobile_app_wrap a:hover{background:#363636;}

/*  Follow Mike ==============================*/
.side_col_facebook_box{background:#ffffff; border-radius:4px; overflow:hidden; margin-bottom:20px; padding:5px;}

/* Salem News Channel */
.side_col_snc_btn{
display: flex;
color: #fff;
font-size: 18px;
font-weight: 500;
text-decoration: none;
text-align: center;
margin-bottom: 1em;
justify-content: space-between;
overflow: hidden;
background: #fff;
width: 300px;
position: relative;
height: 80px;
border-radius: 4px;
}
.side_col_snc_btn > img{
width: 80px;
height: auto;
display: block;
transition: all 0.2s ease-out 0s;
}
.side_col_snc_btn_info{
border-left: 2px solid #f8be15;
width: 220px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
background: #0064a8;
position: relative;
z-index: 2;
column-gap: 4px;
transition: all 0.2s ease-out 0s;
}
.side_col_snc_btn_info .watch {
font-size: 16px;
position: relative;
}
.side_col_snc_btn_info .on {
font-size: 14px;
position: relative;
}
.side_col_snc_btn_info > img {
width: 113px;
height: 30px;
margin-left: 2px;
}
.side_col_snc_btn:hover > img{
transform: scale(1.1);
}
.side_col_snc_btn:hover .side_col_snc_btn_info{
background: #027ed2;
}

/* Rumble */
.side_col_rumble_btn{
display: flex;
background-color: #000;
color: #ffffff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 3px;
column-gap: 5px;
height: 36px;
}
.side_col_rumble_btn img{
height: 16px;
width: auto;
}
.side_col_rumble_btn:hover{background-color: #222;}




/*  Gallagher's Army ==============================*/
.gallaghers_army_wrap{text-align:center;}
.gallaghers_army_wrap_heading{display:block; margin-bottom:15px; padding-bottom:10px; position:relative;}
.gallaghers_army_wrap_heading img{display:block; width:270px; height:auto; margin:0 auto;}
.gallaghers_army_wrap_heading:after{content:''; display:block; width:100px; height:3px; background-color:#9A0520; position:relative; margin:0 auto; bottom:-10px;}
.gallaghers_army_wrap p{line-height:1.4em; font-size:16px; margin-bottom:18px;}
.red_btn{background-color:#9a0513;}
.red_btn:hover{background-color:#d1081b;}

/*  Invite to speak ==============================*/
.invite_speak_wrap{background:url(images/invite-to-speak-bg.jpg) no-repeat center top; height:160px; padding:10px 0 0 13px; color:#ffffff; text-align:left;}
.invite_speak_wrap_heading{font-size:24px; font-weight:700; margin-bottom:7px; line-height:1em; text-shadow:1px 1px 1px rgba(0,0,0,0.4);}
.invite_speak_wrap p{line-height:1.2em; font-size:15px; margin-bottom:13px; padding-right:75px; text-shadow:1px 1px 1px rgba(0,0,0,0.4);}

/*  Podcast Subscribe Links ==============================*/
.podcast_links_wrap{
width:300px;
margin:0 auto;
}
.podcast_links_wrap_header{
height: 70px;
padding-top: 8px;
background-color: #fff;
border: 1px solid #888;
border-bottom: none;
}
.podcast_links_wrap_header_img{
display:block;
height:54px;
width:auto;
margin:0 auto;
}
.podcast_links_wrap_subheader{
font-size: 18px;
color:#fff;
letter-spacing: 4px;
text-transform:uppercase;
text-align: center;
padding:5px 0;
line-height: 1;
background-color: var(--bluegreen);
}
.podcast_links_box{
display: flex;
justify-content: center;
flex-wrap: wrap;
background-color: #fff;
width: 100%;
}
.podcast_links_box_link{
display:block;
width:50%;
text-align: center;
color:#444444;
text-decoration: none;
font-size:12px;
border-bottom:1px solid #888888;
border-right:1px solid #888888;
line-height: 1;
min-height: 30px;
padding-top: 3px;
}
.podcast_links_box_link:nth-of-type(odd){
border-left:1px solid #888888;
}
.podcast_links_box_link_img{
width:16px;
height:16px;
display: inline-block;
margin-right: 1px;
opacity: 0.75;
position: relative;
top: 4px;
}


/*================================================
	Podcast Landing Page
==================================================*/
/* Header ========================*/
.plp_header{
background: #fff;
}
.plp_header_content{
padding:0 1.5em;
width:100%;
max-width:1800px;
margin:0 auto;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
}
.plp_header_logo_wrap{
display: flex;
justify-content: center;
align-items: center;
}
.plp_header_logo{
display: block;
width:177px;
height:50px;
}
.plp_header_logo_wrap span{
font-size: 27px;
color:#000;
line-height: 50px;
display: block;
height: 50px;
padding-left:10px;
margin-left:10px;
border-left:1px solid #bbbbbb;
font-weight:700;
text-transform: uppercase;
letter-spacing: -1px;
}
.plp_header_nav{
}
.plp_header_nav a{
color:#333;
font-size: 1em;
text-align: right;
text-decoration: none;
position: relative;
}
.plp_header_nav a span{
position: relative;
transition: transform 0.3s ease 0s;
display: inline-block;
}
.plp_header_nav a:hover{
text-decoration: underline;
color:#000;
}
.plp_header_nav a:hover span{
transform: translateX(-7px);
color: var(--brightorangerollover);
}

@media (max-width: 700px) {
    .plp_header_content{
    height:60px;
    padding: 0 1em;
    }
    .plp_header_logo{
    width: 106px;
    height: 30px;
    }
    .plp_header_logo_wrap span{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 7px;
    margin-left: 7px;
    }
    .plp_header_nav{
    font-size: 87.5%;
    }
}

/* Main Content ========================*/
.plp_main{
background: #fff;
}

/* Banner */
.plp_banner_wrap{
background-image: url("images/podcast-landing-bg-4.jpg");
background-color: #162734;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.plp_banner_container{
display: flex;
justify-content: center;
align-items: center;
column-gap: 2%;
position: relative;
width: 100%;
max-width: 1440px;
margin: 0 auto;
}
.plp_banner_img_wrap{
width:32%;
}
.plp_banner_img{
width: auto;
height: 100%;
margin: 0 auto;
display: block;
max-height: 350px;
}
.plp_banner_title{
position: relative;
width:32%;
}
.plp_banner_title_logo{
width:100%;
height: auto;
display: block;
}
.plp_banner_title span{
display: block;
font-size: 2.750em;
letter-spacing: 0.25em;
color:#fff;
padding-top:0.75rem;
margin-top:1rem;
position: relative;
text-align: center;
text-transform: uppercase;
line-height: 1;
}
.plp_banner_title span::before{
content:'';
display: block;
height: 1px;
width:75%;
background: #fff;
opacity: 0.3;
position: relative;
top:-0.75rem;
margin:0 auto;
}

@media (max-width: 1110px) {
    .plp_banner_img{
    width: 100%;
    height: auto;
    max-height: auto;
    }
    .plp_banner_title {
    font-size: 87.5%;
    }
    .plp_banner_title span{
    font-size: 4vw;
    }
}

/* Content Sections */
.plp_section{
padding:5em 0;
background: #fff;
}
.plp_container{
width:100%;
max-width:1440px;
padding:0 1.5em;
margin:0 auto;
}
.plp_section_heading{
font-size: 2.250em;
color:#333;
font-weight: 700;
display: block;
line-height: 1.3em;
text-align: center;
margin-bottom:1em;
position: relative;
letter-spacing: -0.0625rem;
}
.plp_section_heading span{
color:#de4803;
position: relative;
top:2px;
margin-right:3px;
}

.plp_subscribe_btns_wrap{
display: flex;
justify-content: center;
align-items: center;
column-gap: 10px;
flex-wrap: wrap;
row-gap:10px;
}
.plp_subscribe_btn{
width:230px;
height:60px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
color:#fff;
font-weight: 700;
font-size:1.125em;
background: #222;
background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
text-decoration: none;
column-gap: 8px;
}
.plp_subscribe_btn img{
width:32px;
height: auto;
display: block;
}

.plp_section-latest{
background:#e1e1e1;
}
.plp_player_wrap{
width: 100%;
max-width: 600px;
margin:0 auto;
padding:1em;
border-radius: 10px;
background: #fff;
}

@media (max-width: 700px) {
    .plp_section{
    font-size:75%;
    padding:3em 0;
    }
    .plp_container{
    padding:0 1em;
    }
    .plp_subscribe_btn{
    height:46px;
    }
    .plp_subscribe_btn img{
    width:24px;
    }
}

/* other customizations */
.page-template-podcast-landing .copyright_wrap{padding: 3em 2em;}
@media (max-width: 39em){ .page-template-podcast-landing .copyright_wrap{padding: 3em 2em;} }
.page-template-podcast-landing .special_header_ad_wrap{border-bottom:1px solid #efefef;}



/*================================================
    Social Sharing
=================================================*/
.article_btns{
padding-bottom:1em;
}
/* Share Button */
.article_share_btn {
display: inline-flex;
align-items: center;
height: 36px;
padding: 0 10px;
column-gap: 5px;
text-decoration: none;
color: #fff;
border-radius: 5px;
background: #777;
text-shadow: var(--textshadow);
font-size: 0.875em;
}
.article_share_btn svg{
filter: var(--filtershadow);
height:18px;
width: auto;
display: block;
}
.article_share_btn:hover{
background: var(--brightorangerollover);
}
@media (max-width: 600px) {
    .article_share_btn {
    height: 30px;
    }
}
/* Share Modal */
.article_social_share_overlay{
width:100%;
height:100%;
position: fixed;
left:0;
right:0;
top:0;
bottom:0;
background: rgba(0,0,0,0.9);
z-index: 999;
}
.article_social_share_wrap{
background: #fff;
display: none;
padding: 3em;
border-radius: 8px;
position: relative;
z-index: 1000;
}
.article_social_share_wrap .title{
font-weight: 600;
font-size: 1em;
}
.article_social_share_links{
display: flex;
row-gap: 10px;
align-items: center;
flex-direction: column;
min-width: 250px;
}
.article_social_share_links > a{
display: inline-flex;
align-items: center;
text-decoration: none;
line-height: normal;
column-gap: 5px;
font-size: 0.875em;
color: #fff;
border-radius: 5px;
height: 36px;
width: 100%;
justify-content: center;
background: #777;
text-shadow: var(--textshadow);
}
.article_social_share_links > a:hover{
background: #888;
}
.article_social_share_links .fb{
background: #1563e1;
}
.article_social_share_links .fb:hover{
background: #0866ff;
}
.article_social_share_links .x{
background: #000;
}
.article_social_share_links .x:hover{
background: #222;
}
.article_social_share_links > a > svg{
height:18px;
width: auto;
display: block;
filter: var(--filtershadow);
}
.article_social_share_links .x > svg{
height:14px;
}
.article_social_share_links > a > svg .svgFill{
fill:#fff;
}
#copy-link .check_icon{
display: none;
}
/* Share Modal Close Btn */
.article_social_share_close {
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 5px;
right: 5px;
}
.article_social_share_close::after,
.article_social_share_close::before{
display: block;
content: '';
width: 30px;
height: 2px;
background: #333;
top: 13px;
left: 0px;
position: absolute;
}
.article_social_share_close::after{
transform: rotate(45deg);
}
.article_social_share_close::before{
transform: rotate(-45deg);
}
.article_social_share_close:hover::after,
.article_social_share_close:hover::before{
background: #000;
}




/*================================================
	Ads
==================================================*/
/* Sidebar 300x250 */
.side_col_box_ad{margin:0 auto 40px; position:relative;}
/*
.side_col_box_ad:after{content: 'Advertisement'; font-size: 12px; color: #aaaaaa; text-align: right; left: 0; position: absolute; bottom: -15px; width:100%;}
*/
.side_col_box_ad iframe{margin:0 auto; display:block;}

/* Header 728x90 */
.special_header_ad_wrap{background:#ffffff; text-align:center;}
.special_header_ad_box{margin:0 auto; position:relative;}
.special_header_ad{margin:0 auto; position:relative; padding:20px 0;}
/*
.special_header_ad:after{content: 'Advertisement'; font-size: 12px; color: #aaaaaa; text-align: center; left: 0; position: absolute; bottom: 5px; width:100%;}
*/
.special_header_ad iframe{margin:0 auto; display:block;}
@media (max-width: 48em) {
.special_header_ad{padding:10px 0;}
}

/* Below Nav 728x90 */
.below_nav_ad_wrap{text-align: center; position:relative; z-index: 5;}
.below_nav_ad_box{margin:0 auto; position:relative;}
.below_nav_ad{margin:0 auto; position:relative; padding:30px 0 0 0;}
/*
.below_nav_ad:after{content: 'Advertisement'; font-size: 12px; color: #aaaaaa; text-align: center; left: 0; position: absolute; bottom: 5px; width:100%;}
*/
.below_nav_ad iframe{margin:0 auto; display:block;}
@media (max-width: 48em) {
.below_nav_ad{padding:20px 0 0 0;}
/*
.below_nav_ad:after{bottom: -5px;}
*/
}

/* Single page / post ads (under content) */
.single_page_footer_ads_wrap {
display: flex;
justify-content: space-evenly;
}
@media (max-width: 1000px) {
    .single_page_footer_ads_wrap {
    flex-direction: column;
    }
}

/* Footer 728x90 */
.footer_ad_wrap{background:#ffffff; text-align:center;}
.footer_ad_box{margin:0 auto; position:relative;}
.footer_ad{margin:0 auto; position:relative; padding:30px 0;}
/*
.footer_ad:after{content: 'Advertisement'; font-size: 12px; color: #aaaaaa; text-align: center; left: 0; position: absolute; bottom: 25px; width:100%;}
*/
.footer_ad iframe{margin:0 auto; display:block;}

/* Listen Now Gallaghers World Takeover */
.listen_now_takeover.popup_wrap{background:#23546a;}
.listen_now_takeover_header{background-color:#327594; padding:0 20px;}
.listen_now_takeover_btn_wrap{padding:0 20px;}
.listen_now_takeover img{max-width:100%; height:auto; display:block; margin:0 auto;}


/* Wall ad ==============================*/
.wall_box_ad_wrap{padding: 26px 0px;}
.wall_box_ad{position:relative; width: 300px; height: 250px; margin: 0 auto;}
.wall_box_ad iframe{margin:0 auto; display:block;}

/* Team Gallagher 99 cent offer ads ==============================*/
/* Main ad */
.tg_ad{margin:0 auto; max-width:100%; height:auto;}
.tg_ad_wrap{margin-bottom: 30px; padding-top:10px;}
.tg_ad_wrap .tg_ad_728x90{display:block;}
.tg_ad_wrap .tg_ad_468x60, .tg_ad_wrap .tg_ad_300x250{display:none;}
@media (max-width: 74em) {.tg_ad_wrap .tg_ad_468x60{display:block;} .tg_ad_wrap .tg_ad_728x90, .tg_ad_wrap .tg_ad_300x250{display:none;}}
@media (max-width: 38em) {.tg_ad_wrap .tg_ad_300x250{display:block;} .tg_ad_wrap .tg_ad_728x90, .tg_ad_wrap .tg_ad_468x60{display:none;}}


/*  Watch the Show Btn ==============================*/
.watch_now_wrap{margin:0 15px 1em;}
.watch_now_container{border-radius:3px; overflow:hidden; background:#fff url(images/watch-now-bg.jpg) no-repeat 0 0; position:relative; background-clip: padding-box; display: block; text-decoration: none;}
.watch_now_text{
text-align: center;
height: 50px;
line-height: 50px;
padding-left: 156px;
padding-right: 250px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25em;
color:#000;
}
.watch_now_text .snclogo{
width: 103px;
height: 28px;
display: block;
margin-left: 10px;
}
.watch_now_btn{width:250px; position:absolute; top:0; right:0; display:block; height:50px; text-decoration:none; font-weight:400; text-align:center; line-height:50px; background:var(--orange); color:#fff; font-size:1.125em; text-shadow:1px 1px 1px rgba(0,0,0,0.2);}
.watch_now_container:hover .watch_now_btn,
.watch_now_container:focus .watch_now_btn:focus{background:var(--paleorangerollover);}

@media (max-width: 80em) {
	.watch_now_wrap{font-size:87.5%;}
	.watch_now_text > div{margin-right:10px;}
	.watch_now_text{padding-right:220px; padding-left:128px;}
	.watch_now_btn{width:220px;}
}
@media (max-width: 1135px) {
	.watch_now_text .snclogo{
	width: 88px;
	height: 24px;
	}
}
@media (max-width: 39em) {
	.watch_now_container{background-image:none;}
	.watch_now_text{padding-left:0; padding-right:40%;}
	.watch_now_btn{width:40%;}
	.watch_now_text .snclogo{
	width: 66px;
	height: 18px;
	}
}
@media (max-width: 29em) {
	.watch_now_wrap{font-size:75%;}
	.watch_now_text{height:40px;}
	.watch_now_btn{height:40px; line-height:40px; text-transform: uppercase;}
}


/*================================================
	Newsletter Signup Ads
==================================================*/

/* Footer =====================================*/
.footer_newsletter_wrap{
background-color: #50585f;
}
.footer_newsletter_wrap_container{
background-image: url("images/newsletter-ad-bg.jpg");
background-position: left bottom;
background-repeat: no-repeat;
width:100%;
max-width: 975px;
margin:0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding:0 20px 0 178px;
height: 200px;
}
.footer_newsletter_wrap_info{
color: #fff;
width: calc(100% - 240px);
display: block;
text-decoration: none;
}
.footer_newsletter_wrap_info .heading{
color: #fff;
font-weight: 700;
font-size: 1.75em;
margin-bottom: 10px;
line-height: 1.4em;
display: block;
}
.footer_newsletter_wrap_info p{
line-height: 1.5em;
font-size: 1em;
}
.footer_newsletter_wrap_btn{
display: inline-block;
width: 200px;
border-radius: 4px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
text-transform:uppercase;
font-weight:700;
font-size: 1em;
background-color: var(--orange);
text-decoration: none;
text-shadow:1px 1px 1px rgba(0,0,0,0.2); 
}
.footer_newsletter_wrap_btn:hover{
background-color:var(--brightorangerollover);
}

@media (max-width: 1135px){
	.footer_newsletter_wrap{
	font-size: 87.5%;
	}
}
@media (max-width: 1020px){
	.footer_newsletter_wrap_info{
	width: calc(100% - 190px);
	}
	.footer_newsletter_wrap_btn{
	width: 150px;
	}
}
@media (max-width: 740px) {
    .footer_newsletter_wrap_container {
    background-position: -20px bottom;
    padding: 0 20px 0 158px;
    }
}
@media (max-width: 650px){
	.footer_newsletter_wrap_container{
	flex-wrap: wrap;
	height: auto;
	padding:1.5em;
	background: none;
	text-align: center;
	}
	.footer_newsletter_wrap_info{
	width:100%;
	margin-bottom:15px;
	}
	.footer_newsletter_wrap_info .heading{
	font-size: 1.5em;
	margin-bottom:8px;
	}
	.footer_newsletter_wrap_btn{
	margin:0 auto;
	}
}


/* Slide in ===================================*/
.newsletter_ad_slider_wrap{
display: none;
position: fixed;
z-index: 500;
left: -400px;
bottom: 100px;
width:400px;
}
.newsletter_ad_slider{
display: block;
width: 100%;
height: 200px;
background-color: #50585f;
background-image: url(images/newsletter-ad-bg.jpg);
background-position: 247px bottom;
background-repeat: no-repeat;
padding: 20px 134px 0 20px;
text-decoration: none;
box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.newsletter_ad_slider .heading{
color: #fff;
font-weight: 700;
font-size: 1.75em;
margin-bottom: 13px;
line-height: 1;
}
.newsletter_ad_slider .text{
color: #fff;
line-height: 1.4em;
font-size: 14px;
margin-bottom: 16px;
}
.newsletter_ad_slider .btn{
width: 200px;
border-radius: 4px;
height: 36px;
line-height: 36px;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 1em;
background-color: var(--orange);
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.newsletter_ad_slider:hover .btn{
background-color:var(--brightorangerollover);
}

.newsletter_ad_slider_close_link{
position: absolute;
top: -12px;
right: -12px;
color: #000;
font-size: 0;
z-index: 10;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
text-decoration: none;
cursor: pointer;
font-weight: 700;
background: #000;
border-radius: 20px;
border: 2px solid #fff;
}
.newsletter_ad_slider_close_link::before,
.newsletter_ad_slider_close_link::after{
content: '';
display: block;
width: 10px;
height: 2px;
background: #fff;
top: 9px;
left: 5px;
position: absolute;
}
.newsletter_ad_slider_close_link::before{transform: rotate(-45deg);}
.newsletter_ad_slider_close_link::after{transform: rotate(45deg);}


/* Special banner ads for this Slide-in (400x200 image) */
.slider_ad_special{}
.slider_ad_special img{
display: block;
max-width: 100%;
height: auto;
box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

@media (max-width: 1040px){
	.newsletter_ad_slider_wrap{
	bottom:110px;
	}
}
@media (max-width: 700px){
	.newsletter_ad_slider_wrap{
	width:350px;
	left: -350px;
	}
	.newsletter_ad_slider{
	background-position: 200px bottom;
	}
	.newsletter_ad_slider .heading{
	font-size: 1.5em;
	}
	.newsletter_ad_slider .text{
	font-size: 13px;
    margin-bottom: 13px;
	}
}


/*================================================
	Listen Live Page
==================================================*/
.listen_live_wrap{
margin-bottom: 2em;
}
.listen_live_title {
background: var(--bluegreen);
color: #fff;
text-align: center;
display: block;
padding: 10px;
font-size: 2em;
line-height: 1.4em;
}
.listen_live_content {
background: #222;
display: flex;
justify-content: center;
align-items: center;
column-gap: 3em;
padding: 1.5em;
}
.listen_live_info {
display: flex;
justify-content: center;
align-items: center;
column-gap: 1em;
}
.listen_live_img {
display: block;
width: 120px;
height: auto;
}
.listen_live_show {
font-size: 1.25em;
color: #fff;
}
.listen_live_player{
border: 1px solid #555;
padding: 0 20px 0 30px;
background: #000;
}

.listen_live_footer_btns{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 20px;
}
.listen_live_footer_btn{
display: flex;
justify-content: center;
padding: 16px 1.75em;
font-size: 1.25em;
font-weight: 700;
color: #fff;
background: #222;
text-decoration: none;
border-radius: 4px;
align-items: center;
text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
height: 50px;
}
.listen_live_footer_btn:focus{	
outline-color: crimson;
outline-offset: 1px;
}
.listen_live_footer_btn-watch{
background: #0064a8;
}
.listen_live_footer_btn-watch:hover{
background: #027ed2;
}
.listen_live_footer_btn-watch img{
display: inline-block;
width: 67px;
height: 19px;
margin-left: 8px;
}
.listen_live_footer_btn-subscribe{
background: var(--orange);
}
.listen_live_footer_btn-subscribe:hover{
background: var(--brightorangerollover);
}
.listen_live_footer_btn-subscribe span{
margin-right: 3px;
font-size: 1.125em;
}

@media (max-width: 1030px){
    .listen_live_player{
    padding: 0 0 0 30px;
    }
}
@media (max-width: 760px){
	.listen_live_footer_btn{
    width: 100%;
    padding: 16px 0;
    max-width: 300px;
	}
}
@media (max-width: 700px){
	.listen_live_wrap{
	font-size:87.5%;
	}
	.listen_live_content{
	flex-wrap: wrap;
	}
	.listen_live_info{
	width: 100%;
	margin-bottom:1em;
	}
}

/* Player customizations */
.page-template-listen-live .td-player-mini__media-controls button {
font-size: 50px !important;
color:#ffd200 !important;
}
.page-template-listen-live .td-player-mini__volume-controls {
margin: 10px 20px 0px !important;
}
.page-template-listen-live .td-player-mini__volume-controls__volume--up{
font-size: 30px !important;
position: relative !important;
top: 4px !important;
}
.page-template-listen-live .noUi-handle{
border-radius: 12px !important;
height: 12px !important;
width: 12px !important;
margin-top: -6px !important;
}

/* other customizations */
.page-template-listen-live .content_wrap{padding-top:2em;}
.page-template-listen-live .side_col{float:none; margin:0 auto;}

.page-template-listen-live .show_action_btns_wrap-sticky,
.page-template-listen-live .show_action_btns_wrap{
display: none !important;
}
.page-template-listen-live .copyright_wrap{padding: 3em 2em;}
@media (max-width: 39em){ .page-template-listen-live .copyright_wrap{padding: 3em 2em;} }




/*================================================
	Footer
==================================================*/
.footer{}

.main_footer_wrap{background-color:#1e3547; padding:4em 2em;}
.main_footer_container{width:100%; max-width:1310px; margin:0 auto;}

.footer_logo_wrap{text-align:center;}
.footer_logo{width:196px; height:53px; display:inline-block;}
.footer_social_links{text-align:center;}
.footer_social_links a{color: #ffffff; display: inline-block; font-size: 1em; margin: 0 7px; opacity: 0.8; padding: 5px; position: relative; text-align: center; text-decoration: none;}
.footer_social_links a:hover{opacity:1.0;}

.footer_links{
max-width: 900px;
margin: 1em auto 0;
}
.footer_nav{
display: flex;
justify-content:center;
list-style: none;
flex-wrap: wrap;
}
.footer_nav > li{
padding:0 1em;
text-align: center;
margin-bottom:1.125em;
}
.footer_nav > li.full_width_link{
width:100%;
}
.footer_nav > li:last-of-type{
margin:0;
}
.footer_nav > li > a{
color:#fff;
text-decoration: none;
opacity: 0.8;
font-size: 1em;
display: inline-block;
line-height: 1.4em;
}
.footer_nav > li > a:hover{
opacity: 1;
text-decoration: underline;
}

.copyright_wrap{background-color:#162734; padding:3em 2em 9em 2em; font-size:0.875em; text-align:center; color:#ffffff;}
.home_station_logo{text-align:center; margin-bottom:2em; opacity:0.8;}
.home_station_logo img{margin-top:5px; border:0;}
.copyright_content{opacity:0.7;}
.copyright_content p{margin-bottom:10px; line-height:1.5em;}

.footer_salem_links,
.footer_copyright_links{
display: flex;
justify-content:center;
list-style: none;
flex-wrap: wrap;
}
.footer_salem_links > li,
.footer_copyright_links > li{
padding:0 10px;
text-align: center;
margin-bottom:10px;
}
.footer_salem_links > li > a,
.footer_copyright_links > li > a{
color:#fff;
text-decoration: none;
font-size: 1em;
display: inline-block;
}
.footer_salem_links > li > a:hover,
.footer_copyright_links > li > a:hover{
opacity: 1;
text-decoration: underline;
}

@media (max-width: 39em) {
	.footer{font-size:87.5%;}
	.footer_wrap{padding:3em 1em;}
	.footer_nav > li{width:100%;}
	.copyright_wrap{font-size: 87.5%; padding-bottom: 8em;}
}


/*================================================
	Misc
==================================================*/
.align_center{text-align:center;}


/* Special banner ad (not in ad position - 1310 wide*/
.special_banner_ad_wrap{padding:2em 30px 0 30px; position: relative; z-index: 2;}
.special_banner_ad_wrap_link{width: 100%; display: block; margin: 0 auto;}
.special_banner_ad{display: block; margin: 0 auto; max-width:100%; height:auto;}
.special_banner_ad-full_width{}
.special_banner_ad-728x90{display: none;}
.special_banner_ad-468x60{display: none;}
.special_banner_ad-300x250{display: none;}
@media (max-width: 66em){
.special_banner_ad_wrap{padding:2em 20px 0 20px;}
.special_banner_ad-full_width{display: none;}
.special_banner_ad-728x90{display: block;}
}
@media (max-width: 47em){
.special_banner_ad-728x90{display: none;}
.special_banner_ad-468x60{display: block;}
}
@media (max-width: 500px){
.special_banner_ad-468x60{display: none;}
.special_banner_ad-300x250{display: block;}
}



/*================================================
	WP Polls - Custom Styling
==================================================*/
.wp-polls{border:1px solid #ccc; background-color:#f5f5f5; border-radius:2px; padding:1em 1.5em;}
.entry .wp-polls-ul{padding-left:0; list-style-type: none; margin-left:0;}
.wp-polls .Buttons{display:inline-block; margin-top: 10px; padding: 0.75em 1.5em; border-radius:4px; color:#fff; text-decoration:none; text-align:center; text-transform:uppercase; background:var(--orange); font-weight:700; border:none; font-size:1em; cursor:pointer;}
.wp-polls .Buttons:hover{background-color:var(--brightorangerollover);}


/*================================================
	Popup/Modal Takeover Wrap
==================================================*/
.popup_overlay {position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7)!important;}
.popup_wrap {display: none; position: absolute; z-index: 1000; max-width: 780px; width:96%; background:#fff; border-radius:2px;}
.popup_content{position:relative;}
.popup_content img{max-width:100%; height:auto; display:block; margin:0 auto;}
.takeover_close_btn{display: inline-block;cursor: pointer !important; background:rgba(255, 255, 255, 0.7); color: #000 !important; line-height:40px; font-size: 24px; height: 40px; width: 40px; position: absolute; z-index: 9999; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;right: 0; text-align: center; text-decoration: none !important; text-transform: uppercase; top: 0; border-radius:0 2px 0 2px;}
.takeover_close_btn_bottom{color: #fff !important; cursor: pointer !important; display: inline-block; font-size: 12px; line-height: 12px; position: absolute; text-align: center; text-decoration: none !important; text-transform: uppercase; bottom: -28px; z-index: 9999; left:50%; -webkit-transform:translate(-50%, 0px); transform:translate(-50%, 0px); font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; padding:5px; border-radius:2px;}
.takeover_close_btn:hover,
.takeover_close_btn_bottom:hover{background:red; text-decoration:none !important; color: #fff !important;}
.popup_ad_label{color: #fff; display: inline-block; font-size: 10px; font-weight: bold; height: 30px; line-height: 30px; padding: 0 5px; position: absolute; text-transform: uppercase; z-index: 9999; top: -25px; right:0;}
.third_party_pixel_600x600{position: absolute; z-index: 9999; bottom:0; right:0; width:1px; height:1px;}

/*================================================
	Special Announcement
==================================================*/
.announcement_wrap{width:100%; background:#fff600; padding:1em 40px 1em 1em; display:none; position:fixed; top:0; left:0; z-index:100; box-shadow: 0px 5px 5px rgba(0,0,0,0.2);}
.announcement_container{width:100%; max-width:1160px; position:relative; margin:0 auto;}
.announcement_close_btn{border: 2px solid #000; border-radius: 12px; color: #000000; display: block; font-size: 16px; font-weight: 700; height: 24px; line-height: 20px; position: absolute; right: 5px; text-align: center; text-decoration: none; text-transform: uppercase; top: 5px; width: 24px;}
.announcement_content{font-size:1em; color:#000000; line-height:1.4em; text-align:center;}
.announcement_content a{color:#000000; text-decoration:underline;}

/*================================================
	Special styling
==================================================*/
.special_sponsor_dual_300x150_wrap{margin:2em auto 0; width:100%; padding:0 20px; max-width:1300px; }
.special_sponsor_dual_300x150_box{float:left; width:50%;}
.special_sponsor_dual_300x150_box img{display:block; margin:0 auto;}
@media (max-width: 42em) {
.special_sponsor_dual_300x150_box{width:100%;}
.special_sponsor_dual_300x150_box:nth-of-type(1){margin-bottom:20px;}
}

