  /*
Theme Name:017 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 017 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: 017-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
* -------------------------------------------------------------------------- */

html {
  font-size: 0.875em;
}

body {
  background-color: #d2d2d2;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight: 300;
  line-height: 1.6em;
  color: #1e3138;
  -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:#1e3138
}

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: #1e3138;
}
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;
  
}
a:hover {
  text-decoration: none!important;
  color:#fcbe03;
}


/* -----------------------------------------------------------------------------
* $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;
}

fieldset {border-style:none!important}

/* -----------------------------------------------------------------------------
* $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: 5px auto 5px 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
}
.marginTB10 {
  margin:10px 0
}
.marginT10 {
  margin-top:10px
}
.marginB10 {
  margin-bottom:10px
}
.marginLR {
  margin:0 10px!important
}
.pad-title .title-wrapper {
  margin:0 10px 5px 10px !important
}

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

/* -------------------------------------
* 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:5px 0
}
.alpha-omega {
  padding:0
}
.alpha {
  padding-left:0
}
.omega {
  padding-right:0
}
.page-wrap {
  margin-top:100px;
}
.home .page-wrap {
  margin-top: 0;
}
.row-a {
  padding: 20px 0 0 0
}

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

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

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

/* 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:#232323;}
.bg-dark{background-color:#232323;}
.border-dark{border-color:#232323;}
.hover-color-dark:hover,.hover-color-dark{color:#232323;}
.hover-bg-dark:hover,.hover-bg-dark{background-color:#232323;}
.hover-border-dark:hover,.hover-border-dark{border-color:#232323;}

/* Hight-light */
::selection{background:#fcbe03;/* WebKit/Blink Browsers */color:#000;}
::-moz-selection{background:#fcbe03;/* Gecko Browsers */color:#000;}

/* -----------------------------------------------------------------------------
* $SITE LAYOUT
* -------------------------------------------------------------------------- */
body
{
  /*background: url('http://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/999/2018/06/08161227/site-bg.jpg') no-repeat fixed top center #232323;*/;
   background: url('http://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/999/2018/06/09222442/hero2_bg.jpg') no-repeat fixed top center #232323;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ----------------------------------------------------------------------------
* $HERO
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $HERO: BACKGROUND
\*------------------------------------*/
.hero-header {
  background-color: #333;
  background: url('http://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/999/2018/06/08161223/hero_bg.jpg');
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  margin-bottom:15px;
}
.hero-header, .hero-header a {
  color: #FFF;
}
.hero-content {
height: 800px;
top: 75.5px;
display: block;
}
.hero-header .hero-content {
position: absolute;
text-align: center;
left: 0px;
right: 0px;
}

.hero-image {
  padding: 0;
}

.hero-image img {
  width:300px;
  margin:25px 0
}
.hero-live {
 padding:0;
}
.hero-live img  {
width: 200px;
margin:0 auto;
}

.hero-social {
padding:25px 0 25px;
}

.hero-social .social-links {
text-align: center
}

.hero-social .social-links .social-link-item img {width:40px}
.hero-social .social-links .social-link-item {
margin:0 5px 0 5px 
}

.hero-scroll .fa-chevron-down {
font-size: 40px
}


/* -----------------------------------------------------------------------------
* $NAVIGATION
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $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__menu-items-ul > li {
  padding:0 16px
}
.supermenu__desktop .supermenu__menu-items-ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.supermenu__mobile .supermenu__menu-items-ul > li a {
  text-indent: 15px;
}
.supermenu__desktop .supermenu__menu-items-ul > li > .sub-menu  {
padding-top:0;
padding-bottom:0;
}
.supermenu__menu-items-ul > li.megamenu .sub-menu li {
  padding: 0 10px;
  border-bottom:1px dotted #fff
}
.supermenu__menu-items-ul > li.megamenu .sub-menu li:last-child {
  border-bottom:0px dotted #fff
}
.supermenu__desktop .supermenu__menu-items-ul > .megamenu > .sub-menu li a:hover {
  color:#142e53
}
.supermenu__desktop .supermenu__menu-items-ul > li > .sub-menu > li {
border-bottom:1px dotted #ffffff50
}
.supermenu__logo-wrapper .img-logo {
  max-height: 70px!important;
  margin-top: 0!important;
}
.supermenu__mobile .supermenu__menu-items-wrapper li {
  background:#1e3138!important
}

/* ---------------------------------- * $NEXT/PREVIOUS LINK PAGES
\*------------------------------------*/
.nav-links {
  background:#fcbe03;
  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:#000
}
.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:#000
}
.nav-previous a:hover, .nav-next a:hover  {
  color:#fff!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 #1e3138
}
.read-more a:hover {
  border-left:2px solid #666;
  color:#666
}

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

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

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

.parent-term .view-all {
font-size:20px;
font-weight:600;
color:#fcbe03;
}
.parent-term .view-all:hover {
color:#25ade3
}


/* -------------------------------------------------------------------------
* $HERO IMAGE
* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------
* $WPB SLIDER
* -------------------------------------------------------------------------- */
#wpb-slider-57 {
  max-width:100%!important;
  margin:0;
}
/* ---------------------------------- * $SUPER CAROUSEL
\*------------------------------------*/
.plj_carousel_wrapper {
  max-height: 290px;
  margin:0 10px
}

/* -----------------------------------------------------------------------------
* $ON-AIR
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $SCHEDULE NOW C
\*------------------------------------*/
#schedule-now-c .on-air-top {background:#da1b1b!important;}
#schedule-now-c .h3 {font: 300 16px/33px 'montserrat'!important; color:#fff!important}
#schedule-now-c  .on-air-thumb-c {margin-top:34px}
#schedule-now-c .the-excerpt {font: 300 16px/18px 'montserrat'!important; color:#fff!important}
#schedule-now-c link-text a {color:#fff}
#schedule-now-c .link-text:hover {color:#fcbe03!important}
#schedule-now-c .hentry { margin: 0 auto 3px!important;}

/* ---------------------------------- * $LISTEN LIVE
\*------------------------------------*/
#schedule-now-c .listen {background: #fcbe03!important; height:34px; padding:9px 12px}



/* -----------------------------------------------------------------------------
* $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:25px 0!important;
  padding:0;
  border-left:5px solid #fcbe03;
  border-bottom:0
}
.page-header h2 {
  font-size: 22px;
  margin:0 0 0 10px;
}

/* -----------------------------------------------------------------------------
* $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
  }
  .entry-meta ul li a {}
  
  /* ---------------------------------- * $SHARIFY
  \*------------------------------------*/
  .sharify .sharify-container {
      padding: 5px 0 0 0;
  }
  
  /* ---------------------------------- * $POST LISTS
  \*------------------------------------*/    
  .posts-list  .article-wrapper {
      padding:0 0 15px 0
  }
  .posts-list h2 {
      font-size:14px;
      font-weight:600;
      line-height:1.5em;
      margin-top:10px;
      margin-top:0
  }

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

  .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
}
.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 #fcbe03;
}

