/*
Theme Name: Magazine News Byte Premium Child
Template: magazine-news-byte-premium
Author: wpHoot
Version: 1.0
*/

/************* métadonnées en haut de page (thèmes) *************/
.entry-byline {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 0.93333333em;
    line-height: 1.35714em;
    text-transform: none;
    margin-top: 10px;
}

.entry-byline a:hover {
  //color: inherit;
	color: #8e2222;
  text-decoration: none;  
}
.entry-byline-label {
  margin-right: 3px;
}
.entry-footer .entry-byline {
  margin: 0;
  padding: 1.66666667em 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.33);
}

