/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* .wpbs-recent-posts-list article{padding: 0 0 8px;}
 .clear{clear:both;}
 .wpbs-posts-container{margin-top:20px;}
 .wpbs-posts-container .compact .wp-post-image{border: 2px solid #656565;    float: left;    height: auto;    margin: 0 15px 0 0;}
 .wpbs-posts-container .compact .title-with-thumb{padding-top:10px;}
 .wpbs-posts-container .compact .thumb_right_align img{float:right;}
 .wpbs-posts-container .article-compact .article-meta{font-size:1rem;}*/
 /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* .wpbs-recent-posts-list article{padding: 0 0 8px;}
 .clear{clear:both;}
 .wpbs-posts-container{margin-top:20px;}
 .wpbs-posts-container .compact .wp-post-image{border: 2px solid #656565;    float: left;    height: auto;    margin: 0 15px 0 0;}
 .wpbs-posts-container .compact .title-with-thumb{padding-top:10px;}
 .wpbs-posts-container .compact .thumb_right_align img{float:right;}
 .wpbs-posts-container .article-compact .article-meta{font-size:1rem;}*/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
  
  /*Supa widget General Styles*/
  
  .ellipsis {
    text-overflow: ellipsis;
  
    /* Required for text-overflow to do anything */
    white-space:wrap;
    overflow: hidden;
  }
  
  .widget_wpbrpw_super .container
  {
      padding-right: 10px;
      padding-left: 10px;
      width:100%;
  }
  .wpbs-recent-posts-list footer{
      background: transparent;
      margin-top: 0;
  }
  .widget_wpbrpw_super p
  {
      margin-bottom: 5px;
  }
  
  .widget_wpbrpw_super a
  {
      text-decoration: none;
  }
  
  .widget_wpbrpw_super a:hover
  {
      text-decoration: none;
  }
  
  .widget_wpbrpw_super
  {
    font-family: 'Poppins', sans-serif;
  }
  
  .widget_wpbrpw_super article:first-child {
    margin-top:0
  }

  .widget_wpbrpw_super .entry-header-title
  {
      position: relative;
  
      margin-top: 0;
  }
  
  .widget_wpbrpw_super .entry-title
  {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
  
      display: block;
  
      margin-bottom: 10px;
      padding-top: 0;
  
      color: #2f2f33;
      clear: none;
  }
  
  .widget_wpbrpw_super .entry-title > a
  {
      color: #2f2f33;
  }
  
  .widget_wpbrpw_super .entry-title > a:hover
  {
      color: #999;
  }
  
  .widget_wpbrpw_super .article-meta
  {
      line-height: 24px;
  
      right: 0;
  
      display: block;
  
      margin-bottom: 5px;
  
      color: #8e8e95;
  }
  
  .widget_wpbrpw_super .article-meta a
  {
      font-size: 12px;
  
      color: #8e8e95;
  }
  
  .widget_wpbrpw_super .article-meta > span
  {
      font-size: 13px;
  
      padding-right: 8px;
  }
  
  .widget_wpbrpw_super .article-meta i
  {
      font-size: 12px;
  
      padding-right: 7px;
  }
  
  .widget_wpbrpw_super .share-links
  {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
  
      margin-top: -15px;
  
      -webkit-transition: .4s;
           -o-transition: .4s;
              transition: .4s;
  
      opacity: 0;
  }
  
  .widget_wpbrpw_super .post-image > *
  {
      display: block;
  }
  
  .widget_wpbrpw_super .share-links
  {
      padding-left: 0;
  
      text-align: center;
  }
  
  .widget_wpbrpw_super .share-links .social-icons
  {
      display: inline-flex;
  
      margin: 0;
  
      text-align: right;
  }
  
  .widget_wpbrpw_super .share-links .social-item
  {
      margin: 5px;
      padding: 4px 10px;
  
      border: none;
      background: transparent;
      box-shadow: none;
  }
  
  .widget_wpbrpw_super .share-links .social-item > a
  {
      font-size: 24px;
  
      display: inline-block;
  
      text-align: center;
  
      color: #fff;
      background: transparent;
  }
  
  .widget_wpbrpw_super .social-icons .facebook:hover
  {
      color: #3b5998;
  }
  
  .widget_wpbrpw_super .social-icons .twitter:hover
  {
      color: #55acee;
  }

  .widget_wpbrpw_super .social-icons .fa-facebook {background:none!important}
  .widget_wpbrpw_super .social-icons .fa-twitter {background:none!important}
  
  .widget_wpbrpw_super .post-cat
  {
      font-size: 12px;
      font-weight: 400;
  
      position: absolute;
      top: 0;
      left: 0;
  
      display: block;
      overflow: hidden;
  
      padding: 1px 4px;
  
      white-space: nowrap;
      text-overflow: ellipsis;
  
      background: #666;
      color:#fff;
      width: auto;
  }
  
  .widget_wpbrpw_super .post-cat a
  {
      color: #fff;
  }
  
  .widget_wpbrpw_super .entry-content
  {
      font-size: 14px;
      line-height: 24px;
  
      margin-top: 0;
      padding-bottom: 0;
  
      color: #444;
  }
  
  .widget_wpbrpw_super .btn-read 
  {
      font-size: 12px;
      font-weight:500;
  
      right: 20px;
  
      display: inline-block;
  
      margin-top: 6px;
      margin-bottom: 6px;
      padding: 10px 10px 9px;
  
      text-transform: uppercase;
  
      color: #2f2f33!important;
      border: 1px solid #eaeaf1;
      background: transparent;
      float:right;
  }

  .widget_wpbrpw_super .btn-read a {
    color:#232323
  }
  
  .widget_wpbrpw_super .btn-read:hover
  {
      color: #fff!important;
      border: 1px solid #f5f5f5;
      background: #f5f5f5 none repeat scroll 0 0;
  }
  
  /* Without Thumbnail Footer Styles */
  .widget_wpbrpw_super .meta-container {
      margin:11px 0 0 0;
      overflow: hidden;
      width: auto;
      float:left
  }
  
  .widget_wpbrpw_super .fa-share-alt {
      font-size: 15px;
      display: block;
      float: left;
      padding: 8px 8px;
      margin:0 6px 0 0;
      color: hsl(0, 1%, 69%);
      background:hsl(0, 0%, 100%);
      position: relative;
      z-index: 40;
  }
  
  .widget_wpbrpw_super .social-ico-ul li {
      display: inline-block;
      padding: 0;
  }
  
  .widget_wpbrpw_super ul.social-ico-ul {
      position: relative;
      z-index: 20;
      left: -10px;
      margin-bottom: 0;
      transition: all .6s ease-in-out 0s;
      border: 0 none;
      width:auto
  }
  
  .widget_wpbrpw_super .social-ico-ul li .fa-facebook.fa {
      font-size: 12px;
      padding: 6px 8px;
      color: hsl(0, 0%, 100%);
  }
  
  .widget_wpbrpw_super .social-ico-ul li .fa {
      font-size: 12px;
      padding: 6px 6px;
      color: hsl(0, 0%, 100%);
  }
  
  .widget_wpbrpw_super .meta-container:hover .social-ico-ul {
      left:0px; 
      cursor: pointer;
  }
  
  .widget_wpbrpw_super .footer-social .fa-facebook {background: hsl(221, 44%, 41%);}
  .widget_wpbrpw_super .footer-social .fa-twitter { background: hsl(196, 100%, 46%);}
  .widget_wpbrpw_super .supa-style-a-footer .article-meta {
      float:left;
      margin:12px 0 0 0
  }
  
  .widget_wpbrpw_super .bgr-item
  {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  
      -webkit-transition: .4s;
           -o-transition: .4s;
              transition: .4s;
  
      opacity: .7;
  }
  
  .widget_wpbrpw_super .post-image:hover .bgr-item
  {
      transition: all .4s ease 0s;
  
      opacity: 1;
      background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
  }
  
  .widget_wpbrpw_super .post-image:hover .share-links 
  {
      transition: all .4s ease 0s;
      opacity: 1;
  }
  
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
      .widget_wpbrpw_super ul.social-ico-ul {
          left: -115px;
      }
  
  }
  
  /***************************************************** End General Styles **********/
  /********** Supa Style A **********/
  .supa-style-a
  {
      position: relative;
      margin-bottom: 30px;
      border-radius: 5px;
  }

  .supa-style-a figure {
      margin-top:0;
      margin-bottom:0
  }
  
  .supa-style-a .article-image
  {
      position: relative;
      display: inline-block;
      float:left;
      max-width: 100%;
      margin-right: 0;
      z-index: 2;
  }

  .supa-style-a .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;

    }

  .supa-style-a .post-image
  {
      position: relative;
      padding-bottom: 0;
      text-align: left;
  }

  .supa-style-a .post-image figure {
    margin:0
    }
  
  .supa-style-a .article-content
  {
      position: relative;
      max-width: 100%;
      padding-left: 0;
  }
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
  .supa-style-a .article-image
  {
      max-width: 50%;
      margin-right: 20px;
      z-index: 2;
  }
  
  }
