body{
  background: #202124!important;
  font-family: 'Montserrat', sans-serif!important;
}
img,
div,
a{
  text-decoration: none;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
text-decoration: none;
}

a:hover{
  color: #ff0000!important;
}
ol, ul {
    overflow-wrap: break-word;
}
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    line-height: 24px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1130px!important;
}

.navbar-expand-lg{
  /*border-bottom: 3px solid #d2d2d2;*/
  background-color: #000;
  animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 50%);
}

.menu-podcast ul li a{
  font-weight: bold;
  font-size: 24px;
}

.subscribe-links {
  padding: 0;
  margin: 0;
  text-align: right;
  position: relative;
}

.subscribe-links-header {
  padding: 0;
  margin: 0;
}

.subscribe-links li,
.subscribe-links-header li {
  list-style: none;
}

.subscribe-links li a,
.subscribe-links-header li a {
  padding: 15px 30px;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #1f1e1e;
  color: #fff;
  background: transparent;
  margin-left: 10px;
  -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.subscribe-links-header li a {
  padding: 10px;
  border: 2px solid #1f1e1e;
  color: #fff;
  background: transparent;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  width: 170px;
  text-align: left;
}

.subscribe-links-header li a span {
  font-size: 12px;
  color: #999;
  position: absolute;
  font-weight: 400;
  top: 8px;
  left: 50px;
}

.subscribe-links-header li a i{
    font-size: 30px;
    margin-right: 10px;
    width: 31px;
    color: #fff;
}

.subscribe-links li a:hover,
.subscribe-links li a:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}

.subscribe-links li a:hover i{
  color: #FFF!important;
}

.subscribe-links-header li a:hover,
.subscribe-links-header li a:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}

.subscribe-links-header li a.social-header{
  padding: 0;
  font-size: 14px;
  width: 55px;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

.subscribe-links-header li a.social-header i{
  margin-right: 0;
  font-size: 20px;
}

.subscribe-links li a i {
  margin-right: 7px;
  font-size: 14px;
}
.navbar .header-right-slider {
  position: relative;
  cursor: pointer;
  line-height: 1;
  margin: 0 0 0 20px;
  background: #ff0000;
  background-image: linear-gradient(to right, #ae0404, #ff0000);
  height: 52px;
  width: 52px;
  border-radius: 100%;
  min-width: 52px;
  text-align: center;
}

.navbar .header-right-slider:hover{
  background: #000000;
    background-image: linear-gradient(to right, #000000, #111111);
}

.navbar .header-right-slider i {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 52px;
}

.navbar .mobile-nav-toggler .svg-inline--fa,
.navbar .header-right-slider .svg-inline--fa {
  float: right;
  font-size: 22px;
  margin-top: 14px;
  z-index: 1;
}
.featured-area {
    margin-bottom: 40px;
}

.feat-post {
    position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.episode-play-icon,
.player-btn.now-playing 
.episode-play-icon:hover::after {
    background-color: #ff0000;
}

.episode-play-icon:hover,
.player-btn.now-playing 
.episode-play-icon::after {
  background-color: #ffffff;
  transition: background .3s;
}

.episode-play-icon::after {
    border-left-color: #ffffff;
}
.episode-play-icon:hover::after {
    border-left-color: #fff;
}
.category-highlight {
    position: absolute;
    left: -24px;
    top: 25px;
    z-index: 4;
    display: block;
    height: 27px;
    padding-right: 16px;
    padding-left: 48px;
    color: #fff;
    border-radius: 27px;
    background-color: #FF0000;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
}
.btn-outline-light{
  font-size: 12px;
}
/*** Large Featured Posts Styling ***/

#featured-posts 
.feat-post {
    float: left;
  border-radius: 0;
}

.feat-post {
    overflow: hidden;
}

.feat-post-large {
    margin-bottom: 15px;
    border-radius: 0;
    max-height: 415px;
}

.banner-top-r{
    background: rgba(0,0,0,0.07);
    padding-top: 80px;
    height: 100%;
}

/*** Small Featured Posts Styling ***/

.feat-post-small {
    height: 250px;
    margin-bottom: 15px;
    border-radius: 0;
}

.feat-post-small + .feat-post-small {
    margin-bottom: 0;
}

/*** Featured Thumb ***/

.thumb-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 95%;
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, #111 100%);
    opacity: .6;
}

.feat-post-small 
.thumb-gradient {
  height: 100%;
  background: linear-gradient(rgb(17 17 17 / 63%) 0%, #111 100%);
  opacity: .6;
}

.post-thumb img {
    transition: 0.4s ease;
}

.feat-post:hover img,
.thumb-link:hover img {
    transform: scale(1.08);
}

/*** Featured Post Content ***/

.feat-post .post-content {
    position: absolute;
    bottom: 21px;
    z-index: 2;
    padding: 0 19px;
}

.feat-post .post-title {
    margin-bottom: 10px;
  font-size: 18px;
}

.feat-post.feat-post-small .post-title a{
  font-size: 20px;
}

.feat-post .post-content a {
    color: #fff;
    text-decoration: none;
}

.feat-post .post-content a:hover {
  color: #fff;
  opacity: .85;
}

.post-content a:hover {
    text-decoration: none;
}

.post-meta {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin:2px 0;
    padding: 0;
}

.feat-post .post-author {
    margin-bottom: 7px;
}

.feat-post-small .post-author {
    margin-bottom: 9px;
}

/*** Post Meta Styling ***/

.feat-post .post-author::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
    border-radius: 10px;
    background-color: #ff0000;
}

.has-user-media 
.meta-btn-wrap {
  height: 44px;
  margin-top: 11px;
}

.meta-btn-wrap 
.player-btn,
.meta-btn-wrap 
.episode-play-icon {
  float: left;
}

.has-user-media 
.meta-btn-wrap li {
  line-height: 44px;
}

.post-meta li {
  float: left;
  margin-right: 6px;
}

.post-meta .post-date::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  margin-right: 6px;
  border-radius: 10px;
  background-color: #ff0000;
}
/*** Small Featured Post ***/

#small-featured-post {
  margin-bottom: 50px;
  text-align: center;
}

#small-featured-post 
.post-content {
  right: 0;
  left: 0;
  bottom: 34px;
}

#small-featured-post 
.post-author {
    margin-bottom: 10px;
}

#small-featured-post h1 {
  font-size: 38px;
  line-height: 46px;
}

