/*
Theme Name: Hueman Child
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/

/* Rollover Liens titres articles */
h2 a {
  background: hsl(45 100% 70%);
  color: #000;
  position: relative;
  text-decoration: none;
}


/* Rollover liens */

h4 a:hover {
  background-color: #efcd47;
}

.post-item-title a:hover {
  background-color: #efcd47;
}

.alx-tabs-container a:hover {
  background-color: #efcd47;
}

.alx-posts a:hover {
  background-color: #efcd47;
}

.wsp-container a:hover {
  background-color: #efcd47;
}

.entry-inner a {
font-weight: 500;
}

.entry-inner a:hover {
  background-color: #efcd47;
}

/* Taille texte articles */
.entry-inner {
font-size: 16px;
line-height: 1.5;
}

/* Taille texte playlists */
.wp-playlist-item-title {
  font-size: 12px;
  line-height: 1.5;
}

/* Réduire epace sous titres articles */
.hu-pad {
  padding: 10px 30px 20px;
}
.page-title.hu-pad.group {
  padding: 16px 30px 20px;
}

/* Réduire epace sous player */
.pagination {
  margin-bottom: 0px;
}

/* Masquer "BLOG" du titre du site */
.hu-blog-subheading { display: none; }

/* Masquer bouton PowerPress RSS */
.pp-ssb-btn vertical pp-ssb-rss  { display: none; }

/* Couleur titre INNA DI MOOD Podcast sur mobile */
@media (max-width: 719px) {
  #header .mobile-title-logo-in-header .site-title a.custom-logo-link {
    color: #efcd47 !important;
  }
}