/*
Theme Name:020 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 020 Parent Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 020-itmwpb
*/

/*=============================================================================

-----------------
Table of Contents
-----------------
==============================================================================*/
/* -----------------------------------------------------------------------------
* $TYPOGRAPHY
* http://type-scale.com/?size=14&scale=1.333&text=A%20Visual%20Type%20Scale&webfont=PT%2BSerif&font-family=%27PT%20Serif%27%2C%20serif&font-weight=300&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=%23333
* -------------------------------------------------------------------------- */
#wpadminbar {display:none!important}
html {
  font-size: 0.875em;
}

body {
  background-color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight: 300;
  line-height: 1.6em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  background: url('') no-repeat fixed top center #ddd;
  padding-top: 0
}

p {
  margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.414em 0 0.5em;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: inherit;
  color:#081631
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

small,
.font_small {
  font-size: 0.75em;
}

blockquote {
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.25em;
  color: #081631;
}
blockquote cite {
  display: block;
  margin-top: 1.5em;
  font-size: 11px;
}

cite {
  font-style: italic !important;
  letter-spacing: 0;
}
cite:before {
  content: '';
  opacity: 0.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  color: #AAAAAA;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 1.3em;
}

a {
  outline: none!important;
  color:#9a2c27
  
}
a:hover {
  text-decoration: none!important;
  color:#081631;
}


/* -----------------------------------------------------------------------------
* $INPUT
* -------------------------------------------------------------------------- */
textarea {
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type=button],
input[type=submit],
button,
.vw-button,
.woocommerce .button {
  /* for woocommerce */
  padding: 5px 10px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  border: 1px solid #BBBBBB;
  -webkit-appearance: none;
}

/* -----------------------------------------------------------------------------
* $WORDPRESS
* -------------------------------------------------------------------------- */
/* -------------------------------------
* Alignment */
.alignnone
{
  display: block;
  margin: 15px 15px 15px 0;
}
.alignnone:before,
.alignnone:after
{
  display: table;
  content: ' ';
}
.alignnone:after
{
  clear: both;
}

.aligncenter,
div.aligncenter
{
  display: block;
  margin: 15px auto 15px auto;
}

.alignright
{
  float: right;
  margin: 15px 0 15px 15px;
}

.alignleft
{
  float: left;
  margin: 15px 15px 15px 0;
}

.aligncenter
{
  display: block;
  margin: 15px auto 15px auto;
}

a img.alignright
{
  float: right;
  margin: 0 0 15px 15px;
}

a img.alignnone
{
  margin: 15px 15px 15px 0;
}

a img.alignleft
{
  float: left;
  margin: 0 15px 15px 0;
}

a img.aligncenter
{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.adv-banner img {
  max-width: 100%;
  margin:15px auto
}

.marginTB15 {
  margin:15px 0!important
}
.marginT15 {
  margin-top:15px!important
}

.marginB15 {
  margin-top:15px!important
}

.no-padding {
  padding:10px 0 10px 0
}

.padding-lr {
padding:0 10px!important
}

/* -------------------------------------
* Image Caption */
.wp-caption
{
  max-width: 100%;
}

.wp-caption.alignnone
{
  margin: 2em 0;
}

.wp-caption.aligncenter
{
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-caption.aligncenter:before,
.wp-caption.aligncenter:after
{
  display: table;
  content: ' ';
}
.wp-caption.aligncenter:after
{
  clear: both;
}

.wp-caption.alignleft
{
  margin: 15px 2em 10px 0;
}

.wp-caption.alignright
{
  margin: 15px 0 10px 2em;
}

.wp-caption img
{
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption .wp-caption-text
{
  font-size: 12px;
  font-style: italic;
  line-height: 1.2em;
  
  margin: 8px 0 8px 0;
  padding: 5px 10px 5px 10px;
  
  color: #aaa;
  border-left: 3px solid;
}

.wp-post-image
{
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* ---------------------------------- * $Helper Classes
\*------------------------------------*/
.masthead {
  padding:0
}
.alpha-omega {
  padding:0
}
.alpha {
  padding-left:0
}
.omega {
  padding-right:0
}
.page-wrap {
  margin-top: 0;
}
.row-a {
  padding: 20px 0 0 0
}

/* =============================================================================
$THEME
============================================================================= */

/* -----------------------------------------------------------------------------
* $BRAND                                                Links, hover, background
* -------------------------------------------------------------------------- */
/* Brand color () */
a,
.color-brand{color:#9a2c27;}
.bg-brand{background-color:#9a2c27;}
.border-brand{border-color:#9a2c27;}
.hover-color-brand:hover,.hover-color-brand{color:#9a2c27;}
.hover-bg-brand:hover,.hover-bg-brand{background-color:#9a2c27;}

/* Secondary color () */
.color-secondary{color:#081631;}
.bg-secondary{background-color:#081631;}
.border-secondary{border-color:#081631;}
.hover-color-secondary:hover,.hover-color-secondary{color:#081631;}
.hover-bg-secondary:hover,.hover-bg-secondary{color:#081631;}

/* Tertiary color () */
.color-tertiary{color:#e1e2e4;}
.bg-tertiary{background-color:#e1e2e4;}
.border-tertiary{border-color:#e1e2e4;}
.hover-color-tertiary:hover,.hover-color-tertiary{color:#e1e2e4;}
.hover-bg-tertiary:hover,.hover-bg-tertiary{color:#e1e2e4;}

/* Light color (light) */
.color-light{color:#fff;}
.bg-light{background-color:#fff;}
.border-light{border-color:#fff;}
.hover-color-light:hover,.hover-color-light{color:#fff;}
.hover-bg-light:hover,.hover-bg-light{background-color:#fff;}
.hover-border-light:hover,.hover-border-light{border-color:#fff;}

/* Dark color */
.color-dark{color:#000;}
.bg-dark{background-color:#000;}
.border-dark{border-color:#000;}
.hover-color-dark:hover,.hover-color-dark{color:#000;}
.hover-bg-dark:hover,.hover-bg-dark{background-color:#000;}
.hover-border-dark:hover,.hover-border-dark{border-color:#000;}

/* Hight-light */
::selection{background:#9a2c27;/* WebKit/Blink Browsers */color:#fff;}
::-moz-selection{background:#9a2c27;/* Gecko Browsers */color:#fff;}

/* -----------------------------------------------------------------------------
* $SITE LAYOUT
* -------------------------------------------------------------------------- */
body
{
  background: url('') no-repeat fixed top center #ddd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* -----------------------------------------------------------------------------
* $MASTHEADER
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $MASTHEAD: ON AIR NOW
\*------------------------------------*/
.on_air {
  padding:6px 0 
}
.host_thumb img {
  margin: 0 10px 0 0;
  float: left
}
.host_info {
font-size:14px;
font-weight:300;
text-transform:Capitalize;
color:#fff;

text-overflow: ellipsis;

/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: hidden;
}

.host_info h3 {
  margin:0;
  color:#fff;
  font:normal 300 16px/18px 'Roboto'
}

.host_name a {
  color:#fff;
  font:normal 500 17px/19px 'Roboto'
}
.host_excerpt p {
  font-size:12px;
  line-height:12px;
  margin:0
}

/* ---------------------------------- * $MASTHEAD: SOCIAL ICONS 
\*------------------------------------*/
/* .social_icons {
  padding:0;
} */
.social-links {
  text-align:right
}
.social-links .social-link-item {
  margin-right:5px
}
footer .social-links {
  text-align: center;
  display:block
}

/* ---------------------------------- * $LISTEN LIVE MOBILE
\*------------------------------------*/
.listen_live_mobile  {
  text-align:right;
  margin-left:15px
}

/* -----------------------------------------------------------------------------
* $NAVIGATION
* -------------------------------------------------------------------------- */
.admin-bar .supermenu.supermenu--fixed {
  top: 0!important;
}
/* ---------------------------------- * $NAVIGATION: SUPERMENU
\*------------------------------------*/
.menu-title {
  width: 45%;
  display:none!important
}
.supermenu__mobile .supermenu__logo-wrapper {
  width:50%;
}
.supermenu__mobile .supermenu__toggler {
  float: right;
  width: 25%;
  height: 50px!important;
}
.supermenu__searchform .supermenu__searchform_icon {
  top: calc(48.3% + 20px)!important;
}
.supermenu__desktop .supermenu__menu-items-ul > li {
  padding-top: 37.5px!important;
  padding-bottom: 37.5px!important;
}
.supermenu__menu-items-ul > li {
  padding:0 12px
}
.supermenu__mobile .supermenu__menu-items-ul > li a {
  text-indent: 15px;
}
.supermenu__mobile .supermenu--dropdown-toggler {
  background: #081631;
  color:#fff!important
}
.supermenu__menu-items-ul > li:hover > .supermenu--dropdown-toggler ,.supermenu__menu-items-ul > li > .supermenu--dropdown-toggler{
  color: #fff;
}

.supermenu__mobile .supermenu__menu-items-ul > li .sub-menu li a:hover {
color:#000
}

.supermenu {
  -webkit-box-shadow: -2px 6px 7px -7px rgba(0,0,0,0.30);
  -moz-box-shadow: -2px 6px 7px -7px rgba(0,0,0,0.30);
  box-shadow: -2px 6px 7px -7px rgba(0,0,0,0.30);
  }


/* ---------------------------------- * $NEXT/PREVIOUS LINK PAGES
\*------------------------------------*/
.nav-links {
  background:#e1e2e4;
  padding:20px;
  margin-bottom:20px
}
.link-left {
  border-right:0px
}
.story {
  border-bottom:1px solid #888;
  font:normal 600 14px/38px 'Montserrat';
  text-transform: uppercase;
  margin-bottom:10px;
  color:#232323
} 
.story .fa {
  margin:0 5px;
  font-size:15px;
}
.nav-previous, .nav-next {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif!important;
  font-size:14px;
  font-weight:500;
  line-height:22px
}
.nav-previous a, .nav-next a {
  color:#232323
}
.nav-previous a:hover, .nav-next a:hover  {
  color:#9a2c27!important;
  text-decoration: none
}

/* ---------------------------------- * $EDIT PAGE BUTTON
\*------------------------------------*/
.btn-edit-link
{
  font-size: .9em;
  line-height: 1em;
  margin-top: 15px;
  border-color: #222;
  background-color: #222;
}
.btn-edit-link a
{
  color: #fff;
  box-shadow: none;
}
.btn-edit-link a:hover
,.btn-edit-link a{
  color: #fff;
}
/* ---------------------------------- * $READ MORE LINK
\*------------------------------------*/
.read-more a {
  text-transform: uppercase;
  font-size:11px;
  font-weight:600;
  margin-left:0;
  padding-left:5px;
  border-left:2px solid #9a2c27
}
.read-more a:hover {
  border-left:2px solid #081631;
  color:#081631
}

.more-link {
  text-transform: uppercase;
  font-size:11px;
  font-weight:600;
  margin-left:0;
  padding-left:5px;
}

fieldset {
  border: 0px solid #c0c0c0!important;
}

.supermenu__form > fieldset {
  width: 45%!important;
}

/* ---------------------------------- * $READ MORE LINK
\*------------------------------------*/
.btn-plj {
  text-transform: uppercase;
  color: #fff;
  background-color: #9a2c27;
  border-color: #9a2c27;
}

.btn-plj:hover {
  color: #fff;
  background-color: #081631;
  border-color: #081631;
}

.parent-term .view-all {
font-size:20px;
font-weight:600;
color:#081631;
}
.parent-term .view-all:hover {
color:#9a2c27
}

/* -----------------------------------------------------------------------------
* $WPB SLIDER
* -------------------------------------------------------------------------- */

.slider-bg {
  background:url("http://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/531/2018/08/13075450/slider_bg_stripe.png") 9.5% 0
}


/* -----------------------------------------------------------------------------
* $ROWS
* -------------------------------------------------------------------------- */

#row_a, #row_b, #row_c {
  padding:60px 0 
}

/* -----------------------------------------------------------------------------
* $PAGES
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $PAGE TITLE
\*------------------------------------*/
.entry-title h2 {
  font-weight:600;
  font-size:24px;
  line-height: 28px
}
.page-header {
  border-style:none;
  text-transform: uppercase;
  font-weight:600;
  margin:28px 0 5px!important;
  padding:0;
  border-left:5px solid #9a2c27;
  border-bottom:0
}
.page-header h2 {
  font-size: 22px;
  margin:0 0 0 10px;
}


/* ---------------------------------- * $SUPER CAROUSEL
\*------------------------------------*/
.wpb_carousel_wrapper {
  max-height: 290px;
  margin:0 10px
}
.super_title {text-align:center; padding:2px; font-size:14px!important; }
.super_excerpt {text-align:center;padding:0px; font-size:12px}

/* -----------------------------------------------------------------------------
* $POSTS
* -------------------------------------------------------------------------- */

  /* ---------------------------------- * $ENTRY META
  \*------------------------------------*/
  .entry-meta ul {
      list-style-type:none;
      margin:5px 0;
      padding:0
  }
  .entry-meta ul li {
      display:inline-flex;
      margin-right:5px;
      font-size:12px;
      line-height:16px;
      color:#888;
      font-style:oblique
  }
  
  /* ---------------------------------- * $SHARIFY
  \*------------------------------------*/
  .sharify .sharify-container {
      padding: 5px 0 0 0;
    	margin-bottom:15px
  }
  
  /* ---------------------------------- * $POST LISTS
  \*------------------------------------*/    
  .posts-list .article-wrapper {
    padding: 0 0 5px 0;
    margin-bottom: 15px;
}

  .posts-list .entry_date {
    font:normal 300 13px/16px 'Raleway';
    margin-bottom:5px  }

  .posts-list h2 {
      font-size:14px;
      font-weight:600;
      line-height:1.5em;
      margin:0 0 10px 0
  }

  .posts-list h2 a:hover {color:#9a2c27}

  .posts-list figure {
      max-width:150px;
      float:left;
      margin-right:10px;
      display:block
  }
  .posts-list figure img {
      margin-left:0
  }
  
/* -----------------------------------------------------------------------------
* $ARCHIVES
* -------------------------------------------------------------------------- */
.archive .entry-title h2 {
  font-size:14px;
  font-weight:600;
  line-height:1.5em;
  margin-top:10px;
  margin-top:0
}
.archive .article-wrapper {
  margin-bottom:15px;
  clear: both;
  /* max-height: 90px; */
}
.archive .article-meta {
  font-size:12px;
  line-height:16px;
  color:#888;
}
.archive figure {
  width:80px;
  float:left;
  margin-right:10px;
  display:block
}
.archive .entry-summary {
  display:none
}
  
  /* ---------------------------------- * $ARCHIVE: SHOW
  \*------------------------------------*/
  .show_archive figure img {
      border:1px solid #d2d2d2
  }
  .show_archive h2 {
      margin-bottom:0
  }
  .show_archive .show_excerpt {
      font-size:14px;
      font-weight:600
  }
  
  /* ---------------------------------- * $ARCHIVE: PODCAST
  \*------------------------------------*/

  .content_episode .entry-summary {
  margin-bottom:10px
  }
  .content_episode .listen {
      margin-bottom:10px
  }
  .single-episode br {
      display:none
  }
  .share_icons .share {
    font-weight:600  
  }
  .share_icons ul {
      list-style-type:none;
      margin:0;
      padding:0
  }
  .share_icons ul li {
      display:inline-flex;
      margin-right:4px
  }

  
/* -----------------------------------------------------------------------------
* $SHOWS
* -------------------------------------------------------------------------- */
.show_group {
  margin:45px 0
}
.single-show .article-wrapper {
  margin-bottom:25px;
  border-style:none
}
.single-show .show-meta {
  margin: 18px 0 5px 0;
}
.single-show .on-air-meta {
  font-weight:600
}
.single-show .show-times {
  font-size:12px;
  font-weight:300;
  font-style:oblique;
  margin:0 0 5px 0
}
.show-section-title, .post-section-title {
  border-style: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px 0px;
  padding: 0 0 0 10px;
  border-left: 5px solid #9a2c27;
}

.single-show .show-section-title {
  border-style:none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight:600;
  margin: 20px 0 10px 0px;
  padding:0 0 0 10px;
  border-left: 5px solid #9a2c27;
}

.show_group .entry-title h2 {
  font-size:14px;
  font-weight:600;
  line-height:1.5em;
  margin-top:10px;
  margin-top:0
}
.show_group .article-wrapper {
  margin-bottom:15px;
  clear: both;
}
.show_group .article-meta {
  font-size:12px;
  line-height:16px;
  color:#888;
}
.show_group figure {
  width:80px;
  float:left;
  margin-right:10px;
  display:block
}
.show_group figure span.wpbg-share{bottom:20px}
.show_group .entry-summary {
  display:none
}

.show_figure_size img {
  max-width:100%!important;
  max-height:100%!important;
  border-style:none!important;
}

/* -----------------------------------------------------------------------------
* $WIDGETs
* -------------------------------------------------------------------------- */
.widget-area
{
  font-size: 12px;
}
.widget
{
  clear: both;
  
  margin: 0;
  
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#secondary .widget_recent_posts {
  margin:30px 0 0 0
}
  /* ---------------------------------- * $WIDGET TITLE
  \*------------------------------------*/
  .title-wrapper {
      margin:28px 10px 10px 0 ;
      padding:0px;
      display: inline-block;
  }
  .title-wrapper h3 {
      
      padding: 0 10px;
      margin:0;
      border-left:5px solid #9a2c27
  }
  .widget-main .title-wrapper  {
      margin:28px 10px 20px 0 ;
      padding:0px;
      display: inline-block;
  }
  .widget .widget-title
  {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4em;
      
      letter-spacing: 0;
      text-transform: uppercase;
      
      color: #081631;
  }

  .youtubechannelgallery .title-wrapper {
      margin-left: 0;
  }

  .widget .widget-title a:hover {color:#9a2c27;}

  #row_show .widget .widget-title {
    padding: 0 10px;
    margin:0;
    border-left:5px solid #081631;
    color:#fff
}


.widget-footer  .title-wrapper {
    margin: 10px 10px 10px 0;
    padding: 0px;
    display: block;
    text-align: left;
    color:#fff
}

.widget-footer .widget-title
  {
      color: #fff;
  }

.widget-footer p {
  color:#fff;
  text-align: left
}

.widget-footer  a {
  color:#fff;
  text-align: left
}
  
  /* ---------------------------------- * $WPB RECENT POSTS ADVANCE WIDGET: TWO COLUMN
  \*------------------------------------*/
  .blog-two-col .article-wrapper {
      background: #fff!important;
      margin-bottom:15px;
      max-height: 90px;
  }
  
  .blog-two-col figure {
      margin-right:10px;
      width:80px;
      display:block
  }
  
  .blog-two-col h2 {
      margin-bottom:0;
  }
  
  .blog-two-col .article-meta {
      padding:0!important
  }
  
  .blog-two-col .entry-title a {
      font-weight:600
  }
  .blog-two-col .entry-title a:hover {
      color:#081631
  }

  
  .blog-two-col .entry-summary, .read-more {
      display:none
  }
  
  /* ---------------------------------- * $WPB RECENT POSTS: ASIDE/SIDEBAR
  \*------------------------------------*/
  .widget-aside .title-wrapper {
      margin: 0 10px 10px 0;
  }
  .widget-aside-posts {
      padding:5px 0;
      margin-bottom:5px;
      border-bottom:1px dotted #eee
  }
  .widget-aside-posts:last-child  {
      border-style:none
  }
  .widget-aside-posts figure {
      width:80px;
      float:left;
      margin-right:10px
  }
  .widget-aside-posts h2 {
      margin-top:10px
  }

/* ---------------------------------- * $WIDGET RSS
\*------------------------------------*/

.widget_rss {
  padding:15px;
  background:#081631
}
.widget_rss .widget-title
{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  
  letter-spacing: 0;
  text-transform: uppercase;
  
  color: #fff;
}
.widget_rss ul {
  padding:0;
  margin:0;
  list-style-type: none
}

.widget_rss li {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px dotted #333
}

.widget_rss li:last-child {
  border-style:none
}

.widget_rss li a {
  color:#fff;
  font:normal 600 16px/18px 'Raleway';
}

.widget_rss li a:hover {
  color:#ccc
}

.widget_rss .rss-date {
  font:normal 300 11px/16px 'Raleway';
  color:#aaa;
  display:block
}
  
  /* ---------------------------------- * $WIDGET SENDPRESS FORM
  \*------------------------------------*/
  .widget-signup .form-wrap {
      width:80%;
  }
  .widget-signup .sendpress-signup-form input[type="text"] {
      width: 80%;
      
      -webkit-border-radius: 84px;
      -moz-border-radius: 8px;
      border-radius: 8px;
  }
  .widget-signup .submit {
      margin-top:0;
      padding:0;
  }
  .widget-signup .sendpress-submit  {
      margin:0 auto;
      width:150px;
      display:block!important;
      
      -webkit-border-radius: 84px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      
      border-style:none;
      background:#9a2c27;
      color:#fff;
      
      font-size:22px;
      line-height: 24px;
      font-family:'Montserrat';
      font-weight:900;
      
      text-transform:uppercase
  }
  .widget-signup .sendpress-submit:hover ,.widget-signup .sendpress-submit{
      background:#081631;
      color:#fff;
  } 
  .widget-signup p {
      margin-bottom:10px;
      text-align:  center;
  }


  
/* -----------------------------------------------------------------------------
* $PAGINATION
* -------------------------------------------------------------------------- */
.pagination
{
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  position: relative;
  clear: both;
  padding: 20px 0;
}
.pagination span,
.pagination a
{
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  color: #fff;
  background: #9a2c27 none repeat scroll 0 0;
}
.pagination a{
  text-decoration: none;
  color: #fff;
  background: none repeat scroll 0 0 #9a2c27;
}
.pagination a:hover {
  background: none repeat scroll 0 0 #081631;/*hover color*/  
}
.pagination .current
{
  padding: 6px 9px 5px;
  color: #fff;
  background: #081631 none repeat scroll 0 0;
}

/* -----------------------------------------------------------------------------
* $PODCASTS PLAYER
* -------------------------------------------------------------------------- */
.wpb-audio-player.whiteControllers {
  background-color: #000!important;
}
.wpb-audio-player.whiteControllers 
{
  background: #000!important;
}
.player_advance .playlistContainer {
  background-color: #000!important;
}
.wpb-audio-player.whiteControllers .AudioControls {
  background-color: #9a2c27!important;
}

/* -----------------------------------------------------------------------------
* $SITE FOOTER
* -------------------------------------------------------------------------- */
footer {
  padding:25px 0
}
.copyright {
  font-size:10px;
  line-height: 16px;
  padding:25px 0
}
  
  /* ---------------------------------- * $FOOTER ASIDE
  \*------------------------------------*/
  .column-wrapper {padding:25px 0;}
  
  .widget-footer
  {
      text-align: center;
  }
  .widget-footer .social-link-item
  {
      margin: 0 5px;
  }
  
  /* ---------------------------------- * $FOOTER SENDPRESS FORM
  \*------------------------------------*/
  .widget-footer .form-wrap {
      width:80%;
  }
  .widget-footer .sendpress-signup-form input[type="text"] {
      width: 80%;
      
      -webkit-border-radius: 84px;
      -moz-border-radius: 8px;
      border-radius: 8px;
  }
  .widget-footer .submit {
      margin-top:0;
      padding:0;
  }
  .widget-footer .sendpress-submit  {
      margin:0 auto;
      width:150px;
      display:block!important;
      
      -webkit-border-radius: 84px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      
      border-style:none;
      background:#9a2c27;
      color:#fff;
      
      font-size:22px;
      line-height: 24px;
      font-family:'Montserrat';
      font-weight:900;
      
      text-transform:uppercase
  }
  .widget-footer p {
      margin-bottom:10px
  }
  
  /* ---------------------------------- * $FOOTER MENU
  \*------------------------------------*/
  .footer-nav ul {
      list-style-type: none;
      padding:15px 0 0 0;
      text-align: center;
  }
  .footer-nav li {
      line-height:28px;
      text-transform: none
  } 
  .footer-nav li a {
      font-size:14px;
      font-weight:500;
      color:#fff
  }
  .footer-nav li a:hover {
      color: #9a2c27
  }
  
  /*--------------------------------------------------------------
  16.0 Media Queries
  --------------------------------------------------------------*/

  /* 5 Columns */

  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15 {
      position: relative;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
  }

  .col-xs-15 {
      width: 20%;
      float: left;
  }
  @media (min-width: 768px) {
      .col-sm-15 {
          width: 20%;
          float: left;
      }
  }
  @media (min-width: 992px) {
      .col-md-15 {
          width: 20%;
          float: left;
      }
  }
  @media (min-width: 1200px) {
      .col-lg-15 {
          width: 20%;
          float: left;
      }
  }


  /* No media query since this is the default in Bootstrap */
  
  /* ---------------------------------- * $Small devices (480px and up)
  \*------------------------------------*/
  @media (min-width: 480px) {
      
      .supermenu__mobile .supermenu__logo-wrapper {
          width: 35%;
      }
      .supermenu__mobile .supermenu__toggler {
          float: right;
          width: 15%;
      }
      .blog-two-col figure {
          width:150px;
      }
      .widget-aside-posts figure {
          width:150px;
      }
      .widget-aside-posts h2 {
          font-size:18px;
      }
      .posts-list h2 {
          font-size:16px;
      }
      .blog-two-col .read-more {
          display: block;
      }
      .archive .entry-title h2 {
          font-size:16px
      }
      .archive figure {
          width:150px;
      }
      .archive .read-more {
          display: block;
      }
      .show_group .read-more {
          display: block;
      }
      .show_group .entry-title h2 {
          font-size:16px
      }
      .show_group figure {
          width:150px;
      }
      .show_group .read-more {
          display: block;
      }
  }
  
  /* ---------------------------------- * $Small devices (667px and up)
  \*------------------------------------*/ 
  @media (min-width: 667px) {
      .supermenu__mobile .supermenu__logo-wrapper {
          width: 30%;
      }
      .supermenu__mobile .supermenu__toggler {
          float: right;
          width: 15%;
      }
      .blog-two-col .entry-summary {
          display: block;
      }
      .archive .entry-summary {
          display: block;
      }
      .show_group .entry-summary {
          display: block;
      }
  }
  
  /* ---------------------------------- * $Small devices (768px and up)
  \*------------------------------------*/ 
  @media (min-width: 768px) {
      .row-a {
          padding: 35px 0 0 0
      }
      .supermenu__mobile .supermenu__logo-wrapper {
          width: 20%;
      }
      .supermenu__mobile .supermenu__toggler {
          float: right;
          width: 15%;
      }
      .social-links {
        text-align: right;
        padding: 13px 0;
    } 
      .blog-two-col .article-wrapper {
          min-height: 205px;
      }
      
      .blog-two-col figure {
          min-width: 289px;
      }

      .posts-list figure {
          display:block
      }
      .posts-list h2 {
          font-size:20px;
          line-height:24px;
          margin: 0;
      }
      .content_episode {
          padding:0 70px
      }
      .footer-nav ul {
          text-align: left;
      }
      footer .social-links {
          text-align: center;
      }
    
      .Wpb_carousel_wrapper .pagination  {
          max-width:7%;
          margin: 0 auto;
      display: block;
      }
  }
  
  /* ---------------------------------- * $Small devices (992px and up)
  \*------------------------------------*/ 
  @media (min-width: 992px) {

      #hprimary {
        width:71.7%;
      }
      
      #hsecondary {
        width:28.3%;
      }
      
      #wpb_masthead ul li {
          width:33.333%;
      }
      .blog-two-col .article-wrapper {
          background: #fff;
          margin-bottom:15px;
          max-height: 380px
      }
      .blog-two-col figure {
          margin-right:10px;
          width:100%
      }
      .blog-two-col {
          margin-bottom:10px;
      }
      .blog-two-col .article-wrapper {
          position:relative;
          z-index: 10 
      }
      .blog-two-col .article-thumb {
          position:absolute;
          overflow:hidden;
          z-index: 20;
          width:100%;
          float:none;
          margin-right:0
      }
      .blog-two-col .article-container {
          position:relative;
          bottom: 15px;
          z-index: 40;
          background: #fff;
          margin:0;
          padding:10px!important;
      }
      .posts-list h2 {
          font-size: 18px;
          line-height:22px;
          margin: 0;
      }
      .blog-two-col h2  {
          margin-top:0;
          font-size: 18px;
          line-height: 22px
      }
      .blog-two-col h2 a {
          font-weight:500
      }
      .blog-two-col .entry-summary {
          display:none
      }
      .blog-two-col .article-meta {
          padding:0!important
      }
      .blog-two-col p {
          margin-bottom:0
      }
      .blog-two-col .read-more {
          font-weight:300!important;
      }
      .archive .article-thumb {
          display: block;
          float:left;
          margin-right:10px
      }
      .widget-aside-posts figure {
          width:80px;
      }
      .footer-nav ul {
          text-align: left;
      }
  }