.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 .entry-summary {
  display:none
}

/* -----------------------------------------------------------------------------
* $WIDGETs
* -------------------------------------------------------------------------- */
.widget-area
{
  font-size: 12px;
}
.widget:first-child img {
  margin-top:0
}
.widget
{
  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:20px 0 5px 0 ;
    padding:0px;
    background:#fcbe03
}
.title-wrapper h3 {
    
    padding: 0 10px;
    margin:0;
    border-left:5px solid #232323
}

.widget .widget-title
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    
    letter-spacing: 0;
    text-transform: uppercase;
    
    color: #1e3138;
}

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

/* ---------------------------------- * $WPB RECENT POSTS ADVANCE WIDGET: STANDARD POSTS
\*------------------------------------*/
#rts .article-wrapper {
  background: #fff!important;
  margin-bottom:15px;
  max-height: 90px;
  border-bottom:1px dotted #d2d2d2
}
#rts figure {
  margin-right:10px;
  width:80px;
  display:block
}
#rts h2 {
  margin-bottom:0;
}
#rts .article-meta {
  padding:0!important
}
#rts .article-meta
{
  font:normal 300 12px/22px "Lato";
  color:#999;
}
#rts .entry-title a {
  font-weight:600
}
#rts .entry-title a:hover {
  color:#999
}
#rts .entry-summary, .read-more {
  display:none
}

