@charset "utf-8";
/*
Theme Name: The Dennis Prager Show Website
Theme URI: https://www.dennisprager.com
Description: The Dennis Prager Show website
Version: 3.1
Author: Salem National
Author URI: http://www.salemnational.com
Description: WordPress theme for The Dennis Prager Show Website.
Text Domain: dennis-prager
*/

/*
==================
  Colors
==================
Dark Blue (titles): #143a5f
Blue: #14518d
Orange (buttons): #f17c2a
Dark Orange (text links): #d96717
Text: #555555
Light Text: #777777
==================
  Fonts
==================
font-family: 'Roboto', Arial, Helvetica, 'sans-serif';
font-family: 'Roboto Condensed', Arial, Helvetica, 'sans-serif';
==================
  Break points
==================
@media (max-width: 79em) {} | less than 1280
@media (max-width: 62em) {} | less than 1024
@media (max-width: 47em) {} | less than 768
@media (max-width: 39em) {} | less than 640
@media (max-width: 29em) {} | less than 480
@media (max-width: 23em) {} | less than 360
*/

@import url('css/normalize-v2.min.css');
@import url('css/icomoon-style-v2.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,500,600,700');

body{font-size:16px; color:#444444; font-family: 'Roboto', Arial, Helvetica, sans-serif; background:#ffffff;}

input, textarea, select, button{font-family: 'Roboto', 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{width:100%;}
.main_header_wrap{width:100%;}

.main_header_masthead{
background: #ffffff;
padding: 0 30px;
}
.main_header_masthead_container{
width:100%;
margin:0 auto;
position:relative;
height:140px;
max-width: 1310px;
}
.main_header_logo{position:absolute; left:0; bottom:0; height:145px;}
.prager_img{position:absolute; display:block; width:168px; height:auto; left:0; bottom:0; z-index:4;}
.main_logo{display: block; height: 36px; left: 129px; position: absolute; top: 60px; width: 387px; z-index: 4;}

.main_header_content{
position: absolute;
top: 0;
right: 0;
padding-top: 12px;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
row-gap: 14px;
}
.contact_links_wrap{
text-align: right;
font-size: 1em;
display: flex;
width: 100%;
justify-content: flex-end;
column-gap: 3px;
align-items: center;
}
.contact_link{
color: #14518d;
text-decoration: none;
margin: 0 3px;
display: inline-block;
border-bottom: 1px solid rgba(20,81,141,0);
white-space: pre;
font-size: 0.875em;
}
.contact_link:hover{border-bottom:1px dashed rgba(20,81,141,1.0);}
.contact_link_social{
color: #ffffff;
text-decoration: none;
background: #14518d;
height: 26px;
width: 26px;
border-radius: 13px;
text-align: center;
font-size: 14px;
margin-left: 3px;
display: inline-block;
position: relative;
line-height: 29px;
}
.contact_link_social span{position:relative;}
.contact_link_social.x img {
width: 14px;
height: auto;
position: relative;
top: 1px;
}
.contact_link_social:hover{background: #2876ba;}
.contact_link .icon_envelope{position:relative; height:10px; width:auto;}

.show_info_wrap{position: relative;}
.show_info_wrap .label{
font-size: 1.125em;
line-height: 1.1em;
text-align: left;
width: 100%;
}
.show_info_wrap .show_number{
font-size: 1.875em; font-weight:700; position:relative; display:block; color:#f17c2a; text-decoration:none; line-height:1; margin-bottom: 2px;}
.show_info_wrap .show_time{font-size:0.875em;}

/*================================================
	Main Navigation
==================================================*/
.main_nav_wrap{
width:100%;
background:#14518d;
position:relative;
display: flex;
justify-content: center;
padding:0 1em;
}
.main_nav{
display: flex;
justify-content: center;
}
.main_nav > li{
position: relative;
display:inline-block;
}
.main_nav > li > a{
display: block;
height:50px;
line-height: 50px;
color:#fff;
text-align: center;
font-weight:400;
font-size: 1em;
z-index:2;
padding: 0 20px;
position:relative;
text-decoration: none;
}
.main_nav > li > a::after{
content: "";
background:#2876ba;
bottom: 0;
height: 0;
left: 0;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
z-index: -1;
}

.main_nav > li.menu-item-has-children > a{
direction:rtl;
}
.main_nav > li.menu-item-has-children > a::before{
content: '';
width: 0;
height: 0;
display: inline-block;
top: -2px;
margin-left: 6px;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #ffbf93;
}
.main_nav > li.menu-item-has-children:hover > a::before{
transform: rotate(180deg);
}
.main_nav > li:hover{
cursor:pointer;
}
.main_nav > li > a:hover::after,
.main_nav > li.menu-item-has-children:hover > a::after{
height:100%;
}

/*  Search Btn */
.site_nav_search_btn_wrap{
position: relative;
display: inline-block;
}
.site_nav_search_btn{
font-size: 1.125em;
padding:0 20px;
height: 50px;
line-height: 50px;
text-align: center;
text-decoration:none;
position:relative;
color:#fff;
cursor:pointer;
z-index:2;
border:0;
background: none;
}
.site_nav_search_btn span{
position: relative;
top:1px;
}
.site_nav_search_btn::after{
content: "";
background:#2876ba;
bottom: 0;
height: 0;
left: 0;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
z-index: -1;
}
.site_nav_search_btn_wrap:hover .site_nav_search_btn::after,
.site_nav_search_btn_wrap.on .site_nav_search_btn::after{
height:100%;
color:#fff;
}


/* Drop Nav */
.main_nav .sub_menu{display:block; opacity: 0; width:320px; position:absolute; left:0; top:100%; background:#2876ba; 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_nav .main_nav_li-right .sub_menu{left:auto; right:0;}

.main_nav .sub_menu > li{display:block; width:100%; border-top:1px solid rgba(255,255,255,0.2);}
.main_nav .sub_menu > li > a{color: #fff; display: block; font-size: 1em; padding:12px 22px; text-align:left; text-decoration:none;}
.main_nav .sub_menu > li > a:hover{background:rgba(255,255,255,0.2);}

.main_nav .main_nav_li-more .sub_menu{
width: 700px;
display: flex;
flex-wrap: wrap;
}
.main_nav .main_nav_li-more .sub_menu > li{
border-right:1px solid rgba(255,255,255,0.2);
width: 50%;
}
.main_nav .main_nav_li-more .sub_menu > li.empty > a{
display:none;
}

.main_nav > li:hover .sub_menu{z-index:7; opacity:1; display:block;
-webkit-transition: opacity, z-index;
transition:  opacity, z-index;}
.main_nav > li.main_nav_li-more:hover .sub_menu{
display:flex;
z-index:7; opacity:1;
-webkit-transition: opacity, z-index;
transition:  opacity, z-index;}

.main_nav:hover .sub_menu,
.main_nav:hover .main_nav_li-more .sub_menu{opacity:0; z-index:4; display:none;
-webkit-transition: none;
transition: none;}

@media (max-width: 1250px) {
	.main_nav_wrap{font-size:87.5%;}
	.main_nav > li > a,
	.site_nav_search_btn{padding:0 16px;}   
}
@media (max-width: 1080px) {
	.main_header_wrap{display:none;}
}

/*================================================
	Mobile Header
==================================================*/
.mobile_header_wrap{display:none;}
.mobile_header_container{height:100px; position:relative; background-color:#fff; padding:0 20px; display: flex; justify-content: space-between; align-items: center;}
.mobile_logo{display: block; height: 25px; 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;
}

@media (max-width: 1080px) {
	.mobile_header_wrap{display:block;}
}
@media (max-width: 39em) {
	.mobile_header_container{height:70px; padding:0 15px;}
	.mobile_logo{height: 22px;}
	.mobile_show_info_wrap{font-size: 75%;}
}
@media (max-width: 29em) {
	.mobile_logo{height: 17px;}
	.mobile_show_info_wrap{font-size: 62.5%;}
}

/*================================================
	Mobile Navigation
==================================================*/
.mobile_nav_wrap{}
.mobile_menu_toggle_wrap{
display: flex;
width: 100%;
height: 60px;
position: relative;
justify-content: flex-end;
background: #14518d;
list-style: none;
}
.mobile_menu_toggle_wrap > li{position:relative;z-index: 2;}
.mobile_menu_toggle_wrap > li:first-child{
position: absolute;
left: 0;
width: 100%;
z-index: 1;
}

/* Menu Btn */
button.menu_toggle{
display:block;
cursor: pointer;
position: relative;
height: 60px;
text-decoration:none;
font-size:0.875em; 
color:#ffffff;
background:#14518d;
padding-left:45px;
border:none;
text-align: left;
width: 100%;
line-height: 60px;
}
button.menu_toggle .menu_icon:before,
button.menu_toggle:after,
button.menu_toggle:before{
content: '';
display: block;
height: 2px;
position: absolute;
top: 28px;
left: 20px;
-webkit-transition: all, ease, 0.2s;
transition: all, ease, 0.2s;
width: 20px;
background: #fff;
}
button.menu_toggle:before{
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
button.menu_toggle:after{
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
button.menu_toggle.on:before {
-webkit-transform: rotate(-45deg) translate(0, 0);
transform: rotate(-45deg) translate(0, 0);
}
button.menu_toggle.on:after {
-webkit-transform: rotate(45deg) translate(0, 0);
transform: rotate(45deg) translate(0, 0);
}
button.menu_toggle.on .menu_icon:before{opacity: 0;}


.mobile_menu_toggle_wrap > li > a{
display: flex;
line-height: 60px;
padding: 0 12px;
text-decoration: none;
color: #fff;
font-size: 0.875em;
align-items: center;
column-gap: 4px;
height: 60px;
background: #14518d;
border-left: 1px solid #2876BA;
}

.mobile_menu_toggle_wrap > li > a.mobile_pragertopia_btn{display:none;}
.mobile_menu_toggle_wrap > li > a.mobile_pragertopia_btn img{display: inline-block; height: 28px; position: relative; top: -3px; width: 100px;}

.mobile_search_drop_btn{
display: flex;
width: 60px;
height: 60px;
text-decoration: none;
font-size: 1em;
cursor: pointer;
color: #ffffff;
background: #14518d;
position: relative;
border-left: 1px solid #2876BA;
z-index: 2;
align-items: center;
justify-content:center;
}
.mobile_search_drop_btn span{
font-size:1.125em;
}

.mobile_menu_toggle_wrap > li > a .icon-phone{font-size: 1.125em;}
.mobile_menu_toggle_wrap > li > a .icon_email{height: 16px; display: inline-block; width: auto;}

button.menu_toggle:hover,
.mobile_search_drop_btn:hover,
.mobile_menu_toggle_wrap > li > a:hover{
cursor: pointer;
background: #2876BA;
}

/* Nav */
.mobile_nav_wrap{width:100%; display:none; background-color:#14518d;}
.mobile_nav{}
.mobile_nav > li{}
.mobile_nav > li > a{color: #fff; display: block; font-size: 14px; padding: 0.875em 1.5em; text-align: left; text-decoration:none; border-top:1px solid #2876BA;}

.mobile_nav > li.menu-item-has-children > a:after{
content: '';
width: 0;
height: 0;
display: inline-block;
position: relative;
z-index: 2;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid #fff;
margin-left: 5px;
top: -1px;
}
.mobile_nav > li.menu-item-has-children.off > a:after{
}
.mobile_nav > li.menu-item-has-children.on > a:after{
transform: rotate(180deg);
}
.mobile_nav > li > a:hover{cursor:pointer;}

/* Sub Nav */
.mobile_sub_menu_wrap{display:none;}
.mobile_sub_menu_wrap > ul{width:100%; background-color:#333; list-style: none;}
.mobile_sub_menu_wrap > ul > li{ display:block; width:100%;}
.mobile_sub_menu_wrap > ul > li > a{ display:block; width:100%; font-size: 14px; padding: 0.875em 2em; text-align:left; text-decoration:none; color: #fff; border-top:1px solid rgba(255,255,255,0.2);}
.mobile_sub_menu_wrap > ul > li > a:focus{background-color:rgba(255,255,255,0.2);}

@media (max-width: 62em) {    
	.mobile_menu_toggle_wrap > li > a.mobile_pragertopia_btn{display:flex;}
}
@media (max-width: 39em) {
	.mobile_menu_toggle_wrap{height:40px;}

	button.menu_toggle{
	height: 40px;
    line-height: 41px;
    padding: 0px 0 0 35px;
	}
	button.menu_toggle .menu_icon:before,
	button.menu_toggle:after,
	button.menu_toggle:before{
	top: 19px;
    width: 16px;
    left: 14px;
	}
	
	.mobile_search_drop_btn,
	.mobile_menu_toggle_wrap > li > a{height: 40px; line-height: 40px;}
	
	.mobile_search_drop_btn{width:50px;}
	
	.mobile_menu_toggle_wrap > li > a.mobile_pragertopia_btn img{height: 18px; width: 60px; top:-1px;}
	.mobile_menu_toggle_wrap > li .text{display: none;}
	.mobile_menu_toggle_wrap > li .icon_email{height: 14px;}
	
	.mobile_nav > li > a{padding: 10px 1em;}

	.mobile_sub_menu_wrap > ul > li > a{padding: 10px 1.5em;}
}


/*================================================
	Listen, watch, subscribe btns
==================================================*/
.show_action_btns_wrap{
background: #f1f1f1;
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: #ED6A0F;
}
.show_action_btn-subscribe:hover{
background: #FF5A00;
}
.show_action_btn-subscribe span{
margin-right: 3px;
font-size: 1.125em;
}

@media (max-width: 1080px) {
	.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;
	}
}


/*================================================
	Main Column
==================================================*/
.content_wrap{position:relative; z-index:5; width: 100%; padding:3em 30px;}
.content_container{width:100%; max-width:1310px; margin:0 auto; position:relative;}
.main_col{float: left; margin-right: -300px; width: 100%;}
.main_col_push{margin-right: 300px;}
.main_col_content{width:100%; padding-right:60px;}

.main_col.full_width_col{float: none; margin: 0;}
.full_width_col .main_col_content{padding-right:0;}

@media (max-width: 71em) {
	.content_wrap{font-size:87.5%; padding: 2em 1.5em;}
	.main_col_content{padding-right:30px;}
}
@media (max-width: 62em) {
	.main_col,
	.main_col_push{margin:0;}
	.main_col_content{padding-right:0;}
}
@media (max-width: 39em) {
	.content_wrap{padding: 2em 1em;}
}


/* Main Col Wraps/Containers/Boxes ===================*/
.section_box_wrap{
margin-bottom:4em;
position:relative;
}
.main_col_content .section_box_wrap:last-child{
margin-bottom:1em;
}
.section_box_wrap-column_wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap:4em;
}
.section_box{
width:48%;
position:relative;
}
@media (max-width: 62em) {
	.section_box_wrap:last-of-type{
	margin-bottom:0;
	}
}
@media (max-width: 39em) {
	.section_box{
	width:100%;
	}
}

.section_box_heading{font-size:1.25em; color:#777777; font-weight:700; text-transform:uppercase; line-height: 1; margin-bottom: 1em; position:relative; display:block; text-align:left; border-bottom:1px solid #b7d8f8; padding-bottom:8px; font-family: 'Roboto Condensed', 'DejaVu Sans Condensed', Arial, Helvetica, sans-serif;}

.section_box_footer_link{color:#143a5f; font-size:12px; text-decoration:none; text-transform:uppercase; font-weight:700; position:absolute; top:5px; right:0; line-height: 1;}
.left_box_link{right:1.75rem;}
.section_box_footer_link:hover{text-decoration:underline;}
@media (max-width: 39em) {
	.left_box_link{right:0;}
}

.post_box_wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 2em;
}
.half_box{width:48%;}
.third_box{width:31%;}
.quarter_box{width:23%;}
@media (max-width: 62em) {
	.quarter_box{width:48%;}
}
@media (max-width: 39em) {
	.half_box,
	.third_box,
	.quarter_box{width:100%;}
}

/* Links and Btns ===================*/
.regular_btn{font-size:12px; text-decoration:none; display:inline-block; color:#fff; padding:7px 10px; line-height:1; border-radius:4px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-transform:uppercase; text-shadow:1px 1px 1px rgba(0,0,0,0.2); background: #f17c2a;}
.regular_btn:hover{background:#ff5a00;}
.regular_btn span{position:relative; top:1px;}

.large_btn{font-size:14px; text-transform: none;}

.gray_btn{background:#787878;}
.gray_btn:hover{background:#8b8b8b;}

.amazon_btn::after{content:''; display:block; position:absolute; background:url(images/amazon-logo.svg) no-repeat left top; background:contain; height: 15px; right: -61px; top: 11px; width: 50px;}
.itunes_btn{
background: #333333;
}
.itunes_btn::after{content:''; display:block; position:absolute; background:url(images/itunes-logo.svg) no-repeat left top; background:contain; height: 14px; right: -65px; top: 9px; width: 54px;}
.itunes_btn:hover{background:#000;}

.special_heading{font-size:1.125em;display:block; margin-bottom:1em; line-height:1.3em;padding:10px; background:#ffefe5;}



/*================================================
	Home Page
==================================================*/
/* Home Wrap Section =============================*/
.home_top_wrap,
.home_middle_wrap{
margin-bottom:3em;
}
.home_top_wrap .section_box_wrap.section_box_wrap-column_wrap{
margin-bottom:2em;
padding-top:2em;
}

/* Main Column Ad wrap */
.home_main_ad_wrap{}

/* Pragertopia Ad wrap */
.home_top_wrap .pragertopia_ad_wrap{
padding-top:1em;
}


/*================================================
	Home Featured Content
==================================================*/
.featured_wrap{position:relative; height:24em; margin-bottom:2em;}

.featured_main_container{padding-right:5px; float:left; width:65.8%; height:100%;}
.featured_main_box{float:left; width:100%; height:100%; position:relative; overflow:hidden; background:#000;}
.featured_main_img{position:absolute; width:100%; height:100%; top:0; left:0; background-position:center center; background-repeat:no-repeat; background-size:cover; z-index:2; display:block;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.featured_main_box:hover .featured_main_img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.2s ease-in 0s;
transition: all 0.2s ease-in 0s;
}
.featured_main_content{position:absolute; z-index:3; width:100%; bottom:0; left:0; padding:5em 1.5em 1.5em 1.5em; display:block;  text-decoration:none; color:#ffffff; cursor:pointer;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
.featured_main_content_title{font-weight:700; font-size:2.250em; text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
.featured_main_box:hover .featured_main_content_title{text-decoration:underline;}

.featured_other_container{float:left;width:34.2%; height:100%; overflow:hidden;}

.featured_other_box{float:left; width:100%; height:50%; margin-bottom:5px; position:relative; overflow:hidden; background:#000;}
.featured_other_img{position:absolute; width:100%; height:100%; top:0; left:0; background-position:center center; background-repeat:no-repeat; background-size:cover; z-index:2; display:block;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.featured_other_box:hover .featured_other_img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.2s ease-in 0s;
transition: all 0.2s ease-in 0s;
}
.featured_other_content{position:absolute; z-index:3; width:100%; bottom:0; left:0; padding:4em 1em 1em 1em; display:block;  text-decoration:none; color:#ffffff; cursor:pointer;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}
.featured_other_content_title{font-weight:700; font-size:1.25em; text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
.featured_other_box:hover .featured_other_content_title{text-decoration:underline;}

@media (max-width: 1400px) {
.featured_wrap{height:27vw;}
}

@media (max-width: 66em) { 
.featured_wrap{height:38vw;}
.featured_main_content_title{font-size:1.750em;}
}
@media (max-width: 47em) {  
.featured_wrap{height: auto;}
.featured_main_container {height: 56vw; padding-bottom: 6px; padding-right: 0; width: 100%;}
.featured_other_container{height: 28vw; min-height: 150px; width: 100%;}
.featured_other_box{height: 100%; width: 50%; margin-bottom:0;}
.featured_other_box:nth-of-type(1){border-right:3px solid #fff;}
.featured_other_box:nth-of-type(2){border-left:3px solid #fff;}
}
@media (max-width: 34em) {
.featured_wrap{height:auto; padding:0;}
.featured_main_container {margin-bottom: 1em;}
.featured_main_content{padding:5em 1em 1em 1em;}
.featured_main_content_title {font-size: 1.5em;}
.featured_other_container{height:auto; position: relative;}
.featured_other_box:nth-of-type(1),
.featured_other_box:nth-of-type(2){border:0;}
.featured_other_box{height: auto; width: 100%; min-height: 70px; background:none;}
.featured_other_box:first-of-type{margin-bottom:2em;}
.featured_other_img {width:118px; height:70px; -webkit-transition: none; transition: none;}
.featured_other_box:hover .featured_other_img{ -webkit-transform: none; transform: none; -webkit-transition: none; transition: none; opacity:1;}
.featured_other_content {background:none; bottom:auto; position:relative; left:auto; color:#143a5f; padding:0 0 0 133px;}
.featured_other_content_title{font-size: 1.125em; text-shadow:none; }
}


/*================================================
	Home Page - Posts/articles
==================================================*/
.post_wrap{}
.post_wrap_title{font-size:1.125em; margin-bottom:7px; font-weight:700; line-height:1.4em; color:#143a5f;}
.post_wrap_title.title_only{margin:0;}
.post_wrap_title a{color:#143a5f; text-decoration:none;}
.post_wrap_title a:hover{text-decoration:underline;}
.post_wrap_date{font-size:14px; color:#777777; margin-bottom:5px;}
.post_wrap_date a{ color:#3f1456; text-decoration:none;}
.post_wrap_date a:hover{text-decoration:underline;}
.post_wrap p{line-height:1.5em; font-size: 1em; margin-bottom:0.75em;}
.post_wrap p a{color:#d96717; text-decoration:underline;}

.post_wrap_img_wrap{margin-bottom:0.75em; position:relative; overflow:hidden;}
.post_wrap_img_wrap a{}
.post_wrap_img_wrap img{height:auto; display:block; margin:0 auto;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.post_wrap_img_wrap:hover img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
 }


/* Today Broadcast =============================*/
.todays_broadcast_btns_wrap{
display: flex;
justify-content:space-between;
row-gap: 0.75em;
flex-wrap: wrap;
padding-top:10px;
}
.todays_broadcast_btns_wrap .regular_btn{
padding: 0.75em 5px;
font-size: 0.875em;
width: 48%;
}
.todays_broadcast_btns_wrap .regular_btn.listen_btn{
background: #222;
}
.todays_broadcast_btns_wrap .regular_btn.listen_btn:hover{
background: #444;
}
.todays_broadcast_btns_wrap .regular_btn.watch_btn{
background: #0064a8;
}
.todays_broadcast_btns_wrap .regular_btn.watch_btn:hover{
background: #027ed2;
}
.todays_broadcast_btns_wrap .subscribe_btn{
flex-grow: 2;
}

/* Cited on the Show =============================*/
.cited_wrap{margin-bottom:1.75em;}
.post_wrap.cited_wrap p{margin:0;}
.cited_item{margin-bottom:1em;}
.cited_item:last-of-type{margin:0;}
.cited_item .post_wrap_title{font-size:1em; margin:0;}

/* Authors - Experts =============================*/
.post_box_wrap.author_home_wrap{
row-gap:3em;
}
.book_img{width:auto; height:100%; max-height:210px;}

/* Columns =============================*/
.post_box_wrap.column_home_wrap{
row-gap:3em;
}
.post_img{max-width:100%;}

/* Videos =============================*/
.videos_home_wrap{
} 
.video_box_img_wrap{margin:0 auto 0.75em; width:100%;}
.video_box_img_wrap img{margin:0 auto;}

/* video image play btn overlay */
.video_box_img_wrap a:after{
content: '';
display: flex;
width: 76px;
height: 76px;
background-color: rgba(0,0,0,0.3);
border-radius: 100px;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
background-image: url(images/play-rnd.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: calc(100% * .5);
}
.video_box_img_wrap a:hover:after{
background-color: rgba(0,0,0,0.8);
}

/* Prager Store - Featured Product ====================*/
.store_logo_heading{display:block; width:230px; height:12px; margin-top: 4px;}

.store_home_wrap .post_wrap{
display: flex;
}
.store_img_wrap{
width:300px;
margin-right:2em;
position: relative
}
.store_img_wrap .store_img{
min-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
.featured_tag{background-color: #fff000; border-left: 3px solid #ecde01; color: #858029; display: inline-block; font-size: 11px; font-weight: 700; height: 20px; line-height: 21px; margin-bottom: 10px; padding: 0 5px; position: relative; text-transform:uppercase;}
.featured_tag:after{content:''; display:block; border-bottom: 11px solid transparent; border-left: 11px solid #fff000; border-top: 11px solid transparent; height: 0; position: absolute; right: -11px; top: 0; width: 0;}
.special_offer_text{font-size: 1.125em; font-weight: 700; line-height: 1.4em; margin-bottom: 6px; color:#f17c2a;}

@media (max-width: 680px) {
	.store_home_wrap .post_wrap{
	flex-wrap: wrap;
	}
	.store_img_wrap{
	margin: 0 auto 1em;
	}
}

/* Wheres Dennis (Events) ====================*/
.event_wrap{position:relative; margin-bottom:2em; float:left; padding-left:140px; width:100%; min-height:123px;}
.event_wrap.no_image{padding:0; min-height:inherit;}
.event_img_wrap{width:120px; position:absolute; top:3px; left:0;}
.event_img_wrap img{display:block; width: 100%; height:auto; margin:0 auto;}
.event_location{line-height:1.5em; font-size:1em; margin-bottom:0.5em;}


/*================================================
    Pages
==================================================*/
.page_heading{border-bottom:1px solid #b7d8f8; color: #777777; font-family: 'Roboto Condensed', 'DejaVu Sans Condensed', Arial, Helvetica, sans-serif; font-size: 1.75em; font-weight: 700; line-height: 1.4em; margin-bottom: 1em; padding-bottom: 0.625em; text-align: left; text-transform: uppercase;}
@media (max-width: 39em) {
	.page_heading{text-align: center;}
}
@media (max-width: 29em) {
	.page_heading{font-size:1.25em; padding-bottom:0.75em; margin-bottom: 1.5em;}
	.full_width_heading{padding-bottom:0; font-size:1.176em;}
}

/* Post List Pages - Archive pages =============================*/
.post_list_wrap{}
.post_list_wrap.post_list_wrap-archive{
display: flex;
row-gap: 3em;
position: relative;
flex-wrap: wrap;
}

/* video */
.videos_list_wrap{}
.videos_list_wrap.videos_list_wrap-archive{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap:2em;
position: relative;
}

/* Music */
.music_list_wrap{}
.music_list_wrap.music_list_wrap-archive{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap:2em;
position: relative;
}

.list_post_wrap{width:100%;}
.list_post_wrap.half_box{width:48%;}
.list_post_wrap.third_box{width:31%;}
.list_post_wrap.quarter_box{width:23%;}
@media (max-width: 62em) {
	.list_post_wrap.quarter_box{width:48%;}
}
@media (max-width: 39em) {
	.list_post_wrap.half_box,
	.list_post_wrap.third_box,
	.list_post_wrap.quarter_box{width:100%;}
}

.list_post_wrap .post_wrap_title {font-size: 1.25em; margin-bottom: 8px;}

.regular_post_list_wrap .post_wrap_img_wrap{float:left; width:40%; height:auto; position: relative; top: 3px; margin-bottom: 3px;}
.regular_post_list_wrap .post_wrap_content{padding-left:43%;}
.regular_post_list_wrap .post_wrap_content.no_image{padding:0;}

@media (max-width: 39em) {
	.regular_post_list_wrap .post_wrap_img_wrap{width:100%; max-width:420px; top: 0px; margin: 0 auto 1em; float:none;}
	.regular_post_list_wrap .post_wrap_content{padding-left:0;}
}

.additional_info_box{font-size:1em; line-height:1.4em; margin-bottom:0.5em;}


/* ad wraps ===============================*/
/* Articles - 728x90 */
.post_list_wrap-archive .post_list_ad_wrap{
width:100%;
}
/* Videos - 300x250 */
.videos_list_wrap-archive .post_list_ad_wrap{
width:48%;
}
/* Videos - 728x90 */
.videos_list_wrap-archive .post_list_ad_wrap.post_list_ad_wrap-728{
width:100%;
}
@media (max-width: 47em){
	.videos_list_wrap-archive .post_list_ad_wrap{
	width:100%;
	}
}


/* Post List Page Navigation */
.page_navigation_wrap{text-align:left; font-size:1em; margin: 2em 0; border-top:1px solid #b7d8f8; padding-top: 1.5em; width: 100%;}
.page_navigation_wrap .pagenum{color: #777777; display: inline-block; padding-bottom: 10px; padding-right:20px;}
.page_navigation_wrap .pagenum_dropdown{color: #727272; font-size:1em; border:1px solid #e0e0e0; padding: 2px 6px; border-radius:3px;}
.page_navigation_wrap .current, .page_navigation_wrap a { display:inline-block; margin: 0 0.5em 0 0; padding:10px 17px; text-decoration:none; width:auto; color:#fff; border-radius:3px; text-align:center; text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background: #f17c2a;
background: -webkit-linear-gradient(top, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);
background: linear-gradient(to bottom, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);}
.page_navigation_wrap a:hover{ color:#fff; text-decoration:none; background: #ff5a00;}
.page_navigation_wrap .current{background: #efefef; color:#333333;}
@media (max-width: 71em) { .page_navigation_wrap{text-align:center;} .page_navigation_wrap .pagenum{display:block; text-align:center; padding-right:0;} }
@media (max-width: 39em) { .page_navigation_wrap .current, .page_navigation_wrap a{margin: 0 1% 0 0; padding: 10px 0; width: 9%;} }


/*================================================
    Cartoons
==================================================*/
#cartoon-host-bio,
#cartoon-clip-list {
margin-bottom: 30px;
}
#cartoon-clip-list {
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
#cartoon-header-image img {
display: block;
width: 100%;
height: auto;
margin:0 auto;
}
.cartoon_box{
width: 46%;
margin-bottom: 2em;
}
.cartoon_box_image_wrap img{
display: block;
width:100%;
height:auto;
margin:0 auto;
}
.link-cursor {
cursor: pointer;
}
.cartoon_heading{
font-size: 1.25em;
line-height: 1.4em;
padding-top: 5px;
text-align: center;
color: #9a0a01;
}
.cartoon_heading a{
color: #143a5f;
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: 500px) {
	.cartoon_box{
	width:100%;
	}
}

/* Cartoons - Single ==================================================*/
.cartoon_article{
margin: 2em 0;
}
.cartoon_article_heading{
font-size: 2em;
margin-bottom: 0.5em;
line-height: 1.4em;
}
.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;
margin-bottom: 3em;
}
.cartoon_article_footer a{
color: #143a5f;
text-decoration: none;
}
.cartoon_article_footer a:hover,
.cartoon_article_footer a:focus{
text-decoration: underline;
}
.cartoon_more_header{
font-size: 16px;
color: #777777;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
margin-bottom: 1em;
position: relative;
display: block;
text-align: left;
border-bottom: 1px solid #b7d8f8;
padding-bottom: 8px;
font-family: 'Roboto Condensed', 'DejaVu Sans Condensed', Arial, Helvetica, sans-serif;
}
.cartoon_more_link_wrap{
margin-bottom: 15px;
}
.cartoon_more_link_wrap a{
color: #143a5f;
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: 1.5em;
	}
}


/* Authors - Experts =============================*/
.author_post_list_wrap .post_wrap_img_wrap{width:110px; float:left; margin:0;}
.author_post_list_wrap .post_wrap_img_wrap .book_img{width:100%;}
.author_post_list_wrap .post_wrap_content{margin-left:130px;}
@media (max-width: 29em) {
.author_post_list_wrap .post_wrap_img_wrap{width:100%; float:none; margin-bottom:0.75em;}
.author_post_list_wrap .post_wrap_img_wrap .book_img{width:auto;}
.author_post_list_wrap .post_wrap_content{margin:0;}
}

/* Show Archive =============================*/
.show_description_wrap{}
.show_description_wrap_link{color: #f17c2a; font-size: 1.125em; text-decoration: none;}

/* Bumper Music =============================*/
.music_post_wrap{}
.music_post_wrap .post_wrap_img_wrap .music_img{width:100%; max-width:400px;}
.music_post_wrap .buy_btn_wrap{margin-bottom:10px;}

/* Columns =============================*/

/* Wheres Dennis (Events) =============================*/
.event_post_list_wrap .post_wrap_title {margin-bottom: 11px;}

/* Books that Influenced =============================*/
.book_post_wrap{text-align:center; padding-bottom:20px;}
.book_post_wrap .additional_info_box{margin-bottom: 13px;}
.book_post_wrap .amazon_btn::after{right: 17px; top: 38px;}

/* Letter to Hispanics =============================*/
.content_tabs_wrap{margin-bottom:2em;}
.content_tabs_wrap a{color:#f17c2a; text-decoration:none; font-weight:700;}
.content_tabs_wrap a:hover{text-decoration:underline;}




/*================================================
	Search
==================================================*/
/*  Main Search Form - Popup/Overlay =============*/
.search_overlay{
background: rgba(239,239,239,0.97);
height: 100vh;
left: 0;
overflow-y: scroll;
padding: 30px;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
display: none;
}
.search_container{
width:100%;
max-width:900px;
margin:0 auto;
padding-top: 4em;
}
.search_container_heading{
font-size: 2em;
font-weight: 600;
display: block;
margin-bottom: 2em;
position: relative;
text-align: center;
}

.search_box{
position:relative;
}
#searchform{
padding: 20px 146px 20px 20px;
border-radius: 5px;
background-color: #fff;
border: 1px solid #ddd;
}
.search_box input[type="text"]{
font-size: 1em;
padding: 10px 140px 10px 0;
width: 100%;
border: 0;
border-bottom: 2px solid rgba(0,0,0,0.2);
background: none;
font-weight: 400;
line-height: 1.5em;
color:#000;
}
.search_box input[type="text"]:focus{
border-bottom-color:rgba(0,0,0,1);
outline:none;
}
.search_box .search_btn{
border: 0;
position: absolute;
right: 20px;
top: 22px;
z-index: 10;
cursor: pointer;
font-size: 1em;
color: #fff;
text-shadow:1px 1px 1px rgba(0,0,0,0.2);
font-weight: 600;
text-transform: uppercase;
background-color: #f17c2a;
border-radius: 4px;
padding: 12px 15px;
text-decoration: none;
}
.search_box .search_btn .icon-search{
margin-right:3px;
font-size: 0.875em;
}
.search_box .search_btn:hover{
background-color: #ff5a00;
}

.search_wrap_close_btn{
display: block;
width:40px;
height:40px;
position: absolute;
top:1%;
right:1%;
cursor: pointer;
}
.search_wrap_close_btn span{
background: #333;
height: 2px;
width: 30px;
position: absolute;
top: 20px;
left: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.search_wrap_close_btn span:after {
background: #333;
content: "";
height: 2px;
position: absolute;
width: 30px;
top:0;
left:0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.search_wrap_close_btn:hover span,
.search_wrap_close_btn:hover span:after{
background: #000;
}

@media (max-width: 700px){
    .search_overlay{
    font-size:87.5%;
    }
    .search_container_heading{
    font-size:1.5em
    }
	#searchform{
	padding-right:136px;
	}
    .search_wrap_close_btn {
    width: 24px;
    height: 24px;
    }
    .search_wrap_close_btn span {
    width: 20px;
    top: 11px;
    left: 2px;
    }
    .search_wrap_close_btn span:after {
    width: 20px;
    }
	.search_box input[type="text"]{
	padding-right:130px;
	}
}

@media (max-width: 480px){
	.search_overlay{
	background: #efefef;
	padding: 30px 15px;
	}
    .search_container_heading{
    padding-bottom: 15px;
    }
	#searchform {
    padding-right: 75px;
	}
	.search_box .search_btn {
	padding: 0;
    width: 40px;
    height: 40px;
    top: 23px;
	}
	.search_box .search_btn .icon-search{
	margin:0;
	font-size: 1em;
	}
	.search_box .search_btn .text{
	display:none;
	}
	.search_box input[type="text"]{
	padding-right:80px;
	}
}

/* Search Results =============================*/
.search_result_header_wrap{background:#F5F5F5; padding:1em 1.25em; border-radius: 4px; margin-bottom:2em;}

/* Results Info */
.search_results_info_wrap{
margin-bottom: 1.5em;
font-size: 1.125em;
display: flex;
gap: 20px;
align-items: center;
border-bottom: 1px solid #b7d8f8;
padding-bottom: 1.5em;
}
.search_results_container{
line-height: 1.4em;
}
.search_results_container span{
font-weight:600;
}
.search_results_btn_container{
border-left: 1px solid #999;
padding-left: 20px;
}
.search_results_btn_container a{
color: #000;
text-decoration: none;
font-size:0.875em;
}
.search_results_btn_container a:hover{
text-decoration: underline;
}
.search_results_btn_container .icon-search{
font-size:0.875em;
}

@media (max-width: 700px){
	.search_results_info_wrap{
	justify-content: space-between;
	}
	.search_results_btn_container{
	border:none;
	padding-left:0;
	min-width: 75px;
	text-align: right;
	}
}

.search_list_post_wrap{margin-bottom:2em;}
.search_list_post_wrap .post_wrap_img_wrap{float:left; margin-right:1.5em; width:120px; height:auto;  position: relative; top: 3px; margin-bottom:1em;}
.search_list_post_wrap .post_wrap_img_wrap img{max-width:100%; height:auto; display:block; margin:0 auto;}
.search_list_post_wrap .full_url{color:#17b506; text-decoration:underline; font-size:12px; }
.search_list_post_wrap p{margin-bottom:0.75em;}
.hi{background:yellow;}

@media (max-width: 39em) { .search_list_post_wrap .post_wrap_img_wrap{width:80px;} }


/*================================================
    Watch the Show
==================================================*/
.snc_page_heading{
/*
display: flex;
align-items: center;
justify-content: center;
*/
width:100%;
padding:0.75em;
font-size: 1.5em;
font-weight: 700; line-height: 1.4em;
background-color:#333;
color:#fff;
text-align: center;
}
.snc_page_heading img{
display: inline-block;
width: 120px;
height: 32px;
margin-left:10px;
}
.snc_page_heading span{
text-wrap: nowrap;
}
@media (max-width: 700px) {
	.snc_page_heading{
	font-size:1.25em
	}
	.snc_page_heading img{
    width: 68px;
    height: 18px;
    margin-left: 6px;
	}
}



/*================================================
	Single Post/Pages - Entries/Content
==================================================*/
.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 .highlighted_heading{padding:10px; background:#ffefe5;}
.entry p, .entry ul, .entry ol, .entry blockquote{line-height:1.5em;}
.entry p{padding-bottom:1.5em;}
.entry blockquote{padding:0 2em; font-style:italic; color:#888888; margin-bottom:1.5em;}
.entry a{color:#d96717; 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{margin:0 auto; display:block; height:auto;}
.entry img.aligncenter,
.entry img.alignnone{margin:0 auto; display:block; width:100%; max-width:640px; height:auto;}
.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;}
/* Images with captions */
.entry div img{margin:0 auto 1.5em; display:block; width:auto; height:auto;}
.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; width:100%; max-width:640px; 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;}

.entry .regular_btn{text-decoration:none; color:#ffffff;}

.video_wrap {position: relative; padding-bottom: 56.25%; height: 0; margin-bottom:1.5em;}
.video_wrap iframe {position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;}

@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;}
}

/*================================================
	Single Post Pages
==================================================*/
.single_post_wrap{margin-bottom: 2em;}
.single_post_header{margin-bottom: 1em; padding-bottom:2em; border-bottom:1px solid #b7d8f8;}
.single_post_header.no_post_title{padding:0; border-bottom:none;}
.single_post_header_title{font-size:2.5em; font-weight:700; line-height:1.3em; margin-bottom:0.625em; display:block;}
.single_post_header_title a{color:#143a5f; text-decoration:none;}
.no_post_info .single_post_header_title{margin-bottom:0;}

.post_info{margin-bottom:1.5em; color:#777777;}
.post_info > em{font-style:italic;}
.post_info a{color:#777777; text-decoration:none;}
.post_info a:hover{text-decoration:underline;}
.single_post_header.no_social .post_info{margin-bottom: 0;}

.single_post_ad_wrap{margin-bottom:2em; padding-bottom:1.5em; border-bottom:1px solid #b7d8f8;}


.single_post_body_wrap{}
.single_post_body_img_wrap{margin-bottom:2em;}
.single_post_img{display:block; margin:0 auto; max-width:100%; height:auto;}
.single_book_img{display:block; margin:0 auto; width:auto; height:100%; max-height:400px;}

/* ad inserted into text of column posts - after 3rd paragraph */
.article_text_ad_box{
width:300px;
height:250px;
float:left;
margin:0 2em 2em 0;
}

@media (max-width: 47em) {
	.single_post_header h2{
	font-size: 2em;
	text-align: center;
	}
	.single_post_header .post_info{
	text-align: center;
	}
	.article_text_ad_box{
	float:none;
	margin:0 auto 2em;
	}
}

/* Post Social Links ===================*/
.post_social_link_wrap{
display: flex;
justify-content: flex-start;
align-items: center;
column-gap: 10px;
}
.post_social_link{}
.post_social_link a{
color: #ffffff;
text-decoration: none;
font-size: 0.875em;
display: flex;
width: 100%;
border-radius: 4px;
padding: 8px 10px;
text-align: center;
justify-content: center;
align-items: center;
}
.post_social_link a:hover{opacity:0.8;}
.fb_social_link{background:#3d5a98;}
.tw_social_link{background:#09b0ed;}
.other_social_link{background:#666666;}
.post_social_link .icon_email{height:14px; width:auto;}
.post_social_link .label{padding-left:5px;}

@media (max-width: 47em) {
	.post_social_link_wrap{
	justify-content:center;
	}
}
@media (max-width: 39em) {
	.post_social_link .label{
	display:none;
	}
}


/* More to consider =============================*/
.more_list_wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 2em;
}

.more_list_wrap .video_box_img_wrap a:after{
width: 56px;
height: 56px;
}


/* Email a Friend =============================*/
.email_a_friend_container{padding:20px; border-radius:2px;}
.email_a_friend_container p{padding-bottom:10px;}
.email_a_friend_container h3{font-size:1.25em; color:#143a5f; margin-bottom:1em;}
.email_a_friend_wrap{}
.eaf_field_wrap{margin-bottom:1em; position:relative;}
.eaf_field_wrap:last-child{margin-bottom:0;}
.eaf_field_wrap label{display:block; color:#727272; padding-bottom:2px; font-size:1em; font-weight:700;}
.eaf_field_wrap label span{font-weight:400; color:#B03F41; font-size:0.875em; margin-left:10px;}
.eaf_field_wrap input[type="text"],
.eaf_field_wrap input[type="email"],
.eaf_field_wrap textarea{ font-size:1em; color:#333333; padding:10px; border-radius:2px; border:1px solid #d9d9d9; background:#eee; width: 100%;}
.eaf_field_wrap textarea{height:100px;}
.eaf_field_wrap.left_field{width:50%; float:left; padding-right:10px;}
.eaf_field_wrap.right_field{width:50%; float:left; padding-left:10px;}
.email_a_friend_wrap .wpcf7-submit{font-size:1em; margin-top: 10px; text-decoration:none; display:inline-block; color:#fff; padding:0.75em 1.125em; line-height:1; border-radius:3px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-transform:uppercase; border:0; text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background: #f17c2a;
background: -webkit-linear-gradient(top, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);
background: linear-gradient(to bottom, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);}
.email_a_friend_wrap .wpcf7-submit:hover{background:#ff5a00;}
@media (max-width: 47em) { .eaf_field_wrap.left_field, .eaf_field_wrap.right_field{width:100%; padding:0;} }

/* Single Post Footer Navigation =============================*/
.post_footer_pagination_wrap{border-top:1px solid #b7d8f8; padding:1em 0; margin-bottom: 3em; border-bottom:1px solid #b7d8f8;}
.post_footer_pagination_link_wrap{width:50%;}
.pagination_link_wrap_left{float:left;}
.pagination_link_wrap_right{float:right;}
.post_footer_pagination_link{width:100%; position:relative; display:block; text-decoration:none; padding: 1em; border-radius:3px;}
.post_footer_pagination_wrap .next_link{text-align:right;}
.post_footer_pagination_link span{font-size:30px; position: relative; top: 5px; color:#b7d8f8;}
.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:#143a5f;}
.prev_link .direction, .prev_link .title{padding-left:40px;}
.next_link .direction, .next_link .title{padding-right:40px;}

.post_footer_pagination_link:hover{background:#eaf1f7;}
.post_footer_pagination_link:hover span{color:#f17c2a;}
.post_footer_pagination_link:hover .title{text-decoration:underline;}


@media (max-width: 39em) { 
.post_footer_pagination_link_wrap{width:100%;}
.post_footer_pagination_link_wrap.pagination_link_wrap_right{border-top: 1px solid #e0e0e0; margin-top: 1em; padding-top:1em;}
}



/*================================================
    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:#143a5f;
text-decoration: none;
}
.promotion_list > li a:hover,
.promotion_list > li a:focus{
text-decoration: underline;
}


/*================================================
    Advertisers
==================================================*/
.advertiser_list_post{margin-bottom:1.25em; font-size:1.125em;}
.advertiser_list_post:last-of-type{margin:0;}
.advertiser_list_post a{color:#143a5f; text-decoration:none;}
.advertiser_list_post a:hover{text-decoration:underline;}
.advertiser_list_post.recommended_post a{font-size:1.25em;}
.recommended_post_info{font-size:14px; margin-bottom:5px; color:#777777;}

/*================================================
	Contact - Page and Forms
==================================================*/
/* Contact Forms =============================*/
.contact_form_wrap{}
.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-size:1em; 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{font-size:1em; margin-top: 10px; text-decoration:none; display:inline-block; color:#fff; padding:0.75em 1.125em; line-height:1; border-radius:3px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-transform:uppercase; border:0; text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background: #f17c2a;
background: -webkit-linear-gradient(top, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);
background: linear-gradient(to bottom, rgba(241,125,42,1) 0%, rgba(240,106,10,1) 100%);}
.contact_field_wrap .wpcf7-submit:hover{background:#ff5a00;}
.contact_field_wrap .captcha input[type="text"]{width:100px; position: relative;}
.contact_field_wrap .wpcf7-captchac{margin-left:10px; outline:1px solid #000; border:5px solid #fff; height:40px; width:auto;position: relative; top: 13px;}

.contact_field_wrap .wpcf7-radio{padding-top:10px; display:block;}
.contact_field_wrap .wpcf7-radio .wpcf7-list-item{display:block; margin-bottom:0.5em; font-size:1em;}
.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"],
.contact_field_wrap span.state,
.contact_field_wrap span.service,
.select_fake_field{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:#143a5f;}
.contact_box > strong a{color:#143a5f; 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;}
.page_description{margin: 2em 0; text-align:center;}

.form_box_wrap{}
.form_box{padding-bottom:2em; border-bottom:1px solid #b7d8f8; margin-bottom:2em;}
.form_box h4{font-size:1.5em; font-weight:700; line-height:1.3em; margin-bottom:0.5em; display:block;}
.form_box h4 a{color:#143a5f; text-decoration:none;}
.form_box h4 a:hover{text-decoration:underline;}
.form_box > p{margin-bottom:1.5em; line-height:1.5em; font-size:1.125em;}
.form_box > p:last-of-type{margin:0;}
.form_box > p a{color:#d96717; text-decoration:underline;}
.contact_form_container{display:none; margin-top:1.5em;}
.red{color:red;}

@media (max-width: 29em) { .contact_box{font-size:1em;} }

/*================================================
	RSS Page
==================================================*/
.rss_table{width:100%; border-collapse:collapse; empty-cells:show; font-size:0.875em; border-top:1px solid #555555; margin-bottom:1.5em;}
.rss_table td, .rss_table th{border-collapse:collapse; empty-cells:show; border:1px solid #555555; padding:10px 2%; width:66%;}
.rss_table th{background:#555555; color:#fff; text-align:left;}
.rss_table td.label, .rss_table th.label{width:26%;}


/*================================================
	Side Column
==================================================*/
.side_col{float:left; width:300px; position: relative;}

.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:#777777; font-weight:700; text-transform:uppercase; line-height: 1; margin-bottom: 1em; position:relative; display:block; text-align:left; border-bottom:1px solid #b7d8f8; padding-bottom:8px; font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;}

@media (max-width: 62em) {
.side_col{width:100%; padding-top:3em;}
.no_mobile{display:none;}
}


/*  Pragertopia Box ==============================*/
.pragertopia_wrap{border-radius:4px; overflow:hidden;}
.pragertopia_wrap_heading{display:block;}
.pragertopia_wrap_heading img{display:block;}
.pragertopia_wrap_subheading{background-color:#70aad5; font-size:15px; color:#ffffff; padding:5px 0; text-align:center;}
.pragertopia_wrap_btn{display:block; float:left; width:50%; padding:13px 0; color:#ffffff; text-decoration:none; text-align:center; text-transform:uppercase; background-color:#14518d; font-weight:700; font-size:15px;}
.pragertopia_wrap_btn:hover{background:#4877a6;}
.pragertopia_wrap_btn:first-of-type{border-right:1px solid #4877a6;}

/*  Follow Dennis ==============================*/
.side_col_facebook_box{
background: #ffffff;
margin-bottom: 1em;
padding: 0 5px;
}
.side_col_social_btn_wrap{
display: flex;
width: 300px;
justify-content: space-between;
align-items: center;
margin-bottom: 1em;
flex-wrap: wrap;
row-gap: 1em;
}
/* X */
.side_col_x_btn {
display: flex;
background-color: #000;
color: #ffffff;
font-size: 14px;
font-weight: 500;
text-align: center;
border-radius: 4px;
text-decoration: none;
width: 100%;
justify-content: center;
column-gap: 5px;
align-items: center;
height: 36px;
}
.side_col_x_btn img {
width: auto;
height: 16px;
}
.side_col_x_btn:hover{background-color:#222;}
/* Youtube Btn */
.side_col_youtube_btn{
display: flex;
background-color: #e62117;
color: #ffffff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 4px;
width: 48%;
column-gap: 4px;
height: 36px;
}
.side_col_tube_btn_icon{
font-size: 16px;
}
.side_col_youtube_btn:hover{background:#fe0f03;}
/* IG Btn */
.side_col_instagram_btn {
display: flex;
color: #ffffff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 4px;
width: 48%;
column-gap: 4px;
height: 36px;
background: #ec4266;
background: linear-gradient(135deg, rgba(119, 75, 223, 1) 0%, rgba(179, 70, 161, 1) 33%, rgba(232, 66, 101, 1) 66%, rgba(243, 188, 69, 1) 100%);
}
.side_col_instagram_btn_icon{
font-size: 16px;
}
.side_col_instagram_btn:hover{background: #ec4266;}

/* Salem News Channel */
.side_col_snc_btn{
display: flex;
color: #fff;
font-size: 18px;
font-weight: 500;
text-decoration: none;
text-align: center;
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;}


/*  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;}

/*  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; display:block; width:300px; text-decoration:none; cursor:pointer;}
.invite_speak_wrap_heading{font-size:24px; font-weight:700; margin-bottom:10px; 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:16px; padding-right:75px; text-shadow:1px 1px 1px rgba(0,0,0,0.4);}
.invite_btn{font-size:12px; text-decoration:none; display:inline-block; color:#fff; padding:0.75em 1.125em; line-height:1; border-radius:3px; text-align:center; position:relative; font-weight:700; cursor:pointer; text-transform:uppercase; text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background: #f17c2a;
}
.invite_speak_wrap:hover .invite_btn{background:#ff5a00;}

/*================================================
	Ads
==================================================*/
/* Sidebar 300x250 */
.side_col_box_ad{margin:0 auto 40px; position:relative;}
.side_col_container:last-child .side_col_box_ad{
margin-bottom:0;
}

.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 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 iframe{margin:0 auto; display:block;}
@media (max-width: 71em){
.below_nav_ad_wrap{background:none;}
}
@media (max-width: 48em) {
.below_nav_ad{padding:20px 0 0 0;}
}

/* Main Col 728x90 */
.main_col_ad_wrap{}
.main_col_ad_box{margin:0 auto; position:relative; text-align:center;}
.main_col_ad{margin:0 auto; position:relative;}

/* footer 728x90 */
.footer_ad_wrap{background:#fff; text-align:center;}
.footer_ad_box{margin:0 auto; position:relative;}
.footer_ad{margin:0 auto; position:relative; padding:30px 0;}
.footer_ad iframe{margin:0 auto; display:block;}


/* Listen Now Pragertopia Takeover */
.listen_now_takeover.popup_wrap{background:#E0F3FD; padding-bottom:20px;}
.listen_now_takeover img{max-width:100%; height:auto; display:block; margin:0 auto;}
.listen_now_takeover_btn_wrap{padding:0 20px;}
.listen_now_takeover .listen_now_takeover_btn{margin-bottom:25px;}

/* Post Footer Pragertopia Ad */
.pragertopia_ad_wrap{text-align:center;}
.pragertopia_ad_wrap img{margin:0 auto; max-width:100%; height:auto;}
.pragertopia_ad_728x90{display:block;}
.pragertopia_ad_468x60{display:none;}
.pragertopia_ad_300x250{display:none;}
@media (max-width: 74em){ .pragertopia_ad_728x90{display:none;} .pragertopia_ad_468x60{display:block;} }
@media (max-width: 32em){ .pragertopia_ad_468x60{display:none;} .pragertopia_ad_300x250{display:block;} }


/*  Watch the Show ==============================*/
.watch_now_wrap{margin-bottom:3em;}
.watch_now_container{border-radius:3px; overflow:hidden; background:#efefef 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:#ED6A0F; 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:#FF5A00;}

@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: 71em) {
	.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: #efefef;
}
.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 200px;
height: 200px;
}
.footer_newsletter_wrap_info{
color: #333;
width: calc(100% - 240px);
display: block;
text-decoration: none;
}
.footer_newsletter_wrap_info .heading{
color: #143a5f;
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: #f17c2a;
text-decoration: none;
text-shadow:1px 1px 1px rgba(0,0,0,0.2); 
}
.footer_newsletter_wrap_btn:hover{
background-color:#ff5a00;
}

@media (max-width: 71em){
	.footer_newsletter_wrap{
	font-size: 87.5%;
	}
}
@media (max-width: 1020px){
	.footer_newsletter_wrap_container{
	background-position: 20px bottom;
	padding:0 20px 0 220px;
	}
	.footer_newsletter_wrap_info{
	width: calc(100% - 190px);
	}
	.footer_newsletter_wrap_btn{
	width: 150px;
	}
}
@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: #efefef;
background-image: url(images/newsletter-ad-bg.jpg);
background-position: 258px 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: #143a5f;
font-weight: 700;
font-size: 1.75em;
margin-bottom: 13px;
line-height: 1;
}
.newsletter_ad_slider .text{
color: #333;
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: #f17c2a;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.newsletter_ad_slider:hover .btn{
background-color:#ff5a00;
}

.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:150px;
	}
}
@media (max-width: 700px){
	.newsletter_ad_slider_wrap{
	width:350px;
	left: -350px;
	}
	.newsletter_ad_slider{
	background-position: 211px 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;
border-radius: 5px;
overflow: hidden;
}
.listen_live_title {
background: #14518D;
color: #fff;
text-align: center;
display: block;
padding: 10px;
font-size: 2em;
line-height: 1.4em;
}
.listen_live_container {
background: #222;
display: flex;
justify-content: center;
align-items: center;
padding: 1em;
}
.listen_live_content {
background: #000;
display: flex;
justify-content: space-between;
align-items: center;
column-gap: 2em;
border-radius: 3px;
padding-right: 1em;
max-width: 700px;
width: 100%;
}
.listen_live_info {
display: flex;
justify-content: center;
align-items: center;
column-gap: 1em;
overflow: hidden;
border-radius: 3px;
}
.listen_live_img {
display: block;
width: 120px;
height: auto;
}
.listen_live_show {
font-size: 1.25em;
color: #fff;
}
.listen_live_player{
background: #000;
}

/* Radio Player Mods */
.listen_live_player .radio-player.radio-player-1.shortcode.skin3 {
background: #000 !important;
}
.listen_live_player div.radio-player button.radio-play-pause svg {
height: 56px !important;
width: 56px !important;
}
.listen_live_player div.radio-player button.radio-player-volume svg {
height: 36px !important;
width: 36px !important;
}
.listen_live_player div.radio-player button.radio-play-pause svg g,
.listen_live_player div.radio-player button.radio-player-volume svg g{
fill: #ffe400 !important;
}
.listen_live_player div.radio-player .radio-player-volume .volume-slider{
background: #000 !important;
}
.listen_live_player div.radio-player .radio-player-volume .volume-slider .volume-slider-handle{
box-shadow: 0 4px 4px rgba(0,9,27,0.3) !important;
background: #fff !important;
}


.listen_live_footer_btns{
margin-bottom: 4em;
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: #ED6A0F;
}
.listen_live_footer_btn-subscribe:hover{
background: #FF5A00;
}
.listen_live_footer_btn-subscribe span{
margin-right: 3px;
font-size: 1.125em;
}
@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_container{
    background: #000;
    }
    .listen_live_content {
    flex-wrap: wrap;
    justify-content: center;
    }
	.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 .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;
}



#snc_player{
margin-bottom:2em;
}
#snc_player:empty{
margin-bottom:0;
}


/*================================================
	Footer
==================================================*/
.footer{}

.main_footer_wrap{background-color:#14518d; padding:4em 2em;}
.main_footer_container{width:100%; max-width:1310px; margin:0 auto;}

.footer_logo_wrap{text-align:center;}
.footer_logo{display:inline-block; height: 16px; margin-bottom: 1em; max-width: 200px; width:100%;}
.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.x img {
position: relative;
top: 1px;
width: 14px;
height: auto;
}
.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:#143a5f; 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: 71em) {
	.copyright_wrap{padding-bottom: 6em;}
}
@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;}
}


/*================================================
	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-bottom: 2em;}
.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;}
}


/* Special banner ad (not in ad position - 1310 wide*/
.special_banner_ad_wrap{padding:2em 30px 0 30px; position: relative; background:#ecf6ff; z-index: 5;}
.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: 71em){
.special_banner_ad_wrap{background: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;}
}



img[src*="intentiq"]{display: block;}

/*================================================
	Print
==================================================*/
@media print {
  /*Reset*/
body{margin:0; padding:0;line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font-size: 11pt !important; font-family:Arial, Helvetica,"Lucida Grande", serif !important; color: #000;}
/*Remove Element*/
.special_header_ad, .header, .footer, .side_col, .popup_wrap, .popup_overlay, .section_box_wrap, .single_post_ad_wrap, .post_social_link_wrap, .post_footer_pagination_wrap, .footer_ad_wrap, .announcement_wrap, .below_nav_ad_wrap, .show_action_btns_wrap, .show_action_btns_wrap-sticky, .post_footer_content_wrap, .footer_newsletter_wrap, .newsletter_ad_slider_wrap, .article_text_ad_box{display:none !important;}
/*Styled Elements*/
.main_col, .main_col_push, .main_col_content{ width:100% !important; margin:0 !important; padding:0 !important; border:0 !important; float:none !important;}
.single_post_wrap, .single_post_header{border-bottom: 0; margin-bottom:0; padding-bottom:0;}
ul{list-style:none;margin:0; padding:0 0 10px 0;}  
.single_post_header{margin:0 !important; padding:0 !important;}
.single_post_header_title{font-size: 14pt !important; font-family:Arial, Helvetica,"Lucida Grande", serif !important; color: #000 !important;}
}