/*** Second Homepage Featured Posts ***/

#featured-posts-two 
.feat-post-large {
  width: 787px;
  height: 482px;
  float: left;
  margin-right: 39px;
}

#featured-posts-two .feat-post-large 
.post-content {
    bottom: 24px;
    padding: 0 28px;
}

#featured-posts-two h1 {
  font-size: 38px;
  line-height: 42px;
}

#featured-posts-two .feat-post-large 
.episode-play-icon {
  width: 54px;
  height: 54px;
}

#featured-posts-two .feat-post-large 
.episode-play-icon::after {
    right: 17px;
    top: 18px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
}

#featured-posts-two .feat-post-large 
.player-btn.now-playing 
.episode-play-icon::after {
    right: 20px;
    top: 20px;
}

#featured-posts-two 
.feat-post-large.has-user-media 
.meta-btn-wrap li {
  line-height: 54px;
}

#featured-posts-two .feat-post-large 
.post-meta {
  font-size: 14px;
}

#featured-posts-two .feat-post-large 
.post-author {
    margin-bottom: 9px;
}

#featured-small-posts {
  width: 374px;
  float: left;
}
.post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.feat-post .post-author::before {
  content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
    border-radius: 10px;
    background-color: #ff0000;
}

.has-user-media 
.meta-btn-wrap {
  height: 44px;
  margin-top: 11px;
}

.meta-btn-wrap 
.player-btn,
.meta-btn-wrap 
.episode-play-icon {
  float: left;
}

.has-user-media 
.meta-btn-wrap li {
  line-height: 44px;
}

.post-meta li {
  float: left;
  margin-right: 6px;
}

.post-meta .post-date::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  margin-right: 6px;
  border-radius: 10px;
  background-color: #ff000;
}
/*** Player Content Styling ***/

.player-content {
  display: none;
}

