/*
Theme Name: maurosoft
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: possofarlo
*/
/* Your awesome customization starts here */
#header {
background:url(http://new.radiocassinostereo.com/wp-content/uploads/2016/05/sfondo.jpg) no-repeat;
background-color: #dbc413;
}
/* remove the existing sidebar heading text  */
.s1 .sidebar-top p:first-child,   
.s2 .sidebar-top p:first-child {
  display:none;
} 
/* new primary sidebar heading */
.s1 .sidebar-top:before {
  content: "DIRETTA";
 
} 
/* new secondary sidebar heading */
.s2 .sidebar-top:before {
  content: "I PIU' LETTI";
}
/* style the new headings */
.s1 .sidebar-top:before,
.s2 .sidebar-top:before {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 0;
}
/* adjust for secondary sidebar heading height */
.s2 .sidebar-top:before {
  padding: 3px 0;
}
/* bring social links up into the sidebar heading 
.s1 .sidebar-top .social-links {
  padding-top: 0;
  margin-top: -25px;
}*/
/* adjust new sidebar heading color to match social icons in mobile view */
@media only screen and (max-width: 960px) and (min-width: 479px) {
  /*.s1 .sidebar-top:before {
    color: #666;
  }*/
}
@media only screen and (max-width: 1200px) and (min-width: 479px) {
  .s2 .sidebar-top:before {
    color: #666;
  }
}

.social-links {
    float: right;
    position: relative;
    padding-top: 2px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: -25px auto; /* MODIFICA CLAUDIO */
}