/***************************************************** End Supa Style A **********/

/********** Supa Style A **********/
  .supa-style-a-right
  {
      position: relative;
      margin-bottom: 30px;
      border-radius: 5px;
  }

  .supa-style-a-right figure {
      margin-top:0;
      margin-bottom:0
  }
  
  .supa-style-a-right .article-image
  {
      position: relative;
      float:right;
      max-width: 100%;
      margin-right: 0;
      z-index: 2;
  }

  .supa-style-a-right .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;

    }

    .supa-style-a-right .post-image
  {
      position: relative;
      padding-bottom: 0;
      text-align: left;
  }

  .supa-style-a-right .post-image figure {
    margin:0
    }
  
  .supa-style-a-right .article-content
  {
      position: relative;
      max-width: 100%;
      padding-left: 0;
  }

  .supa-style-a-right-footer .btn-read {
      float:left
  }
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
  .supa-style-a .article-image
  {
      max-width: 50%;
      margin-right: 20px;
      z-index: 2;
  }

  .supa-style-a-right .article-image
  {
      max-width: 50%;
      margin-left: 20px;
      z-index: 2;
  }
  
  }
/***************************************************** End Supa Style A **********/

/********** Supa Style B **********/
  .supa-style-b
  {
      margin: 0 0 20px 0;
      float:left;
      height:auto;
  }
  
 
  .supa-style-b .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;

    }
  
  .supa-style-b .article-image
  {
      position: relative;
      display: inline-block;
      max-width: 100%;
      margin-right: 0;
      z-index: 2;
  }
  
  .supa-style-b .post-image
  {
      position: relative;
      padding-bottom: 0;
  }

 .supa-style-b .post-image > *
  {
      display: block;
  }

  .supa-style-b .post-image figure
  {
      margin:0 0 5px 0
  }
  
  
  /* Small devices (tablets, 768px and up) */
  
  @media (min-width: 768px) {
  
  /* .supa-style-b:nth-child(odd) {
      padding-left:0   
  }
  
  .supa-style-b:nth-child(even) {
      padding-right:0   
  } */
  
  }
  
  /***************************************************** End Supa Style B **********/
  
  /********** Supa Style C **********/
  
  .supa-style-c
  {
      margin: 25px 0 0 0;
      padding:0 10px;
      float:left;
      height:auto;
  }

  .supa-style-c .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;

    }
  
  .supa-style-c .article-image
  {
      position: relative;
      display: inline-block;
      max-width: 100%;
      margin-right: 0;
      z-index: 2;
  }
  
  .supa-style-c .post-image
  {
      position: relative;
      padding-bottom: 0;
  }

  .supa-style-c .post-image figure
  {
      margin:0 0 5px 0
  }
  
  .supa-style-c .post-image > *
  {
      display: block;
  }
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  }
  
  /***************************************************** End Supa Style C **********/
  
  /********** Supa Style D **********/
  
  .supa-style-d
  {
      margin: 25px 0 0 0;
      padding:0 10px;
      float:left;
      height:auto;
  }

  .supa-style-d .entry-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    }
  
  .supa-style-d .article-image
  {
      position: relative;
      display: inline-block;
      width:100%;
      float:left;
      margin-right:15px;
      z-index: 2;
  }
  
  .supa-style-d .post-image
  {
      position: relative;
      padding-bottom: 0;
  }

  .supa-style-d .post-image figure
  {
      margin:0 0 5px 0
  }
  
  .supa-style-d .post-image > *
  {
      display: block;
  }
  
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {

    .supa-style-d
    {
        margin: 0;
        float:left;
        height:auto;
    } 
        
      .supa-style-d:first-child .article-image {
      width:100%;
      float:left;
      margin-right:10px
      }

      .supa-style-d:first-child .article-content {
        clear:both;
        margin: 0 10px;
        padding: 10px 20px;
        background: #fff;
        position: relative;
        bottom: 75px;
        z-index: 20;
      }
  
      .supa-style-d .article-image
      {
          width:45%;
          float:left;
      }
  }
  
  /***************************************************** End Supa Style D **********/
  /********** Supa Style E **********/
  
  .supa-style-e
  {
      float: left;

      height: auto;
      margin: 25px 0 0 0;
      padding:0 10px;
  }

 .supa-style-e  {
   margin:0 0 8px
 }

  .widget_wpbrpw_super .supa-style-e:first-child
  {
      float: left;;

      width: 100%;
      margin-right: 0;
  }

  .supa-style-e .entry-title a {
    font-size: 14px;
    font-weight:600;
    line-height: 18px;
    text-transform: none;
    }

  .widget_wpbrpw_super .supa-style-e:first-child .article-image
  {
      display: block;
  }

  .widget_wpbrpw_super .supa-style-e:first-child .entry-content
  {
      display: block;
  }

  .widget_wpbrpw_super .supa-style-e:first-child .btn-read
  {
      display: block;
  }

  .widget_wpbrpw_super .supa-style-e
  {
      width: 100%;
  }

  .supa-style-e {
    border-bottom:1px dotted #d2d2d250
  }

  .supa-style-e:first-child {
    border-style:none
  }

  
  .supa-style-e:last-child {
    border-style:none
  }

  .widget_wpbrpw_super .supa-style-e .article-image
  {
      display: none;
  }

  .widget_wpbrpw_super .supa-style-e .entry-content
  {
      display: none;
  }

  .widget_wpbrpw_super .supa-style-e .article-meta
  {
      display: none;
  }

  .widget_wpbrpw_super .supa-style-e .btn-read
  {
      display: none;
  }

  .widget_wpbrpw_super .supa-style-e .meta-container
  {
      display: none;
  }

  .supa-style-e .article-image
  {
      position: relative;
      display: inline-block;
      width:100%;
      float:left;
      margin-right:0;
      z-index: 2;
  }

  .supa-style-e .post-image
  {
      position: relative;

      padding-bottom: 0;
  }

  .supa-style-e .post-image figure
  {
      margin:0 0 5px 0
  }

  .supa-style-e .post-image > *
  {
      display: block;
  }

