/*HEADER*/
#top-header {
  --header-bar-height: 40px;
  background-color: var(--secondary-color-dark);
  font-family: var(--font-subtitle);
  font-size: 1em;
  height: var(--header-bar-height);
  z-index: 10000;
  align-items: center;
  color: var(--secondary-color-fg);
}
#top-header .patronage {
  padding: 1em;
}

#side-header .side-header-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#top-header a.next-edition {
  background-color: var(--secondary-color-dark);
  color: white;
}
#top-header a:hover {
  background-color: var(--primary-color-dark);
}
#top-header .fusion-social-links-header {
  margin: 0px;
}
#top-header .fusion-social-network-icon {
  height: var(--header-bar-height);
  width: var(--header-bar-height);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
#top-header .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0px;
}

#top-header .fusion-social-network-icon:before {
  color: #fff;
}

#top-header .fusion-social-network-icon:hover {
  background-color: var(--secondary-color);
}

/*END HEADER*/