#audio-player-large 
.player-content {
  display: block;
}

.player-content {
  position: absolute;
  left: 12px;
  top: 24px;
  z-index: 2;
  width: 454px;
  background-color: #fff;
  text-align: center;
}

.player-thumb,
.player-content 
.no-image {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 5px;
  border-radius: 90px;
  overflow: hidden;
}

.player-content 
.no-image {
  color: #8a8d96;
  background-color: #ddd;
  line-height: 90px;
}

.player-content 
.post-meta a {
  color: #a0a4ad;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

h5.post-title,
h2.post-title{
  font-weight: 700;
}

.player-content 
.post-title {
  font-size: 15px;
  line-height: 19px;
}

#audio-player-large 
.mejs-container.mejs-audio {
  position: absolute;
  left: 12px;
  bottom: 40px;
  z-index: 2;
}

.large-player-seek {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 3;
  width: 86px;
  margin: 0 auto;
  font-size: 12px;
    font-weight: 500;
}

.large-player-seek li {
  color: #BDC0C9;
  cursor: pointer;
  transition: color .3s;
}

.large-player-seek li:hover {
  color: #222;
}

.large-player-back {
  float: left;
}

.large-player-forward {
  float: right;
}

.large-player-back::after,
.large-player-forward::before {
  font-family: 'FontAwesome';
  font-size: 18px;
    transform: rotate(0.001deg);
}

.large-player-back::after {
  content: "\f01e";
  display: inline-block;
  margin-left: 5px;
  transform: scale(-1, 1);
}

.large-player-forward::before {
  content: "\f01e";
  margin-right: 5px;
}

/*** Audio Player Styling ***/

#audio-player-large .mejs-container.mejs-audio {
  width: 452px !important;
  height: 54px !important;
}

#audio-player-large 
.mejs-container.mejs-audio,
#audio-player-large 
.mejs-container.mejs-audio .mejs-controls,
#audio-player-large 
.mejs-embed,
#audio-player-large 
.mejs-embed body {
  padding: 0;
  background: transparent;
}

#audio-player-large 
.mejs-audio .mejs-controls,
#audio-player-large 
.mejs-audio .mejs-button, 
#audio-player-large 
.mejs-audio .mejs-time, 
#audio-player-large 
.mejs-audio .mejs-time-rail {
  height: 54px;
}

#audio-player-large 
.mejs-audio .mejs-playpause-button {
  width: 54px;
  margin-left: 3px;
}

#audio-player-large 
.mejs-audio .mejs-play > button,
#audio-player-large 
.mejs-audio .mejs-pause > button,
#audio-player-large 
.mejs-audio .mejs-replay > button {
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 54px;
  background: url(images/large-play-btn.svg) 21px center no-repeat #FF0000;
  transition: background-color .3s;
}

#audio-player-large 
.mejs-audio .mejs-pause > button {
  background: url(images/large-pause-btn.svg) center center no-repeat #FF0000;
}

#audio-player-large 
.mejs-audio .mejs-replay > button {
  background: url(images/large-repeat-btn.svg) center center no-repeat #FF0000;
}

#audio-player-large 
.mejs-audio .mejs-play > button:hover,
#audio-player-large 
.mejs-audio .mejs-pause > button:hover,
#audio-player-large 
.mejs-audio .mejs-replay > button:hover {
  background-color: #acafb5;
}

#audio-player-large 
.mejs-audio .mejs-time {
  padding-top: 0;
  padding-right: 8px;
  padding-left: 8px;
}

#audio-player-large 
.mejs-audio .mejs-time-rail {
  padding-top: 19px;
  margin: 0
}

#audio-player-large 
.mejs-audio .mejs-duration,
#audio-player-large 
.mejs-audio .mejs-currenttime {
  color: #acafb5;
    font-size: 12px;
    font-weight: 500;
    line-height: 54px;
}

#audio-player-large 
.mejs-audio .mejs-time-buffering,
#audio-player-large 
.mejs-audio .mejs-time-current,
#audio-player-large 
.mejs-audio .mejs-time-loaded,
#audio-player-large 
.mejs-audio .mejs-time-total {
  height: 6px;
}