/***************************************************** End Supa Style E **********/
  
/********** Supa Style h **********/
  
  .episode-wrapper {
      margin:0 0 25px
  }
  
  .episode-post-a
  {
      margin-top: 15px 0 15px 0 ;
  }
  
  .episode-post-a .episode-wrapper {
      background:#f2f2f2;
      position:relative;
      min-height:375px
  }
  
  .episode-post-a .episode-thumb
  {
      margin-bottom: 0;
  }
  
  .episode-post-a .episode-title
  {
      font-size: 14px;
      line-height:18px;
  
      margin-bottom: 0;
      padding:5px 10px 5px 10px
  }
  
  .episode-post-a .episode-meta
  {
      font-size: 10px;
  
      padding:0 10px 0 10px;
      margin:0
  }
  
  .podcasts_name {
      
      padding:10px 10px 10px 10px;
      font-size:11px;
      font-weight:600;
      margin:0 0 15px 0;
  }
  
  .episode-post-a .play-btn-a
  {
      font-size: 45px;
      line-height: 0;
  
      position: absolute;
      z-index: 40;
      top: 78%;
      right: 10px;
  
      text-align: right;
  }
  
  .episode-post-a .play-btn-a fa
  {
      color: #ef5a2a;
  }
  
  
  .episode-post-a .episode-share {
      position:absolute;
      bottom:0;
      width:100%
  }
  
  .episode-post-a .episode-share ul
  {
      display: -webkit-flex;
      display:         flex;
  
      margin: 0;
      padding: 0;
  
      list-style-type: none;
  
      color: #000;
      background: #faaf41;
  
      -webkit-flex-direction: row /* works with row or column */
      flex-direction: row;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
  }
  
  .episode-post-a .episode-share li
  {
      padding: 0 6px;
  
      color: #000;
  }
  
  .episode-post-a .episode-share .fa
  {
      padding: 0 5px;
  
      color: #000;
  }
  
  .episode-post-a .episode-share span
  {
      font-size: 10px;
      font-weight: 600;
      line-height: 14px;
  
      text-transform: uppercase;
  }
  
  /********** End Supa Style h **********/
  
  
  
  /********** Supa Style i **********/
  .episode-content {padding:10px 0 20px 0}
  .episode-post-b {
      margin-top: 15px 0 15px 0 ;
  }
  
  .episode-post-b .episode-wrapper {
      background:#f2f2f2;
      position:relative;
      min-height:250px;
  
  }
  
  .episode-post-b .episode-title
  {
      font-size: 14px;
      line-height:18px;
  
      margin-bottom: 0;
      padding:5px 10px 5px 10px
  }
  
  .episode-post-b .episode-meta
  {
      font-size: 10px;
  
      padding:0 10px 0 10px;
      margin:0
  }
  
  .podcasts_name {
      
      padding:2px 10px 10px 10px;
      font-size:11px;
      font-weight:600;
      margin:0 0 15px 0;
      width:80%
  }
  
  .episode-post-b .episode-thumb {
      position:relative;
      z-index: 20;
      margin-bottom:0;
      background:#000;
      
          -webkit-transition: all 0.9s ease 5s;
           -o-transition: all 0.9s ease 5s;
              transition: all 0.9s ease 5s;
  }
  
  .episode-post-b .episode-thumb:hover img {
      opacity: .5;
  }
  
  
  .episode-post-b .play-btn-a {
      position:absolute;
      z-index:40;
      right:5%;
      bottom:0;
      font-size:45px;
      line-height:0;
      opacity: 0;
    
      -webkit-transition: all 0.5s ease 0s;
           -o-transition: all 0.5s ease 0s;
              transition: all 0.5s ease 0s;
  }
  
  .episode-post-b .play-btn-a .fa {
      color:#faaf41;
  }
  
  .episode-post-b .episode-thumb:hover .play-btn-a {
      opacity: 1;
  }
  
  .episode-post-b .episode-share {
      position:absolute;
      bottom:0;
      background: #ee4036;
      width:100%
  }
  
  .episode-post-b  .episode-share ul {
      padding:0px;
      margin:0;
      list-style-type:none;
      display: -webkit-flex;
      display: flex;
  
      -webkit-flex-direction: row /* works with row or column */
     flex-direction: row;
     -webkit-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     justify-content: center;
  }
  
  .episode-post-b  .episode-share .fa {
       padding:0 2px;
  } 
  
  /********** End Supa Style i **********/
  
  
  /******** Podcasts Share Links A **********/
  .episode-post-a ul#share-navigation {
      margin:0px auto;
      position:relative;
      width:100%;
  }
   
  .episode-post-a ul#share-navigation li {
      display:inline-flex;
      margin:0;
      padding:2px;
      float:left;
      position:relative;
      color:#fff;
      font-size:16px;
      line-height:22px;
      text-align: center;
  }
   
  .episode-post-a ul#share-navigation li a {
      text-decoration:none;
      text-transform: uppercase;
      display:inline-flex;
      padding:5px 0;
      color:#000;
     
      -webkit-transition:color 0.2s linear, background 0.2s linear;
      -moz-transition:color 0.2s linear, background 0.2s linear;
      -o-transition:color 0.2s linear, background 0.2s linear;
      transition:color 0.2s linear, background 0.2s linear;
  }
   
  .episode-post-a ul#share-navigation li a:hover {
      background:#faaf41;
      color:#000;
  }
   
  .episode-post-a ul#share-navigation li a.first {
      border-left: 0 none;
  }
   
  .episode-post-a ul#share-navigation li a.last {
      border-right: 0 none;
  }
   
  .episode-post-a ul#share-navigation li:hover > a {
      color:#000
  }
  
  /* Drop-Down Navigation */
  .episode-post-a ul#share-navigation li:hover > ul
  {
      visibility:visible;
      opacity:1;
  }
   
  .episode-post-a ul#share-navigation ul, ul#share-navigation ul li ul {
      list-style: none;
      margin: 0;
      padding: 0;
      visibility:hidden;
      opacity:0;
      position: absolute;
      z-index: 99999;
      width:175px;
  
      -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
      -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
      -o-transition:opacity 0.2s linear, visibility 0.2s linear;
      transition:opacity 0.2s linear, visibility 0.2s linear;
  }
   
  .episode-post-a ul#share-navigation ul {
      top: 30px;
      left: -4px;
  }
   
  .episode-post-a ul#share-navigation ul li ul {
      top: 0;
      left: 175px; 
  }
   
  .episode-post-a ul#share-navigation ul li {
      clear:both;
      width:100%;
      border:0 none;
  }
   
  .episode-post-a ul#share-navigation ul li a {
      background:none;
      padding:0;
      color:#000;
      font-size:10px;
      font-weight:600;
      text-transform:uppercase;
      text-decoration:none;
      display:inline-block;
      border:0 none;
      clear:both;
  }
  
  .episode-post-a ul#share-navigation ul li a:hover {
      color:#fff;
      background:none
  }
  
  .episode-post-a ul#share-navigation ul .twit-share:hover  {
      background:#55acee;
  
  }
  
  .episode-post-a ul#share-navigation ul .twit-share:hover .fa {
      color:#fff
  }
  
  .episode-post-a ul#share-navigation ul .face-share:hover {
      background:#3b5998
  }
  
  .episode-post-a ul#share-navigation ul .face-share:hover .fa {
      color:#fff
  }
  
  
  /******** Podcasts Share Links **********/
  ul#share-navigation {
      margin:0px auto;
      position:relative;
      width: 100%;
  }
   
  ul#share-navigation li {
      display:inline;
      margin:0;
      float:left;
      position:relative;
      color:#fff;
      font-size:12px;
      line-height:0;
      text-align: center;
  }
   
  ul#share-navigation li a {
      text-decoration:none;
      display:inline-flex;
      padding:5px 19px;
      color:#fff;
  
   
      -webkit-transition:color 0.2s linear, background 0.2s linear;
      -moz-transition:color 0.2s linear, background 0.2s linear;
      -o-transition:color 0.2s linear, background 0.2s linear;
      transition:color 0.2s linear, background 0.2s linear;
  }
   
  ul#share-navigation li a:hover {
      background:#faaf41;
      color:#000;
  }
   
  ul#share-navigation li a.first {
      border-left: 0 none;
  }
   
  ul#share-navigation li a.last {
      border-right: 0 none;
  }
   
  ul#share-navigation li:hover > a {
      color:#000
  }
  
  /* Drop-Down Navigation */
  ul#share-navigation li:hover > ul
  {
  /*these 2 styles are very important,
  being the ones which make the drop-down to appear on hover */
      visibility:visible;
      opacity:1;
  }
   
  ul#share-navigation ul, ul#share-navigation ul li ul {
      list-style: none;
      margin: 0;
      padding: 0;
  /*the next 2 styles are very important,
  being the ones which make the drop-down to stay hidden */
      visibility:hidden;
      opacity:0;
      position: absolute;
      z-index: 99999;
      width:159px;
      background:#faaf41;
  /* css3 transitions for smooth hover effect */
      -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
      -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
      -o-transition:opacity 0.2s linear, visibility 0.2s linear;
      transition:opacity 0.2s linear, visibility 0.2s linear;
  }
   
  ul#share-navigation ul {
      top: 22px;
      left: 0;
  }
   
  ul#share-navigation ul li ul {
      top: 0;
      left: 159px; /* strong related to width:180px; from above */
  }
   
  ul#share-navigation ul li {
      clear:both;
      width:100%;
      border:0 none;
  }
   
  ul#share-navigation ul li a {
      background:none;
      padding:4px 0;
      color:#000;
      font-size:10px;
      font-weight:600;
      text-transform:uppercase;
      text-decoration:none;
      display:inline-block;
      border:0 none;
      clear:both;
  }
  
  ul#share-navigation ul li a:hover {
      color:#fff;
      background:none
  }
  
  ul#share-navigation ul li a .fa {
      font-size:15px;
      margin-right: 4px;
  }
  
  ul#share-navigation ul .twit-share:hover {
      background:#55acee
  }
  
  ul#share-navigation ul .face-share:hover {
      background:#3b5998
  }
  
  
  
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
      .widget_wpbrpw_super .supa-style-e:first-child .article-meta
      {
          display: block;
      }
  
      .widget_wpbrpw_super .supa-style-e:first-child
      {
          float: left;;
  
          width: 45%;
          margin-right: 25px;
      }
  
      .widget_wpbrpw_super .supa-style-e
      {
          width: 50%;
      }
        
  }
  
  /***************************************************** End Supa Style F **********/
  
  
  /********** Supa Style F **********/
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
  }
  
  /***************************************************** End Supa Style G **********/
  
  
  /********** Supa Style G **********/
  
  /* Small devices (tablets, 768px and up) */
  
    @media (min-width: 768px) {
  
  }
  
  /***************************************************** End Supa Style H **********/
  /* custom Small devices (tablets, 768px and up) */
  @media (max-width: 768px) {
    .widget_wpbrpw_super .entry-title{clear:both;}
  }
  
  
  /* custom Small devices (1200px and up) */
  @media (max-width: 1200px) {
      
     .episode-post-a ul#share-navigation li a {
         padding: 8px 18px;
     }
  }



