.header-title .title {
  font-weight: 400;
  margin-bottom: 0;
  color: inherit;
  transition: all 0.5s;
}


@media only screen and (min-width: 1080px) {
  .header-menu #top-bar {
    display: block;
    color: #fff;
    background: #598492;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    height: 50px;
    overflow: hidden;
    transition: all 0.3s;
  }
}

.widget-title,
.widget .widget-title {
    text-align: center;
}