/*
Theme Name: Gente Radio
Theme URI: http://genteradio.net
Author: Pol Cámara
Author URI: http://polcamara.es
Description: El theme de Gente Radio (2015) 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genteradio
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Gente Radio is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* =Global
----------------------------------------------- */
body {
  color: #444;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 15px;
  font-family: Helvetica,Arial,sans-serif;
}

a {
  color: #ce0058;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 100;
  color: #ce0058;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #DDD;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0 0 0 10px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Header
----------------------------------------------- */

.page-head {
  background: #f0f0f0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.page-head .nav>li>a {
  padding-left: 33px;
  padding-right: 33px;
}

.page-head .navbar {
  text-transform: uppercase;
  box-shadow: 0px 4px 7px #ccc;
  /* border-bottom: 1px solid #ddd; */
}

.page-head .navbar li {
  font-weight: normal;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
    float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}

.widget .twitter-timeline {
  max-width: 280px!important;
}

.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #ce0058;
}

input, textarea {
  border-radius: 0!important;
}

.btn-primary, .label-primary {
  background-color: #ce0058;
  border-color: #ce0058;
  border-radius: 0;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #4b3371;
  border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}

#secondary .widget_sp_image img {
  width: 85%;
  height: auto;
}

#secondary .widget_sp_image .widget-title {
  margin-bottom: 25px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"] {
  width: 100%;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #ce0058 !important;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #ce0058 !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-header {
  text-align: right;
  margin-top: 33px;
}

.social-header .hear-online {
  float: right;
}

.social-header .hear-online img {
  box-shadow: 1px 1px 7px #ce0058;  
}

span.social-header .whatsapp {
  color: #444;
  display: inline-block;
  text-align: center;
  float: right;
  font-size: 17px;
  margin-top: 20px;
  padding-right: 25px;
}

.social-header .whatsapp span {
  font-size: 20px;
  display: block;
}
.social-header .whatsapp .fa-whatsapp:before {
  content: "\f232";
  background-color: #35b023;
  color: #fff;
  margin-right: 1px;
  padding: 5px;
  border-radius: 7px;
}

.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

.page-title {
  font-size: 35px;
  font-weight: normal;
}

.home .page-head {
  margin-bottom: 10px;
}

.home .hentry {
  margin: 0;
}

.home .carousel-indicators {
  display: none;
}


.home .sidebar-ads .widget {
  margin: 0 0 0.6em;
  text-align: center;
}

.home .grid-widgets .home-widget {
    overflow: hidden;
    max-height: 420px;
    margin-bottom: 45px;
    text-align: center;
}

.home .grid-widgets .home-widget h3 {
  margin-top: 0
}

.home .carousel-inner>.item>img {
  width: 100%;  
}

.home .widget_recent_episodes {
    background: url('./img/rss_bg.png') center no-repeat;

}

.home .widget>ul>li, li.recentcomments {
    border: none;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #DDD;
  padding: 6px 12px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #ce0058;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #ce0058;
  font-weight: 200;
  margin-bottom: 0;
  box-shadow: 1px 1px 16px 10px #ce0058 inset;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: 1px solid rgba(0,0,0,.2);
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 18px 20px;
  color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #ce0058;
  border: none;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.page-head .widget {
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-head .container > .navbar-collapse {
  padding-left: 0;  
}

.page-head .navbar li.podcast a:before {
  content: "\f09e";
  font-family: fontAwesome;
  padding-right: 10px
}

.page-head .navbar li.podcast a {
  background: #ff6600;
  padding-left: 35px;
  padding-right: 35px;
}

.page-head .navbar li.promote {
  float: right;
  background: rgb(153, 0, 0) none repeat scroll 0% 0%;
  position: absolute;
  right: 0;  
  padding-right: 15px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}

#respond {
  background-color: transparent!important;
  box-shadow: none!important;
  padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px!important;
  margin-left: 0px!important;
  padding-left: 0;
}

.comment-list li {
  list-style: none!important;
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
}

.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #EEE;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #444;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #ce0058;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 29px;
  color: #ce0058;
  font-weight: 100;
}

article.page .entry-title {
  font-size: 35px;
  color: #ce0058;
  font-weight: normal;
}