/*------------------- */
.episode-post-d{
    padding: 0px 15px;
}
.wpbs-posts-container .owl-nav{
    position: absolute;
    top: -40px;
    right: 14px;
}
.wpbs-posts-container .owl-nav button{
    background: #FFA65A !important;
    color: white !important;
    text-align: center;
    padding-bottom: 6px !important;
    border-radius: 49%;
    width: 25px;
    height: 25px;
}
.wpbs-posts-container .owl-nav .owl-prev, .wpbs-posts-container .owl-nav .owl-next{
    font-size: 48px !important;
    font-weight: 500 !important;
    outline: none !important;
}

.wpbs-posts-container .owl-nav .owl-prev{
    margin-right: 11px;
}

.wpbs-posts-container .owl-nav .owl-next{
    padding-left: 4px !important;
}
.wpbs-posts-container  .owl-nav-loadmore{
    font-size: 14px !important;
    position: absolute;
    top: -37px;
    right: 83px;
    font-weight: 500;
    color: #888;
}
.wpbs-posts-container .owl-stage{
    display: flex;
}
@media only screen and (min-width: 740px) {
    .wpbs-posts-container .owl-stage{
        width:100% !important;
    }
}

/********** Supa Style M **********/
#supa-style-m {
    margin: 0 0 08px 0;
    clear: both
}

#supa-style-m figure {
    float: left;
    margin-right: 10px;
}

#supa-style-m h3.entry-title {
    font: normal 500 18px/24px 'Oswald';
    color: #0082c8;
    margin: 0;
    clear: none
}

#supa-style-m h3.entry-title a {
    color: #0082c8;
}

#supa-style-m h3.entry-title a:hover {
    color: #00a190
}

#supa-style-m .article-meta {
    margin-bottom: 0
}

#supa-style-m .entry-content {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.5em
}




	