#audio-player-large 
.mejs-audio .mejs-time-handle,
#audio-player-large 
.mejs-audio .mejs-time-handle-content {
  border-radius: 20px;
}

#audio-player-large 
.mejs-audio .mejs-time-handle-content {
  top: -6px;
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-time-rail 
.mejs-time-loaded,
#audio-player-large 
.mejs-audio .mejs-time-total {
  border-radius: 6px;
    overflow: hidden;
  background-color: #DADCE1;
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-current,
#audio-player-large .mejs-audio .mejs-controls 
.mejs-time-rail 
.mejs-time-current {
  background-color: #FF0000;
}

#audio-player-large 
.mejs-audio .mejs-time-rail {
  line-height: 14px;
}

#audio-player-large 
.mejs-audio .mejs-time-float {
  color: #222;
  border: none;
}

#audio-player-large 
.mejs-audio .mejs-volume-button button {
  margin-top: 20px;
  overflow: visible;
}

#audio-player-large 
.mejs-audio .mejs-mute button {
  background: no-repeat;
}

#audio-player-large 
.mejs-audio .mejs-mute button::after,
#audio-player-large 
.mejs-audio .mejs-unmute button::after {
  color: #FF0000;
  font-family: 'FontAwesome';
  font-size: 22px;
    transform: rotate(0.001deg);
    transition: color .3s;
}

#audio-player-large 
.mejs-audio .mejs-mute button::after {
  content: "\f028";
}

#audio-player-large 
.mejs-audio .mejs-unmute button::after {
  content: "\f026";
}

#audio-player-large .mejs-audio .mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-total {
  height: 6px;
  margin-top: 7px;
  border-radius: 6px;
    overflow: hidden;
  background-color: #DADCE1;
}
.player-btn, .meta-btn-wrap .episode-play-icon {
    float: left;
}

.episode-play-icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    transition: background .3s;
    cursor: pointer;
}
.episode-play-icon:after {
    position: absolute;
    right: 7px;
    top: 8px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
    border-left-color: #fff;
}
.banner{
  
}
#picks-section {
    margin-bottom: 40px;
    list-style-type: none;
}
.picks-post {
    position: relative;
    height: 130px;
    background-color: #000000;
      box-shadow: 0px 3px 6px rgb(0 0 0 / 50%);
      width: 350px;
      display: inline-block;
      background-size: contain;
      background-position: center center;
}

.picks-post:hover{
  background-color: #101010;
}

.picks-post .item{
    height: 100%;
    background: rgba(0,0,0,0.95);
    padding: 14px;
}

.picks-post .post-thumb {
  width: 90px;
    height: 90px;
  float: left;
  margin-right: 8px;
  border-radius: 102px;
  border: 3px solid #000;
  overflow: hidden;
}

.picks-post .post-content {
  padding-top: 14px;
  float: left;
  width: 65%;
}

.picks-post .post-title {
  overflow: hidden;
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 21px;
}

.picks-post .post-title a{
  color: #FFF;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  white-space: normal;
  text-decoration: none;
}

.picks-post .episode-play-icon {
    width: 20px;
    height: 20px;
}

.picks-post .episode-play-icon:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    right: 5px;
    top: 5px;
}

.picks-post .post-meta{
  margin-top: 0;
  margin-bottom: 0;
}

.post-meta a {
  color: #9A9A9A;
  text-decoration: none;
}

.post-meta a:hover {
  color: #17D991;
}

/*** Small Play Button ***/

.has-user-media 
.small-player-btn-wrap {
  height: 38px;
  margin-top: 9px;
}

.has-user-media 
.small-player-btn-wrap li {
  line-height: 38px;
}

.small-player-btn-wrap 
.episode-play-icon {
    width: 38px;
    height: 38px;
}

.episode-play-icon:hover {
  background-color: #222;
  box-shadow: none;
}

.small-player-btn-wrap 
.episode-play-icon::after {
  right: 12px;
    top: 13px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
}

.small-player-btn-wrap 
.player-btn.now-playing 
.episode-play-icon::after {
    right: 13px;
    top: 13px;
    width: 12px;
    height: 12px;
}
.titlearea{
  color: #FFF;
  font-weight: 700;
  font-size: 19px;
}