/* ---------------------------------- * $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:#999
}


.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 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:#25ade3;
    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:#fcbe03;
    color:#fff;
} 
.widget-signup p {
  margin-bottom: 0px;
  text-align:  center;
}
.gdpr-class-sc-signup {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: #232323 none repeat scroll 0 0;
}
.pagination a{
  text-decoration: none;
  color: #fff;
  background: none repeat scroll 0 0 #232323;
}
.pagination a:hover {
  background: none repeat scroll 0 0 #fcbe03;/*hover color*/  
}
.pagination .current
{
  padding: 6px 9px 5px;
  color: #000;
  background: #fcbe03 none repeat scroll 0 0;
}

/* -----------------------------------------------------------------------------
* $PODCASTS PLAYER
* -------------------------------------------------------------------------- */
.wpb-audio-player.whiteControllers {
  background-color: #1e3138!important;
}
.wpb-audio-player.whiteControllers 
{
  background: #1e3138!important;
}
.player_advance .playlistContainer {
  background-color: #1e3138!important;
}
.wpb-audio-player.whiteControllers .AudioControls {
  background-color: #25ade3!important;
}

/* -----------------------------------------------------------------------------
* $SITE FOOTER
* -------------------------------------------------------------------------- */

/* ---------------------------------- * $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:#25ade3;
    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;
    display: flex;
    padding:0 10px;
} 
.footer-nav li a {
    font-size:14px;
    font-weight:500;
    color:#fff
}
.footer-nav li a:hover {
    color: #fcbe03
}

/* ---------------------------------- * $COPYRIGHT
\*------------------------------------*/
footer {
  padding:25px 0 
}
.copyright {
  font-size:10px;
  line-height: 16px;
  padding:25px 0 0 10px;
  color:#666
}
.copyright a {
  color:#666
} 
.copyright a:hover {
  color:#fcbe03
}

/* ---------------------------------- * $FOOTER SOCIAL
\*------------------------------------*/
footer .social-links {
  text-align: left;
}
footer .social-links .social-link-item {
 margin-right:5px;
}
footer .social-links .social-link-item img {
 width:40px
} 
  
/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
/* 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%;
      }
      #rts .article-wrapper {
         max-height:160px
      }
      #rts figure {
          width:150px;
      }
      #rts .read-more {
         display: block;
      }
      .blog-two-col figure {
          width:150px;
      }
      .blog-two-col .read-more {
         display: block;
      }
    
      .widget-aside-posts figure {
          width:150px;
      }
      .widget-aside-posts h2 {
          font-size:18px;
      }
      .posts-list h2 {
          font-size:16px;
      }
      .archive .entry-title h2 {
          font-size:18px;
      }
      .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%;
      }
    
      #rts .entry-summary {
          display: block;
      }
      .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: 10px 0 10px 0;
      }
      .supermenu__desktop .supermenu__menu-items-ul > li {
        padding-top: 29px!important;
        padding-bottom: 29px!important;
      }
      .supermenu__mobile .supermenu__logo-wrapper {
          width: 20%;
      }
      .supermenu__mobile .supermenu__toggler {
          float: right;
          width: 15%;
      }
      .social-links {
          text-align: right;
      }
    
      #rts .article-wrapper {
          max-height: 180px;
          clear: both;
      }
      #rts h2 {
         font-size:18px;
         line-height:24px
       }
      #rts figure {
          min-width: 300px;
      }
        
      .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
      }
    
      .hero-image img {
        width:50%
      }
    
      .hero-image {margin:40px 0 25px}

      .hero-live {
      padding:0;
      }
      .hero-live img  {
      width: 400px;
      }
      .hero-social {
      padding:25px 0 25px;
      }

      .hero-social .social-links {
      text-align: center;
      margin:30px 0   
      }
      .hero-social .social-links .social-link-item {
      margin:0 5px 0 5px 
      }
    
    .hero-social .social-links .social-link-item img {
      width:60px
    }

      .hero-scroll .fa-chevron-down {
      font-size: 40px
      }
  }
  
  /* ---------------------------------- * $Small devices (992px and up)
  \*------------------------------------*/ 
  @media (min-width: 992px) {
      
      #itmwpb_masthead ul li {
          width:33.333%;
      }
    
      #rts .article-wrapper:last-of-type {
        border-style:none!important
      }
            .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: 14px;
          line-height:18px;
          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 li {
          display: inline-flex;
      } 
      .footer-nav ul {
          text-align: left;
      }
  }