.page-template-page-fullwidth-no-title h1, .page-template-page-fullwidth-no-title h2 {
  font-size: 35px;
  color: #ce0058;
  font-weight: normal;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.page-template-page-fullwidth-no-title h2 {
   font-size: 24px;
   margin-top: 30px;
}


article.post .entry-title, article.podcast .entry-title {
  font-size: 29px;
  color: #ce0058;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #ce0058;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
  color: #FFF;
  background-color: #ce0058;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 30px;
  margin-bottom: 30px;
}


.entry-content {
  margin: 0;
}

/* =Podcast styling 
----------------------------------------------- */

.single-podcast .entry-meta {
  display: none;
}

.podcast_player {
  margin-bottom:10px;
}




/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #ce0058;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav {
  text-transform: uppercase;
}

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #f0f0f0;
  padding: 0px 0;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.site-info a {
  color: #333;
  text-transform: none;
}
.site-info a:hover {
  color: #999;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .carousel-caption {
    display: none;
  }
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}

#social {
  float: right;
  top: 55px;
  position: relative;
}

.social-profile.facebook:hover {color: #3b5998;}
.social-profile.twitter:hover {color: #00aced ;}
.social-profile.google-plus:hover {color: #dd4b39;}
.social-profile.youtube:hover {color: #bb0000;}
.social-profile.linkedin:hover {color: #007bb6;}
.social-profile.pinterest:hover {color: #cb2027;}
.social-profile.rss:hover {color: #F0AD4E;}
.social-profile.tumblr:hover {color: #32506d;}
.social-profile.flickr:hover {color: #ff0084;}
.social-profile.instagram:hover {color: #517fa4;}
.social-profile.dribbble:hover {color: #E56193;}
.social-profile.skype:hover {color: #00AFF0;}
.social-profile.square:hover {color: #6D7177;}

@media (min-width: 992px) {
  #social {
    float: right;
    top: 55px;
    position: relative;
  }
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
  background: #ce0058;
  background: rgba(206, 0, 88, 0.9);
  padding: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  max-width: 55%;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.carousel-caption {
  left: 0;
  text-align: left;
  padding-bottom: 0;
}
.carousel-caption p {
  background: #fff;
  background: rgba(0,0,0,0.7);
  padding: 15px;
  max-width: 55%;
  /* color: #ce0058; */
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

/* =Jquery magnific  styling
------------------------------------------------ */


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Cookie law
------------------------------------------------ */
.wrapperMensajeCookie {
  bottom: 0;
  padding-top: 1px;
  background-color: #F1F1F1;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.wrapperMensajeCookie .inner {
  padding: 0;
}
.wrapperMensajeCookie .textoLegalCookie {
  background: none;
  border: 0;
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  max-width: 75%;
  padding: 7px 37px 7px 17px;
  position: relative;
}


/* =Responsive (non mf)
------------------------------------------------ */

    /* Medium Devices, Desktops */
    @media (max-width : 1201px) {

      .page-head .nav>li>a {
        padding-left: 17px;
        padding-right: 17px;
      }

      .page-head .navbar li.podcast a {
        padding-left: 22px;
        padding-right: 23px;
      }

      .carousel-caption p, .carousel-caption h4 {
        max-width: 60%;
      }

    }

    /* Small Devices, Tablets */
    @media (max-width : 991px) {

      .page-head .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
      }

      .page-head .navbar li.podcast a {
        padding-left: 10px;
        padding-right: 10px;
      }

      .carousel-caption {
        bottom: -10px;
      }

      .carousel-caption p, .carousel-caption h4 {
        max-width: 80%;
      }

      .side-block {
        text-align:  center;
        margin-bottom: 15px;
      }

      .social-header .hear-online, .social-header .whatsapp {
        float: none;
        display: inline-block;
      }

      .social-header .whatsapp {
        padding-right: 0;
        padding-left: 25px;
      }

      .grid-widgets .widget {
        height: 410px;
      }

    }

    /* Extra Small Devices, Phones */ 
    @media (max-width : 767px) {
      .page-head .navbar {
        text-align: center;
      }

      .home .sidebar-ads .widget{
        float: left;
        margin: 0 0.5em 0.7em;
      }
      .grid-widgets .widget {
        height: auto;
      }

      .carousel-caption {
          display: block;
          position: static;
          margin-top: -10px;
          padding-top: 0;
          margin-bottom: 0;
          padding-bottom: 0;
      }

      .carousel-caption p, .carousel-caption h4 {
        margin-bottom: 0;
        max-width: 100%;
      }
    }


/* Hack imagenes destacadas */
.post-type-archive-podcast .podcast .thumbnail {
  margin: 0 auto;
}

.post-type-archive-podcast .podcast .entry-content img {
    display: none;
}

.podcast_meta {
  color: #fff;
}
    

.more-link {
    color: #fff;
    background: #ce0058;
    text-decoration: none;
    border: none;
}

.more-link:hover {
    background: #fff;
    color: #ce0058;
}




.social-header .hear-online {
    background: #eb345a;
    color: #fff;
    width: 165px;
    margin: 0 4px;
    margin-left: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.social-header .app {
    padding-top: 15px;
    padding-bottom: 15px;
}

.social-header .hear-online a {
    color: #fff;
}

.social-header .hear-online
img {
    box-shadow: none;
    width: 110px
}

.app img {
    width: 135px;
}

.social-header .whatsapp
span {
    display: inline-block;
}

.h-desktop {
    display: none;
}


@media (max-width: 767px) {


    .h-desktop {
        display: block;
    }

    .h-mobile {
        display: none;
    }

    .side-block {
        margin-bottom: 0;
    }


	.social-header .hear-online {
	    margin-top: 20px;
	    border-radius: 10px 10px 0 0;
	}
}

@media (min-width: 768px) {

.header-area .before-content-widget .widget_sp_image img {
  /*  max-height: 150px; */
    width: auto;
    max-width: 100% 
}
}


.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:0; -moz-border-radius:5px; border-radius:5px; background:transparent url(img/preload.gif) no-repeat 50% 50%;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(img/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

.mejs-container {
  background: #222;
  box-sizing: border-box;
  clear: both;
  max-width: 100%;
  position: relative;
}

.mejs-container * {
  box-sizing: border-box;
}

.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs-mediaelement,
.mejs-container video,
.mejs-container audio {
  max-width: 100%;
}

.mejs-controls {
  align-items: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  bottom: 0;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs-controls a,
.mejs-controls a:hover,
.mejs-controls a:focus {
  color: inherit;
  text-decoration: none;
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
  height: 40px;
  margin: 0;
}

.mejs-button {
  position: relative;
  width: 32px;
}

.mejs-button > button {
  background-color: transparent;
  background-image: url('/wp-includes/js/mediaelement/mejs-controls.svg');
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  width: 20px;
}

.mejs-play > button {
  background-position: 0 0;
}

.mejs-pause > button {
  background-position: -20px 0;
}

.mejs-replay > button {
  background-position: -160px 0;
}

.mejs-mute > button {
  background-position: -60px 0;
}

.mejs-unmute > button {
  background-position: -40px 0;
}

.mejs-fullscreen-button > button {
  background-position: -80px 0;
}

.mejs-unfullscreen > button {
  background-position: -100px 0;
}

.mejs-time {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 0 6px;
  white-space: nowrap;
}

.mejs-time-rail {
  flex-grow: 1;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs-time-rail .mejs-time-handle {
  display: block;
}

.mejs-time-rail .mejs-time-float,
.mejs-time-rail .mejs-time-hovered,
.mejs-time-rail .mejs-time-buffering {
  display: none;
}

.mejs-time-handle,
.mejs-time-handle-content {
  border: 4px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  position: absolute;
  width: 10px;
}

.mejs-time-handle-content {
  background: #fff;
  border-color: #fff;
  left: -7px;
  top: -4px;
}

.mejs-time-total,
.mejs-time-loaded,
.mejs-time-current {
  border-radius: 2px;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
}

.mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.5);
}

.mejs-time-current {
  background: #ce0058;
}

.mejs-horizontal-volume-slider {
  align-self: center;
  display: block;
  height: 36px;
  position: relative;
  width: 56px;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  display: block;
}

.mejs-horizontal-volume-total,
.mejs-horizontal-volume-current {
  border-radius: 2px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.3);
}

.mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
}

.mejs-horizontal-volume-handle {
  display: none;
}

.wp-audio-shortcode,
.wp-video {
  max-width: 100%;
}

.mejs-controls > div {
    display: flex;
    align-items: center;
}

.mejs-time-rail {
    padding-top: 0;
}

.mejs-horizontal-volume-current {
    position: absolute;
    margin-top: -16px;
}