.titlearea_cat{
    color: #FFF;
    font-weight: 700;
    font-size: 19px;
    border-bottom: 1px solid #28292e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.titlearea_cat a{
  color: #FFF;
  text-decoration: none;
}

.titlearea_cat a.ver{
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    float: right;
}
.footer{
  background-color: #101010;
  color: #FFF;
}
.footer .nav-link{
  display: inline-block;
  background-color: #202124;
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.footer .nav-link i{
  font-size: 19px;
}
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.logo-footer{opacity: .5;}
.logo-footer:hover{
  opacity: 1;
}

.post-nav{
  text-align: center;
  margin:30px 0 50px;
}

.post-nav .pager{
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-nav .pager li{
  display: inline-block;
}
.post-nav .pager li a,
.post-nav .pager li.active{
  display: inline-block;
    background: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    margin-right: 5px;
}

.post-nav .pager li a{
  color: #FFF;
}

.post-nav .pager li:hover a,
.post-nav .pager li.active{
  background-color: #ff0000;
  color: #FFF!important;
}

.post-nav .pager li.next a,
.post-nav .pager li.prev a{
  width: auto;
    border-radius: 40px;
    padding: 0 20px;
}

.btn{
  border-radius: 0;
}

.picks-post.host{
  height: 240px;
    width: 220px;
    color: #9A9A9A;
    font-size: 12px;
    border-radius: 0;
}

.picks-post.host .item{
  background-color: #18191c!important;  
}

.picks-post.host a{
  font-weight: 700;
  color: #FFF;
}

.picks-post.host span{
  white-space: normal;
}

/* MENU */

.navbar .header-right-slider i.fa-xmark{
  display: none;
}

.navbar .header-right-slider.burger--close i.fa-xmark{
  display: block;
}

.navbar .header-right-slider.burger--close i.fa-bars{
  display: none;
}

.noscroll {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.menu_header{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 150px;
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  backdrop-filter: blur(5px);
  z-index: 99;
  transition:all 0.3s ease-in-out;
  overflow-y: scroll;
}
.menu_header ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_header li a{
  color: #FFF;
  display: block;
  margin-bottom: 15px;
  font-size: 14px; 
}

.single-podcast .titlearea{
    font-size: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0 0 15px;
    text-shadow: 2px 2px 3px #000000d9;
}
.single-podcast .title-program{
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    display: block;
    border-bottom: 1px solid #2e3034;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-podcast .subtitle{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    color: #ff0000;
    margin-bottom: 15px;
    display: block;
}
.single-podcast .description{
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}
.single-podcast .embed-area{
    margin: 15px 0 0;
    border-top: 1px solid #2e3034;
    padding-top: 25px;
}
.single-podcast .embed-area h2{
    color: #FFF;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-podcast .embed-area .subscribe-links-header li a{
background: #000;
}
.embed-area .subscribe-links-header li a:hover,
.embed-area .subscribe-links-header li a:hover span{
color: #ff000;
}

.single-podcast .talento{
background: rgba(0,0,0,0.2);
color: #5c5d61;
font-size: 12px;
}

.single-podcast .talento-nombre{
font-weight: 700;
font-size: 14px;
color: #fff;
display: block;
margin: 20px 0 5px;
text-decoration: none;
}

.single-podcast .talento-image{
display: block;
border-radius: 100%;
overflow: hidden;
margin: 10px 0;
}

.single-podcast .embed-youtube{
    height: 720px;
}
.single-podcast .btn-shared{
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    padding: 0;
}

.single-podcast .cat-link,
.single-podcast .btn-shared{
    background: #000;
    border-color: #2e3035;
}

.single-podcast .embed-area .subscribe-links-header li a{
    text-align: left;
}

.tax-programa-podcast .feat-post-small.big{
  height: 500px;
}
.tax-programa-podcast .feat-post-small{
  height: auto;
}

.tax-programa-podcast .feat-post.big.feat-post-small .post-content a{
  font-size: 15px;
  line-height: 28px;
}

.tax-programa-podcast .podcats-details{
  background: rgba(0, 0, 0,.2);
  color: #fff;
  padding: 30px 0;
  margin-bottom: 50px;
}
.tax-programa-podcast .podcats-details h1{
  font-weight: 700;
  text-shadow: 2px 2px 3px #000000d9;
}
.tax-programa-podcast .podcats-details p{
  font-size: 14px;
}
 .tax-programa-podcast .logopodcast{
    display:block;
    max-width: 300px;
    margin: 0 auto 20px;         
    overflow: hidden;
    border-radius: 100%;
    border: 8px solid #202124;
}
.tax-programa-podcast .feat-post.big.feat-post-small .post-title a{
  font-size: 32px;
  line-height: 35px;
}
.tax-programa-podcast .podcats-details .subscribe-links-header{
  background: rgba(0,0,0,0.1);
  padding: 10px 25px;
}
.tax-programa-podcast .podcats-details .subscribe-links-header li a{
   width: 45px;
  height: 45px;
  line-height: 45px;
}
.tax-programa-podcast .podcats-details .subscribe-links-header li a i{
    font-size: 18px;
    width: 20px;
}
.tax-programa-podcast .podcats-details .subscribe-links-header li a:hover i{
    color: #ff0000;
}
.tax-programa-podcast .feat-post.feat-post-small .post-title a{
    font-size: 16px;
    line-height: 20px;
}
/*.tax-programa-podcast .feat-post .post-title{
    font-size: 16px;
    line-height: 24px;
}*/
.tax-programa-podcast .talento-nombre{
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  float: left;
  display: block;
  margin: 15px 0 0;
  width: 70%;
  text-decoration: none;
}

.tax-programa-podcast .desc-hosts{
  display: block;
  font-size: 11px;
  color: #5e5d5d;
 }

.tax-programa-podcast .talento-image{
  border-radius: 100%;
  max-width: 20%;
  overflow: hidden;
  margin: 10px 0;
 }

.tax-programa-podcast  .titletalentos{
  color: #FFF;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin:30px 0 15px;
}

.tax-programa-podcast #inifiniteLoader{
    display: none;
    color: #FFF;
    font-size: 50px;
    padding-bottom: 20px;
}

.single-talento-podcast .titlearea{
    font-size: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0 0 15px;
    text-shadow: 2px 2px 3px #000000d9;
}
.single-talento-podcast .title-program{
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    display: block;
    border-bottom: 1px solid #2e3034;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-talento-podcast .subtitle{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    color: #ff0000;
    margin-bottom: 15px;
    display: block;
}
.single-talento-podcast .description{
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}
.single-talento-podcast .embed-area{
    margin: 15px 0 0;
    border-top: 1px solid #2e3034;
    padding-top: 25px;
}
.single-talento-podcast .embed-area h2{
    color: #FFF;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-talento-podcast .embed-area .subscribe-links-header li a{
background: #000;
}
.single-talento-podcast .embed-area .subscribe-links-header li a:hover,
.single-talento-podcast .embed-area .subscribe-links-header li a:hover span{
color: #ff000;
}

.single-talento-podcast .talento{
background: rgba(0,0,0,0.2);
color: #5c5d61;
font-size: 12px;
}

.single-talento-podcast .talento-nombre{
font-weight: 700;
font-size: 14px;
color: #fff;
display: block;
margin: 20px 0 5px;
}

.single-talento-podcast .talento-image{
display: block;
border-radius: 100%;
overflow: hidden;
margin: 10px 0;
}

.single-talento-podcast .embed-youtube{
    height: 720px;
}
.single-talento-podcast .btn-shared{
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-size: 15px;
}

.single-talento-podcast #image-color{
    box-shadow: 3px 0 15px #000000a8;
}

@media (max-width: 575.98px) {
   .single-talento-podcast .titlearea {
        font-size: 28px;
        line-height: 39px;
    }
    .single-talento-podcast .description {
        font-size: 12px;
        line-height: 17px;
    }
    .single-talento-podcast .embed-youtube{
        height: 300px;
    }
    .single-talento-podcast .title-program{
        font-size: 14px;
    }

  .tax-programa-podcast .logopodcast{
        width: 200px;
        margin: 0 auto 30px;
    }

    .tax-programa-podcast .podcats-details .subscribe-links-header li{
        display: inline-block;
    }

    .tax-programa-podcast .podcats-details .subscribe-links-header li a {
        width: 20px;
        border: 0;
        margin-left: 5px;
    }
    .tax-programa-podcast .titletalentos{
        font-size: 15px;
    }
    .tax-programa-podcast .talento-image{
        width: 150px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    .tax-programa-podcast .talento-nombre{
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        float: none;
        margin-top: 10px;
    }

    .tax-programa-podcast .embed-area .subscribe-links-header li a{
        margin-left: 0;
    }
    .tax-programa-podcast .podcats-details p {
        font-size: 12px;
    }

    .tax-programa-podcast .talento{
        text-align: center;
    }

   .single-podcast .titlearea {
        font-size: 28px;
        line-height: 39px;
    }
    .single-podcast .description {
        font-size: 12px;
        line-height: 17px;
    }
    .single-podcast .embed-youtube{
        height: 300px;
    }
    .single-podcast .title-program{
        font-size: 14px;
    }

  .single-podcast .banner-top-r{
    padding: 20px 0;
  }
  .single-podcast .menu_header{
    padding-top: 110px;
  }
  .single-podcast .navbar-brand{
    width: 200px;
  }
  .single-podcast .navbar-brand img{
    width: 100%!important;
  }
  .single-podcast .navbar .header-right-slider{
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 0;
  }
  .single-podcast .navbar .header-right-slider i{
      font-size: 23px;
      line-height: 40px;
  }
  .single-podcast .feat-post-small,
  .single-podcast .feat-post-large{
    margin-bottom: 0;
  }
  .single-podcast .feat-post .post-title{
    font-size: 22px;
  }
  .single-podcast .thumb-gradient{
    height: 100%;
  }
  .single-podcast .thumb-link{
    display: block;
  }
  .single-podcast .picks-post{
    width: 310px;
  }
  .single-podcast .episode-play-icon{
    width: 20px;
    height: 20px;
  }
  .single-podcast .episode-play-icon:after{
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 8px solid #fff;
      right: 5px;
      top: 5px;
  }
  .single-podcast .post-meta{
    margin: 0;
  }
  .single-podcast .picks-post .post-title a{
    line-height: 17px;
    font-weight: 300;
  }
  .single-podcast .embed-area .subscribe-links-header li a{
    text-align: left;
    margin-bottom: 20px;
  }
  .single-podcast .logo-footer{
      width: 150px;
      margin-bottom: 50px!important;
  }
  .single-podcast .feat-post-large{
    height: 250px;
  }
  .single-podcast .titlearea_cat{
    font-size: 14px;
  }

  .single-podcast .thumb-gradient{
    background: linear-gradient(rgba(0, 0, 0, .4) 5%, #111 100%);
  }
}

@media (max-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand{
    width: 200px;
  }
  .navbar-brand img{
    width: 100%;
  }
  .subscribe-links-header li a{
    padding: 10px 25px 5px 10px;
  }
  .subscribe-links-header li a span{
    left: 27px;
    font-size: 9px;
    top: 3px;
  }
  .subscribe-links-header li a i {
    font-size: 13px;
    margin-right: 6px;
    width: auto;
  }
  .subscribe-links-header li a.social-header {
    padding: 10px 0;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 3px;
    margin-left: 5px;
  }
  .container, .container-md, .container-sm{
    max-width: 100%;
  }
  .banner-top-r{
    min-height: 100%;
  }
  .navbar .header-right-slider{
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .navbar .header-right-slider i {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1099.98px) {
  .subscribe-links-header li a i {
      font-size: 17px;
      margin-right: 5px;
      width: 20px;
      color: #fff;
  }
  .subscribe-links-header li a span{
    display: none;
  }
  .feat-post .post-title {
      margin-bottom: 12px;
      font-size: 17px;
  }
  .subscribe-links-header li a{
    padding: 10px 5px;
  }
  .banner-top-r{
    padding-top: 10px;
  }
}